/****************************************************************************** * 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 3OROOOOOOOO graciassssssss @marianapajon GRACIAS!!!!!!30, 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.apps; import java.util.ListResourceBundle; /** * Base Resource Bundle * * @author Nikola Petkov * @version $Id: patch-java-trl-sr_RS.txt,v 1.1 2008/12/05 11:39:16 mgifos Exp $ */ public final class ALoginRes_sr extends ListResourceBundle { // converted to plain ASCII /** Translation Content */ static final Object[][] contents = new String[][] { { "Connection", "\u0412\u0435\u0437\u0430" }, { "Defaults", "\u0423\u043E\u0431\u0438\u0447\u0430\u0458\u0435\u043D\u043E" }, { "Login", "iDempiere \u043B\u043E\u0433\u043E\u0432\u0430\u045A\u0435" }, { "File", "\u0414\u0430\u0442\u043E\u0442\u0435\u043A\u0430" }, { "Exit", "\u0418\u0437\u043B\u0430\u0437" }, { "Help", "\u041F\u043E\u043C\u043E\u045B" }, { "About", "\u041E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0443" }, { "Host", "Host" }, { "Database", "\u0411\u0430\u0437\u0430 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430" }, { "User", "\u041A\u043E\u0440\u0438\u0441\u043D\u0438\u043A" }, { "EMail", "\u0415-\u043c\u0430\u0438\u043b" }, { "EnterUser", "\u0423\u043D\u043E\u0441 \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u043A\u0430" }, { "Password", "\u041B\u043E\u0437\u0438\u043D\u043A\u0430" }, { "EnterPassword", "\u0423\u043D\u043E\u0441 \u043B\u043E\u0437\u0438\u043D\u043A\u0435" }, { "Language", "\u0408\u0435\u0437\u0438\u043A" }, { "SelectLanguage", "\u0418\u0437\u0431\u043E\u0440 \u0458\u0435\u0437\u0438\u043A\u0430" }, { "Role", "\u0423\u043B\u043E\u0433\u0430" }, { "Client", "\u041A\u043B\u0438\u0458\u0435\u043D\u0442" }, { "Organization", "\u041E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0458\u0430" }, { "Date", "\u0414\u0430\u0442\u0443\u043C" }, { "Warehouse", "\u0421\u043A\u043B\u0430\u0434\u0438\u0448\u0442\u0435" }, { "Printer", "\u0428\u0442\u0430\u043C\u043F\u0430\u0447" }, { "Connected", "\u041F\u043E\u0432\u0435\u0437\u0430\u043D\u043E" }, { "NotConnected", "\u041D\u0438\u0458\u0435 \u043F\u043E\u0432\u0435\u0437\u0430\u043D\u043E" }, { "DatabaseNotFound", "\u0411\u0430\u0437\u0430 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430 \u043D\u0438\u0458\u0435 \u043E\u0442\u043A\u0440\u0438\u0432\u0435\u043D\u0430" }, { "UserPwdError", "\u041F\u043E\u0433\u0440\u0435\u0448\u043D\u0430 \u043B\u043E\u0437\u0438\u043D\u043A\u0430" }, { "RoleNotFound", "\u041D\u0435 \u043F\u043E\u0441\u0442\u043E\u0458\u0435\u045B\u0430 \u0443\u043B\u043E\u0433\u0430" }, { "Authorized", "\u0410\u0443\u0442\u043E\u0440\u0438\u0437\u043E\u0432\u0430\u043D" }, { "Ok", "\u0423 \u0440\u0435\u0434\u0443" }, { "Cancel", "\u041E\u0442\u043A\u0430\u0436\u0438" }, { "VersionConflict", "\u041A\u043E\u043D\u0444\u043B\u0438\u043A\u0442 \u043D\u0430 \u0432\u0435\u0440\u0437\u0438\u0458\u0438" }, { "VersionInfo", "\u0421\u0435\u0440\u0432\u0435\u0440 <> \u041A\u043B\u0438\u0458\u0435\u043D\u0442" }, { "PleaseUpgrade", "\u041C\u043E\u043B\u0438\u043C\u043E, \u043F\u043E\u043A\u0440\u0435\u043D\u0438\u0442\u0435 \u043D\u0430\u0434\u043E\u0433\u0440\u0430\u0434\u045A\u0443 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0430" } }; /** * Get Contents * @return contents */ public Object[][] getContents() { return contents; } // getContents } // ALoginRes