home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Komercni / VAgeJava / ivj35 / setup / JSP.Cab / F26570_LocalStrings.properties < prev    next >
Text File  |  2000-07-30  |  4KB  |  75 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.