Răsfoiți Sursa

* added 3 new resources strings to describe library errors

git-svn-id: trunk@13974 -
ivost 16 ani în urmă
părinte
comite
1e5b61c240
1 a modificat fișierele cu 5 adăugiri și 2 ștergeri
  1. 5 2
      rtl/objpas/rtlconst.inc

+ 5 - 2
rtl/objpas/rtlconst.inc

@@ -50,7 +50,10 @@ ResourceString
   SCannotShowModal              = 'A visible Window can not be made modal';
   SCantChangeWhileActive        = 'Changing value on an active socket is not allowed';
   SCantWriteResourceStreamError = 'Can not write to read-only ResourceStream';
-  SCardDLLNotLoaded             = 'CARDS library could not be loaded';
+  SCardDLLNotLoaded             = 'CARDS library could not be loaded' deprecated; { use SLibraryNotLoaded }
+  SLibraryAlreadyLoaded         = 'Interface %s already initialized from library "%s"';
+  SLibraryNotLoaded             = 'Can not initialize interface %s from library "%s"';
+  SLibraryUnknownSym            = 'Can not resolve symbol "%s" of interface %s from library "%s"';
   SChangeIconSize               = 'Can not change icon size';
   SCharExpected                 = '"%s" expected';
   SCheckSynchronizeError        = 'CheckSynchronize called from non-main thread "$%x"';
@@ -93,7 +96,7 @@ ResourceString
   SDefaultFilter                = 'All files (*.*)|*.*';
   SDelimiterQuoteCharError      = 'Delimiter and QuoteChar properties cannot have the same value';
   SDeviceOnPort                 = '%s on %s';
-  SDimsDoNotMatch  = 'Image size mismatch';
+  SDimsDoNotMatch               = 'Image size mismatch';
   SDirNameCap                   = 'Directory &name:';
   SDirsCap                      = '&Directories:';
   SDrivesCap                    = '&Drives:';