Source Code Cross Referenced for Resource_fr.java in  » Ajax » Laszlo-4.0.10 » org » openlaszlo » iv » flash » util » 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 » Ajax » Laszlo 4.0.10 » org.openlaszlo.iv.flash.util 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * $Id: Resource_fr.java,v 1.6 2002/06/25 15:31:36 ptalbot Exp $
003:         *
004:         * ===========================================================================
005:         *
006:         * The JGenerator Software License, Version 1.0
007:         *
008:         * Copyright (c) 2000 Dmitry Skavish (skavish@usa.net). All rights reserved.
009:         *
010:         * Redistribution and use in source and binary forms, with or without
011:         * modification, are permitted provided that the following conditions are met:
012:         *
013:         * 1. Redistributions of source code must retain the above copyright
014:         *    notice, this list of conditions and the following disclaimer.
015:         *
016:         * 2. Redistributions in binary form must reproduce the above copyright
017:         *    notice, this list of conditions and the following disclaimer in
018:         *    the documentation and/or other materials provided with the
019:         *    distribution.
020:         *
021:         * 3. The end-user documentation included with the redistribution, if
022:         *    any, must include the following acknowlegement:
023:         *    "This product includes software developed by Dmitry Skavish
024:         *     (skavish@usa.net, http://www.flashgap.com/)."
025:         *    Alternately, this acknowlegement may appear in the software itself,
026:         *    if and wherever such third-party acknowlegements normally appear.
027:         *
028:         * 4. The name "The JGenerator" must not be used to endorse or promote
029:         *    products derived from this software without prior written permission.
030:         *    For written permission, please contact skavish@usa.net.
031:         *
032:         * 5. Products derived from this software may not be called "The JGenerator"
033:         *    nor may "The JGenerator" appear in their names without prior written
034:         *    permission of Dmitry Skavish.
035:         *
036:         * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
037:         * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
038:         * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
039:         * DISCLAIMED.  IN NO EVENT SHALL DMITRY SKAVISH OR THE OTHER
040:         * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
041:         * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
042:         * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
043:         * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
044:         * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
045:         * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
046:         * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
047:         * SUCH DAMAGE.
048:         *
049:         */
050:
051:        package org.openlaszlo.iv.flash.util;
052:
053:        import java.util.*;
054:
055:        /**
056:         * Resources
057:         * <P>
058:         * Resource key has to have digit in first character from 0 to 4.
059:         * <ol start=0>
060:         * <li>FATAL
061:         * <li>ERROR
062:         * <li>WARN
063:         * <li>INFO
064:         * <li>DEBUG
065:         * </ol>
066:         *
067:         * @author Dmitry Skavish
068:         */
069:        public class Resource_fr extends Resource {
070:
071:            private static final Object[][] contents = {
072:                    { INFINITELOOP,
073:                            "Boucle sans fin pendant le traitement du script" },
074:                    {
075:                            GENCMDERR,
076:                            "La commande Generator ''{0}'' ne peut \u00EAtre appliqu\u00E9e qu'\u00E0 une instance" },
077:                    { UNKNOWNTAG, "Tag inconnu ''{0}'' rencontr\u00E9" },
078:                    { UNKNOWNGENTEXT,
079:                            "Subtag texte Generator inconnu {0} rencontr\u00E9" },
080:                    { CMDNOTFOUND, "Commande Generator ''{0}'' non reconnue" },
081:                    { CMDNOTCREATED,
082:                            "Erreur \u00E0 la cr\u00E9ation de la commande Generator ''{0}''" },
083:                    { ERRCMDFILEREAD,
084:                            "Erreur \u00E0 la lecture du fichier ''{0}'' dans la commande {1}" },
085:                    { CMDSCRIPTNOTFOUND,
086:                            "Script ''{0}'' non trouv\u00E9 dans la commande {1}" },
087:                    { INVALRATEVALUE,
088:                            "Cadence invalide {0} dans la commande 'SetMovieParameters'" },
089:                    { INVALURL, "Url invalide ''{0}''" },
090:                    {
091:                            ERRDATAREAD,
092:                            "Erreur \u00E0 la lecture des donn\u00E9es depuis la source ''{0}'' dans la commande {1}" },
093:                    { INVALDATASOURCE,
094:                            "Source de donn\u00E9es invalide ''{0}'' dans la commande {1}" },
095:                    { INVALALPHA,
096:                            "Valeur de pourcentage invalide {0} dans la commande {1}" },
097:                    {
098:                            COLNOTFOUNDCMD,
099:                            "Commande {0} : Colonne {1} non trouv\u00E9e dans la source de donn\u00E9es {2}" },
100:                    {
101:                            COLNOTFOUNDCMD1,
102:                            "Commande {0} : L'une des colonnes suivantes est requise dans la source de donn\u00E9es : {1}" },
103:                    { ERRPARSETEMPLATE,
104:                            "Erreur pendant le d\u00E9codage du mod\u00E8le ''{0}''" },
105:                    { CANTREADHEADER,
106:                            "Impossible de lire l'ent\u00EAte du mod\u00E8le ''{0}''" },
107:                    {
108:                            ILLEGALHEADER,
109:                            "Le mod\u00E8le ''{0}'' a une ent\u00EAte ill\u00E9gale - ce n'est pas un fichier Shockwave Flash" },
110:                    { FILETOOSHORT,
111:                            "La taille du fichier mod\u00E8le ''{0}'' est trop r\u00E9duite" },
112:                    {
113:                            FILETOOBIG,
114:                            "Le fichier mod\u00E8le ''{0}'' est trop volumineux pour pouvoir \u00EAtre charg\u00E9 en m\u00E9moire" },
115:                    { ERRWRITINGFILE,
116:                            "Erreur d'\u00E9criture du fichier ''{0}''" },
117:                    { ERRREADINGFILE, "Erreur de lecture du fichier ''{0}''" },
118:                    { FILENOTFOUND, "Fichier ''{0}'' non trouv\u00E9" },
119:                    {
120:                            UNKNOWNERROR,
121:                            "Une exception inattendue est survenue, veuillez envoyer le fichier log aux d\u00E9veloppeurs" },
122:                    { REENCODINGJPEG,
123:                            "R\u00E9-Encodage de l'image JPEG avec une qualit\u00E9 de {0}" },
124:                    {
125:                            RESCALINGJPEG,
126:                            "Redimensionnement de l'image JPEG avec une qualit\u00E9 de {2}, nouvelle largeur = {0}, hauteur = {1}" },
127:                    { INVLEXTERNALFONT,
128:                            "Impossible de trouver la moindre police dans le fichier ''{0}''" },
129:                    { CLIPORDEFSYM,
130:                            "L'objet Table doit comporter soit une colonne 'Clip' soit un 'DefaultSymbol'" },
131:                    { ROWSORCOLS,
132:                            "Nombre invalide de lignes ou de colonnes dans la commande {0}" },
133:                    { BORDERTOOTHICK,
134:                            "La bordure est trop \u00E0paisse dans la commande Table" },
135:                    {
136:                            PROCESSREQUEST,
137:                            "Fichier trait\u00E9 ''{0}'', taille {1} octets, temps de traitement {2} ms, temps total {3} ms" },
138:                    { ERRREADINGGIF, "Erreur de lecture du flux GIF" },
139:                    { ERRREADINGJPG, "Erreur de lecture du flux JPEG" },
140:                    {
141:                            ERRDOCMD,
142:                            "Une erreur est survenue dans le fichier ''{0}'', clip ''{1}'', image ''{2}'', commande ''{3}''" },
143:                    { ERRREADINGPNG, "Erreur de lecture du flux PNG" },
144:                    { UNSUPMEDIA,
145:                            "Fichier m\u00E9dia non support\u00E9 ''{0}''" },
146:                    { NOTEXT,
147:                            "Aucun texte trouv\u00E9 pour la commande 'InsertText'" },
148:                    { CONNECTINGTO, "Connexion \u00E0 {0} ..." },
149:                    { RETRIEVINGCONTENT,
150:                            "R\u00E9cup\u00E9ration du contenu de {0} ..." },
151:                    { INVLMP3LAYER,
152:                            "MP3 invalide - seul le MPEG Audio Layer 3 est support\u00E9" },
153:                    { INVLMP3, "Ent\u00EAte MP3 invalide" },
154:                    {
155:                            INVLMP3FREQUENCY,
156:                            "Fr\u00E9quence MP3 invalide - valeurs accept\u00E9es : 11025Hz, 22050Hz ou 44100Hz" },
157:                    { NOGRAPHCONTEXT,
158:                            "Le contexte courant n'a pas d'anc\u00EAtre 'GraphContext'" },
159:                    { NOMATCHINGCONTEXTS,
160:                            "Aucun anc\u00EAtre n'a pu \u00EAtre d\u00E9termin\u00E9 pour ''{0}''" },
161:                    { EXPECTSTDCONTEXT,
162:                            "Un contexte de type Texte (tabul\u00E9) \u00E9tait attendu" },
163:                    {
164:                            ERRSETPROPERTY,
165:                            "Veuillez param\u00E9trer la propri\u00E9t\u00E9 'org.openlaszlo.iv.flash.installDir' avec le r\u00E9pertoire o\u00F9 JGenerator est install\u00E9" },
166:                    { CANTLOADPROPERTIES,
167:                            "Impossible de charger le fichier de propri\u00E9t\u00E9s" },
168:                    {
169:                            CANTLOADSYSPROPS,
170:                            "Impossible de charger les propri\u00E9t\u00E9s syst\u00E8me, utilisation des valeurs par d\u00E9faut" },
171:                    {
172:                            SQLQUERY,
173:                            "Requ\u00EAte SQL \n   pilote : {0}\n   url : {1}\n   utilisateur/mot de passe : {2}/{3}\n   requ\u00EAte : {4}" },
174:                    {
175:                            BADHIGHORLOW,
176:                            "Commande {0} : Soit 'HIGH' soit 'LOW' n'est pas une valeur limite dans la ligne {1} de la source de donn\u00E9es {2}" },
177:                    { PROCESSERROR,
178:                            "Erreur de traitement du mod\u00E8le ''{0}''" },
179:                    {
180:                            SENDERROR,
181:                            "Erreur d'\u00E9criture du flux de sortie pendant le traitement du mod\u00E9le ''{0}''" },
182:                    { REQUESTFROM,
183:                            "Traitement de la requ\u00EAte depuis ''{0}''" },
184:                    { JSERROR, "JavaScript: {0}" },
185:                    { INLINECMDNOTFOUND,
186:                            "Commande interne {0} non trouv\u00E9e" },
187:                    { INLINECMDERROR,
188:                            "Erreur lors de l'ex\u00E9cution de la commande interne {0}" },
189:                    {
190:                            CMDINSTNOTFOUND,
191:                            "Impossible de trouver une instance pour la commande {0}. Saisissez le param\u00E8tre 'instancename'." },
192:                    { SERVERSTARTED, "Demarrage du servlet JGenerator." }, };
193:
194:            public Object[][] getContents() {
195:                return contents;
196:            }
197:
198:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.