/****************************************************************************** * 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.install; import java.util.*; /** * Setup Resources * * @author Marko Bubalo, Mislav Kašner * @version $Id: SetupRes_hr.java,v 1.2 2006/07/30 00:57:42 jjanke Exp $ */ public class SetupRes_hr extends ListResourceBundle { /** Translation Info */ /** Translation Info */ static final Object[][] contents = new String[][]{ { "AdempiereServerSetup", "Postavke iDempiere servera" }, { "Ok", "U redu" }, { "File", "Datoteka" }, { "Exit", "Izlaz" }, { "Help", "Pomo\u0107" }, { "PleaseCheck", "Molim provjeriti" }, { "UnableToConnect", "Greška u spajanju na iDempiere web pomo\u0107" }, // { "AdempiereHomeInfo", "iDempiere Home je glavni direktorij" }, { "AdempiereHome", "iDempiere Home" }, { "WebPortInfo", "Web (HTML) Port" }, { "WebPort", "Web Port" }, { "AppsServerInfo", "Naziv servera aplikacije" }, { "AppsServer", "Server aplikacije" }, { "DatabaseTypeInfo", "Tip baze podataka" }, { "DatabaseType", "Tip baze podataka" }, { "DatabaseNameInfo", "Naziv baze " }, { "DatabaseName", "Naziv baze (SID)" }, { "DatabasePortInfo", "Database Listener Port" }, { "DatabasePort", "Port baze" }, { "DatabaseUserInfo", "Database iDempiere User ID" }, { "DatabaseUser", "Korisnik baze" }, { "DatabasePasswordInfo", "Lozinka korisnika baze" }, { "DatabasePassword", "Lozinka baze" }, { "TNSNameInfo", "TNS or Global Database Name" }, { "TNSName", "TNS Name" }, { "SystemPasswordInfo", "Lozinka korisnika Sytem" }, { "SystemPassword", "System lozinka" }, { "MailServerInfo", "Mail Server" }, { "MailServer", "Mail Server" }, { "AdminEMailInfo", "iDempiere Administrator EMail" }, { "AdminEMail", "Admin EMail" }, { "DatabaseServerInfo", "Naziv servera baze" }, { "DatabaseServer", "Server baze" }, { "JavaHomeInfo", "Java Home Folder" }, { "JavaHome", "Java Home" }, { "JNPPortInfo", "Application Server JNP Port" }, { "JNPPort", "JNP Port" }, { "MailUserInfo", "iDempiere Mail korisnik" }, { "MailUser", "Mail korisnik" }, { "MailPasswordInfo", "iDempiere Mail lozinka korisnika" }, { "MailPassword", "Mail lozinka" }, { "KeyStorePassword", "Key Store Password" }, { "KeyStorePasswordInfo", "Password for SSL Key Store" }, // { "JavaType", "Java VM"}, { "JavaTypeInfo", "Java VM Vendor"}, { "AppsType", "Server Type"}, { "AppsTypeInfo", "J2EE Application Server Type"}, { "DeployDir", "Deployment"}, { "DeployDirInfo", "J2EE Deployment Directory"}, { "ErrorDeployDir", "Error Deployment Directory"}, // { "TestInfo", "Test postavki" }, { "Test", "Test" }, { "SaveInfo", "Sa\u010duvati postavke" }, { "Save", "Sa\u010duvati" }, { "HelpInfo", "Pomo\u0107" }, // { "ServerError", "Server Setup Error" }, { "ErrorJavaHome", "Error Java Home" }, { "ErrorAdempiereHome", "Error iDempiere Home" }, { "ErrorAppsServer", "Error Apps Server" }, { "ErrorWebPort", "Error Web Port" }, { "ErrorJNPPort", "Error JNP Port" }, { "ErrorDatabaseServer", "Error Database Server" }, { "ErrorDatabasePort", "Error Database Port" }, { "ErrorJDBC", "Error JDBC Connection" }, { "ErrorTNS", "Error TNS Connection" }, { "ErrorMailServer", "Error Mail Server" }, { "ErrorMail", "Error Mail" }, { "ErrorSave", "Error Sving File" }, { "EnvironmentSaved", "Environment saved\nYou can now start the Application Server." } }; /** * Get Contents * @return contents */ public Object[][] getContents() { return contents; } // getContents } // SerupRes