mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
103 lines
4.5 KiB
Properties
103 lines
4.5 KiB
Properties
# messages.properties -- English language messages
|
|
# Copyright (C) 2004, 2006 Free Software Foundation, Inc.
|
|
#
|
|
# This file is part of GNU Classpath.
|
|
#
|
|
# GNU Classpath is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2, or (at your option)
|
|
# any later version.
|
|
#
|
|
# GNU Classpath is distributed in the hope that it will be useful, but
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
# General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with GNU Classpath; see the file COPYING. If not, write to the
|
|
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|
# 02110-1301 USA.
|
|
#
|
|
# Linking this library statically or dynamically with other modules is
|
|
# making a combined work based on this library. Thus, the terms and
|
|
# conditions of the GNU General Public License cover the whole
|
|
# combination.
|
|
#
|
|
# As a special exception, the copyright holders of this library give you
|
|
# permission to link this library with independent modules to produce an
|
|
# executable, regardless of the license terms of these independent
|
|
# modules, and to copy and distribute the resulting executable under
|
|
# terms of your choice, provided that you also meet, for each linked
|
|
# independent module, the terms and conditions of the license of that
|
|
# module. An independent module is a module which is not derived from
|
|
# or based on this library. If you modify this library, you may extend
|
|
# this exception to your version of the library, but you are not
|
|
# obligated to do so. If you do not wish to do so, delete this
|
|
# exception statement from your version.
|
|
|
|
Main.ErrorApplet=An error occurred while loading this applet.
|
|
Main.Usage=Usage: appletviewer [OPTION] -code CODE | URL...
|
|
Main.AppletTagOptions=Applet tag options
|
|
Main.CodeDescription=specify the code attribute
|
|
Main.CodeArgument=CODE
|
|
Main.CodebaseDescription=specify the codebase attribute
|
|
Main.CodebaseArgument=CODEBASE
|
|
Main.ArchiveDescription=specify the archive attribute
|
|
Main.ArchiveArgument=ARCHIVE
|
|
Main.WidthDescription=specify the width attribute
|
|
Main.WidthArgument=WIDTH
|
|
Main.HeightDescription=specify the height attribute
|
|
Main.HeightArgument=HEIGHT
|
|
Main.ParamDescription=specify the parameter arguments
|
|
Main.ParamArgument=NAME,VALUE
|
|
Main.PluginOption=Plugin option
|
|
Main.PluginDescription=enable plugin mode
|
|
Main.PluginArgument=INPUT,OUTPUT
|
|
Main.DebuggingOption=Debugging option
|
|
Main.VerboseDescription=enable verbose mode
|
|
Main.CompatibilityOptions=Compatibility options
|
|
Main.DebugDescription=enable debugging mode (not implemented)
|
|
Main.EncodingDescription=specify the HTML character encoding
|
|
Main.EncodingArgument=CHARSET
|
|
Main.SecurityWarning=WARNING: CURRENTLY GAPPLETVIEWER RUNS WITH NO\
|
|
SECURITY MANAGER.\n\
|
|
THIS MEANS THAT APPLETS YOU LOAD CAN DO ANYTHING A JAVA APPLICATION\n\
|
|
THAT YOU DOWNLOAD AND RUN CAN DO. BE *VERY* CAREFUL WHICH APPLETS YOU RUN.\n\
|
|
DO NOT USE GAPPLETVIEWER ON YOUR SYSTEM IF YOUR SYSTEM STORES IMPORTANT\
|
|
DATA.\n\
|
|
THIS DATA CAN BE DESTROYED OR STOLEN IF YOU LOAD A MALICIOUS APPLET.
|
|
Main.ContinuationPrompt=[press 'c' or 'C' to continue or anything else to quit]
|
|
Main.NoInputFiles=appletviewer: no input files
|
|
Main.RawArguments=Raw arguments:
|
|
|
|
PluginAppletViewer.AppletViewerWrote=PIPE: applet viewer wrote:
|
|
PluginAppletViewer.AppletViewerRead=PIPE: applet viewer read:
|
|
PluginAppletViewer.AppletViewerExiting=appletviewer: exiting plugin applet\
|
|
viewer
|
|
|
|
StandaloneAppletContext.ShowDocumentError=showDocument is not implemented in\
|
|
standalone mode
|
|
|
|
StandaloneAppletViewer.ParsedAppletTags=Parsed applet tags:
|
|
StandaloneAppletViewer.Tag=tag
|
|
StandaloneAppletViewer.CodeOptionError=appletviewer: option '--code' requires\
|
|
a class filename
|
|
|
|
StandaloneAppletWindow.MenuTitle=Applet
|
|
StandaloneAppletWindow.MenuReload=Reload
|
|
StandaloneAppletWindow.MenuRestart=Restart
|
|
StandaloneAppletWindow.MenuStart=Start
|
|
StandaloneAppletWindow.MenuStop=Stop
|
|
StandaloneAppletWindow.MenuClone=Clone ...
|
|
StandaloneAppletWindow.MenuQuit=Quit
|
|
StandaloneAppletWindow.MenuClose=Close
|
|
StandaloneAppletWindow.MenuTag=Tag ...
|
|
StandaloneAppletWindow.MenuInfo=Info ...
|
|
StandaloneAppletWindow.MenuEdit=Edit
|
|
StandaloneAppletWindow.MenuEncoding=Character Encoding
|
|
StandaloneAppletWindow.MenuPrint=Print ...
|
|
StandaloneAppletWindow.MenuProperties=Properties ...
|
|
StandaloneAppletWindow.MenuCancel=Cancel
|
|
StandaloneAppletWindow.MenuSave=Save ...
|
|
StandaloneAppletWindow.WindowTitle=GNU Classpath Applet Viewer:
|