KickJava   Java API By Example, From Geeks To Geeks.

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


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 for Finnish Language
20  *
21  * @author Petteri Soininen (petteri.soininen@netorek.fi)
22  * @version $Id: PlafRes_fi.java,v 1.3 2003/10/29 06:11:08 jjanke Exp $
23  */

24 public class PlafRes_fi extends ListResourceBundle JavaDoc
25 {
26     /**
27     * Data
28     */

29     static final Object JavaDoc[][] contents = new String JavaDoc[][]
30     {
31     { "BackColType", "Taustan värityyppi" },
32     { "BackColType_Flat", "Yksiväri" },
33     { "BackColType_Gradient", "Gradientti" },
34     { "BackColType_Lines", "Viiva" },
35     { "BackColType_Texture", "Kuviointi" },
36     //
37
{ "LookAndFeelEditor", "Käyttötuntuman muokkaus" },
38     { "LookAndFeel", "Käyttötuntuma" },
39     { "Theme", "Teema" },
40     { "EditCompiereTheme", "Muokkaa Compiere-teemaa" },
41     { "SetDefault", "Oletustaustaväri" },
42     { "SetDefaultColor", "Taustaväri" },
43     { "ColorBlind", "Värisokeus" },
44     { "Example", "Esimerkki" },
45     { "Reset", "Nollaa" },
46     { "OK", "Hyväksy" },
47     { "Cancel", "Peruuta" },
48     //
49
{ "CompiereThemeEditor", "Compiere-teeman muokkaus" },
50     { "MetalColors", "Metallivärit" },
51     { "CompiereColors", "Compiere-värit" },
52     { "CompiereFonts", "Compiere-kirjasimet" },
53     { "Primary1Info", "Varjostin, Erotin" },
54     { "Primary1", "Ensisijainen 1" },
55     { "Primary2Info", "Focus-viiva, Valitty Valikko" },
56     { "Primary2", "Ensisijainen 2" },
57     { "Primary3Info", "Taulun Valittu Rivi, Valittu Teksti, ToolTip Tausta" },
58     { "Primary3", "Ensisijainen 3" },
59     { "Secondary1Info", "Reunaviivat" },
60     { "Secondary1", "Toissijainen 1" },
61     { "Secondary2Info", "Ei-aktiiviset Tabulaattorit, Painetut Kentät, Ei-aktiivinen Reuna + Teksti" },
62     { "Secondary2", "Toissijainen 2" },
63     { "Secondary3Info", "Tausta" },
64     { "Secondary3", "Toissijainen 3" },
65     //
66
{ "ControlFontInfo", "Kontrollikirjasin" },
67     { "ControlFont", "Nimikekirjasin" },
68     { "SystemFontInfo", "Tool Tip, Puun Solmut" },
69     { "SystemFont", "Järjestelmäkirjasin" },
70     { "UserFontInfo", "Käyttäjän Syöttämä Tieto" },
71     { "UserFont", "Kenttäkirjasin" },
72 // { "SmallFontInfo", "Raportit" },
73
{ "SmallFont", "Pieni Kirjasin" },
74     { "WindowTitleFont", "Otsikkokirjasin" },
75     { "MenuFont", "Valikkokirjasin" },
76     //
77
{ "MandatoryInfo", "Pakollinen Kenttätausta" },
78     { "Mandatory", "Pakollinen" },
79     { "ErrorInfo", "Virhekentän Tausta" },
80     { "Error", "Virhe" },
81     { "InfoInfo", "Tietokentän Tausta" },
82     { "Info", "Tieto" },
83     { "WhiteInfo", "Viivat" },
84     { "White", "Valkoinen" },
85     { "BlackInfo", "Viivat, Teksti" },
86     { "Black", "Musta" },
87     { "InactiveInfo", "Ei-aktiivinen Kenttätausta" },
88     { "Inactive", "Ei-aktiivinen" },
89     { "TextOKInfo", "Hyväksy Teksti Edusta" },
90     { "TextOK", "Teksti - Hyväksy" },
91     { "TextIssueInfo", "Virhetekstin Edusta" },
92     { "TextIssue", "Teksti - Virhe" },
93     //
94
{ "FontChooser", "Kirjasimen Valitsin" },
95     { "Fonts", "Kirjasimet" },
96     { "Plain", "Tavallinen" },
97     { "Italic", "Kursiivi" },
98     { "Bold", "Lihavoitu" },
99     { "BoldItalic", "Lihavoitu ja Kursiivi" },
100     { "Name", "Nimi" },
101     { "Size", "Koko" },
102     { "Style", "Tyyli" },
103     { "TestString", "Tämä on vain Testi! Nopea ruskea Kettu suorittaa jotain. 12,3456.78 LetterLOne = l1 LetterOZero = O0" },
104     { "FontString", "Kirjasin" },
105     //
106
{ "CompiereColorEditor", "Compiere-värimuokkaus" },
107     { "CompiereType", "Värityyppi" },
108     { "GradientUpperColor", "Gradientin Ylempi Väri" },
109     { "GradientLowerColor", "Gradientin Alempi Väri" },
110     { "GradientStart", "Gradientin Alku" },
111     { "GradientDistance", "Gradientin Etäisyys" },
112     { "TextureURL", "Kuvioinnin URL" },
113     { "TextureAlpha", "Kuvioinnin Alpha" },
114     { "TextureTaintColor", "Kuvioinnin Korvausväri" },
115     { "LineColor", "Viivan Väri" },
116     { "LineBackColor", "Taustan Väri" },
117     { "LineWidth", "Viivan Paksuus" },
118     { "LineDistance", "Viivan Etäisyys" },
119     { "FlatColor", "Tavallinen Väri" }
120     };
121
122     /**
123      * Get Contents
124      * @return contents
125      */

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

132
Popular Tags