home *** CD-ROM | disk | FTP | other *** search
- (*////////////////////////////////////////////////////////////////////////////
- // Part of AlexSoft VCL/DLL Library. //
- // All rights reserved. (c) Copyright 1998. //
- // Created by: Alex Rabichooc //
- //**************************************************************************//
- // Users of this unit must accept this disclaimer of warranty: //
- // "This unit is supplied as is. The author disclaims all warranties, //
- // expressed or implied, including, without limitation, the warranties //
- // of merchantability and of fitness for any purpose. //
- // The author assumes no liability for damages, direct or //
- // consequential, which may result from the use of this unit." //
- // //
- // This Unit is donated to the public as public domain. //
- // //
- // This Unit can be freely used and distributed in commercial and //
- // private environments provided this notice is not modified in any way. //
- // //
- // If you do find this Unit handy and you feel guilty for using such a //
- // great product without paying someone - sorry :-) //
- // //
- // Please forward any comments or suggestions to Alex Rabichooc at: //
- // //
- // a_rabichooc@yahoo.com or alex@carmez.mldnet.com //
- /////////////////////////////////////////////////////////////////////////////*)
-
- unit DbXCnsts;
-
- interface
-
- ResourceString
- SSearchRecord = '╧εΦ±Ω';
- SMoreInfo = '─ε∩εδφΦ≥σδⁿφ√σ ±ΓσΣσφΦ ';
- SDuplicateRecord = '─≤ßδΦ≡εΓαφΦσ';
- SCantChangeReadOnly = '═σδⁿτ Φτ∞σφΦ≥ⁿ ReadOnly ∩≡Φ CreateMode <> cmAuto';
- SCantChangeDataSource = '═σδⁿτ Φτ∞σφΦ≥ⁿ DataSource ∩≡Φ CreateMode <> cmAuto';
- SCantInsertComponent = '%s φσ Σε∩≤±Ωασ≥ Γ±≥αΓΩ≤ Ωε∞∩εφσφ≥α %s';
- SInvalidValue = '═σΓσ≡φεσ τφα≈σφΦσ';
- SInvalidRange = '─ε∩≤±≥Φ∞√Θ ΣΦα∩ατεφ τφα≈σφΦΘ: 0..100';
- SOverWriteConfirm = '╘αΘδ %s ≤µσ ±≤∙σ±≥Γ≤σ≥. ╧σ≡στα∩Φ±α≥ⁿ?';
- SChanged = '╚τ∞σφσφ';
- SSaveConfirm = '╤ε⌡≡αφΦ≥ⁿ Φτ∞σφσφΦ ?';
- SInsert = '┬±≥αΓΩα';
- SOverWrite = '╟α∞σφα';
- SValueNotFound = '╟φα≈σφΦσ φσ φαΘΣσφε.';
-
- implementation
- end.