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

  1. #
  2. # @(#)LocalStrings.properties    1.8 97/11/25
  3. # Copyright (c) 1997 Sun Microsystems, Inc. All Rights Reserved.
  4. # This software is the confidential and proprietary information of Sun
  5. # Microsystems, Inc. ("Confidential Information").  You shall not
  6. # disclose such Confidential Information and shall use it only in
  7. # accordance with the terms of the license agreement you entered into
  8. # with Sun.
  9. # SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
  10. # SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  11. # IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
  12. # PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR ANY DAMAGES
  13. # SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
  14. # THIS SOFTWARE OR ITS DERIVATIVES.
  15. # CopyrightVersion 1.0
  16.  
  17. # JavaSGMLTree
  18. pagecompile.unrecognized_java_tag=Unrecognized Java type={0} tag at line {1}. Type must be one of:  code, print, class, import, extends, implements.
  19. pagecompile.unclosed_tag={0} tag starting at line {1} has no /{0} tag.
  20.  
  21. # ReusableClassLoader
  22. pagecompile.no_classfile=Cannot read the Java classfile {0}.
  23.  
  24. # PageTreeBuilder
  25. pagecompile.scan_error_starting=Between lines {0} and {1}, the character {2} was not expected.
  26. pagecompile.scan_error_ending=On line {0}, the character {1} was not expected.
  27. pagecompile.parsing_error=On line {0}, the string {1} was not expected.
  28.  
  29. # ServletSGMLTree
  30. pagecompile.servlet_noparams=Servlet tag at line {0} needs a name or code attribute.
  31. pagecompile.servlet_badparam=Bad parameter tag, name={0}, value={1}.
  32.  
  33. # SystemJavaSourceCompiler
  34. pagecompile.nocommand=No command was specified for invoking the Java compiler.
  35. pagecompile.no_placeholder=No {0} placeholder was specified in the Java compiler command, {1}.
  36. pagecompile.io_exception=I/O Exception reported when compiling {0}:  {1}.
  37.  
  38. # PageProcessor
  39. pagecompile.pagetreebuilder_instantiation=PageProcessor can't instantiate PageTreeBuilder, {0}.
  40. pagecompile.pagetreebuilder_access=PageProcessor can't access PageTreeBuilder, {0}.
  41. pagecompile.no_encoding=Selected character encoding {0} is unsupported; {1}.
  42. # also:  pagecompile.io_exception (above)
  43. pagecompile.one_extends=Only one Java type=extends declaration is allowed.
  44. pagecompile.bad_class_name=Class name {0} is illegal.
  45. pagecompile.class_not_found=Cannot find base class {0} from which to extend servlet.
  46.  
  47. # PageCompileServlet
  48. pagecompile.cannot_load1=Cannot load servlet: name={0}
  49. pagecompile.cannot_load=Cannot load servlet: name={0} code={1} codebase={2}
  50. pagecompile.cant_open=Cannot open source file {0}:  {1}.
  51. pagecompile.cant_read_source=Cannot read source file {0}.
  52. pagecompile.class_not_found=Internal Error:  Cannot load page compiled class {0}: {1}.
  53. pagecompile.compile_status=Starting to compile {0} to {1}.
  54. pagecompile.exception=Error getting compiled page.
  55. pagecompile.illegal_access=Internal Error:  Cannot access page compiled class {0}: {1}.
  56. pagecompile.instantiation=Internal Error:  Cannot instantiate page compiled class {0}: {1}.
  57. pagecompile.is_directory=This servlet cannot process directories.
  58. pagecompile.is_dotdot=This servlet will not process URLS with '..' inside.
  59. pagecompile.mkdir=Cannot create directory {0}.
  60. pagecompile.not_a_servlet=Internal Error:  Page compiled class {0} is not a servlet.
  61.  
  62. # NCSA commands:
  63. pagecompile.ncsa.exec_noattrs=No "cgi" or "cmd" attribute in NCSA exec.
  64. pagecompile.ncsa.exec_io=IO error while executing script.
  65. pagecompile.ncsa.exec_rec=Self including page.
  66. pagecompile.ncsa.fsize_nofile=No "file" or "virtual" attribute in NCSA fsize.
  67. pagecompile.ncsa.include_nofile=No "file" or "virtual" attribute in NCSA include.
  68. pagecompile.ncsa.include_io=IO error while including file.
  69. pagecompile.ncsa.flastmod_nofile=No "file" or "virtual" attribute in NCSA flastmode.
  70. pagecompile.ncsa.echo_novar=Undefined variable.
  71.  
  72. # File Cache
  73. charfile.read_failure=Failure reading: {0} characters from {1} in the file
  74.  
  75. # Server Side Include and Recursion
  76. ssi.server_misconfig=Server misconfigured:
  77.  
  78. ssi.no_echo_var=The NCSA echo variable {0} is not defined.
  79.  
  80. ssi.exec.cgi_url=Internal problem with the {0} command: cannot create the internal URL to access the CGI script.
  81. ssi.exec.recurse=The {0} command is attempting to include itself.
  82. ssi.exec.no_args=The {0} command has neither the {1} or {2} attribute defined.
  83.  
  84. ssi.no_resolve=The {0} command cannot resolve the {0} or {1} attributes into a file.
  85. ssi.no_file=Cannot find file {0}
  86.  
  87. ssi.parse.failed=Cannot parse document
  88. ssi.parse.unterm_quote=Found a quoted value with no closing quote.
  89. ssi.parse.no_attr_val=Attribute {0} has no value.
  90. ssi.parse.unterm_list=Found an unterminated tag attribute list.
  91. ssi.parse.no_param=No {0} parameter specified.
  92. ssi.parse.unterm_param=The parameter block for the servlet tag has no terminatation character.
  93. ssi.parse.unterm_tag=The servlet tag has no termination character.
  94. ssi.parse.no_cmd=Cannot recognize NCSA command {0}.
  95.  
  96. ssi.servlet.recurse=The {0} servlet is attempting to include itself.
  97. ssi.servlet.read_stream=Cannot process input stream: {0}
  98. ssi.servlet.read_file=Cannot process input file {0}: {1}
  99. ssi.servlet.parse_service=Cannot service the parsed request file {0}: {1}
  100.  
  101. ssi.session.no_arg=The {0} command has no {1} attribute defined.
  102.  
  103.  
  104. # Parser errors:
  105. # All parser error have:
  106. # 0: The line number of the error,
  107. # 1: The column number of the error
  108. # Plus additional info as specified below
  109.  
  110. # Unterminated quoted value
  111. pagecompile.jsp.parser.quote={0},{1}: Unterminated quoted value.
  112. # Attribute with no value
  113. pagecompile.jsp.parser.no_value={0},{1}: Attribute {2} has no value.
  114. # Unterminated tag attribute list
  115. pagecompile.jsp.parser.attr_eof={0},{1}: unterminated tag attribute list.
  116. # PARAM tag with no "name" attribute
  117. pagecompile.jsp.parser.param_name={0},{1}: no name in PARAM tag.
  118. pagecompile.jsp.parser.param_value={0},{1}: no value in PARAM tag.
  119. # Unterminated TAG construct
  120. pagecompile.jsp.parser.tag={0},{1}: unterminated TAG {2}.
  121. # Unterminated scriptlet construct
  122. pagecompile.jsp.parser.scriptlet={0},{1}: Unterminated <%.
  123. # Unterminated NCSA construct
  124. pagecompile.jsp.parser.ncsa={0},{1}: unterminated <!-- construct.
  125. # Include statement with no "file" attribute:
  126. pagecompile.jsp.parser.include={0},{1}: no include file specified.
  127. # Unterminated variable declaration <%@
  128. pagecompile.jsp.parser.variables={0},{1}: unterminated <%@ construct.
  129. # Untermainted SCRIPT tag
  130. pagecompile.jsp.parser.script={0},{1}: unterminated SCRIPT tag.
  131. # Unterminated SERVLET tag:
  132. pagecompile.jsp.parser.servlet={0},{1}: unterminated SERVLET tag.
  133. # Unterminated BEAN tag
  134. pagecompile.jsp.parser.bean= {0},{1}: unterminated BEAN tag.
  135. # Unterminated EJB tag
  136. pagecompile.jsp.parser.ejb= {0},{1}: unterminated EJB tag.
  137. # Can't read included file:
  138. # 2: The path of the file that wasn't found.
  139. pagecompile.jsp.parser.not_found={0},{1}: Can't read file {2}.
  140. # Can't init chunk:
  141. # 2: Chunk's class.
  142. pagecompile.jsp.parser.chunk={0},{1}: can't init chunk instance {2}.
  143.  
  144. # Invalid language setting:
  145. # 0: the language that's unknwon
  146. pagecompile.jsp.unknown_language=Unrecognized language: {0}
  147.  
  148. # Unable to instantiate a language specific factory:
  149. # 0: The class of the factory
  150. pagecompile.jsp.invalid_factory=Invalid Jsp factory class: {0}
  151.  
  152.  
  153. # SCRIPTLET construct
  154. # 0: start position of the scriptlet construct
  155. # 1: Unrecognized kind
  156.  
  157. pagecompile.jsp.scriptlet.invalid_kind={0}: Invalid scriptlet kind {1}.
  158.  
  159. # SERVLET tag
  160. # 0: start position of the servlet construct
  161. pagecompile.jsp.servlet.no_name={0}: no servlet name in SERVLET tag.
  162.  
  163. # OBJECT tag:
  164. # 0: start position of the OBJECT tag
  165. pagecompile.jsp.bean.no_name={0}: no name, scope or class in BEAN tag.
  166. # 0: start positioon of the OBJECT tag
  167. pagecompile.jsp.bean.invalid_scope={0}: invalid scope attribute {1}.
  168.  
  169. # NCSA
  170. pagecompile.jsp.ncsa.command={0}: no command name in NCSA construct.
  171. pagecompile.jsp.ncsa.invalid_command={0}: invalid command  in NCSA construct.
  172.  
  173.  
  174. # Tsx Parser errors:
  175. # Most parser errors have:
  176. # 0: The line number of the error,
  177. # 1: The column number of the error
  178. # Plus additional info as specified below
  179.  
  180. # Bean problems
  181. pagecompile.tsx.parser.bean.noname={0},{1}: No NAME specified in <BEAN> tag.
  182. pagecompile.tsx.parser.bean.beandefnotfound=Could not find the definition for bean {0}.
  183. pagecompile.tsx.parser.bean.nointrospect=Could not introspect bean class {0}.
  184. pagecompile.tsx.parser.bean.noclassforprop=Could not find a bean class for property {0}.
  185. pagecompile.tsx.parser.bean.beannotloaded=Bean {0} has not been previously defined in a <bean> tag.
  186. pagecompile.tsx.parser.bean.nopropfound=Could not find property {0} in bean class {1}.
  187. pagecompile.tsx.parser.bean.indexonnoindexed=An index has been specified for non-indexed property {0} in bean class {1}.
  188. pagecompile.tsx.parser.bean.noproptype=Could not find the return type for property {0}.
  189. pagecompile.tsx.parser.bean.noreadmethod=Could not find a read method for property {0} in bean class {1}.  The property may be hidden or write only.
  190. pagecompile.tsx.parser.bean.cannotloadfromser={0},{1}: Could not load bean {2} from serialized file {3} or as class {4} as specified in <BEAN> tag.
  191. pagecompile.tsx.parser.bean.cannotload={0},{1}: Could not load bean {2} as class {3} as specified in <BEAN> tag.
  192.  
  193. # Insert problems
  194. pagecompile.tsx.parser.insert.unterm={0},{1}: Unterminated <insert> tag.
  195. pagecompile.tsx.parser.insert.nopropforbean={0},{1}: No property defined for bean in <insert> tag.
  196. pagecompile.tsx.parser.insert.nobeanorreq={0},{1}: No BEAN, REQUESTPARM, or REQUESTATTR specified in <insert> tag.
  197. pagecompile.tsx.parser.insert.nopropsigforprop={0},{1}: Could not create a signature for property requested for BEAN in <insert> tag.
  198.  
  199. # Repeat problems
  200. pagecompile.tsx.parser.rpt.unmatched=File contains {0} <repeat> tag(s) with no matching </repeat> tag(s).
  201. pagecompile.tsx.parser.closerpt.unmatched=File contains {0} </repeat> tag(s) with no matching <repeat> tag(s).
  202. pagecompile.tsx.parser.closerpt.noopen={0},{1}: No <repeat> tag to match this </repeat> tag.
  203. pagecompile.tsx.parser.rpt.redefindex={0},{1}: Index specified in <repeat> tag has already been defined.
  204.  
  205. # Repeat Group problems
  206. pagecompile.tsx.parser.rptgrp.unmatched=File contains {0} <repeatgroup> tag(s) with no matching </repeatgroup> tag(s).
  207. pagecompile.tsx.parser.closerptgrp.unmatched=File contains {0} </repeatgroup> tag(s) with no matching <repeatgroup> tag(s).
  208. pagecompile.tsx.parser.closerptgrp.noopen={0},{1}: No <repeatgroup> tag to match this </repeatgroup> tag.
  209. pagecompile.tsx.parser.rptgrp.nobeanonoutermost={0},{1}: No BEAN specified in outer most <repeatgroup> tag.
  210. pagecompile.tsx.parser.rptgrp.nobeanorprop={0},{1}: Either could not find BEAN or bean does not contain PROPERTY specified in <repeatgroup> tag.
  211. pagecompile.tsx.parser.rptgrp.nobeanprop={0},{1}: No PROPERTY specified for bean specified in <repeatgroup> tag.
  212.