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 >
Wrap
Text File
|
2000-07-30
|
4KB
|
75 lines
#
# @(#)LocalStrings.properties 1.8 97/11/25
#
# Copyright (c) 1997 Sun Microsystems, Inc. All Rights Reserved.
#
# This software is the confidential and proprietary information of Sun
# Microsystems, Inc. ("Confidential Information"). You shall not
# disclose such Confidential Information and shall use it only in
# accordance with the terms of the license agreement you entered into
# with Sun.
#
# SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
# SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
# IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
# PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR ANY DAMAGES
# SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
# THIS SOFTWARE OR ITS DERIVATIVES.
#
# CopyrightVersion 1.0
# JavaSGMLTree
pagecompile.unrecognized_java_tag=Unrecognized Java type={0} tag at line {1}. Type must be one of: code, print, class, import, extends, implements.
pagecompile.unclosed_tag={0} tag starting at line {1} has no /{0} tag.
# ReusableClassLoader
pagecompile.no_classfile=Cannot read the Java classfile {0}.
# PageTreeBuilder
pagecompile.scan_error_starting=Between lines {0} and {1}, the character {2} was not expected.
pagecompile.scan_error_ending=On line {0}, the character {1} was not expected.
pagecompile.parsing_error=On line {0}, the string {1} was not expected.
# ServletSGMLTree
pagecompile.servlet_noparams=Servlet tag at line {0} needs a name or code attribute.
pagecompile.servlet_badparam=Bad parameter tag, name={0}, value={1}.
# SystemJavaSourceCompiler
pagecompile.nocommand=No command was specified for invoking the Java compiler.
pagecompile.no_placeholder=No {0} placeholder was specified in the Java compiler command, {1}.
pagecompile.io_exception=I/O Exception reported when compiling {0}: {1}.
# PageProcessor
pagecompile.pagetreebuilder_instantiation=PageProcessor can't instantiate PageTreeBuilder, {0}.
pagecompile.pagetreebuilder_access=PageProcessor can't access PageTreeBuilder, {0}.
pagecompile.no_encoding=Selected character encoding {0} is unsupported; {1}.
# also: pagecompile.io_exception (above)
pagecompile.one_extends=Only one Java type=extends declaration is allowed.
pagecompile.bad_class_name=Class name {0} is illegal.
pagecompile.class_not_found=Cannot find base class {0} from which to extend servlet.
# PageCompileServlet
pagecompile.cannot_load1=Cannot load servlet: name={0}
pagecompile.cannot_load=Cannot load servlet: name={0} code={1} codebase={2}
pagecompile.cant_open=Cannot open source file {0}: {1}.
pagecompile.cant_read_source=Cannot read source file {0}.
pagecompile.class_not_found=Internal Error: Cannot load page compiled class {0}: {1}.
pagecompile.compile_status=Starting to compile {0} to {1}.
pagecompile.exception=Error getting compiled page.
pagecompile.illegal_access=Internal Error: Cannot access page compiled class {0}: {1}.
pagecompile.instantiation=Internal Error: Cannot instantiate page compiled class {0}: {1}.
pagecompile.is_directory=This servlet cannot process directories.
pagecompile.is_dotdot=This servlet will not process URLS with '..' inside.
pagecompile.mkdir=Cannot create directory {0}.
pagecompile.not_a_servlet=Internal Error: Page compiled class {0} is not a servlet.
# NCSA commands:
pagecompile.ncsa.exec_noattrs=No "cgi" or "cmd" attribute in NCSA exec.
pagecompile.ncsa.exec_io=IO error while executing script.
pagecompile.ncsa.exec_rec=Self including page.
pagecompile.ncsa.fsize_nofile=No "file" or "virtual" attribute in NCSA fsize.
pagecompile.ncsa.include_nofile=No "file" or "virtual" attribute in NCSA include.
pagecompile.ncsa.include_io=IO error while including file.
pagecompile.ncsa.flastmod_nofile=No "file" or "virtual" attribute in NCSA flastmode.
pagecompile.ncsa.echo_novar=Undefined variable.