diff --git a/base/src/org/compiere/db/DBRes_sr.java b/base/src/org/compiere/db/DBRes_sr.java new file mode 100644 index 0000000000..5e6aa24661 --- /dev/null +++ b/base/src/org/compiere/db/DBRes_sr.java @@ -0,0 +1,65 @@ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * + * This program is free software; you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program; if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +package org.compiere.db; + +import java.util.*; + +/** + * Connection Resource Strings + * + * @author Nikola Petkov + * @version $Id: patch-java-trl-sr_RS.txt,v 1.1 2008/12/05 11:39:16 mgifos Exp $ + */ +public class DBRes_sr extends ListResourceBundle +{ + /** Data */ + static final Object[][] contents = new String[][]{ + { "CConnectionDialog", "\u0410\u0434\u0435\u043C\u043F\u0438\u0435\u0440\u0435 \u0432\u0435\u0437\u0430" }, + { "Name", "\u041D\u0430\u0437\u0438\u0432" }, + { "AppsHost", "\u0425\u043E\u0441\u0442 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0435" }, + { "AppsPort", "\u041F\u043E\u0440\u0442 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0435" }, + { "TestApps", "\u0422\u0435\u0441\u0442\u0438\u0440\u0430\u045A\u0435 \u0441\u0435\u0440\u0432\u0435\u0440\u0430" }, + { "DBHost", "\u0425\u043E\u0441\u0442 \u0431\u0430\u0437\u0435" }, + { "DBPort", "\u041F\u043E\u0440\u0442 \u0431\u0430\u0437\u0435" }, + { "DBName", "\u041D\u0430\u0437\u0438\u0432 \u0431\u0430\u0437\u0435" }, + { "DBUidPwd", "\u041A\u043E\u0440\u0438\u0441\u043D\u0438\u043A / \u043B\u043E\u0437\u0438\u043D\u043A\u0430" }, + { "ViaFirewall", "\u041F\u0443\u0442\u0435\u043C Firewall-a" }, + { "FWHost", "Firewall \u0425\u043E\u0441\u0442" }, + { "FWPort", "Firewall \u041F\u043E\u0440\u0442" }, + { "TestConnection", "\u0422\u0435\u0441\u0442\u0438\u0440\u0430\u045A\u0435 \u0431\u0430\u0437\u0435" }, + { "Type", "\u0422\u0438\u043F \u0431\u0430\u0437\u0435" }, + { "BequeathConnection", "Bequeath \u0432\u0435\u0437\u0430" }, + { "Overwrite", "\u041F\u0440\u0435\u0431\u0440\u0438\u0441\u0430\u0442\u0438" }, + { "ConnectionProfile", "\u0412\u0435\u0437\u0430" }, + { "LAN", "LAN" }, + { "TerminalServer", "Terminal \u0441\u0435\u0440\u0432\u0435\u0440" }, + { "VPN", "VPN" }, + { "WAN", "WAN" }, + { "ConnectionError", "\u0413\u0440\u0435\u0448\u043A\u0430 \u0443 \u0432\u0435\u0437\u0438" }, + { "ServerNotActive", "\u0421\u0435\u0440\u0432\u0435\u0440 \u043D\u0438\u0458\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D" } + }; + + /** + * Get contents + * @return contents + */ + public Object[][] getContents() + { + return contents; + } // getContent +} // Res + diff --git a/looks/src/org/compiere/plaf/PlafRes_sr.java b/looks/src/org/compiere/plaf/PlafRes_sr.java new file mode 100644 index 0000000000..82e6c3466a --- /dev/null +++ b/looks/src/org/compiere/plaf/PlafRes_sr.java @@ -0,0 +1,132 @@ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * + * This program is free software; you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program; if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +package org.compiere.plaf; + +import java.util.ListResourceBundle; + +/** + * Translation Texts for Look & Feel + * + * @author Nikola Petkov + * @version $Id: patch-java-trl-sr_RS.txt,v 1.1 2008/12/05 11:39:16 mgifos Exp $ + */ +public class PlafRes_sr extends ListResourceBundle +{ + /** The data */ + static final Object[][] contents = new String[][] + { + { "BackColType", "\u0422\u0438\u043F \u043F\u043E\u0437\u0430\u0434\u0438\u043D\u0435" }, + { "BackColType_Flat", "Flat" }, + { "BackColType_Gradient", "\u0413\u0440\u0430\u0434\u0438\u0458\u0435\u043D\u0442" }, + { "BackColType_Lines", "\u041B\u0438\u043D\u0438\u0458\u0435" }, + { "BackColType_Texture", "\u0422\u0435\u043A\u0441\u0442\u0443\u0440\u0435" }, + // + { "LookAndFeelEditor", "\u0415\u0434\u0438\u0442\u043E\u0440 \u0438\u0437\u0433\u043B\u0435\u0434\u0430" }, + { "LookAndFeel", "\u0418\u0437\u0433\u043B\u0435\u0434" }, + { "Theme", "\u0422\u0435\u043C\u0430" }, + { "EditAdempiereTheme", "\u0423\u0440\u0435\u0452\u0438\u0432\u0430\u045A\u0435 Adempiere \u0442\u0435\u043C\u0435" }, + { "SetDefault", "\u0423\u043E\u0431\u0438\u0447\u0430\u0458\u0435\u043D\u0430 \u043F\u043E\u0437\u0430\u0434\u0438\u043D\u0430" }, + { "SetDefaultColor", "\u0411\u043E\u0458\u0430 \u043F\u043E\u0437\u0430\u0434\u0438\u043D\u0435" }, + { "ColorBlind", "Color Deficiency" }, + { "Example", "\u041F\u0440\u0438\u043C\u0435\u0440" }, + { "Reset", "\u041F\u043E\u043D\u0438\u0448\u0442\u0438 \u0438\u0437\u043C\u0435\u043D\u0435" }, + { "OK", "\u0423 \u0440\u0435\u0434\u0443" }, + { "Cancel", "\u041E\u0434\u0443\u0441\u0442\u0430\u043D\u0438" }, + // + { "AdempiereThemeEditor", "\u0423\u0440\u0435\u0452\u0438\u0432\u0430\u045A\u0435 Adempiere \u0442\u0435\u043C\u0435" }, + { "MetalColors", "Metal Colors" }, + { "AdempiereColors", "Adempiere Colors" }, + { "AdempiereFonts", "Adempiere Fonts" }, + { "Primary1Info", "Shadow, Separator" }, + { "Primary1", "Primary 1" }, + { "Primary2Info", "Focus Line, Selected Menu" }, + { "Primary2", "Primary 2" }, + { "Primary3Info", "Table Selected Row, Selected Text, ToolTip Background" }, + { "Primary3", "Primary 3" }, + { "Secondary1Info", "Border Lines" }, + { "Secondary1", "Secondary 1" }, + { "Secondary2Info", "Inactive Tabs, Pressed Fields, Inactive Border + Text" }, + { "Secondary2", "Secondary 2" }, + { "Secondary3Info", "Background" }, + { "Secondary3", "Secondary 3" }, + // + { "ControlFontInfo", "Control Font" }, + { "ControlFont", "Label Font" }, + { "SystemFontInfo", "Tool Tip, Tree nodes" }, + { "SystemFont", "System Font" }, + { "UserFontInfo", "User Entered Data" }, + { "UserFont", "Field Font" }, +// { "SmallFontInfo", "Reports" }, + { "SmallFont", "Small Font" }, + { "WindowTitleFont", "Title Font" }, + { "MenuFont", "Menu Font" }, + // + { "MandatoryInfo", "Mandatory Field Background" }, + { "Mandatory", "Mandatory" }, + { "ErrorInfo", "Error Field Background" }, + { "Error", "Error" }, + { "InfoInfo", "Info Field Background" }, + { "Info", "Info" }, + { "WhiteInfo", "Lines" }, + { "White", "White" }, + { "BlackInfo", "Lines, Text" }, + { "Black", "Black" }, + { "InactiveInfo", "Inactive Field Background" }, + { "Inactive", "Inactive" }, + { "TextOKInfo", "OK Text Foreground" }, + { "TextOK", "Text - OK" }, + { "TextIssueInfo", "Error Text Foreground" }, + { "TextIssue", "Text - Error" }, + // + { "FontChooser", "Font Chooser" }, + { "Fonts", "Fonts" }, + { "Plain", "Plain" }, + { "Italic", "Italic" }, + { "Bold", "Bold" }, + { "BoldItalic", "Bold & Italic" }, + { "Name", "Name" }, + { "Size", "Size" }, + { "Style", "Style" }, + { "TestString", "This is just a Test! The quick brown Fox is doing something. 12,3456.78 LetterLOne = l1 LetterOZero = O0" }, + { "FontString", "Font" }, + // + { "AdempiereColorEditor", "Adempiere Color Editor" }, + { "AdempiereType", "Color Type" }, + { "GradientUpperColor", "Gradient Upper Color" }, + { "GradientLowerColor", "Gradient Lower Color" }, + { "GradientStart", "Gradient Start" }, + { "GradientDistance", "Gradient Distance" }, + { "TextureURL", "Texture URL" }, + { "TextureAlpha", "Texture Alpha" }, + { "TextureTaintColor", "Texture Taint Color" }, + { "LineColor", "Line Color" }, + { "LineBackColor", "Background Color" }, + { "LineWidth", "Line Width" }, + { "LineDistance", "Line Distance" }, + { "FlatColor", "Flat Color" } + }; + + /** + * Get Contents + * @return contents + */ + public Object[][] getContents() + { + return contents; + } +} // Res +