MALAY LANGUAGE CORRECTION

This commit is contained in:
Redhuan D. Oon 2008-11-26 08:24:28 +00:00
parent 68a2eac6ab
commit 02bb33af10
3 changed files with 118 additions and 118 deletions

View File

@ -22,7 +22,7 @@ import java.util.*;
* Base Resource Bundle
*
* @author Jorg Janke
* @version $Id: ALoginRes_ml.java,v 1.2 2006/07/30 00:51:27 jjanke Exp $
* @version $Id: ALoginRes_ms.java,v 1.2 2006/07/30 00:51:27 jjanke Exp $
*/
public final class ALoginRes_ms extends ListResourceBundle
{
@ -60,7 +60,7 @@ public final class ALoginRes_ms extends ListResourceBundle
{ "Cancel", "Batal" },
{ "VersionConflict", "Versi Bercanggah:" },
{ "VersionInfo", "Pelayan <> Pengguna" },
{ "PleaseUpgrade", "Sila gunakan program upgrade" }
{ "PleaseUpgrade", "Sila gunakan program upgred" }
};
/**

View File

@ -1,116 +0,0 @@
/******************************************************************************
* 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 Jorg Janke
* @version $Id: SetupRes_ml.java,v 1.2 2006/07/30 00:57:42 jjanke Exp $
*/
public class SetupRes_ml extends ListResourceBundle
{
/** Translation Info */
static final Object[][] contents = new String[][]{
{ "AdempiereServerSetup", "Adempiere Server Setup" },
{ "Ok", "Ok" },
{ "File", "File" },
{ "Exit", "Exit" },
{ "Help", "Help" },
{ "PleaseCheck", "Please Check" },
{ "UnableToConnect", "Unable get help from Adempiere Web Site" },
{ "AdempiereHomeInfo", "Adempiere Home is the main Folder" },
{ "AdempiereHome", "Adempiere Home" },
{ "WebPortInfo", "Web (HTML) Port" },
{ "WebPort", "Web Port" },
{ "AppsServerInfo", "Application Server Name" },
{ "AppsServer", "Apps Server" },
{ "DatabaseTypeInfo", "Database Type" },
{ "DatabaseType", "Database Type" },
{ "DatabaseNameInfo", "Database Name " },
{ "DatabaseName", "Database Name (SID)" },
{ "DatabasePortInfo", "Database Listener Port" },
{ "DatabasePort", "Database Port" },
{ "DatabaseUserInfo", "Database Adempiere User ID" },
{ "DatabaseUser", "Database User" },
{ "DatabasePasswordInfo", "Database Adempiere User Password" },
{ "DatabasePassword", "Database Password" },
{ "TNSNameInfo", "TNS or Global Database Name" },
{ "TNSName", "TNS Name" },
{ "SystemPasswordInfo", "System User Password" },
{ "SystemPassword", "System Password" },
{ "MailServerInfo", "Mail Server" },
{ "MailServer", "Mail Server" },
{ "AdminEMailInfo", "Adempiere Administrator EMail" },
{ "AdminEMail", "Admin EMail" },
{ "DatabaseServerInfo", "Database Server Name" },
{ "DatabaseServer", "Database Server" },
{ "JavaHomeInfo", "Java Home Folder" },
{ "JavaHome", "Java Home" },
{ "JNPPortInfo", "Application Server JNP Port" },
{ "JNPPort", "JNP Port" },
{ "MailUserInfo", "Adempiere Mail User" },
{ "MailUser", "Mail User" },
{ "MailPasswordInfo", "Adempiere Mail User Password" },
{ "MailPassword", "Mail Password" },
{ "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 the Setup" },
{ "Test", "Test" },
{ "SaveInfo", "Save the Setup" },
{ "Save", "Save" },
{ "HelpInfo", "Get Help" },
{ "ServerError", "Server Setup Error" },
{ "ErrorJavaHome", "Error Java Home" },
{ "ErrorAdempiereHome", "Error Adempiere Home" },
{ "ErrorAppsServer", "Error Apps Server (do not use localhost)" },
{ "ErrorWebPort", "Error Web Port" },
{ "ErrorJNPPort", "Error JNP Port" },
{ "ErrorDatabaseServer", "Error Database Server (do not use localhost)" },
{ "ErrorDatabasePort", "Error Database Port" },
{ "ErrorJDBC", "Error JDBC Connection" },
{ "ErrorTNS", "Error TNS Connection" },
{ "ErrorMailServer", "Error Mail Server (do not use localhost)" },
{ "ErrorMail", "Error Mail" },
{ "ErrorSave", "Error Sving File" },
{ "EnvironmentSaved", "Environment saved\nYou need to re-start the server." }
};
/**
* Get Contents
* @return contents
*/
public Object[][] getContents()
{
return contents;
} // getContents
} // SerupRes

View File

@ -0,0 +1,116 @@
/******************************************************************************
* 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 Jorg Janke
* @version $Id: SetupRes_ml.java,v 1.2 2006/07/30 00:57:42 jjanke Exp $
*/
public class SetupRes_my extends ListResourceBundle
{
/** Translation Info */
static final Object[][] contents = new String[][]{
{ "AdempiereServerSetup", "Pemasangan Pelayan" },
{ "Ok", "Ok" },
{ "File", "Fail" },
{ "Exit", "Keluar" },
{ "Help", "Bantuan" },
{ "PleaseCheck", "Sila Periksa" },
{ "UnableToConnect", "Tidak mendapat bantuan dari laman projek ADempiere" },
{ "AdempiereHomeInfo", "Adempiere Home adalah folder utama" },
{ "AdempiereHome", "Adempiere Home" },
{ "WebPortInfo", "Web (HTML) Port" },
{ "WebPort", "Web Port" },
{ "AppsServerInfo", "Nama Pelayan ADempiere" },
{ "AppsServer", "Pelayan Aplikasi" },
{ "DatabaseTypeInfo", "Jenis Database" },
{ "DatabaseType", "Jenis Database" },
{ "DatabaseNameInfo", "Nama Database " },
{ "DatabaseName", "Nama Database (SID)" },
{ "DatabasePortInfo", "Database Listener Port" },
{ "DatabasePort", "Database Port" },
{ "DatabaseUserInfo", "Database Adempiere ID Pengguna Database Adempiere" },
{ "DatabaseUser", "Pengguna Database" },
{ "DatabasePasswordInfo", "Kata-Laluan Pengguna" },
{ "DatabasePassword", "Kata-Laluan Jenis Database" },
{ "TNSNameInfo", "TNS atau Nama Database Global" },
{ "TNSName", "Nama TNS" },
{ "SystemPasswordInfo", "Kata-Laluan Pengguna Sistem" },
{ "SystemPassword", "Kata-Laluan Pengguna Sistem" },
{ "MailServerInfo", "Pelayan Mel" },
{ "MailServer", "Pelayan Mel" },
{ "AdminEMailInfo", "Emel Pentadbiran ADempiere" },
{ "AdminEMail", "Emel Pentadbiran" },
{ "DatabaseServerInfo", "Nama Pelayan Database" },
{ "DatabaseServer", "Pelayan Database" },
{ "JavaHomeInfo", "Java Home Folder" },
{ "JavaHome", "Java Home" },
{ "JNPPortInfo", "Application Server JNP Port" },
{ "JNPPort", "JNP Port" },
{ "MailUserInfo", "Pengguna Emel Adempiere" },
{ "MailUser", "Pengguna Emel" },
{ "MailPasswordInfo", "Kata-Laluan Pengguna Emel ADempiere" },
{ "MailPassword", "Kata-Laluan Emel " },
{ "KeyStorePassword", "Kata-laluan Stor Kunci" },
{ "KeyStorePasswordInfo", "Kata-laluan Stor Kunci SSL" },
//
{ "JavaType", "Java VM"},
{ "JavaTypeInfo", "Pembekal Java VM"},
{ "AppsType", "Jenis Pelayan"},
{ "AppsTypeInfo", "Jenis Pelayan Aplikasi J2EE"},
{ "DeployDir", "Pelaksanaan"},
{ "DeployDirInfo", "Direktori Pelaksanaan J2EE"},
{ "ErrorDeployDir", "Error Deployment Directory"},
//
{ "TestInfo", "Uji Setup" },
{ "Test", "Uji" },
{ "SaveInfo", "Simpan Info Setup" },
{ "Save", "Simpan" },
{ "HelpInfo", "Dapatkan Bantuan" },
{ "ServerError", "Server Setup Error" },
{ "ErrorJavaHome", "Error Java Home" },
{ "ErrorAdempiereHome", "Error Adempiere Home" },
{ "ErrorAppsServer", "Error Apps Server (jangan guna localhost)" },
{ "ErrorWebPort", "Error Web Port" },
{ "ErrorJNPPort", "Error JNP Port" },
{ "ErrorDatabaseServer", "Error Database Server (jangan guna localhost)" },
{ "ErrorDatabasePort", "Error Database Port" },
{ "ErrorJDBC", "Error sambungan JDBC" },
{ "ErrorTNS", "Error sambungan TNS" },
{ "ErrorMailServer", "Error Mail Server (jangan guna localhost)" },
{ "ErrorMail", "Error Mail" },
{ "ErrorSave", "Error Simpan Fail" },
{ "EnvironmentSaved", "Environment saved\nAnda perlu ON semula pelayan." }
};
/**
* Get Contents
* @return contents
*/
public Object[][] getContents()
{
return contents;
} // getContents
} // SerupRes