Browse Source

* Added SUnknownPropertyType

sg 24 years ago
parent
commit
9c6c4793b2
2 changed files with 10 additions and 2 deletions
  1. 5 1
      fcl/inc/constsg.inc
  2. 5 1
      fcl/inc/constss.inc

+ 5 - 1
fcl/inc/constsg.inc

@@ -42,6 +42,7 @@ const
   SInvalidPropertyPath = 'Ungültiger Pfad für Eigenschaft';
   SUnknownProperty = 'Eigenschaft existiert nicht';
   SReadOnlyProperty = 'Eigenschaft kann nur gelesen werden';
+  SUnknownPropertyType = 'Unbekannter Eigenschaftstyp %d';
   SPropertyException = 'Fehler beim Lesen von %s%s: %s';
   SAncestorNotFound = 'Vorfahr für ''%s'' nicht gefunden';
   SInvalidBitmap = 'Bitmap ist ungültig';
@@ -273,7 +274,10 @@ const
 
 {
   $Log$
-  Revision 1.2  2000-07-13 11:32:59  michael
+  Revision 1.3  2000-12-23 22:55:29  sg
+  * Added SUnknownPropertyType
+
+  Revision 1.2  2000/07/13 11:32:59  michael
   + removed logs
  
 }

+ 5 - 1
fcl/inc/constss.inc

@@ -41,6 +41,7 @@ const
   SInvalidPropertyPath = 'Path de propiedad no valido';
   SUnknownProperty = 'Propiedad desconocidad';
   SReadOnlyProperty = 'Propiedad de solo lectura';
+{N}  SUnknownPropertyType = 'Unknown property type %d';
   SPropertyException = 'Error leyendo %s%s: %s';
 {N}  SAncestorNotFound = 'Ancestor of ''%s'' not found.';
   SInvalidBitmap = 'Bitmap no valido';
@@ -272,7 +273,10 @@ const
 
 {
   $Log$
-  Revision 1.2  2000-07-13 11:32:59  michael
+  Revision 1.3  2000-12-23 22:55:29  sg
+  * Added SUnknownPropertyType
+
+  Revision 1.2  2000/07/13 11:32:59  michael
   + removed logs
  
 }