From 253b3cddc42f9b8117bb8ce6553bc3a71d939248 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Mon, 28 Oct 2019 21:18:40 +0100 Subject: [PATCH] =?UTF-8?q?Added=20support=20for=20Indonesian,=20=ED=95=9C?= =?UTF-8?q?=EA=B5=AD=EC=96=B4,=20=E6=97=A5=E6=9C=AC=E8=AA=9E=20&=20Ti?= =?UTF-8?q?=E1=BA=BFng=20Vi=E1=BB=87t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/system.php | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/includes/system.php b/includes/system.php index bacd443d..55d98dca 100755 --- a/includes/system.php +++ b/includes/system.php @@ -75,20 +75,24 @@ function DisplaySystem() // define locales $arrLocales = array( - 'en_GB.UTF-8' => 'English', - 'de_DE.UTF-8' => 'Deutsch', - 'fr_FR.UTF-8' => 'Français', - 'it_IT.UTF-8' => 'Italiano', - 'pt_BR.UTF-8' => 'Português', - 'sv_SE.UTF-8' => 'Svenska', - 'nl_NL.UTF-8' => 'Nederlands', - 'zh_CN.UTF-8' => '简体中文 (Chinese simplified)', - 'cs_CZ.UTF-8' => 'Čeština', - 'ru_RU.UTF-8' => 'Русский', - 'es_MX.UTF-8' => 'Español', - 'fi_FI.UTF-8' => 'Finnish', - 'si_LK.UTF-8' => 'Sinhala', - 'tr_TR.UTF-8' => 'Türkçe' + 'en_GB.UTF-8' => 'English', + 'de_DE.UTF-8' => 'Deutsch', + 'fr_FR.UTF-8' => 'Français', + 'it_IT.UTF-8' => 'Italiano', + 'pt_BR.UTF-8' => 'Português', + 'sv_SE.UTF-8' => 'Svenska', + 'nl_NL.UTF-8' => 'Nederlands', + 'zh_CN.UTF-8' => '简体中文 (Chinese simplified)', + 'id_ID.UTF-8' => 'Indonesian', + 'ko_KR.UTF-8' => '한국어 (Korean)', + 'ja_JP.UTF-8' => '日本語 (Japanese)', + 'vi_VN.UTF-8' => 'Tiếng Việt', + 'cs_CZ.UTF-8' => 'Čeština', + 'ru_RU.UTF-8' => 'Русский', + 'es_MX.UTF-8' => 'Español', + 'fi_FI.UTF-8' => 'Finnish', + 'si_LK.UTF-8' => 'Sinhala', + 'tr_TR.UTF-8' => 'Türkçe' ); if (isset($_POST['system_reboot'])) {