home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / en-US.jar / locale / global / layout / xmlparser.properties < prev    next >
Encoding:
Text File  |  2005-07-29  |  1.9 KB  |  54 lines

  1. # The contents of this file are subject to the Netscape Public
  2. # License Version 1.1 (the "License"); you may not use this file
  3. # except in compliance with the License. You may obtain a copy of
  4. # the License at http://www.mozilla.org/NPL/
  5. #
  6. # Software distributed under the License is distributed on an "AS
  7. # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  8. # implied. See the License for the specific language governing
  9. # rights and limitations under the License.
  10. #
  11. # The Original Code is mozilla.org code.
  12. #
  13. # The Initial Developer of the Original Code is Netscape
  14. # Communications Corporation. Portions created by Netscape are
  15. # Copyright (C) 2001 Netscape Communications Corporation. All
  16. # Rights Reserved.
  17. #
  18. # Contributor(s): 
  19. #
  20.  
  21. # Map Expat error codes to error strings
  22. 1 = out of memory
  23. 2 = syntax error
  24. 3 = no element found
  25. 4 = not well-formed
  26. 5 = unclosed token
  27. 6 = unclosed token
  28. 7 = mismatched tag
  29. 8 = duplicate attribute
  30. 9 = junk after document element
  31. 10 = illegal parameter entity reference
  32. 11 = undefined entity
  33. 12 = recursive entity reference
  34. 13 = asynchronous entity
  35. 14 = reference to invalid character number
  36. 15 = reference to binary entity
  37. 16 = reference to external entity in attribute
  38. 17 = xml processing instruction not at start of external entity
  39. 18 = unknown encoding
  40. 19 = encoding specified in XML declaration is incorrect
  41. 20 = unclosed CDATA section
  42. 21 = error in processing external entity reference
  43. 22 = document is not standalone
  44.  
  45. # %1$S is replaced by the Expat error string, may be followed by Expected (see below)
  46. # %2$S is replaced by URL
  47. # %3$d is replaced by line number
  48. # %4$d is replaced by column number
  49. XMLParsingError = XML Parsing Error: %1$S\nLocation: %2$S\nLine Number %3$d, Column %4$d:
  50.  
  51. # %S is replaced by a tag name.
  52. # This gets appended to the error string if the error is mismatched tag.
  53. Expected = . Expected: </%S>.
  54.