home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / kolekce / d3456 / ALEXSOFT.ZIP / RUSSIAN / DBXCNSTS.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  2001-09-04  |  2.6 KB  |  47 lines

  1. (*////////////////////////////////////////////////////////////////////////////
  2. //   Part of AlexSoft VCL/DLL Library.                                      //
  3. //   All rights reserved. (c) Copyright 1998.                               //
  4. //   Created by: Alex Rabichooc                                             //
  5. //**************************************************************************//
  6. //  Users of this unit must accept this disclaimer of warranty:             //
  7. //    "This unit is supplied as is. The author disclaims all warranties,    //
  8. //    expressed or implied, including, without limitation, the warranties   //
  9. //    of merchantability and of fitness for any purpose.                    //
  10. //    The author assumes no liability for damages, direct or                //
  11. //    consequential, which may result from the use of this unit."           //
  12. //                                                                          //
  13. //  This Unit is donated to the public as public domain.                    //
  14. //                                                                          //
  15. //  This Unit can be freely used and distributed in commercial and          //
  16. //  private environments provided this notice is not modified in any way.   //
  17. //                                                                          //
  18. //  If you do find this Unit handy and you feel guilty for using such a     //
  19. //  great product without paying someone - sorry :-)                        //
  20. //                                                                          //
  21. //  Please forward any comments or suggestions to Alex Rabichooc at:        //
  22. //                                                                          //
  23. //  a_rabichooc@yahoo.com or alex@carmez.mldnet.com                         //
  24. /////////////////////////////////////////////////////////////////////////////*)
  25.  
  26. unit DbXCnsts;
  27.  
  28. interface
  29.  
  30. ResourceString
  31.   SSearchRecord = '╧εΦ±Ω';
  32.   SMoreInfo = '─ε∩εδφΦ≥σδⁿφ√σ ±ΓσΣσφΦ ';
  33.   SDuplicateRecord = '─≤ßδΦ≡εΓαφΦσ';
  34.   SCantChangeReadOnly = '═σδⁿτ  Φτ∞σφΦ≥ⁿ ReadOnly ∩≡Φ CreateMode <> cmAuto';
  35.   SCantChangeDataSource = '═σδⁿτ  Φτ∞σφΦ≥ⁿ DataSource ∩≡Φ CreateMode <> cmAuto';
  36.   SCantInsertComponent = '%s φσ Σε∩≤±Ωασ≥ Γ±≥αΓΩ≤ Ωε∞∩εφσφ≥α %s';
  37.   SInvalidValue = '═σΓσ≡φεσ τφα≈σφΦσ';
  38.   SInvalidRange = '─ε∩≤±≥Φ∞√Θ ΣΦα∩ατεφ τφα≈σφΦΘ: 0..100';
  39.   SOverWriteConfirm = '╘αΘδ %s ≤µσ ±≤∙σ±≥Γ≤σ≥. ╧σ≡στα∩Φ±α≥ⁿ?';
  40.   SChanged = '╚τ∞σφσφ';
  41.   SSaveConfirm = '╤ε⌡≡αφΦ≥ⁿ Φτ∞σφσφΦ ?';
  42.   SInsert = '┬±≥αΓΩα';
  43.   SOverWrite = '╟α∞σφα';
  44.   SValueNotFound = '╟φα≈σφΦσ φσ φαΘΣσφε.';
  45.  
  46. implementation
  47. end.