< prev index next >

src/java.desktop/share/classes/sun/applet/resources/MsgAppletViewer_zh_TW.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(s)\n\n其中的 <options> 包括:\n  -debug                  在 Java 除錯程式中啟動 Applet 檢視器\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 >