Source Code Cross Referenced for MsgAppletViewer_ja.java in  » 6.0-JDK-Modules » j2me » sun » applet » resources » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » j2me » sun.applet.resources 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * @(#)MsgAppletViewer_ja.java	1.26 06/10/10
003:         *
004:         * Copyright  1990-2006 Sun Microsystems, Inc. All Rights Reserved.
005:         * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
006:         * 
007:         * This program is free software; you can redistribute it and/or
008:         * modify it under the terms of the GNU General Public License version
009:         * 2 only, as published by the Free Software Foundation. 
010:         * 
011:         * This program is distributed in the hope that it will be useful, but
012:         * WITHOUT ANY WARRANTY; without even the implied warranty of
013:         * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
014:         * General Public License version 2 for more details (a copy is
015:         * included at /legal/license.txt). 
016:         * 
017:         * You should have received a copy of the GNU General Public License
018:         * version 2 along with this work; if not, write to the Free Software
019:         * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
020:         * 02110-1301 USA 
021:         * 
022:         * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
023:         * Clara, CA 95054 or visit www.sun.com if you need additional
024:         * information or have any questions. 
025:         *
026:         */
027:        package sun.applet.resources;
028:
029:        import java.util.ListResourceBundle;
030:
031:        public class MsgAppletViewer_ja extends ListResourceBundle {
032:            public Object[][] getContents() {
033:                return new Object[][] {
034:                        { "textframe.button.dismiss", "\u9589\u3058\u308b" },
035:                        { "appletviewer.tool.title",
036:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u30d3\u30e5\u30fc\u30a2: {0}" },
037:                        { "appletviewer.menu.applet",
038:                                "\u30a2\u30d7\u30ec\u30c3\u30c8" },
039:                        { "appletviewer.menuitem.restart", "\u518d\u8d77\u52d5" },
040:                        { "appletviewer.menuitem.reload",
041:                                "\u518d\u8aad\u8fbc\u307f" },
042:                        { "appletviewer.menuitem.stop", "\u4e2d\u6b62" },
043:                        { "appletviewer.menuitem.save", "\u4fdd\u5b58..." },
044:                        { "appletviewer.menuitem.start", "\u958b\u59cb" },
045:                        { "appletviewer.menuitem.clone", "\u8907\u88fd..." },
046:                        { "appletviewer.menuitem.tag", "\u30bf\u30b0..." },
047:                        { "appletviewer.menuitem.info", "\u60c5\u5831..." },
048:                        { "appletviewer.menuitem.edit", "\u7de8\u96c6" },
049:                        { "appletviewer.menuitem.encoding",
050:                                "\u6587\u5b57\u30b3\u30fc\u30c9" },
051:                        { "appletviewer.menuitem.print", "\u5370\u5237..." },
052:                        { "appletviewer.menuitem.props",
053:                                "\u30d7\u30ed\u30d1\u30c6\u30a3..." },
054:                        { "appletviewer.menuitem.close", "\u9589\u3058\u308b" },
055:                        { "appletviewer.menuitem.quit", "\u7d42\u4e86" },
056:                        { "appletviewer.label.hello", "Hello..." },
057:                        { "appletviewer.status.start",
058:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u3092\u958b\u59cb\u3057\u307e\u3059\u3002" },
059:                        {
060:                                "appletviewer.appletsave.filedialogtitle",
061:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u3092\u30d5\u30a1\u30a4\u30eb\u306b\u76f4\u5217\u5316\u3057\u3066\u66f8\u304d\u8fbc\u307f\u307e\u3059\u3002" },
062:                        {
063:                                "appletviewer.appletsave.err1",
064:                                "{0} \u3092 {1} \u306b\u76f4\u5217\u5316\u3057\u3066\u66f8\u304d\u8fbc\u307f\u307e\u3059\u3002" },
065:                        { "appletviewer.appletsave.err2",
066:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u4fdd\u5b58: {0}" },
067:                        { "appletviewer.applettag", "\u30bf\u30b0\u8868\u793a" },
068:                        { "appletviewer.applettag.textframe",
069:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u306e HTML \u30bf\u30b0" },
070:                        { "appletviewer.appletinfo.applet",
071:                                "-- \u30a2\u30d7\u30ec\u30c3\u30c8\u60c5\u5831\u306a\u3057 --" },
072:                        { "appletviewer.appletinfo.param",
073:                                "-- \u30d1\u30e9\u30e1\u30fc\u30bf\u60c5\u5831\u306a\u3057 --" },
074:                        { "appletviewer.appletinfo.textframe",
075:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u60c5\u5831" },
076:                        { "appletviewer.appletprint.printjob",
077:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u3092\u5370\u5237\u3057\u307e\u3059\u3002" },
078:                        { "appletviewer.appletprint.fail",
079:                                "\u5370\u5237\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002" },
080:                        { "appletviewer.appletprint.finish",
081:                                "\u5370\u5237\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002" },
082:                        { "appletviewer.appletprint.cancel",
083:                                "\u5370\u5237\u306f\u53d6\u308a\u6d88\u3055\u308c\u307e\u3057\u305f\u3002" },
084:                        { "appletviewer.appletencoding",
085:                                "\u6587\u5b57\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0: {0}" },
086:                        {
087:                                "appletviewer.parse.warning.requiresname",
088:                                "\u8b66\u544a: <param name=... value=...> \u30bf\u30b0\u306b name \u5c5e\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002" },
089:                        {
090:                                "appletviewer.parse.warning.paramoutside",
091:                                "\u8b66\u544a: <param> \u30bf\u30b0\u304c <applet> ... </applet> \u306e\u5916\u306b\u3042\u308a\u307e\u3059\u3002" },
092:                        {
093:                                "appletviewer.parse.warning.applet.requirescode",
094:                                "\u8b66\u544a: <applet> \u30bf\u30b0\u306b code \u5c5e\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002" },
095:                        {
096:                                "appletviewer.parse.warning.applet.requiresheight",
097:                                "\u8b66\u544a: <applet> \u30bf\u30b0\u306b height \u5c5e\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002" },
098:                        {
099:                                "appletviewer.parse.warning.applet.requireswidth",
100:                                "\u8b66\u544a: <applet> \u30bf\u30b0\u306b width \u5c5e\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002" },
101:                        {
102:                                "appletviewer.parse.warning.object.requirescode",
103:                                "\u8b66\u544a: <object> \u30bf\u30b0\u306b code \u5c5e\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002" },
104:                        {
105:                                "appletviewer.parse.warning.object.requiresheight",
106:                                "\u8b66\u544a: <object> \u30bf\u30b0\u306b height \u5c5e\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002" },
107:                        {
108:                                "appletviewer.parse.warning.object.requireswidth",
109:                                "\u8b66\u544a: <object> \u30bf\u30b0\u306b width \u5c5e\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002" },
110:                        {
111:                                "appletviewer.parse.warning.embed.requirescode",
112:                                "\u8b66\u544a: <embed> \u30bf\u30b0\u306b code \u5c5e\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002" },
113:                        {
114:                                "appletviewer.parse.warning.embed.requiresheight",
115:                                "\u8b66\u544a: <embed> \u30bf\u30b0\u306b height \u5c5e\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002" },
116:                        {
117:                                "appletviewer.parse.warning.embed.requireswidth",
118:                                "\u8b66\u544a: <embed> \u30bf\u30b0\u306b width \u5c5e\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002" },
119:                        {
120:                                "appletviewer.parse.warning.appnotLongersupported",
121:                                "\u8b66\u544a: <app> \u30bf\u30b0\u306f\u73fe\u5728\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4ee3\u308f\u308a\u306b <applet> \u3092\u4f7f\u3063\u3066\u304f\u3060\u3055\u3044\u3002" },
122:                        {
123:                                "appletviewer.usage",
124:                                "\u4f7f\u3044\u65b9: appletviewer <options> url(s)\n\n<options> \u306b\u306f\u6b21\u306e\u3082\u306e\u304c\u3042\u308a\u307e\u3059\u3002\n  -debug                  Java \u30c7\u30d0\u30c3\u30ac\u3067\u30a2\u30d7\u30ec\u30c3\u30c8\u30d3\u30e5\u30fc\u30a2\u3092\u8d77\u52d5\u3059\u308b\n  -encoding <encoding>    HTML \u30d5\u30a1\u30a4\u30eb\u3067\u4f7f\u7528\u3055\u308c\u308b\u6587\u5b57\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u3092\u6307\u5b9a\u3059\u308b\n  -J<runtime flag>        java \u30a4\u30f3\u30bf\u30d7\u30ea\u30bf\u306b\u5f15\u6570\u3092\u6e21\u3059\n\n-J \u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u6a19\u6e96\u3067\u306f\u306a\u304f\u3001\u4e88\u544a\u306a\u3057\u306b\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002" },
125:                        {
126:                                "appletviewer.main.err.unsupportedopt",
127:                                "\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u3044\u30aa\u30d7\u30b7\u30e7\u30f3: {0}" },
128:                        { "appletviewer.main.err.unrecognizedarg",
129:                                "\u8a8d\u8b58\u3055\u308c\u306a\u3044\u5f15\u6570: {0}" },
130:                        { "appletviewer.main.err.dupoption",
131:                                "\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u91cd\u8907\u3057\u3066\u4f7f\u7528: {0}" },
132:                        {
133:                                "appletviewer.main.err.inputfile",
134:                                "\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002" },
135:                        { "appletviewer.main.err.badurl",
136:                                "\u4e0d\u6b63\u306a URL: {0} ( {1} )" },
137:                        {
138:                                "appletviewer.main.err.io",
139:                                "{0} \u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u5165\u51fa\u529b\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002" },
140:                        {
141:                                "appletviewer.main.err.readablefile",
142:                                " {0} \u304c\u30d5\u30a1\u30a4\u30eb\u3067\u304b\u3064\u8aad\u307f\u8fbc\u307f\u53ef\u80fd\u304b\u3069\u3046\u304b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002" },
143:                        { "appletviewer.main.err.correcturl",
144:                                " {0} \u306f\u6b63\u3057\u3044 URL \u3067\u3059\u304b\uff1f" },
145:                        {
146:                                "appletviewer.main.prop.store",
147:                                "AppletViewer \u306e\u30e6\u30fc\u30b6\u56fa\u6709\u30d7\u30ed\u30d1\u30c6\u30a3" },
148:                        {
149:                                "appletviewer.main.err.prop.cantread",
150:                                "\u30e6\u30fc\u30b6\u30d7\u30ed\u30d1\u30c6\u30a3\u30d5\u30a1\u30a4\u30eb\u304c\u8aad\u307f\u8fbc\u307e\u308c\u307e\u305b\u3093: {0}" },
151:                        {
152:                                "appletviewer.main.err.prop.cantsave",
153:                                "\u30e6\u30fc\u30b6\u30d7\u30ed\u30d1\u30c6\u30a3\u30d5\u30a1\u30a4\u30eb\u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093: {0}" },
154:                        {
155:                                "appletviewer.main.warn.nosecmgr",
156:                                "\u8b66\u544a: \u30c7\u30d0\u30c3\u30ac\u3067\u306e\u73fe\u5728\u306e\u5236\u9650\u306b\u3088\u308a\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u3092\u7121\u52b9\u306b\u3057\u3066\u3044\u307e\u3059\u3002" },
157:                        {
158:                                "appletviewer.main.debug.cantfinddebug",
159:                                "\u30c7\u30d0\u30c3\u30ac\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002" },
160:                        {
161:                                "appletviewer.main.debug.cantfindmain",
162:                                "\u30c7\u30d0\u30c3\u30ac\u3067 main \u30e1\u30bd\u30c3\u30c9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002" },
163:                        {
164:                                "appletviewer.main.debug.exceptionindebug",
165:                                "\u30c7\u30d0\u30c3\u30ac\u3067\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002" },
166:                        {
167:                                "appletviewer.main.debug.cantaccess",
168:                                "\u30c7\u30d0\u30c3\u30ac\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093\u3002" },
169:                        {
170:                                "appletviewer.main.nosecmgr",
171:                                "\u8b66\u544a: SecurityManager \u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002" },
172:                        {
173:                                "appletviewer.main.warning",
174:                                "\u8b66\u544a: \u30a2\u30d7\u30ec\u30c3\u30c8\u304c\u8d77\u52d5\u3057\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5165\u529b\u306b <applet> \u30bf\u30b0\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002" },
175:                        {
176:                                "appletviewer.main.warn.prop.overwrite",
177:                                "\u8b66\u544a: \u30e6\u30fc\u30b6\u306e\u8981\u6c42\u306b\u3088\u308a\u30b7\u30b9\u30c6\u30e0\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4e00\u6642\u7684\u306b\u4e0a\u66f8\u304d\u3057\u3066\u3044\u307e\u3059: \u30ad\u30fc: {0} \u53e4\u3044\u5024: {1} \u65b0\u3057\u3044\u5024: {2}" },
178:                        {
179:                                "appletviewer.main.warn.cantreadprops",
180:                                "\u8b66\u544a: AppletViewer \u30d7\u30ed\u30d1\u30c6\u30a3\u30d5\u30a1\u30a4\u30eb\u304c\u8aad\u307f\u8fbc\u307e\u308c\u307e\u305b\u3093: {0} \u30c7\u30d5\u30a9\u30eb\u30c8\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002" },
181:                        {
182:                                "appletioexception.loadclass.throw.interrupted",
183:                                "\u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u8fbc\u307f\u304c\u4e2d\u65ad\u3055\u308c\u307e\u3057\u305f: {0}" },
184:                        {
185:                                "appletioexception.loadclass.throw.notloaded",
186:                                "\u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb\u304c\u8aad\u307f\u8fbc\u307e\u308c\u307e\u305b\u3093: {0}" },
187:                        {
188:                                "appletclassloader.loadcode.verbose",
189:                                "{1} \u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306e\u30b9\u30c8\u30ea\u30fc\u30e0 {0} \u3092\u30aa\u30fc\u30d7\u30f3\u3067\u304d\u307e\u305b\u3093" },
190:                        { "appletclassloader.filenotfound",
191:                                "\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093: {0}" },
192:                        {
193:                                "appletclassloader.fileformat",
194:                                "{0} \u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002" },
195:                        {
196:                                "appletclassloader.fileioexception",
197:                                "{0} \u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u5165\u51fa\u529b\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002" },
198:                        {
199:                                "appletclassloader.fileexception",
200:                                "{1} \u8aad\u307f\u8fbc\u307f\u4e2d\u306b {0} \u306e\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002" },
201:                        {
202:                                "appletclassloader.filedeath",
203:                                "{1} \u8aad\u307f\u8fbc\u307f\u4e2d\u306b {0} \u304c\u5f37\u5236\u7d42\u4e86\u3055\u308c\u307e\u3057\u305f\u3002" },
204:                        {
205:                                "appletclassloader.fileerror",
206:                                "{1} \u8aad\u307f\u8fbc\u307f\u4e2d\u306b {0} \u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002" },
207:                        { "appletclassloader.findclass.verbose.findclass",
208:                                "\u30af\u30e9\u30b9 {1} \u3092\u898b\u3064\u3051\u308b {0}}" },
209:                        {
210:                                "appletclassloader.findclass.verbose.openstream",
211:                                "{1} \u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306e\u30b9\u30c8\u30ea\u30fc\u30e0 {0} \u3092\u30aa\u30fc\u30d7\u30f3\u3067\u304d\u307e\u305b\u3093" },
212:                        { "appletclassloader.getresource.verbose.forname",
213:                                "\u540d\u524d\u7528\u306e AppletClassLoader.getResource: {0}" },
214:                        {
215:                                "appletclassloader.getresource.verbose.found",
216:                                "\u30ea\u30bd\u30fc\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f: \u30b7\u30b9\u30c6\u30e0\u30ea\u30bd\u30fc\u30b9\u3068\u3057\u3066\u306e {0}" },
217:                        {
218:                                "appletclassloader.getresourceasstream.verbose",
219:                                "\u30ea\u30bd\u30fc\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f: \u30b7\u30b9\u30c6\u30e0\u30ea\u30bd\u30fc\u30b9\u3068\u3057\u3066\u306e {0}" },
220:                        {
221:                                "appletpanel.runloader.err",
222:                                "object \u304b code \u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u3069\u3061\u3089\u304b\u304c\u5fc5\u8981\u3067\u3059\uff01" },
223:                        {
224:                                "appletpanel.runloader.exception",
225:                                "{0} \u3092\u518d\u69cb\u6210\u4e2d\u306b\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002" },
226:                        {
227:                                "appletpanel.destroyed",
228:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u304c\u6301\u3064\u30ea\u30bd\u30fc\u30b9\u3092\u89e3\u653e\u3057\u307e\u3057\u305f\u3002" },
229:                        {
230:                                "appletpanel.loaded",
231:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u304c\u8aad\u307f\u8fbc\u307e\u308c\u307e\u3057\u305f\u3002" },
232:                        {
233:                                "appletpanel.started",
234:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u304c\u958b\u59cb\u3055\u308c\u307e\u3057\u305f\u3002" },
235:                        {
236:                                "appletpanel.inited",
237:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u304c\u521d\u671f\u5316\u3055\u308c\u307e\u3057\u305f\u3002" },
238:                        {
239:                                "appletpanel.stopped",
240:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u304c\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002" },
241:                        {
242:                                "appletpanel.disposed",
243:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u304c\u7834\u68c4\u3055\u308c\u307e\u3057\u305f\u3002" },
244:                        {
245:                                "appletpanel.nocode",
246:                                "APLLET \u30bf\u30b0\u306b CODE \u5c5e\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002" },
247:                        {
248:                                "appletpanel.notfound",
249:                                "load: \u30af\u30e9\u30b9 {0} \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002" },
250:                        {
251:                                "appletpanel.nocreate",
252:                                "load: {0} \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u751f\u6210\u3067\u304d\u307e\u305b\u3093\u3002" },
253:                        {
254:                                "appletpanel.noconstruct",
255:                                "load: {0} \u306f public \u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3042\u308b\u3044\u306f public \u306a\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf\u3092\u6301\u3063\u3066\u3044\u307e\u305b\u3093\u3002" },
256:                        { "appletpanel.death",
257:                                "\u5f37\u5236\u7d42\u4e86\u3055\u308c\u307e\u3057\u305f\u3002" },
258:                        { "appletpanel.exception", "\u4f8b\u5916: {0}." },
259:                        { "appletpanel.exception2", "\u4f8b\u5916: {0}: {1}." },
260:                        { "appletpanel.error", "\u30a8\u30e9\u30fc: {0}." },
261:                        { "appletpanel.error2", "\u30a8\u30e9\u30fc: {0}: {1}." },
262:                        {
263:                                "appletpanel.notloaded",
264:                                "Init: \u30a2\u30d7\u30ec\u30c3\u30c8\u306f\u8aad\u307f\u8fbc\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002" },
265:                        {
266:                                "appletpanel.notinited",
267:                                "Start: \u30a2\u30d7\u30ec\u30c3\u30c8\u306f\u521d\u671f\u5316\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002" },
268:                        {
269:                                "appletpanel.notstarted",
270:                                "Stop: \u30a2\u30d7\u30ec\u30c3\u30c8\u306f\u958b\u59cb\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002" },
271:                        {
272:                                "appletpanel.notstopped",
273:                                "Destroy: \u30a2\u30d7\u30ec\u30c3\u30c8\u306f\u505c\u6b62\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002" },
274:                        {
275:                                "appletpanel.notdestroyed",
276:                                "Dispose: \u30a2\u30d7\u30ec\u30c3\u30c8\u306f\u7834\u68c4\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002" },
277:                        {
278:                                "appletpanel.notdisposed",
279:                                "Load: \u30a2\u30d7\u30ec\u30c3\u30c8\u306f\u7834\u68c4\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002" },
280:                        { "appletpanel.bail",
281:                                "\u4e2d\u65ad\u3055\u308c\u307e\u3057\u305f\u3002" },
282:                        { "appletpanel.filenotfound",
283:                                "\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093: {0}" },
284:                        {
285:                                "appletpanel.fileformat",
286:                                "{0} \u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002" },
287:                        {
288:                                "appletpanel.fileioexception",
289:                                "{0} \u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u5165\u51fa\u529b\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002" },
290:                        {
291:                                "appletpanel.fileexception",
292:                                "{1} \u8aad\u307f\u8fbc\u307f\u4e2d\u306b {0} \u306e\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002" },
293:                        {
294:                                "appletpanel.filedeath",
295:                                "{1} \u8aad\u307f\u8fbc\u307f\u4e2d\u306b {0} \u304c\u5f37\u5236\u7d42\u4e86\u3055\u308c\u307e\u3057\u305f\u3002" },
296:                        {
297:                                "appletpanel.fileerror",
298:                                "{1} \u8aad\u307f\u8fbc\u307f\u4e2d\u306b {0} \u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002" },
299:                        {
300:                                "appletillegalargumentexception.objectinputstream",
301:                                "AppletObjectInputStream \u306b\u306f null \u3067\u306a\u3044\u30af\u30e9\u30b9\u30ed\u30fc\u30c0\u304c\u5fc5\u8981\u3067\u3059\u3002" },
302:                        {
303:                                "appletprops.title",
304:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u30d3\u30e5\u30fc\u30a2\u306e\u30d7\u30ed\u30d1\u30c6\u30a3" },
305:                        { "appletprops.label.http.server",
306:                                "Http \u30d7\u30ed\u30af\u30b7\u30b5\u30fc\u30d0:" },
307:                        { "appletprops.label.http.proxy",
308:                                "Http \u30d7\u30ed\u30af\u30b7\u306e\u30dd\u30fc\u30c8:" },
309:                        { "appletprops.label.network",
310:                                "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30a2\u30af\u30bb\u30b9:" },
311:                        { "appletprops.choice.network.item.none",
312:                                "\u306a\u3057" },
313:                        { "appletprops.choice.network.item.applethost",
314:                                "\u30a2\u30d7\u30ec\u30c3\u30c8\u30db\u30b9\u30c8\u306e\u307f" },
315:                        { "appletprops.choice.network.item.unrestricted",
316:                                "\u5236\u9650\u306a\u3057" },
317:                        { "appletprops.label.class",
318:                                "\u30af\u30e9\u30b9\u30a2\u30af\u30bb\u30b9:" },
319:                        { "appletprops.choice.class.item.restricted",
320:                                "\u5236\u9650\u3042\u308a" },
321:                        { "appletprops.choice.class.item.unrestricted",
322:                                "\u5236\u9650\u306a\u3057" },
323:                        {
324:                                "appletprops.label.unsignedapplet",
325:                                "\u7f72\u540d\u306e\u306a\u3044\u30a2\u30d7\u30ec\u30c3\u30c8\u3092\u8a31\u53ef\u3057\u307e\u3059\u304b:" },
326:                        { "appletprops.choice.unsignedapplet.no",
327:                                "\u3044\u3044\u3048" },
328:                        { "appletprops.choice.unsignedapplet.yes",
329:                                "\u306f\u3044" },
330:                        { "appletprops.button.apply", "\u9069\u7528" },
331:                        { "appletprops.button.cancel", "\u53d6\u6d88\u3057" },
332:                        { "appletprops.button.reset",
333:                                "\u30ea\u30bb\u30c3\u30c8" },
334:                        {
335:                                "appletprops.apply.exception",
336:                                "\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4fdd\u5b58\u306b\u5931\u6557\u3057\u307e\u3057\u305f: {0}" },
337:
338:                        /* 4066432 */
339:                        { "appletprops.title.invalidproxy",
340:                                "\u7121\u52b9\u306a\u5165\u529b" },
341:                        {
342:                                "appletprops.label.invalidproxy",
343:                                "\u30d7\u30ed\u30af\u30b7\u306e\u30dd\u30fc\u30c8\u756a\u53f7\u306f\u6b63\u306e\u6574\u6570\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002" },
344:                        { "appletprops.button.ok", "\u4e86\u89e3" },
345:
346:                        /* end 4066432 */
347:                        {
348:                                "appletprops.prop.store",
349:                                "AppletViewer \u306e\u30e6\u30fc\u30b6\u56fa\u6709\u30d7\u30ed\u30d1\u30c6\u30a3" },
350:                        {
351:                                "appletsecurityexception.checkcreateclassloader",
352:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: classloader" },
353:                        {
354:                                "appletsecurityexception.checkaccess.thread",
355:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: thread" },
356:                        {
357:                                "appletsecurityexception.checkaccess.threadgroup",
358:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: threadgroup: {0}" },
359:                        {
360:                                "appletsecurityexception.checkexit",
361:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: exit: {0}" },
362:                        {
363:                                "appletsecurityexception.checkexec",
364:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: exec: {0}" },
365:                        {
366:                                "appletsecurityexception.checklink",
367:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: link: {0}" },
368:                        {
369:                                "appletsecurityexception.checkpropsaccess",
370:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: properties" },
371:                        {
372:                                "appletsecurityexception.checkpropsaccess.key",
373:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: properties access {0}" },
374:                        {
375:                                "appletsecurityexception.checkread.exception1",
376:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: {0}, {1}" },
377:                        {
378:                                "appletsecurityexception.checkread.exception2",
379:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: file.read: {0}" },
380:                        {
381:                                "appletsecurityexception.checkread",
382:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: file.read: {0} == {1}" },
383:                        {
384:                                "appletsecurityexception.checkwrite.exception",
385:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: {0}, {1}" },
386:                        {
387:                                "appletsecurityexception.checkwrite",
388:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: file.write: {0} == {1}" },
389:                        {
390:                                "appletsecurityexception.checkread.fd",
391:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: fd.read" },
392:                        {
393:                                "appletsecurityexception.checkwrite.fd",
394:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: fd.write" },
395:                        {
396:                                "appletsecurityexception.checklisten",
397:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: socket.listen: {0}" },
398:                        {
399:                                "appletsecurityexception.checkaccept",
400:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: socket.accept: {0}:{1}" },
401:                        {
402:                                "appletsecurityexception.checkconnect.networknone",
403:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: socket.connect: {0}->{1}" },
404:                        {
405:                                "appletsecurityexception.checkconnect.networkhost1",
406:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: {1} \u306e\u5143\u306b\u306a\u308b {0} \u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3002" },
407:                        {
408:                                "appletsecurityexception.checkconnect.networkhost2",
409:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: \u30db\u30b9\u30c8 {0} \u307e\u305f\u306f {1} \u306e IP \u3092\u89e3\u6c7a\u3067\u304d\u307e\u305b\u3093\u3002" },
410:                        {
411:                                "appletsecurityexception.checkconnect.networkhost3",
412:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: \u30db\u30b9\u30c8 {0} \u306e IP \u3092\u89e3\u6c7a\u3067\u304d\u307e\u305b\u3093\u3002 trustProxy \u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u8abf\u3079\u3066\u304f\u3060\u3055\u3044\u3002" },
413:                        {
414:                                "appletsecurityexception.checkconnect",
415:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: connect: {0}->{1}" },
416:                        {
417:                                "appletsecurityexception.checkpackageaccess",
418:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: \u30d1\u30c3\u30b1\u30fc\u30b8 {0} \u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093\u3002" },
419:                        {
420:                                "appletsecurityexception.checkpackagedefinition",
421:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: \u30d1\u30c3\u30b1\u30fc\u30b8 {0} \u3092\u5b9a\u7fa9\u3067\u304d\u307e\u305b\u3093\u3002" },
422:                        {
423:                                "appletsecurityexception.cannotsetfactory",
424:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: \u30d5\u30a1\u30af\u30c8\u30ea\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002" },
425:                        {
426:                                "appletsecurityexception.checkmemberaccess",
427:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: \u30e1\u30f3\u30d0\u30a2\u30af\u30bb\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002" },
428:                        {
429:                                "appletsecurityexception.checkgetprintjob",
430:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: getPrintJob" },
431:                        {
432:                                "appletsecurityexception.checksystemclipboardaccess",
433:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: getSystemClipboard" },
434:                        {
435:                                "appletsecurityexception.checkawteventqueueaccess",
436:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: getEventQueue" },
437:                        {
438:                                "appletsecurityexception.checksecurityaccess",
439:                                "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: security operation: {0}" },
440:                        {
441:                                "appletsecurityexception.getsecuritycontext.unknown",
442:                                "\u30af\u30e9\u30b9\u30ed\u30fc\u30c0\u30bf\u30a4\u30d7\u304c\u4e0d\u660e\u3067\u3059\u3002getContext \u306e\u30c1\u30a7\u30c3\u30af\u304c\u3067\u304d\u307e\u305b\u3093\u3002" },
443:                        {
444:                                "appletsecurityexception.checkread.unknown",
445:                                "\u30af\u30e9\u30b9\u30ed\u30fc\u30c0\u30bf\u30a4\u30d7\u304c\u4e0d\u660e\u3067\u3059\u3002{0} \u306e\u8aad\u307f\u8fbc\u307f\u30c1\u30a7\u30c3\u30af\u304c\u3067\u304d\u307e\u305b\u3093\u3002" },
446:                        {
447:                                "appletsecurityexception.checkconnect.unknown",
448:                                "\u30af\u30e9\u30b9\u30ed\u30fc\u30c0\u30bf\u30a4\u30d7\u304c\u4e0d\u660e\u3067\u3059\u3002\u63a5\u7d9a\u30c1\u30a7\u30c3\u30af\u304c\u3067\u304d\u307e\u305b\u3093\u3002" }, };
449:            }
450:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.