Source Code Cross Referenced for Language_fr_FR.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_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:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.