Source Code Cross Referenced for Language_ja_JP.java in  » Installer » VAInstall » com » memoire » vainstall » builder » 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 » Installer » VAInstall » com.memoire.vainstall.builder 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * $RCSfile: Language_ja_JP.java,v $
003:         * @modification $Date: 2001/09/28 19:27:49 $
004:         * @version      $Id: Language_ja_JP.java,v 1.1 2001/09/28 19:27:49 hfalk Exp $
005:         *
006:         */
007:
008:        package com.memoire.vainstall.builder;
009:
010:        import java.awt.event.*;
011:
012:        import java.util.ListResourceBundle;
013:        import java.io.Serializable;
014:
015:        /**
016:         * This is 
017:         *
018:         * @see 
019:         *
020:         * @author Henrik Falk
021:         * @version $Id: Language_ja_JP.java,v 1.1 2001/09/28 19:27:49 hfalk Exp $
022:         */
023:        public class Language_ja_JP extends ListResourceBundle implements 
024:                Serializable {
025:
026:            /**
027:             * contents
028:             */
029:            public static Object[][] contents = {
030:
031:                    // LOCALIZE THIS
032:
033:                    // Common Strings
034:                    { "Common_OK", "OK" },
035:                    { "Common_Finish", "Finish" },
036:                    { "Common_Cancel", "Cancel" },
037:
038:                    // The Menu
039:                    { "Menu_File", "File" },
040:                    { "Menu_File_M", new Integer('F') },
041:                    { "Menu_FileNew", "New" },
042:                    { "Menu_FileNew_M", new Integer('N') },
043:                    { "Menu_FileOpen", "Open" },
044:                    { "Menu_FileOpen_M", new Integer('O') },
045:                    { "Menu_FileSave", "Save" },
046:                    { "Menu_FileSave_M", new Integer('S') },
047:                    { "Menu_FileSaveAll", "Save All" },
048:                    { "Menu_FileSaveAll_M", new Integer('A') },
049:                    { "Menu_FileClose", "Close" },
050:                    { "Menu_FileClose_M", new Integer('C') },
051:                    { "Menu_FilePreferences", "Preferences" },
052:                    { "Menu_FilePreferences_M", new Integer('P') },
053:                    { "Menu_FileQuit", "Exit" },
054:                    { "Menu_FileQuit_M", new Integer('x') },
055:
056:                    { "Menu_Tools", "Tools" },
057:                    { "Menu_Tools_M", new Integer('T') },
058:                    { "Menu_ToolsShowRequirements", "Show Requirements" },
059:                    { "Menu_ToolsShowRequirements_M", new Integer('R') },
060:                    { "Menu_ToolsExportOld", "Export to old format" },
061:                    { "Menu_ToolsExportOld_M", new Integer('E') },
062:
063:                    { "Menu_Window", "Window" },
064:                    { "Menu_Window_M", new Integer('W') },
065:                    { "Menu_CascadeWindows", "Cascade Windows" },
066:                    { "Menu_CascadeWindows_M", new Integer('C') },
067:                    { "Menu_TileWindowsHorizontal", "Tile Windows Horizontal" },
068:                    { "Menu_TileWindowsHorizontal_M", new Integer('H') },
069:                    { "Menu_TileWindowsVertical", "Tile Windows Vertical" },
070:                    { "Menu_TileWindowsVertical_M", new Integer('V') },
071:
072:                    { "Menu_Help", "Help" },
073:                    { "Menu_Help_M", new Integer('H') },
074:                    { "Menu_HelpAbout", "About" },
075:                    { "Menu_HelpAbout_M", new Integer('A') },
076:
077:                    // The Toolbar
078:                    { "ToolBarButton_New",
079:                            "<html><font color=black><center>New<br>Project</center></font></html>" },
080:                    { "ToolBarButton_Open",
081:                            "<html><font color=black><center>Open<br>Project</center></font></html>" },
082:                    { "ToolBarButton_Save",
083:                            "<html><font color=black><center>Save<br>Project</center></font></html>" },
084:
085:                    // Information
086:                    { "Information_Ready",
087:                            "<html><b><font color=black size=2><center>Ready.</center></font></b></html>" },
088:
089:                    // Tips of the day
090:                    { "Tip_0", "1" },
091:                    { "Tip_1",
092:                            "<html><b><font color=black size=2><center>Ready.</center></font></b></html>" },
093:
094:                    // **********************************************************
095:                    // Specific windows follows.
096:                    // The string are by purpose redundant because it's a more
097:                    // flexible way to handle rapid changes in the application.
098:                    // I hope this is ok :-)
099:                    // **********************************************************
100:
101:                    // AboutAction
102:                    { "AboutAction_AboutName", "About" },
103:                    { "AboutAction_AboutTitle", "About VAIBuilder" },
104:                    { "AboutAction_CopyrightName", "Copyrights" },
105:                    { "AboutAction_CopyrightTitle", "Various Copyrights" },
106:
107:                    // CloseProductAction
108:                    { "CloseProductAction_Version", " v" },
109:                    { "CloseProductAction_WantToSave",
110:                            "Product data has changed. Do you want to save ?" },
111:
112:                    // JavaProductPersister
113:                    { "JavaProductPersister_Load", "Load Product" },
114:                    { "JavaProductPersister_PleaseReport",
115:                            "<br>Please report the bug at http://sourceforge.net/projects/vainstall" },
116:                    { "JavaProductPersister_ProgramError",
117:                            "This is a program error." },
118:                    { "JavaProductPersister_MaybeError",
119:                            "This is maybe a program error." },
120:                    { "JavaProductPersister_NotInit", "Loader not initialized!" },
121:                    { "JavaProductPersister_NotFound",
122:                            "Project file not found!" },
123:                    { "JavaProductPersister_NotParse",
124:                            "Could not parse project file!" },
125:
126:                    // New Product Wizard
127:                    { "NewProductWizard_New", "New" },
128:                    { "NewProductWizard_Title", "VAInstall Project" },
129:                    { "NewProductWizard_SubTitle", "Create a new Project" },
130:                    { "NewProductWizard_Name", "Product name:" },
131:                    { "NewProductWizard_Version", "Product version:" },
132:                    { "NewProductWizard_Directory", "Root Project Directory:" },
133:                    { "NewProductWizard_Select", "Select Directory" },
134:                    { "NewProductWizard_Type", "Type of package:" },
135:                    { "NewProductWizard_Type_Install", "Install" },
136:                    { "NewProductWizard_Type_Update", "Update" },
137:                    { "NewProductWizard_Type_Module", "Module" },
138:
139:                    // PreferencesBaseNode
140:                    { "PreferencesBaseNode_Version", " v" },
141:
142:                    // PreferencesProjectNode
143:                    { "PreferencesProjectNode_Name", "Project" },
144:                    { "PreferencesProjectNode_Title",
145:                            "General Project Properties" },
146:
147:                    // PreferencesProjectPanel
148:                    { "PreferencesProjectPanel_Root", "Root Project Directory:" },
149:                    { "PreferencesProjectPanel_Change", "Change" },
150:                    { "PreferencesProjectPanel_Select", "Select Directory" },
151:
152:                    // VAIProductController
153:                    { "VAIProductController_Version", " v" },
154:                    { "VAIProductController_Dirty", "(*) " },
155:                    { "VAIProductController_CreateProject", "Create Project" },
156:                    { "VAIProductController_AlreadyExists",
157:                            "Project Directory already exists!" },
158:                    {
159:                            "VAIProductController_AlreadyExistsHelp",
160:                            "You are trying to create a project<br>with a product name and product version<br>that already exists!" },
161:                    { "VAIProductController_NotCreated",
162:                            "Project Directory could not be created!" },
163:                    { "VAIProductController_NotCreatedSecurity",
164:                            "Project Directory could not be created du to security issues!" },
165:                    { "VAIProductController_NotSaved",
166:                            "New Project could not be saved!" },
167:
168:            // END OF MATERIAL TO LOCALIZE
169:            };
170:
171:            /**
172:             * Method: getContents()
173:             */
174:            public Object[][] getContents() {
175:                return contents;
176:            }
177:
178:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.