0N/A/*
3701N/A * Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.
0N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A *
0N/A * This code is free software; you can redistribute it and/or modify it
0N/A * under the terms of the GNU General Public License version 2 only, as
2362N/A * published by the Free Software Foundation. Oracle designates this
0N/A * particular file as subject to the "Classpath" exception as provided
2362N/A * by Oracle in the LICENSE file that accompanied this code.
0N/A *
0N/A * This code is distributed in the hope that it will be useful, but WITHOUT
0N/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A * version 2 for more details (a copy is included in the LICENSE file that
0N/A * accompanied this code).
0N/A *
0N/A * You should have received a copy of the GNU General Public License version
0N/A * 2 along with this work; if not, write to the Free Software Foundation,
0N/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A *
2362N/A * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A * or visit www.oracle.com if you need additional information or have any
2362N/A * questions.
0N/A */
0N/Apackage sun.applet.resources;
0N/A
0N/Aimport java.util.ListResourceBundle;
0N/A
0N/Apublic class MsgAppletViewer extends ListResourceBundle {
0N/A
0N/A public Object[][] getContents() {
2633N/A Object[][] temp = new Object[][] {
0N/A {"textframe.button.dismiss", "Dismiss"},
0N/A {"appletviewer.tool.title", "Applet Viewer: {0}"},
0N/A {"appletviewer.menu.applet", "Applet"},
0N/A {"appletviewer.menuitem.restart", "Restart"},
0N/A {"appletviewer.menuitem.reload", "Reload"},
0N/A {"appletviewer.menuitem.stop", "Stop"},
0N/A {"appletviewer.menuitem.save", "Save..."},
0N/A {"appletviewer.menuitem.start", "Start"},
0N/A {"appletviewer.menuitem.clone", "Clone..."},
0N/A {"appletviewer.menuitem.tag", "Tag..."},
0N/A {"appletviewer.menuitem.info", "Info..."},
0N/A {"appletviewer.menuitem.edit", "Edit"},
0N/A {"appletviewer.menuitem.encoding", "Character Encoding"},
0N/A {"appletviewer.menuitem.print", "Print..."},
0N/A {"appletviewer.menuitem.props", "Properties..."},
0N/A {"appletviewer.menuitem.close", "Close"},
0N/A {"appletviewer.menuitem.quit", "Quit"},
0N/A {"appletviewer.label.hello", "Hello..."},
0N/A {"appletviewer.status.start", "starting applet..."},
0N/A {"appletviewer.appletsave.filedialogtitle","Serialize Applet into File"},
0N/A {"appletviewer.appletsave.err1", "serializing an {0} to {1}"},
0N/A {"appletviewer.appletsave.err2", "in appletSave: {0}"},
0N/A {"appletviewer.applettag", "Tag shown"},
0N/A {"appletviewer.applettag.textframe", "Applet HTML Tag"},
0N/A {"appletviewer.appletinfo.applet", "-- no applet info --"},
0N/A {"appletviewer.appletinfo.param", "-- no parameter info --"},
0N/A {"appletviewer.appletinfo.textframe", "Applet Info"},
0N/A {"appletviewer.appletprint.fail", "Printing failed."},
0N/A {"appletviewer.appletprint.finish", "Finished printing."},
0N/A {"appletviewer.appletprint.cancel", "Printing cancelled."},
0N/A {"appletviewer.appletencoding", "Character Encoding: {0}"},
0N/A {"appletviewer.parse.warning.requiresname", "Warning: <param name=... value=...> tag requires name attribute."},
0N/A {"appletviewer.parse.warning.paramoutside", "Warning: <param> tag outside <applet> ... </applet>."},
0N/A {"appletviewer.parse.warning.applet.requirescode", "Warning: <applet> tag requires code attribute."},
0N/A {"appletviewer.parse.warning.applet.requiresheight", "Warning: <applet> tag requires height attribute."},
0N/A {"appletviewer.parse.warning.applet.requireswidth", "Warning: <applet> tag requires width attribute."},
0N/A {"appletviewer.parse.warning.object.requirescode", "Warning: <object> tag requires code attribute."},
0N/A {"appletviewer.parse.warning.object.requiresheight", "Warning: <object> tag requires height attribute."},
0N/A {"appletviewer.parse.warning.object.requireswidth", "Warning: <object> tag requires width attribute."},
0N/A {"appletviewer.parse.warning.embed.requirescode", "Warning: <embed> tag requires code attribute."},
0N/A {"appletviewer.parse.warning.embed.requiresheight", "Warning: <embed> tag requires height attribute."},
0N/A {"appletviewer.parse.warning.embed.requireswidth", "Warning: <embed> tag requires width attribute."},
0N/A {"appletviewer.parse.warning.appnotLongersupported", "Warning: <app> tag no longer supported, use <applet> instead:"},
0N/A {"appletviewer.usage", "Usage: appletviewer <options> url(s)\n\nwhere <options> include:\n -debug Start the applet viewer in the Java debugger\n -encoding <encoding> Specify character encoding used by HTML files\n -J<runtime flag> Pass argument to the java interpreter\n\nThe -J option is non-standard and subject to change without notice."},
0N/A {"appletviewer.main.err.unsupportedopt", "Unsupported option: {0}"},
0N/A {"appletviewer.main.err.unrecognizedarg", "Unrecognized argument: {0}"},
0N/A {"appletviewer.main.err.dupoption", "Duplicate use of option: {0}"},
0N/A {"appletviewer.main.err.inputfile", "No input files specified."},
0N/A {"appletviewer.main.err.badurl", "Bad URL: {0} ( {1} )"},
0N/A {"appletviewer.main.err.io", "I/O exception while reading: {0}"},
0N/A {"appletviewer.main.err.readablefile", "Make sure that {0} is a file and is readable."},
0N/A {"appletviewer.main.err.correcturl", "Is {0} the correct URL?"},
0N/A {"appletviewer.main.prop.store", "User-specific properties for AppletViewer"},
0N/A {"appletviewer.main.err.prop.cantread", "Can''t read user properties file: {0}"},
0N/A {"appletviewer.main.err.prop.cantsave", "Can''t save user properties file: {0}"},
0N/A {"appletviewer.main.warn.nosecmgr", "Warning: disabling security."},
0N/A {"appletviewer.main.debug.cantfinddebug", "Can''t find the debugger!"},
0N/A {"appletviewer.main.debug.cantfindmain", "Can''t find main method in the debugger!"},
0N/A {"appletviewer.main.debug.exceptionindebug", "Exception in the debugger!"},
0N/A {"appletviewer.main.debug.cantaccess", "Can''t access the debugger!"},
0N/A {"appletviewer.main.nosecmgr", "Warning: SecurityManager not installed!"},
0N/A {"appletviewer.main.warning", "Warning: No applets were started. Make sure the input contains an <applet> tag."},
0N/A {"appletviewer.main.warn.prop.overwrite", "Warning: Temporarily overwriting system property at user''s request: key: {0} old value: {1} new value: {2}"},
0N/A {"appletviewer.main.warn.cantreadprops", "Warning: Can''t read AppletViewer properties file: {0} Using defaults."},
0N/A {"appletioexception.loadclass.throw.interrupted", "class loading interrupted: {0}"},
0N/A {"appletioexception.loadclass.throw.notloaded", "class not loaded: {0}"},
0N/A {"appletclassloader.loadcode.verbose", "Opening stream to: {0} to get {1}"},
0N/A {"appletclassloader.filenotfound", "File not found when looking for: {0}"},
0N/A {"appletclassloader.fileformat", "File format exception when loading: {0}"},
0N/A {"appletclassloader.fileioexception", "I/O exception when loading: {0}"},
0N/A {"appletclassloader.fileexception", "{0} exception when loading: {1}"},
0N/A {"appletclassloader.filedeath", "{0} killed when loading: {1}"},
0N/A {"appletclassloader.fileerror", "{0} error when loading: {1}"},
0N/A {"appletclassloader.findclass.verbose.openstream", "Opening stream to: {0} to get {1}"},
0N/A {"appletclassloader.getresource.verbose.forname", "AppletClassLoader.getResource for name: {0}"},
0N/A {"appletclassloader.getresource.verbose.found", "Found resource: {0} as a system resource"},
0N/A {"appletclassloader.getresourceasstream.verbose", "Found resource: {0} as a system resource"},
0N/A {"appletpanel.runloader.err", "Either object or code parameter!"},
0N/A {"appletpanel.runloader.exception", "exception while deserializing {0}"},
0N/A {"appletpanel.destroyed", "Applet destroyed."},
0N/A {"appletpanel.loaded", "Applet loaded."},
0N/A {"appletpanel.started", "Applet started."},
0N/A {"appletpanel.inited", "Applet initialized."},
0N/A {"appletpanel.stopped", "Applet stopped."},
0N/A {"appletpanel.disposed", "Applet disposed."},
0N/A {"appletpanel.nocode", "APPLET tag missing CODE parameter."},
0N/A {"appletpanel.notfound", "load: class {0} not found."},
0N/A {"appletpanel.nocreate", "load: {0} can''t be instantiated."},
0N/A {"appletpanel.noconstruct", "load: {0} is not public or has no public constructor."},
0N/A {"appletpanel.death", "killed"},
0N/A {"appletpanel.exception", "exception: {0}."},
0N/A {"appletpanel.exception2", "exception: {0}: {1}."},
0N/A {"appletpanel.error", "error: {0}."},
0N/A {"appletpanel.error2", "error: {0}: {1}."},
0N/A {"appletpanel.notloaded", "Init: applet not loaded."},
0N/A {"appletpanel.notinited", "Start: applet not initialized."},
0N/A {"appletpanel.notstarted", "Stop: applet not started."},
0N/A {"appletpanel.notstopped", "Destroy: applet not stopped."},
0N/A {"appletpanel.notdestroyed", "Dispose: applet not destroyed."},
0N/A {"appletpanel.notdisposed", "Load: applet not disposed."},
0N/A {"appletpanel.bail", "Interrupted: bailing out."},
0N/A {"appletpanel.filenotfound", "File not found when looking for: {0}"},
0N/A {"appletpanel.fileformat", "File format exception when loading: {0}"},
0N/A {"appletpanel.fileioexception", "I/O exception when loading: {0}"},
0N/A {"appletpanel.fileexception", "{0} exception when loading: {1}"},
0N/A {"appletpanel.filedeath", "{0} killed when loading: {1}"},
0N/A {"appletpanel.fileerror", "{0} error when loading: {1}"},
0N/A {"appletpanel.badattribute.exception", "HTML parsing: incorrect value for width/height attribute"},
0N/A {"appletillegalargumentexception.objectinputstream", "AppletObjectInputStream requires non-null loader"},
0N/A {"appletprops.title", "AppletViewer Properties"},
0N/A {"appletprops.label.http.server", "Http proxy server:"},
0N/A {"appletprops.label.http.proxy", "Http proxy port:"},
0N/A {"appletprops.label.network", "Network access:"},
0N/A {"appletprops.choice.network.item.none", "None"},
0N/A {"appletprops.choice.network.item.applethost", "Applet Host"},
0N/A {"appletprops.choice.network.item.unrestricted", "Unrestricted"},
0N/A {"appletprops.label.class", "Class access:"},
0N/A {"appletprops.choice.class.item.restricted", "Restricted"},
0N/A {"appletprops.choice.class.item.unrestricted", "Unrestricted"},
0N/A {"appletprops.label.unsignedapplet", "Allow unsigned applets:"},
0N/A {"appletprops.choice.unsignedapplet.no", "No"},
0N/A {"appletprops.choice.unsignedapplet.yes", "Yes"},
0N/A {"appletprops.button.apply", "Apply"},
0N/A {"appletprops.button.cancel", "Cancel"},
0N/A {"appletprops.button.reset", "Reset"},
0N/A {"appletprops.apply.exception", "Failed to save properties: {0}"},
0N/A /* 4066432 */
0N/A {"appletprops.title.invalidproxy", "Invalid Entry"},
0N/A {"appletprops.label.invalidproxy", "Proxy Port must be a positive integer value."},
0N/A {"appletprops.button.ok", "OK"},
0N/A /* end 4066432 */
0N/A {"appletprops.prop.store", "User-specific properties for AppletViewer"},
0N/A {"appletsecurityexception.checkcreateclassloader", "Security Exception: classloader"},
0N/A {"appletsecurityexception.checkaccess.thread", "Security Exception: thread"},
0N/A {"appletsecurityexception.checkaccess.threadgroup", "Security Exception: threadgroup: {0}"},
0N/A {"appletsecurityexception.checkexit", "Security Exception: exit: {0}"},
0N/A {"appletsecurityexception.checkexec", "Security Exception: exec: {0}"},
0N/A {"appletsecurityexception.checklink", "Security Exception: link: {0}"},
0N/A {"appletsecurityexception.checkpropsaccess", "Security Exception: properties"},
0N/A {"appletsecurityexception.checkpropsaccess.key", "Security Exception: properties access {0}"},
0N/A {"appletsecurityexception.checkread.exception1", "Security Exception: {0}, {1}"},
0N/A {"appletsecurityexception.checkread.exception2", "Security Exception: file.read: {0}"},
0N/A {"appletsecurityexception.checkread", "Security Exception: file.read: {0} == {1}"},
0N/A {"appletsecurityexception.checkwrite.exception", "Security Exception: {0}, {1}"},
0N/A {"appletsecurityexception.checkwrite", "Security Exception: file.write: {0} == {1}"},
0N/A {"appletsecurityexception.checkread.fd", "Security Exception: fd.read"},
0N/A {"appletsecurityexception.checkwrite.fd", "Security Exception: fd.write"},
0N/A {"appletsecurityexception.checklisten", "Security Exception: socket.listen: {0}"},
0N/A {"appletsecurityexception.checkaccept", "Security Exception: socket.accept: {0}:{1}"},
0N/A {"appletsecurityexception.checkconnect.networknone", "Security Exception: socket.connect: {0}->{1}"},
0N/A {"appletsecurityexception.checkconnect.networkhost1", "Security Exception: Couldn''t connect to {0} with origin from {1}."},
0N/A {"appletsecurityexception.checkconnect.networkhost2", "Security Exception: Couldn''t resolve IP for host {0} or for {1}. "},
0N/A {"appletsecurityexception.checkconnect.networkhost3", "Security Exception: Could not resolve IP for host {0}. See the trustProxy property."},
0N/A {"appletsecurityexception.checkconnect", "Security Exception: connect: {0}->{1}"},
0N/A {"appletsecurityexception.checkpackageaccess", "Security Exception: cannot access package: {0}"},
0N/A {"appletsecurityexception.checkpackagedefinition", "Security Exception: cannot define package: {0}"},
0N/A {"appletsecurityexception.cannotsetfactory", "Security Exception: cannot set factory"},
0N/A {"appletsecurityexception.checkmemberaccess", "Security Exception: check member access"},
0N/A {"appletsecurityexception.checkgetprintjob", "Security Exception: getPrintJob"},
0N/A {"appletsecurityexception.checksystemclipboardaccess", "Security Exception: getSystemClipboard"},
0N/A {"appletsecurityexception.checkawteventqueueaccess", "Security Exception: getEventQueue"},
0N/A {"appletsecurityexception.checksecurityaccess", "Security Exception: security operation: {0}"},
0N/A {"appletsecurityexception.getsecuritycontext.unknown", "unknown class loader type. unable to check for getContext"},
0N/A {"appletsecurityexception.checkread.unknown", "unknown class loader type. unable to check for checking read {0}"},
0N/A {"appletsecurityexception.checkconnect.unknown", "unknown class loader type. unable to check for checking connect"},
0N/A };
2633N/A
2633N/A return temp;
0N/A }
0N/A}