Index: JvResources.pas
===================================================================
--- JvResources.pas	(revision 11187)
+++ JvResources.pas	(working copy)
@@ -1875,6 +1875,28 @@
 resourcestring
   RsENoFilesSpecifiedToTJvSHFileOperatio = 'No files specified to TJvSHFileOperation Execute function';
 
+//=== JvSimpleXml.pas ========================================================
+resourcestring 
+  RsEInvalidXMLElementUnexpectedCharacte =
+    'Invalid XML Element: Unexpected character in property declaration ("%s" found)';
+  RsEInvalidXMLElementUnexpectedCharacte_ =
+    'Invalid XML Element: Unexpected character in property declaration. Expecting " or '' but "%s"  found';
+  RsEUnexpectedValueForLPos = 'Unexpected value for lPos';
+  RsEInvalidXMLElementExpectedBeginningO = 'Invalid XML Element: Expected beginning of tag but "%s" found';
+  RsEInvalidXMLElementExpectedEndOfTagBu = 'Invalid XML Element: Expected end of tag but "%s" found';
+  RsEInvalidXMLElementMalformedTagFoundn = 'Invalid XML Element: malformed tag found (no valid name)';
+  RsEInvalidXMLElementErroneousEndOfTagE =
+    'Invalid XML Element: Erroneous end of tag, expecting </%0:s> but </%1:s> found';
+  RsEInvalidCommentExpectedsButFounds = 'Invalid Comment: expected "%0:s" but found "%1:s"';
+  RsEInvalidCommentNotAllowedInsideComme = 'Invalid Comment: "--" not allowed inside comments';
+  RsEInvalidCommentUnexpectedEndOfData = 'Invalid Comment: Unexpected end of data';
+  RsEInvalidCDATAExpectedsButFounds = 'Invalid CDATA: expected "%0:s" but found "%1:s"';
+  RsEInvalidCDATAUnexpectedEndOfData = 'Invalid CDATA: Unexpected end of data';
+  RsEInvalidHeaderExpectedsButFounds = 'Invalid Header: expected "%0:s" but found "%1:s"';
+  RsEInvalidStylesheetExpectedsButFounds = 'Invalid Stylesheet: expected "%0:s" but found "%1:s"';
+  RsEInvalidStylesheetUnexpectedEndOfDat = 'Invalid Stylesheet: Unexpected end of data';
+  RsEInvalidDocumentUnexpectedTextInFile = 'Invalid Document: Unexpected text in file prolog';
+
 //=== JvSpeedbar.pas =========================================================
 resourcestring
   RsEAutoSpeedbarMode = 'Cannot set this property value while Position is bpAuto';
