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: }
|