Bahasa Malaysia Language settings. Modified mistake regarding ML malayalam which is not Malaysian MY
This commit is contained in:
parent
eeda6734f1
commit
91bd104399
|
@ -21,7 +21,7 @@ import java.util.ListResourceBundle;
|
||||||
/**
|
/**
|
||||||
* License Dialog Translation
|
* License Dialog Translation
|
||||||
*
|
*
|
||||||
* @author Robin Hoo
|
* @author Jorg Janke
|
||||||
* @version $Id: IniRes_ml.java,v 1.2 2006/07/30 00:52:23 jjanke Exp $
|
* @version $Id: IniRes_ml.java,v 1.2 2006/07/30 00:52:23 jjanke Exp $
|
||||||
*/
|
*/
|
||||||
public class IniRes_ml extends ListResourceBundle
|
public class IniRes_ml extends ListResourceBundle
|
||||||
|
|
|
@ -0,0 +1,48 @@
|
||||||
|
/******************************************************************************
|
||||||
|
* 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.util;
|
||||||
|
|
||||||
|
import java.util.ListResourceBundle;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* License Dialog Translation
|
||||||
|
*
|
||||||
|
* @author Redhuan D. Oon (www.red1.org)
|
||||||
|
* @version $Id: IniRes_in.java,v 1.2 2006/07/30 00:52:23 jjanke Exp $
|
||||||
|
*/
|
||||||
|
public class IniRes_ms extends ListResourceBundle
|
||||||
|
{
|
||||||
|
/** Translation Content */
|
||||||
|
static final Object[][] contents = new String[][]
|
||||||
|
{
|
||||||
|
{ "Adempiere_License", "Persetujuan Lesen" },
|
||||||
|
{ "Do_you_accept", "Apakah anda bersetuju?" },
|
||||||
|
{ "No", "Tidak" },
|
||||||
|
{ "Yes_I_Understand", "Ya, Saya memahami" },
|
||||||
|
{ "license_htm", "org/adempiere/license.htm" },
|
||||||
|
{ "License_rejected", "Lesen tidak diterima" }
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get Content
|
||||||
|
* @return Content
|
||||||
|
*/
|
||||||
|
public Object[][] getContents()
|
||||||
|
{
|
||||||
|
return contents;
|
||||||
|
} // getContent
|
||||||
|
} // IniRes
|
|
@ -68,7 +68,7 @@ public class Language implements Serializable
|
||||||
private static final String AD_Language_vi_VN = "vi_VN";
|
private static final String AD_Language_vi_VN = "vi_VN";
|
||||||
private static final String AD_Language_zh_CN = "zh_CN";
|
private static final String AD_Language_zh_CN = "zh_CN";
|
||||||
private static final String AD_Language_da_DK = "da_DK";
|
private static final String AD_Language_da_DK = "da_DK";
|
||||||
private static final String AD_Language_ms_MY = "ml_ML";
|
private static final String AD_Language_ms_MY = "ms_MY";
|
||||||
private static final String AD_Language_fa_IR = "fa_IR";
|
private static final String AD_Language_fa_IR = "fa_IR";
|
||||||
private static final String AD_Language_fi_FI = "fi_FI";
|
private static final String AD_Language_fi_FI = "fi_FI";
|
||||||
private static final String AD_Language_ro_RO = "ro_RO";
|
private static final String AD_Language_ro_RO = "ro_RO";
|
||||||
|
@ -148,7 +148,7 @@ public class Language implements Serializable
|
||||||
new Language ("\u65e5\u672c\u8a9e (JP)",
|
new Language ("\u65e5\u672c\u8a9e (JP)",
|
||||||
AD_Language_ja_JP, Locale.JAPAN, null, null,
|
AD_Language_ja_JP, Locale.JAPAN, null, null,
|
||||||
MediaSize.ISO.A4),
|
MediaSize.ISO.A4),
|
||||||
new Language ("Malay",
|
new Language ("Malaysian",
|
||||||
AD_Language_ms_MY, new Locale("ms","MY"), new Boolean(false), "dd-MM-yyyy",
|
AD_Language_ms_MY, new Locale("ms","MY"), new Boolean(false), "dd-MM-yyyy",
|
||||||
MediaSize.ISO.A4),
|
MediaSize.ISO.A4),
|
||||||
new Language ("Magyar (HU)",
|
new Language ("Magyar (HU)",
|
||||||
|
|
Loading…
Reference in New Issue