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