KickJava   Java API By Example, From Geeks To Geeks.

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


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 Adam Bodurka
22  * @version $Id: PlafRes_pl.java,v 1.5 2003/10/29 06:11:08 jjanke Exp $
23  */

24 public class PlafRes_pl extends ListResourceBundle JavaDoc
25 {
26     /** The data */
27     static final Object JavaDoc[][] contents = new String JavaDoc[][]
28     {
29     { "BackColType", "Typ koloru t\u0142a" },
30     { "BackColType_Flat", "P\u0142aski" },
31     { "BackColType_Gradient", "Stopniowany" },
32     { "BackColType_Lines", "Linie" },
33     { "BackColType_Texture", "Tekstura" },
34     //
35
{ "LookAndFeelEditor", "Edytor Wygl\u0105du" },
36     { "LookAndFeel", "Wygl\u0105d" },
37     { "Theme", "Temat" },
38     { "EditCompiereTheme", "Edytuj Temat Compiera" },
39     { "SetDefault", "Domy\u015blne T\u0142o" },
40     { "SetDefaultColor", "Domy\u015blny Kolor" },
41     { "Example", "Przyk\u0142ad" },
42     { "Reset", "Resetuj" },
43     { "OK", "OK" },
44     { "Cancel", "Anuluj" },
45     //
46
{ "CompiereThemeEditor", "Edytor Tematu Compiera" },
47     { "MetalColors", "Kolory Metalowe" },
48     { "CompiereColors", "Kolory Compiera" },
49     { "CompiereFonts", "Czcionki Compiera" },
50     { "Primary1Info", "Tekst Etykiety" },
51     { "Primary1", "Podstawowy 1" },
52     { "Primary2Info", "Linia Fokusu, Wybrany CheckBox" },
53     { "Primary2", "Podstawowy 2" },
54     { "Primary3Info", "Wybrany Wiersz Tabeli, Wybrany Tekst, T\u0142o Podpowiedzi" },
55     { "Primary3", "Podstawowy 3" },
56     { "Secondary1Info", "Linie Obramowania" },
57     { "Secondary1", "Drugorz\u0119dny 1" },
58     { "Secondary2Info", "Nieaktywne Zak\u0142adki, Naci\u015bni\u0119te Pola, Nieaktywna Ramka + Tekst" },
59     { "Secondary2", "Drugorz\u0119dny 2" },
60     { "Secondary3Info", "T\u0142o" },
61     { "Secondary3", "Drugorz\u0119dny 3" },
62     //
63
{ "ControlFontInfo", "Czcionka Kontrolki" },
64     { "ControlFont", "Czcionka Etykiety" },
65     { "SystemFontInfo", "Podpowiedzi, Ga\u0142\u0119zie drzewa" },
66     { "SystemFont", "Czcionka Systemowa" },
67     { "UserFontInfo", "Dane wprowadzone przez U\u017cytkownika" },
68     { "UserFont", "Czcionka Pola" },
69 // { "SmallFontInfo", "Raporty" },
70
{ "SmallFont", "Ma\u0142a Czcionka" },
71     { "WindowTitleFont", "Czcionka Tytu\u0142u" },
72     { "MenuFont", "Czcionka Menu" },
73     //
74
{ "MandatoryInfo", "Obowi\u0105zkowe T\u0142o Pola" },
75     { "Mandatory", "Obowi\u0105zkowe" },
76     { "ErrorInfo", "B\u0142\u0105d T\u0142a Pola" },
77     { "Error", "B\u0142\u0105d" },
78     { "InfoInfo", "Informacja T\u0142a Pola" },
79     { "Info", "Informacja" },
80     { "WhiteInfo", "Linie" },
81     { "White", "Bia\u0142y" },
82     { "BlackInfo", "Linie, Tekst" },
83     { "Black", "Czarny" },
84     { "InactiveInfo", "Nieaktywne T\u0142o Pola" },
85     { "Inactive", "Nieaktywny" },
86     { "TextOKInfo", "OK Pierwszoplanowy Tekst" },
87     { "TextOK", "Tekst - OK" },
88     { "TextIssueInfo", "B\u0142\u0105d Pierwszoplanowego Tekstu" },
89     { "TextIssue", "Tekst - B\u0142\u0105d" },
90     //
91
{ "FontChooser", "Wyb\u00f3r Czcionki" },
92     { "Fonts", "Czcionki" },
93     { "Plain", "G\u0142adki" },
94     { "Italic", "Kursywa" },
95     { "Bold", "Pogrubiony" },
96     { "BoldItalic", "Pogrubiony i Kursywa" },
97     { "Name", "Nazwa" },
98     { "Size", "Rozmiar" },
99     { "Style", "Styl" },
100     { "TestString", "To jest tylko test!" },
101     { "FontString", "Czcionka" },
102     //
103
{ "CompiereColorEditor", "Edytor Koloru Compiera" },
104     { "CompiereType", "Typ Koloru" },
105     { "GradientUpperColor", "G\u00f3rny Kolor Stopniowania" },
106     { "GradientLowerColor", "Dolny Kolor Stopniowania" },
107     { "GradientStart", "Pocz\u0105tek Stopniowania" },
108     { "GradientDistance", "Odst\u0119p Stopniowania" },
109     { "TextureURL", "Tekstura URL" },
110     { "TextureAlpha", "Tekstura Alpha" },
111     { "TextureTaintColor", "Kolor t\u0142a Tekstury" },
112     { "LineColor", "Kolor Linii" },
113     { "LineBackColor", "Kolor T\u0142a" },
114     { "LineWidth", "Grubo\u015b\u0107 Linii" },
115     { "LineDistance", "Odst\u0119p Linii" },
116     { "FlatColor", "Kolor P\u0142aski" }
117     };
118
119     /**
120      * Get Contents
121      * @return contents
122      */

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