From 2c3dea632b53be22bfa6c379df07fc99cb58d045 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Wed, 7 Feb 2018 19:15:00 +0000 Subject: [PATCH] Some more recycling. --- WEB-INF/resources/ko.lang.php | 9 ++------- WEB-INF/resources/ro.lang.php | 8 ++------ WEB-INF/resources/tr.lang.php | 9 ++------- WEB-INF/resources/zh-cn.lang.php | 9 ++------- WEB-INF/resources/zh-tw.lang.php | 9 ++------- WEB-INF/templates/footer.tpl | 2 +- 6 files changed, 11 insertions(+), 35 deletions(-) diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 563eb383..4ee46151 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -327,9 +327,8 @@ $i18n_key_words = array( // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. -// TODO: translate the following. -// 'dropdown.all' => '--- all ---', -// 'dropdown.no' => '--- no ---', +'dropdown.all' => '--- 전부 ---', +'dropdown.no' => '--- 아니 ---', 'dropdown.current_day' => '오늘', // TODO: translate the following. // 'dropdown.previous_day' => 'yesterday', @@ -568,8 +567,4 @@ $i18n_key_words = array( "forward.tocsvfile" => '데이터를 .csv 파일로 익스포트', "forward.toxmlfile" => '데이터를 .xml 파일로 익스포트', "forward.geninvoice" => '송장 만들기', - -"controls.project_bind" => '--- 전부 ---', -"controls.all" => '--- 전부 ---', -"controls.notbind" => '--- 아니 ---', ); diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index f59fa150..082e47fd 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -326,9 +326,9 @@ $i18n_key_words = array( // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. +'dropdown.all' => '--- toate ---', +'dropdown.no' => '--- nu ---', // TODO: translate the following. -// 'dropdown.all' => '--- all ---', -// 'dropdown.no' => '--- no ---', // 'dropdown.current_day' => 'today', // 'dropdown.previous_day' => 'yesterday', // 'dropdown.selected_day' => 'day', @@ -567,8 +567,4 @@ $i18n_key_words = array( // miscellaneous strings "forward.tocsvfile" => 'exporta date in fisier .csv', "forward.geninvoice" => 'genereaza factura', - -"controls.project_bind" => '--- toate ---', -"controls.all" => '--- toate ---', -"controls.notbind" => '--- nu ---', ); diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index e77a7c38..ea0e8d22 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -334,9 +334,8 @@ $i18n_key_words = array( // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. -// TODO: translate the following. -// 'dropdown.all' => '--- all ---', -// 'dropdown.no' => '--- no ---', +'dropdown.all' => '--- tümü ---', +'dropdown.no' => '--- hiç ---', 'dropdown.current_day' => 'bugün', 'dropdown.previous_day' => 'dün', 'dropdown.selected_day' => 'gün', @@ -574,8 +573,4 @@ $i18n_key_words = array( "forward.tocsvfile" => 'bilgileri .csv dosyasına aktar', "forward.toxmlfile" => 'bilgileri .xml dosyasına aktar', "forward.geninvoice" => 'fatura yarat', - -"controls.project_bind" => '--- tümü ---', -"controls.all" => '--- tümü ---', -"controls.notbind" => '--- hiç ---', ); diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 43074f6f..7da70ae7 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -314,9 +314,8 @@ $i18n_key_words = array( // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. -// TODO: translate the following. -// 'dropdown.all' => '--- all ---', -// 'dropdown.no' => '--- no ---', +'dropdown.all' => '--- 全部 ---', +'dropdown.no' => '--- 无 ---', 'dropdown.current_day' => '今天', 'dropdown.previous_day' => '昨天', 'dropdown.selected_day' => '天', @@ -553,8 +552,4 @@ $i18n_key_words = array( "forward.tocsvfile" => '将数据导出到.csv文件', "forward.toxmlfile" => '将数据导出到.xml文件', "forward.geninvoice" => '生成发票', - -"controls.project_bind" => '--- 全部 ---', -"controls.all" => '--- 全部 ---', -"controls.notbind" => '--- 无 ---', ); diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 0cf020d7..77dd40ab 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -323,9 +323,8 @@ $i18n_key_words = array( // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. -// TODO: translate the following. -// 'dropdown.all' => '--- all ---', -// 'dropdown.no' => '--- no ---', +'dropdown.all' => '--- 全部 ---', +'dropdown.no' => '--- 無 ---', 'dropdown.current_day' => '今天', 'dropdown.previous_day' => '昨天', 'dropdown.selected_day' => '天', @@ -563,8 +562,4 @@ $i18n_key_words = array( "forward.tocsvfile" => '將資料輸出到.csv文件', "forward.toxmlfile" => '將資料輸出到.xml文件', "forward.geninvoice" => '生成發票', - -"controls.project_bind" => '--- 全部 ---', -"controls.all" => '--- 全部 ---', -"controls.notbind" => '--- 無 ---', ); diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index e45bbbad..f010499b 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.12.3940 | Copyright © Anuko | +  Anuko Time Tracker 1.17.12.3941 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1