KickJava   Java API By Example, From Geeks To Geeks.

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


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 Eldir Tomassen
22  * @version $Id: PlafRes_nl.java,v 1.3 2003/10/29 06:11:08 jjanke Exp $
23  */

24 public class PlafRes_nl extends ListResourceBundle JavaDoc
25 {
26     /** The data */
27     static final Object JavaDoc[][] contents = new String JavaDoc[][]
28     {
29     { "BackColType", "Achtergrond Kleur Type" },
30     { "BackColType_Flat", "Egaal" },
31     { "BackColType_Gradient", "Verloop" },
32     { "BackColType_Lines", "Lijnen" },
33     { "BackColType_Texture", "Reliëf" },
34     //
35
{ "LookAndFeelEditor", "Look & Feel Editor" },
36     { "LookAndFeel", "Look & Feel" },
37     { "Theme", "Thema" },
38     { "EditCompiereTheme", "Compiere Theme Bewerken" },
39     { "SetDefault", "Standaard Achtergrond" },
40     { "SetDefaultColor", "Achtergrond Kleur" },
41     { "ColorBlind", "Kleur Verloop" },
42     { "Example", "Voorbeeld" },
43     { "Reset", "Ongedaan maken" },
44     { "OK", "OK" },
45     { "Cancel", "Annuleren" },
46     //
47
{ "CompiereThemeEditor", "Compiere Thema Editor" },
48     { "MetalColors", "Metaal Kleuren" },
49     { "CompiereColors", "Compiere Kleuren" },
50     { "CompiereFonts", "Compiere Lettertypen" },
51     { "Primary1Info", "Shaduw, Schijdingsteken" },
52     { "Primary1", "Primair 1" },
53     { "Primary2Info", "SAchijdingslijn, Geselecteerd Menu" },
54     { "Primary2", "Primair 2" },
55     { "Primary3Info", "Tabel Geselecteerde Rij, Geselecteerde Tekst, ToolTip Achtergrond" },
56     { "Primary3", "Primair 3" },
57     { "Secondary1Info", "Begrenzing Lijnen" },
58     { "Secondary1", "Secundair 2" },
59     { "Secondary2Info", "Inactieve Tabs, Geselecteerde Velden, Inactieve Begrenzing + Tekst" },
60     { "Secondary2", "Secundait 2" },
61     { "Secondary3Info", "Achtergrond" },
62     { "Secondary3", "Secondair 3" },
63     //
64
{ "ControlFontInfo", "Beheer Lettertype" },
65     { "ControlFont", "Label Lettertype" },
66     { "SystemFontInfo", "Tool Tip, Boom Iconen" },
67     { "SystemFont", "Systeem Letterype" },
68     { "UserFontInfo", "Door Gebruiker ingevoerde gegevens" },
69     { "UserFont", "Veld Lettertype" },
70 // { "SmallFontInfo", "Reports" },
71
{ "SmallFont", "Klein Lettertype" },
72     { "WindowTitleFont", "Titel Lettertype" },
73     { "MenuFont", "Menu Lettertype" },
74     //
75
{ "MandatoryInfo", "Verplicht Veld Achtergrond" },
76     { "Mandatory", "Verplicht" },
77     { "ErrorInfo", "Foutief Veld Achtergrond" },
78     { "Error", "Foutief" },
79     { "InfoInfo", "Informatie Veld Achtergrond" },
80     { "Info", "Informatie" },
81     { "WhiteInfo", "Lijnen" },
82     { "White", "Wit" },
83     { "BlackInfo", "Lijnen, Tekst" },
84     { "Black", "Zwart" },
85     { "InactiveInfo", "Inactief Veld Achtergrond" },
86     { "Inactive", "Inactief" },
87     { "TextOKInfo", "OK Tekst Voorgrond" },
88     { "TextOK", "Tekst - OK" },
89     { "TextIssueInfo", "Foutief Tekst Voorgrond" },
90     { "TextIssue", "Tekst - Foutief" },
91     //
92
{ "FontChooser", "Lettertype Selecteren" },
93     { "Fonts", "Lettertypen" },
94     { "Plain", "Normaal" },
95     { "Italic", "Schuin" },
96     { "Bold", "Vet" },
97     { "BoldItalic", "Vet & Schuin" },
98     { "Name", "Naam" },
99     { "Size", "Formaat" },
100     { "Style", "Stijl" },
101     { "TestString", "Dit is een test! De thema brwoser is bezig. 12,3456.78 LetterLOne = l1 LetterOZero = O0" },
102     { "FontString", "Lettertype" },
103     //
104
{ "CompiereColorEditor", "Compiere Kleur Editor" },
105     { "CompiereType", "Kleur Type" },
106     { "GradientUpperColor", "Verloop Bovenste Kleur" },
107     { "GradientLowerColor", "Verloop Onderste Kleur" },
108     { "GradientStart", "Verloop Start" },
109     { "GradientDistance", "Verloop Afstand" },
110     { "TextureURL", "Textuur URL" },
111     { "TextureAlpha", "Textuur Alpha" },
112     { "TextureTaintColor", "Textuur Taint Kleur" },
113     { "LineColor", "Lijn Kleur" },
114     { "LineBackColor", "Achtergrond Kleur" },
115     { "LineWidth", "Lijn Breedte" },
116     { "LineDistance", "Lijn Reikwijdte" },
117     { "FlatColor", "Egale Kleur" }
118     };
119
120     /**
121      * Get Contents
122      * @return contents
123      */

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

130
Popular Tags