KickJava   Java API By Example, From Geeks To Geeks.

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


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 (German)
20  *
21  * @author Jorg Janke
22  * @version $Id: PlafRes_de.java,v 1.5 2003/10/29 06:11:08 jjanke Exp $
23  */

24 public class PlafRes_de extends ListResourceBundle JavaDoc
25 {
26     /** The data */
27     static final Object JavaDoc[][] contents = new String JavaDoc[][]
28     {
29     { "BackColType", "Hintergrund Farbtyp" },
30     { "BackColType_Flat", "Flach" },
31     { "BackColType_Gradient", "Gradient" },
32     { "BackColType_Lines", "Linie" },
33     { "BackColType_Texture", "Textur" },
34     //
35
{ "LookAndFeelEditor", "Benutzeroberfläche Editor" },
36     { "LookAndFeel", "Oberfläche" },
37     { "Theme", "Thema" },
38     { "EditCompiereTheme", "Compiere Thema bearbeiten" },
39     { "SetDefault", "Standard Hintergrund" },
40     { "SetDefaultColor", "Hintergrund Farbe" },
41     { "ColorBlind", "Farbblindheit" },
42     { "Example", "Beispiel" },
43     { "Reset", "Zurücksetzen" },
44     { "OK", "Ja" },
45     { "Cancel", "Abbruch" },
46     //
47
{ "CompiereThemeEditor", "Compiere Thema Editor" },
48     { "MetalColors", "Metal Farben" },
49     { "CompiereColors", "Compiere Farben" },
50     { "CompiereFonts", "Compiere Schriften" },
51     { "Primary1Info", "Schatten, Separator" },
52     { "Primary1", "Primär 1" },
53     { "Primary2Info", "Fokuslinien, Aktives Menü" },
54     { "Primary2", "Primär 2" },
55     { "Primary3Info", "Tabelle Selected Row, Selected Text, Tool Tip Hintergrund" },
56     { "Primary3", "Primär 3" },
57     { "Secondary1Info", "Rahmen Lines" },
58     { "Secondary1", "Sekundär 1" },
59     { "Secondary2Info", "Inaktive Tabs, Pressed Felder, Inaktive Rahmen + Text" },
60     { "Secondary2", "Sekundär 2" },
61     { "Secondary3Info", "Hintergrund" },
62     { "Secundary3", "Sekundär 3" },
63     //
64
{ "ControlFontInfo", "Labels" },
65     { "ControlFont", "Standard Schrift" },
66     { "SystemFontInfo", "Tool Tip" },
67     { "SystemFont", "System Schrift" },
68     { "UserFontInfo", "Entered Data" },
69     { "UserFont", "Nutzer Schrift" },
70     { "SmallFont", "Kleine Schrift" },
71     { "WindowTitleFont", "Titel Schrift" },
72     { "MenuFont", "Menü Schrift" },
73     //
74
{ "MandatoryInfo", "Erforderliches Feld Hintergrund" },
75     { "Mandatory", "Erforderlich" },
76     { "ErrorInfo", "Fehler Feld Hintergrund" },
77     { "Error", "Fehler" },
78     { "InfoInfo", "Info Feld Hintergrund" },
79     { "Info", "Info" },
80     { "WhiteInfo", "Linien" },
81     { "White", "Weiß" },
82     { "BlackInfo", "Linien, Text" },
83     { "Black", "Schwarz" },
84     { "InactiveInfo", "Inaktiv Feld Hintergrund" },
85     { "Inactive", "Inaktiv" },
86     { "TextOKInfo", "OK Text Fordergrund" },
87     { "TextOK", "Text - OK" },
88     { "TextIssueInfo", "Fehler Text Fordergrund" },
89     { "TextIssue", "Text - Fehler" },
90     //
91
{ "FontChooser", "Schrift Auswahl" },
92     { "Fonts", "Schriften" },
93     { "Plain", "Normal" },
94     { "Italic", "Italic" },
95     { "Bold", "Fett" },
96     { "BoldItalic", "Fett & Italic" },
97     { "Name", "Name" },
98     { "Size", "Größe" },
99     { "Style", "Stil" },
100     { "TestString", "Dies ist nur ein Test! The quick brown Fox is doing something. 12,3456.78 BuchstabeLEins = l1 BuchstabeONull = O0" },
101     { "FontString", "Schrift" },
102     //
103
{ "CompiereColorEditor", "Compiere Farben Auswahl" },
104     { "CompiereType", "Farbtyp" },
105     { "GradientUpperColor", "Gradient obere Farbe" },
106     { "GradientLowerColor", "Gradient untere Farbe" },
107     { "GradientStart", "Gradient Start" },
108     { "GradientDistance", "Gradient Distanz" },
109     { "TextureURL", "Textur URL" },
110     { "TextureAlpha", "Textur Alpha" },
111     { "TextureTaintColor", "Textur Tönung Farbe" },
112     { "LineColor", "Linie Farbe" },
113     { "LineBackColor", "Hintergrund Farbe" },
114     { "LineWidth", "Linie Breite" },
115     { "LineDistance", "Linie Distanz" },
116     { "FlatColor", "Flache Farbe" }
117     };
118
119     /**
120      * Get Contents
121      * @return contents
122      */

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