KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > compiere > plaf > PlafRes_ca


1 /******************************************************************************
2  * The contents of this file are subject to the Compiere License Version 1.1
3  * ("License"); You may not use this file except in compliance with the License
4  * You may obtain a copy of the License at http://www.compiere.org/license.html
5  * Software distributed under the License is distributed on an "AS IS" basis,
6  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
7  * the specific language governing rights and limitations under the License.
8  * The Original Code is Compiere ERP & CRM Business Solution
9  * The Initial Developer of the Original Code is Jorg Janke and ComPiere, Inc.
10  * Portions created by Jorg Janke are Copyright (C) 1999-2001 Jorg Janke, parts
11  * created by ComPiere are Copyright (C) ComPiere, Inc.; All Rights Reserved.
12  * Contributor(s): ______________________________________.
13  *****************************************************************************/

14 package org.compiere.plaf;
15
16 import java.util.ListResourceBundle JavaDoc;
17
18 /**
19  * Translation Texts for Look & Feel
20  *
21  * @author Jaume Teixi
22  * @version $Id: PlafRes_ca.java,v 1.4 2003/10/29 06:11:08 jjanke Exp $
23  */

24 public class PlafRes_ca extends ListResourceBundle JavaDoc
25 {
26     /** The data */
27     static final Object JavaDoc[][] contents = new String JavaDoc[][]
28     {
29     { "BackColType", "Tipus Color Fons" },
30     { "BackColType_Flat", "Pla" },
31     { "BackColType_Gradient", "Gradient" },
32     { "BackColType_Lines", "Línes" },
33     { "BackColType_Texture", "Textura" },
34     //
35
{ "LookAndFeelEditor", "Editor Aparença i Comportament" },
36     { "LookAndFeel", "Aparença i Comportament" },
37     { "Theme", "Tema" },
38     { "EditCompiereTheme", "Editar Tema Compiere" },
39     { "SetDefault", "Fons Per Defecte" },
40     { "SetDefaultColor", "Color Fons" },
41     { "ColorBlind", "Deficiència Color" },
42     { "Example", "Exemple" },
43     { "Reset", "Reiniciar" },
44     { "OK", "D'Acord" },
45     { "Cancel", "Cancel.lar" },
46     //
47
{ "CompiereThemeEditor", "Editor Tema Compiere" },
48     { "MetalColors", "Colors Metal" },
49     { "CompiereColors", "Colors Compiere" },
50     { "CompiereFonts", "Fonts Compiere" },
51     { "Primary1Info", "Ombra, Separador" },
52     { "Primary1", "Primari 1" },
53     { "Primary2Info", "Línia Focus, Menú Seleccionat" },
54     { "Primary2", "Primari 2" },
55     { "Primary3Info", "Taula Fila Seleccionada, Texte Seleccionat, Indicador Fons" },
56     { "Primary3", "Primari 3" },
57     { "Secondary1Info", "Línies Marc" },
58     { "Secondary1", "Secondari 1" },
59     { "Secondary2Info", "Pestanyes Innactives, Camps Premuts, Texte + Marc Innactius" },
60     { "Secondary2", "Secondari 2" },
61     { "Secondary3Info", "Fons" },
62     { "Secondary3", "Secondari 3" },
63     //
64
{ "ControlFontInfo", "Font Control" },
65     { "ControlFont", "Font Etiqueta" },
66     { "SystemFontInfo", "Indicador, Nodes Arbre" },
67     { "SystemFont", "Font Sistema" },
68     { "UserFontInfo", "Dades Entrades Per l'Usuari" },
69     { "UserFont", "Font Camp" },
70 // { "SmallFontInfo", "Informes" },
71
{ "SmallFont", "Font Petita" },
72     { "WindowTitleFont", "Font Títol" },
73     { "MenuFont", "Font Menú" },
74     //
75
{ "MandatoryInfo", "Camp de Fons Obligatori" },
76     { "Mandatory", "Obligatori" },
77     { "ErrorInfo", "Camp de Fons Error" },
78     { "Error", "Error" },
79     { "InfoInfo", "Camp de Fons Informació" },
80     { "Info", "Informació" },
81     { "WhiteInfo", "Línies" },
82     { "White", "Blanc" },
83     { "BlackInfo", "Línies, Text" },
84     { "Black", "Negre" },
85     { "InactiveInfo", "Camp de Fons Innactiu" },
86     { "Inactive", "Innactiu" },
87     { "TextOKInfo", "Texte Superior OK" },
88     { "TextOK", "Texte - OK" },
89     { "TextIssueInfo", "Texte Superior Error" },
90     { "TextIssue", "Texte - Error" },
91     //
92
{ "FontChooser", "Escollidor Font" },
93     { "Fonts", "Fonts" },
94     { "Plain", "Plana" },
95     { "Italic", "Itàlica" },
96     { "Bold", "Negreta" },
97     { "BoldItalic", "Negreta & Itàlica" },
98     { "Name", "Nom" },
99     { "Size", "Tamany" },
100     { "Style", "Estil" },
101     { "TestString", "Això és només una Prova! La Guineu marró ràpida éstà fent quelcom. 12,3456.78 LetterLOne = l1 LetterOZero = O0" },
102     { "FontString", "Font" },
103     //
104
{ "CompiereColorEditor", "Editor Color Compiere" },
105     { "CompiereType", "Tipus Color" },
106     { "GradientUpperColor", "Color Dalt Degradat" },
107     { "GradientLowerColor", "Color Baix Degradat" },
108     { "GradientStart", "Inici Degradat" },
109     { "GradientDistance", "Distància Degradat" },
110     { "TextureURL", "Textura URL" },
111     { "TextureAlpha", "Textura Alfa" },
112     { "TextureTaintColor", "Textura Color Corrupció" },
113     { "LineColor", "Color Línia" },
114     { "LineBackColor", "Color Fons" },
115     { "LineWidth", "Ampla Línia" },
116     { "LineDistance", "Distància Línia" },
117     { "FlatColor", "Color Pla" }
118     };
119
120     /**
121      * Get Contents
122      * @return contents
123      */

124     public Object JavaDoc[][] getContents()
125     {
126         return contents;
127     }
128 } // Res
129
Popular Tags