< prev index next >

src/java.desktop/share/classes/sun/applet/resources/MsgAppletViewer_zh_CN.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -71,11 +71,12 @@
             {"appletviewer.parse.warning.object.requireswidth", "警告: <object> 标记需要宽度属性。"},
             {"appletviewer.parse.warning.embed.requirescode", "警告: <embed> 标记需要代码属性。"},
             {"appletviewer.parse.warning.embed.requiresheight", "警告: <embed> 标记需要高度属性。"},
             {"appletviewer.parse.warning.embed.requireswidth", "警告: <embed> 标记需要宽度属性。"},
             {"appletviewer.parse.warning.appnotLongersupported", "警告: 不再支持 <app> 标记, 请改用 <applet>:"},
-            {"appletviewer.usage", "用法: appletviewer <options> url\n\n其中, <options> 包括:\n  -debug                  在 Java 调试器中启动小应用程序查看器\n  -encoding <encoding>    指定 HTML 文件使用的字符编码\n  -J<runtime flag>        将参数传递到 java 解释器\n\n-J 选项是非标准选项, 如有更改, 恕不另行通知。"},
+            {"appletviewer.deprecated", "AppletViewer 已过时。"},
+            {"appletviewer.usage", "用法: appletviewer <options> url(s)\n\n其中 <options> 包括:\n  -encoding <encoding>    指定 HTML 文件使用的字符编码\n  -J<runtime flag>        将参数传递到 java 解释器\n\n-J 选项是非标准选项, 如有更改, 恕不另行通知。"},
             {"appletviewer.main.err.unsupportedopt", "不支持的选项: {0}"},
             {"appletviewer.main.err.unrecognizedarg", "无法识别的参数: {0}"},
             {"appletviewer.main.err.dupoption", "重复使用选项: {0}"},
             {"appletviewer.main.err.inputfile", "未指定输入文件。"},
             {"appletviewer.main.err.badurl", "错误 URL: {0} ({1})"},
< prev index next >