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

  1. #
  2. # @(#)LocalStrings.properties    1.1 97/11/17
  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. ssi.server_misconfig=Server misconfigured:
  18.  
  19. ssi.no_echo_var=The NCSA echo variable {0} is not defined.
  20.  
  21. ssi.exec.cgi_url=Internal problem with the {0} command: cannot create the internal URL to access the CGI script.
  22. ssi.exec.recurse=The {0} command is attempting to include itself.
  23. ssi.exec.no_args=The {0} command has neither the {1} or {2} attribute defined.
  24.  
  25. ssi.no_resolve=The {0} command cannot resolve the {0} or {1} attributes into a file.
  26. ssi.no_file=Cannot find file {0}
  27.  
  28. ssi.parse.failed=Cannot parse document
  29. ssi.parse.unterm_quote=Found a quoted value with no closing quote.
  30. ssi.parse.no_attr_val=Attribute {0} has no value.
  31. ssi.parse.unterm_list=Found an unterminated tag attribute list.
  32. ssi.parse.no_param=No {0} parameter specified.
  33. ssi.parse.unterm_param=The parameter block for the servlet tag has no terminatation character.
  34. ssi.parse.unterm_tag=The servlet tag has no termination character.
  35. ssi.parse.no_cmd=Cannot recognize NCSA command {0}.
  36.  
  37. ssi.servlet.recurse=The {0} servlet is attempting to include itself.
  38. ssi.servlet.read_stream=Cannot process input stream: {0}
  39. ssi.servlet.read_file=Cannot process input file {0}: {1}
  40. ssi.servlet.parse_service=Cannot service the parsed request file {0}: {1}
  41.  
  42. ssi.session.no_arg=The {0} command has no {1} attribute defined.
  43.