1 /*
   2  * Copyright (c) 1996, 2016, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 package sun.applet.resources;
  26 
  27 import java.util.ListResourceBundle;
  28 
  29 public class MsgAppletViewer_zh_CN extends ListResourceBundle {
  30 
  31     public Object[][] getContents() {
  32         Object[][] temp = new Object[][] {
  33             {"textframe.button.dismiss", "关闭"},
  34             {"appletviewer.tool.title", "小应用程序查看器: {0}"},
  35             {"appletviewer.menu.applet", "小应用程序"},
  36             {"appletviewer.menuitem.restart", "重新启动"},
  37             {"appletviewer.menuitem.reload", "重新加载"},
  38             {"appletviewer.menuitem.stop", "停止"},
  39             {"appletviewer.menuitem.save", "保存..."},
  40             {"appletviewer.menuitem.start", "启动"},
  41             {"appletviewer.menuitem.clone", "克隆..."},
  42             {"appletviewer.menuitem.tag", "标记..."},
  43             {"appletviewer.menuitem.info", "信息..."},
  44             {"appletviewer.menuitem.edit", "编辑"},
  45             {"appletviewer.menuitem.encoding", "字符编码"},
  46             {"appletviewer.menuitem.print", "打印..."},
  47             {"appletviewer.menuitem.props", "属性..."},
  48             {"appletviewer.menuitem.close", "关闭"},
  49             {"appletviewer.menuitem.quit", "退出"},
  50             {"appletviewer.label.hello", "您好..."},
  51             {"appletviewer.status.start", "正在启动小应用程序..."},
  52             {"appletviewer.appletsave.filedialogtitle","将小应用程序序列化为文件"},
  53             {"appletviewer.appletsave.err1", "将{0}序列化为{1}"},
  54             {"appletviewer.appletsave.err2", "在 appletSave 中: {0}"},
  55             {"appletviewer.applettag", "显示的标记"},
  56             {"appletviewer.applettag.textframe", "小应用程序 HTML 标记"},
  57             {"appletviewer.appletinfo.applet", "-- 没有小应用程序信息 --"},
  58             {"appletviewer.appletinfo.param", "-- 没有参数信息 --"},
  59             {"appletviewer.appletinfo.textframe", "小应用程序信息"},
  60             {"appletviewer.appletprint.fail", "打印失败。"},
  61             {"appletviewer.appletprint.finish", "已完成打印。"},
  62             {"appletviewer.appletprint.cancel", "打印已取消。"},
  63             {"appletviewer.appletencoding", "字符编码: {0}"},
  64             {"appletviewer.parse.warning.requiresname", "警告: <param name=... value=...> 标记需要名称属性。"},
  65             {"appletviewer.parse.warning.paramoutside", "警告: <param> 标记在 <applet> ... </applet> 外部。"},
  66             {"appletviewer.parse.warning.applet.requirescode", "警告: <applet> 标记需要代码属性。"},
  67             {"appletviewer.parse.warning.applet.requiresheight", "警告: <applet> 标记需要高度属性。"},
  68             {"appletviewer.parse.warning.applet.requireswidth", "警告: <applet> 标记需要宽度属性。"},
  69             {"appletviewer.parse.warning.object.requirescode", "警告: <object> 标记需要代码属性。"},
  70             {"appletviewer.parse.warning.object.requiresheight", "警告: <object> 标记需要高度属性。"},
  71             {"appletviewer.parse.warning.object.requireswidth", "警告: <object> 标记需要宽度属性。"},
  72             {"appletviewer.parse.warning.embed.requirescode", "警告: <embed> 标记需要代码属性。"},
  73             {"appletviewer.parse.warning.embed.requiresheight", "警告: <embed> 标记需要高度属性。"},
  74             {"appletviewer.parse.warning.embed.requireswidth", "警告: <embed> 标记需要宽度属性。"},
  75             {"appletviewer.parse.warning.appnotLongersupported", "警告: 不再支持 <app> 标记, 请改用 <applet>:"},
  76             {"appletviewer.deprecated", "AppletViewer 已过时。"},
  77             {"appletviewer.usage", "用法: appletviewer <options> url(s)\n\n其中 <options> 包括:\n  -encoding <encoding>    指定 HTML 文件使用的字符编码\n  -J<runtime flag>        将参数传递到 java 解释器\n\n-J 选项是非标准选项, 如有更改, 恕不另行通知。"},
  78             {"appletviewer.main.err.unsupportedopt", "不支持的选项: {0}"},
  79             {"appletviewer.main.err.unrecognizedarg", "无法识别的参数: {0}"},
  80             {"appletviewer.main.err.dupoption", "重复使用选项: {0}"},
  81             {"appletviewer.main.err.inputfile", "未指定输入文件。"},
  82             {"appletviewer.main.err.badurl", "错误 URL: {0} ({1})"},
  83             {"appletviewer.main.err.io", "读取{0}时出现 I/O 异常错误"},
  84             {"appletviewer.main.err.readablefile", "确保{0}是文件且可读。"},
  85             {"appletviewer.main.err.correcturl", "{0} 是否是正确的 URL?"},
  86             {"appletviewer.main.prop.store", "AppletViewer 的用户特定属性"},
  87             {"appletviewer.main.err.prop.cantread", "无法读取用户属性文件: {0}"},
  88             {"appletviewer.main.err.prop.cantsave", "无法保存用户属性文件: {0}"},
  89             {"appletviewer.main.warn.nosecmgr", "警告: 禁用安全。"},
  90             {"appletviewer.main.debug.cantfinddebug", "找不到调试器!"},
  91             {"appletviewer.main.debug.cantfindmain", "在调试器中找不到 main 方法!"},
  92             {"appletviewer.main.debug.exceptionindebug", "调试器中存在异常错误!"},
  93             {"appletviewer.main.debug.cantaccess", "无法访问调试器!"},
  94             {"appletviewer.main.nosecmgr", "警告: 未安装 SecurityManager!"},
  95             {"appletviewer.main.warning", "警告: 未启动小应用程序。确保输入包含 <applet> 标记。"},
  96             {"appletviewer.main.warn.prop.overwrite", "警告: 根据用户请求临时覆盖系统属性: 关键字: {0}, 旧值: {1}, 新值: {2}"},
  97             {"appletviewer.main.warn.cantreadprops", "警告: 无法读取 AppletViewer 属性文件: {0}。请使用默认值。"},
  98             {"appletioexception.loadclass.throw.interrupted", "类加载中断: {0}"},
  99             {"appletioexception.loadclass.throw.notloaded", "未加载类: {0}"},
 100             {"appletclassloader.loadcode.verbose", "打开到{0}的流以获取{1}"},
 101             {"appletclassloader.filenotfound", "查找时找不到文件: {0}"},
 102             {"appletclassloader.fileformat", "加载时出现文件格式异常错误: {0}"},
 103             {"appletclassloader.fileioexception", "加载时出现 I/O 异常错误: {0}"},
 104             {"appletclassloader.fileexception", "加载时出现{0}异常错误: {1}"},
 105             {"appletclassloader.filedeath", "加载时已终止{0}: {1}"},
 106             {"appletclassloader.fileerror", "加载时出现{0}错误: {1}"},
 107             {"appletclassloader.findclass.verbose.openstream", "打开到{0}的流以获取{1}"},
 108             {"appletclassloader.getresource.verbose.forname", "名称的 AppletClassLoader.getResource: {0}"},
 109             {"appletclassloader.getresource.verbose.found", "已找到作为系统资源的资源{0}"},
 110             {"appletclassloader.getresourceasstream.verbose", "已找到作为系统资源的资源{0}"},
 111             {"appletpanel.runloader.err", "对象或代码参数!"},
 112             {"appletpanel.runloader.exception", "反序列化{0}时出现异常错误"},
 113             {"appletpanel.destroyed", "已销毁小应用程序。"},
 114             {"appletpanel.loaded", "已加载小应用程序。"},
 115             {"appletpanel.started", "已启动小应用程序。"},
 116             {"appletpanel.inited", "已初始化小应用程序。"},
 117             {"appletpanel.stopped", "已停止小应用程序。"},
 118             {"appletpanel.disposed", "已处理小应用程序。"},
 119             {"appletpanel.nocode", "APPLET 标记缺少 CODE 参数。"},
 120             {"appletpanel.notfound", "加载: 找不到类{0}。"},
 121             {"appletpanel.nocreate", "加载: 无法实例化{0}。"},
 122             {"appletpanel.noconstruct", "加载: {0}不是公共的, 或者没有公共构造器。"},
 123             {"appletpanel.death", "已终止"},
 124             {"appletpanel.exception", "异常错误: {0}。"},
 125             {"appletpanel.exception2", "异常错误: {0}: {1}。"},
 126             {"appletpanel.error", "错误: {0}。"},
 127             {"appletpanel.error2", "错误: {0}: {1}。"},
 128             {"appletpanel.notloaded", "初始化: 未加载小应用程序。"},
 129             {"appletpanel.notinited", "启动: 未初始化小应用程序。"},
 130             {"appletpanel.notstarted", "停止: 未启动小应用程序。"},
 131             {"appletpanel.notstopped", "销毁: 未停止小应用程序。"},
 132             {"appletpanel.notdestroyed", "处理: 未销毁小应用程序。"},
 133             {"appletpanel.notdisposed", "加载: 未处理小应用程序。"},
 134             {"appletpanel.bail", "已中断: 离开。"},
 135             {"appletpanel.filenotfound", "查找时找不到文件: {0}"},
 136             {"appletpanel.fileformat", "加载时出现文件格式异常错误: {0}"},
 137             {"appletpanel.fileioexception", "加载时出现 I/O 异常错误: {0}"},
 138             {"appletpanel.fileexception", "加载时出现{0}异常错误: {1}"},
 139             {"appletpanel.filedeath", "加载时已终止{0}: {1}"},
 140             {"appletpanel.fileerror", "加载时出现{0}错误: {1}"},
 141             {"appletpanel.badattribute.exception", "HTML 解析: 宽度/高度属性的值不正确"},
 142             {"appletillegalargumentexception.objectinputstream", "AppletObjectInputStream 需要非空加载器"},
 143             {"appletprops.title", "AppletViewer 属性"},
 144             {"appletprops.label.http.server", "Http 代理服务器:"},
 145             {"appletprops.label.http.proxy", "Http 代理端口:"},
 146             {"appletprops.label.network", "网络访问权限:"},
 147             {"appletprops.choice.network.item.none", "无"},
 148             {"appletprops.choice.network.item.applethost", "小应用程序主机"},
 149             {"appletprops.choice.network.item.unrestricted", "不受限制"},
 150             {"appletprops.label.class", "类访问权限:"},
 151             {"appletprops.choice.class.item.restricted", "受限制"},
 152             {"appletprops.choice.class.item.unrestricted", "不受限制"},
 153             {"appletprops.label.unsignedapplet", "允许未签名小应用程序:"},
 154             {"appletprops.choice.unsignedapplet.no", "否"},
 155             {"appletprops.choice.unsignedapplet.yes", "是"},
 156             {"appletprops.button.apply", "应用"},
 157             {"appletprops.button.cancel", "取消"},
 158             {"appletprops.button.reset", "重置"},
 159             {"appletprops.apply.exception", "无法保存属性: {0}"},
 160             /* 4066432 */
 161             {"appletprops.title.invalidproxy", "条目无效"},
 162             {"appletprops.label.invalidproxy", "代理端口必须是一个正整数值。"},
 163             {"appletprops.button.ok", "确定"},
 164             /* end 4066432 */
 165             {"appletprops.prop.store", "AppletViewer 的用户特定属性"},
 166             {"appletsecurityexception.checkcreateclassloader", "安全异常错误: 类加载器"},
 167             {"appletsecurityexception.checkaccess.thread", "安全异常错误: 线程"},
 168             {"appletsecurityexception.checkaccess.threadgroup", "安全异常错误: 线程组: {0}"},
 169             {"appletsecurityexception.checkexit", "安全异常错误: 退出: {0}"},
 170             {"appletsecurityexception.checkexec", "安全异常错误: 执行: {0}"},
 171             {"appletsecurityexception.checklink", "安全异常错误: 链接: {0}"},
 172             {"appletsecurityexception.checkpropsaccess", "安全异常错误: 属性"},
 173             {"appletsecurityexception.checkpropsaccess.key", "安全异常错误: 属性访问{0}"},
 174             {"appletsecurityexception.checkread.exception1", "安全异常错误: {0}, {1}"},
 175             {"appletsecurityexception.checkread.exception2", "安全异常错误: file.read: {0}"},
 176             {"appletsecurityexception.checkread", "安全异常错误: file.read: {0} == {1}"},
 177             {"appletsecurityexception.checkwrite.exception", "安全异常错误: {0}, {1}"},
 178             {"appletsecurityexception.checkwrite", "安全异常错误: file.write: {0} == {1}"},
 179             {"appletsecurityexception.checkread.fd", "安全异常错误: fd.read"},
 180             {"appletsecurityexception.checkwrite.fd", "安全异常错误: fd.write"},
 181             {"appletsecurityexception.checklisten", "安全异常错误: socket.listen: {0}"},
 182             {"appletsecurityexception.checkaccept", "安全异常错误: socket.accept: {0}:{1}"},
 183             {"appletsecurityexception.checkconnect.networknone", "安全异常错误: socket.connect: {0}->{1}"},
 184             {"appletsecurityexception.checkconnect.networkhost1", "安全异常错误: 无法连接到源自{1}的{0}。"},
 185             {"appletsecurityexception.checkconnect.networkhost2", "安全异常错误: 无法解析主机{0}或{1}的 IP。"},
 186             {"appletsecurityexception.checkconnect.networkhost3", "安全异常错误: 无法解析主机{0}的 IP。请参阅 trustProxy 属性。"},
 187             {"appletsecurityexception.checkconnect", "安全异常错误: 连接: {0}->{1}"},
 188             {"appletsecurityexception.checkpackageaccess", "安全异常错误: 无法访问程序包: {0}"},
 189             {"appletsecurityexception.checkpackagedefinition", "安全异常错误: 无法定义程序包: {0}"},
 190             {"appletsecurityexception.cannotsetfactory", "安全异常错误: 无法设置工厂"},
 191             {"appletsecurityexception.checkmemberaccess", "安全异常错误: 检查成员访问权限"},
 192             {"appletsecurityexception.checkgetprintjob", "安全异常错误: getPrintJob"},
 193             {"appletsecurityexception.checksystemclipboardaccess", "安全异常错误: getSystemClipboard"},
 194             {"appletsecurityexception.checkawteventqueueaccess", "安全异常错误: getEventQueue"},
 195             {"appletsecurityexception.checksecurityaccess", "安全异常错误: 安全操作: {0}"},
 196             {"appletsecurityexception.getsecuritycontext.unknown", "类加载器类型未知。无法检查 getContext"},
 197             {"appletsecurityexception.checkread.unknown", "类加载器类型未知。无法为检查读取权限{0}而进行检查"},
 198             {"appletsecurityexception.checkconnect.unknown", "类加载器类型未知。无法为检查连接而进行检查"},
 199         };
 200 
 201         return temp;
 202     }
 203 }