From 61cdc03e938e2d87754439c2dce5dde7e8a2b47d Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 4 Feb 2018 18:22:29 +0000 Subject: [PATCH] A bit of cleanup. --- WEB-INF/resources/ca.lang.php | 8 +++----- WEB-INF/resources/cs.lang.php | 2 -- WEB-INF/resources/et.lang.php | 3 --- WEB-INF/resources/hu.lang.php | 3 --- WEB-INF/resources/ja.lang.php | 3 --- WEB-INF/resources/ko.lang.php | 3 --- WEB-INF/resources/no.lang.php | 3 --- WEB-INF/resources/pt.lang.php | 5 ++--- WEB-INF/resources/ro.lang.php | 7 ------- WEB-INF/resources/tr.lang.php | 3 --- WEB-INF/resources/zh-cn.lang.php | 3 --- WEB-INF/resources/zh-tw.lang.php | 3 --- WEB-INF/templates/footer.tpl | 2 +- 13 files changed, 6 insertions(+), 42 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index aa25dd96..f7ac7095 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -82,10 +82,11 @@ $i18n_key_words = array( 'error.not_equal' => 'L\\\'Arxiu "{0}" no és igual al arxiu "{1}".', // TODO: translate the following. // 'error.interval' => 'Field "{0}" must be greater than "{1}".', -'error.project' => 'Selleccionar projecte.', +'error.project' => 'Selleccionar projecte.', // TODO: Selleccionar or Sel·leccionar? Is this correct? // TODO: translate the following. // 'error.task' => 'Select task.', -// 'error.client' => 'Select client.', +'error.client' => 'Sel·leccionar client.', +// TODO: translate the following. // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', 'error.auth' => 'Usuari o parula de pas incorrecta.', @@ -531,9 +532,6 @@ $i18n_key_words = array( "forward.geninvoice" => 'Generar factura', "forward.change" => 'Configurar clients', -// strings inside contols on forms -"controls.select.project" => '--- Sel·leccionar projecte ---', -"controls.select.activity" => '--- Sel·leccionar activitat ---', "controls.select.client" => '--- Sel·leccionar client ---', "controls.project_bind" => '--- Tots ---', "controls.all" => '--- Tots ---', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 33cbdf33..d8ec7deb 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -566,8 +566,6 @@ $i18n_key_words = array( "forward.geninvoice" => 'vytvořit fakturu', "forward.change" => 'upravit zákazníky', -// strings inside contols on forms -"controls.select.project" => '--- výběr projektu ---', "controls.select.client" => '--- výběr zákazníka ---', "controls.project_bind" => '--- všechny ---', "controls.all" => '--- vše ---', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 387caf33..83d5ffa2 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -573,9 +573,6 @@ $i18n_key_words = array( "forward.geninvoice" => 'loo arve', "forward.change" => 'konfigureeri kliendid', -// strings inside contols on forms -"controls.select.project" => '--- vali projekt ---', -"controls.select.activity" => '--- vali tegevus ---', "controls.select.client" => '--- vali klient ---', "controls.project_bind" => '--- kõik ---', "controls.all" => '--- kõik ---', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 553ff317..4f5dc5ce 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -547,9 +547,6 @@ $i18n_key_words = array( "forward.geninvoice" => 'számla készítés', "forward.change" => 'ügyfelek adatainak beállítása', -// strings inside contols on forms -"controls.select.project" => '--- válassz projektet ---', -"controls.select.activity" => '--- válassz tevékenységet ---', "controls.select.client" => '--- válassz ügyfelet ---', "controls.project_bind" => '--- összes ---', "controls.all" => '--- összes ---', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 8981d725..4f14f7ff 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -574,9 +574,6 @@ $i18n_key_words = array( "forward.geninvoice" => '送り状の作成', "forward.change" => 'クライアントの構成', -// strings inside contols on forms -"controls.select.project" => '--- プロジェクトの選択 ---', -"controls.select.activity" => '--- 活動内容の選択 ---', "controls.select.client" => '--- クライアントの選択 ---', "controls.project_bind" => '--- すべて ---', "controls.all" => '--- すべて ---', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 5b923a08..8235c8de 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -570,9 +570,6 @@ $i18n_key_words = array( "forward.geninvoice" => '송장 만들기', "forward.change" => '클라이언트 구성', -// strings inside contols on forms -"controls.select.project" => '--- 프로젝트 선택 ---', -"controls.select.activity" => '--- 활동내용 선택 ---', "controls.select.client" => '--- 클라이언트 선택 ---', "controls.project_bind" => '--- 전부 ---', "controls.all" => '--- 전부 ---', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 38266859..51f634d4 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -575,9 +575,6 @@ $i18n_key_words = array( // "forward.geninvoice" => 'lag faktura', // "forward.change" => 'konfigur klienter', -// strings inside contols on forms -"controls.select.project" => '--- velg prosjekt ---', -"controls.select.activity" => '--- velg aktivitet ---', // Note to translators: the string below is missing and must be translated and added // "controls.select.client" => '--- velg klient ---', "controls.project_bind" => '--- alle ---', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 585313f0..e46dbf5a 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -82,7 +82,8 @@ $i18n_key_words = array( // 'error.empty' => 'Field "{0}" is empty.', // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".', // 'error.interval' => 'Field "{0}" must be greater than "{1}".', -// 'error.project' => 'Select project.', +'error.project' => 'Selecione projeto.', +// TODO: translate the following. // 'error.task' => 'Select task.', // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', @@ -476,8 +477,6 @@ $i18n_key_words = array( // miscellaneous strings "forward.forgot_password" => 'esqueceu a senha?', -// strings inside contols on forms -"controls.select.project" => '--- selecione projeto ---', "controls.per_tm" => 'este mês', "controls.per_lm" => 'último mês', "controls.per_tw" => 'esta semana', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 61fdd926..0945fc94 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -554,9 +554,6 @@ $i18n_key_words = array( "forward.geninvoice" => 'genereaza factura', "forward.change" => 'configureaza clienti', -// strings inside contols on forms -"controls.select.project" => '--- alege proiect ---', -"controls.select.activity" => '--- alege activitate ---', "controls.select.client" => '--- alege client ---', "controls.project_bind" => '--- toate ---', "controls.all" => '--- toate ---', @@ -565,10 +562,6 @@ $i18n_key_words = array( "controls.per_lm" => 'luna trecuta', "controls.per_tw" => 'saptamana curenta', "controls.per_lw" => 'saptamana trecuta', -// Note to translators: the strings below must be translated -// "controls.per_td" => 'this day', -// "controls.per_at" => 'all time', -// "controls.per_ty" => 'this year' "controls.sel_period" => '--- alege perioada ---', "controls.sel_groupby" => '--- fara grupare ---', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index c233d570..eb39d03a 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -607,9 +607,6 @@ $i18n_key_words = array( "forward.geninvoice" => 'fatura yarat', "forward.change" => 'müşterileri düzenle', -// strings inside contols on forms -"controls.select.project" => '--- proje seç ---', -"controls.select.activity" => '--- faaliyet seç ---', "controls.select.client" => '--- müşteri seç ---', "controls.project_bind" => '--- tümü ---', "controls.all" => '--- tümü ---', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 84feb5c8..b8bf9d48 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -592,9 +592,6 @@ $i18n_key_words = array( "forward.geninvoice" => '生成发票', "forward.change" => '客户设置', -// strings inside contols on forms -"controls.select.project" => '--- 选择项目 ---', -"controls.select.activity" => '--- 选择活动 ---', "controls.select.client" => '--- 选择客户 ---', "controls.project_bind" => '--- 全部 ---', "controls.all" => '--- 全部 ---', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 72ff1d93..0a09f28c 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -591,9 +591,6 @@ $i18n_key_words = array( "forward.geninvoice" => '生成發票', "forward.change" => '客戶設置', -// strings inside contols on forms -"controls.select.project" => '--- 選擇項目 ---', -"controls.select.activity" => '--- 選擇活動 ---', "controls.select.client" => '--- 選擇客戶 ---', "controls.project_bind" => '--- 全部 ---', "controls.all" => '--- 全部 ---', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 30999b9a..117255ab 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.12.3887 | Copyright © Anuko | +  Anuko Time Tracker 1.17.12.3888 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1