home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Komercni / VAgeJava / ivj35 / setup / JSP.Cab / F26646_LocalStrings.properties < prev    next >
Text File  |  2000-07-30  |  3KB  |  70 lines

  1.  
  2. # Parser errors:
  3. # All parser error have:
  4. # 0: The line number of the error,
  5. # 1: The column number of the error
  6. # Plus additional info as specified below
  7.  
  8. # Unterminated quoted value
  9. pagecompile.jsp.parser.quote={0},{1}: Unterminated quoted value.
  10. # Attribute with no value
  11. pagecompile.jsp.parser.no_value={0},{1}: Attribute {2} has no value.
  12. # Unterminated tag attribute list
  13. pagecompile.jsp.parser.attr_eof={0},{1}: unterminated tag attribute list.
  14. # PARAM tag with no "name" attribute
  15. pagecompile.jsp.parser.param_name={0},{1}: no name in PARAM tag.
  16. pagecompile.jsp.parser.param_value={0},{1}: no value in PARAM tag.
  17. # Unterminated TAG construct
  18. pagecompile.jsp.parser.tag={0},{1}: unterminated TAG {2}.
  19. # Unterminated scriptlet construct
  20. pagecompile.jsp.parser.scriptlet={0},{1}: Unterminated <%.
  21. # Unterminated NCSA construct
  22. pagecompile.jsp.parser.ncsa={0},{1}: unterminated <!-- construct.
  23. # Include statement with no "file" attribute:
  24. pagecompile.jsp.parser.include={0},{1}: no include file specified.
  25. # Unterminated variable declaration <%@
  26. pagecompile.jsp.parser.variables={0},{1}: unterminated <%@ construct.
  27. # Untermainted SCRIPT tag
  28. pagecompile.jsp.parser.script={0},{1}: unterminated SCRIPT tag.
  29. # Unterminated SERVLET tag:
  30. pagecompile.jsp.parser.servlet={0},{1}: unterminated SERVLET tag.
  31. # Unterminated BEAN tag
  32. pagecompile.jsp.parser.bean= {0},{1}: unterminated BEAN tag.
  33. # Unterminated EJB tag
  34. pagecompile.jsp.parser.ejb= {0},{1}: unterminated EJB tag.
  35. # Can't read included file:
  36. # 2: The path of the file that wasn't found.
  37. pagecompile.jsp.parser.not_found={0},{1}: Can't read file {2}.
  38. # Can't init chunk:
  39. # 2: Chunk's class.
  40. pagecompile.jsp.parser.chunk={0},{1}: can't init chunk instance {2}.
  41.  
  42. # Invalid language setting:
  43. # 0: the language that's unknwon
  44. pagecompile.jsp.unknown_language=Unrecognized language: {0}
  45.  
  46. # Unable to instantiate a language specific factory:
  47. # 0: The class of the factory
  48. pagecompile.jsp.invalid_factory=Invalid Jsp factory class: {0}
  49.  
  50.  
  51. # SCRIPTLET construct
  52. # 0: start position of the scriptlet construct
  53. # 1: Unrecognized kind
  54.  
  55. pagecompile.jsp.scriptlet.invalid_kind={0}: Invalid scriptlet kind {1}.
  56.  
  57. # SERVLET tag
  58. # 0: start position of the servlet construct
  59. pagecompile.jsp.servlet.no_name={0}: no servlet name in SERVLET tag.
  60.  
  61. # OBJECT tag:
  62. # 0: start position of the OBJECT tag
  63. pagecompile.jsp.bean.no_name={0}: no name, scope or class in BEAN tag.
  64. # 0: start positioon of the OBJECT tag
  65. pagecompile.jsp.bean.invalid_scope={0}: invalid scope attribute {1}.
  66.  
  67. # NCSA
  68. pagecompile.jsp.ncsa.command={0}: no command name in NCSA construct.
  69. pagecompile.jsp.ncsa.invalid_command={0}: invalid command  in NCSA construct.
  70.