KickJava   Java API By Example, From Geeks To Geeks.

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


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

24 public class PlafRes_dk extends ListResourceBundle JavaDoc
25 {
26     /** The data */
27     static final Object JavaDoc[][] contents = new String JavaDoc[][]
28     {
29     { "BackColType", "Baggrund: Farvetype" },
30     { "BackColType_Flat", "Fast" },
31     { "BackColType_Gradient", "Farveforløb" },
32     { "BackColType_Lines", "Linjer" },
33     { "BackColType_Texture", "Struktur" },
34     //
35
{ "LookAndFeelEditor", "Redigér & udseende" },
36     { "LookAndFeel", "Udseende" },
37     { "Theme", "Tema" },
38     { "EditCompiereTheme", "Redigér Compiere tema" },
39     { "SetDefault", "Baggrund: Standard" },
40     { "SetDefaultColor", "Baggrundsfarve" },
41     { "ColorBlind", "Farvereduktion" },
42     { "Example", "Eksempel" },
43     { "Reset", "Gendan" },
44     { "OK", "OK" },
45     { "Cancel", "Annullér" },
46     //
47
{ "CompiereThemeEditor", "Compiere-tema: Redigér" },
48     { "MetalColors", "Metal-farver" },
49     { "CompiereColors", "Compiere-farver" },
50     { "CompiereFonts", "Compiere-skrifttyper" },
51     { "Primary1Info", "Skygge, Separator" },
52     { "Primary1", "Primær 1" },
53     { "Primary2Info", "Markeret element, Markeret menu" },
54     { "Primary2", "Primær 2" },
55     { "Primary3Info", "Markeret række i tabel, Markeret tekst, Værktøjstip - baggr." },
56     { "Primary3", "Primær 3" },
57     { "Secondary1Info", "Rammelinjer" },
58     { "Secondary1", "Sekundær 1" },
59     { "Secondary2Info", "Ikke-aktive faner, Markerede felter, Ikke-aktiv ramme + tekst" },
60     { "Secondary2", "Sekundær 2" },
61     { "Secondary3Info", "Baggrund" },
62     { "Secondary3", "Sekundær 3" },
63     //
64
{ "ControlFontInfo", "Skrifttype: Knapper" },
65     { "ControlFont", "Skrifttype: Etiket" },
66     { "SystemFontInfo", "Værktøjstip, Strukturknuder" },
67     { "SystemFont", "Skrifttype: System" },
68     { "UserFontInfo", "Anvend" },
69     { "UserFont", "Skrifttype: Felt" },
70 // { "SmallFontInfo", "Rapporter" },
71
{ "SmallFont", "Lille" },
72     { "WindowTitleFont", "Skrifttype: Titellinje" },
73     { "MenuFont", "Skrifttype: Menu" },
74     //
75
{ "MandatoryInfo", "Tvungen feltbaggrund" },
76     { "Mandatory", "Tvungen" },
77     { "ErrorInfo", "Fejl: Feltbaggrund" },
78     { "Error", "Fejl" },
79     { "InfoInfo", "Info: Feltbaggrund" },
80     { "Info", "Info" },
81     { "WhiteInfo", "Linjer" },
82     { "White", "Hvid" },
83     { "BlackInfo", "Linjer, Tekst" },
84     { "Black", "Sort" },
85     { "InactiveInfo", "Inaktiv feltbaggrund" },
86     { "Inactive", "Inaktiv" },
87     { "TextOKInfo", "OK: Tekstforgrund" },
88     { "TextOK", "Tekst: OK" },
89     { "TextIssueInfo", "Fejl: Tekstforgrund" },
90     { "TextIssue", "Tekst: Fejl" },
91     //
92
{ "FontChooser", "Skriftype" },
93     { "Fonts", "Skrifttyper" },
94     { "Plain", "Normal" },
95     { "Italic", "Kursiv" },
96     { "Bold", "Fed" },
97     { "BoldItalic", "Fed & kursiv" },
98     { "Name", "Navn" },
99     { "Size", "Størrelse" },
100     { "Style", "Type" },
101     { "TestString", "Dette er en prøve! 12.3456,78 BogstavLEn = l1 BogstavONul = O0" },
102     { "FontString", "Skrifttype" },
103     //
104
{ "CompiereColorEditor", "Compiere-farveeditor" },
105     { "CompiereType", "Farvetype" },
106     { "GradientUpperColor", "Farveforløb: Farve 1" },
107     { "GradientLowerColor", "Farveforløb: Farve 2" },
108     { "GradientStart", "Farveforløb: Start" },
109     { "GradientDistance", "Farveforløb: Afstand" },
110     { "TextureURL", "Struktur: URL" },
111     { "TextureAlpha", "Struktur: Alpha" },
112     { "TextureTaintColor", "Struktur: Pletvis" },
113     { "LineColor", "Linjefarve" },
114     { "LineBackColor", "Baggrundsfarve" },
115     { "LineWidth", "Linjebredde" },
116     { "LineDistance", "Linjeafstand" },
117     { "FlatColor", "Fast farve" }
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