From: Nik Okuntseff Date: Sat, 3 Feb 2018 22:37:54 +0000 (+0000) Subject: Recycled some old translation strings. X-Git-Tag: timetracker_1.19-1~1236 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a9a8fdcc7552086444fd96738287e794972dbcca;p=timetracker.git Recycled some old translation strings. --- diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 4cc26ee4..4510e407 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -571,6 +571,5 @@ $i18n_key_words = array( "label.or" => 'o', "label.disable" => 'Deshabilitar', "label.enable" => 'Habilitar', -"label.filter" => 'Filtrar', "label.timeweek" => 'total setmanal', ); diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 7aa4800f..882c0883 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -603,7 +603,6 @@ $i18n_key_words = array( "label.or" => 'nebo', "label.disable" => 'zakázat', "label.enable" => 'povolit', -"label.filter" => 'filtr', "label.timeweek" => 'celkem za týden', "label.hrs" => 'hodin', ); diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index dbd9043b..63b388fd 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -170,8 +170,8 @@ $i18n_key_words = array( // 'label.option' => 'Option', // 'label.invoice' => 'Invoice', 'label.project' => 'Projekt', +'label.projects' => 'Projektid', // TODO: translate the following. -// 'label.projects' => 'Projects', // 'label.task' => 'Task', // 'label.tasks' => 'Tasks', // 'label.description' => 'Description', @@ -233,7 +233,8 @@ $i18n_key_words = array( // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', // 'label.required' => 'Required', -// 'label.fav_report' => 'Favorite report', +'label.fav_report' => 'Lemmikraport', +// TODO: translate the following. // 'label.cron_schedule' => 'Cron schedule', // 'label.what_is_it' => 'What is it?', // 'label.expense' => 'Expense', @@ -271,7 +272,8 @@ $i18n_key_words = array( // 'title.invoice' => 'Invoice', // 'title.send_invoice' => 'Sending Invoice', // 'title.charts' => 'Charts', -// 'title.projects' => 'Projects', +'title.projects' => 'Projektid', +// TODO: translate the following. // 'title.add_project' => 'Adding Project', // 'title.edit_project' => 'Editing Project', // 'title.delete_project' => 'Deleting Project', @@ -332,7 +334,8 @@ $i18n_key_words = array( // 'dropdown.previous_year' => 'previous year', // 'dropdown.selected_year' => 'year', // 'dropdown.all_time' => 'all time', -// 'dropdown.projects' => 'projects', +'dropdown.projects' => 'projektid', +// TODO: translate the following. // 'dropdown.tasks' => 'tasks', // 'dropdown.clients' => 'clients', // 'dropdown.select' => '--- select ---', @@ -376,8 +379,8 @@ $i18n_key_words = array( // 'form.week.new_entry' => 'New entry', // Reports form. See example at https://timetracker.anuko.com/reports.php +'form.reports.save_as_favorite' => 'Salvesta lemmikuna', // TODO: translate the following. -// 'form.reports.save_as_favorite' => 'Save as favorite', // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?', // 'form.reports.include_billable' => 'billable', // 'form.reports.include_not_billable' => 'not billable', @@ -391,7 +394,8 @@ $i18n_key_words = array( // 'form.reports.group_by_date' => 'date', // 'form.reports.group_by_user' => 'user', // 'form.reports.group_by_client' => 'client', -// 'form.reports.group_by_project' => 'project', +'form.reports.group_by_project' => 'projekt', +// TODO: translate the following. // 'form.reports.group_by_task' => 'task', // 'form.reports.totals_only' => 'Totals only', @@ -399,10 +403,6 @@ $i18n_key_words = array( // TODO: refactoring ongoing down from here. -"form.filter.project" => 'projekt', -"form.filter.filter" => 'lemmikraport', -"form.filter.filter_new" => 'salvesta lemmikuna', - // password reminder form attributes "form.fpass.title" => 'tühjenda salasõna', "form.fpass.login" => 'login', @@ -615,6 +615,5 @@ $i18n_key_words = array( "label.or" => 'või', "label.disable" => 'keela', "label.enable" => 'luba', -"label.filter" => 'filtreeri', "label.timeweek" => 'nädalane summa', ); diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index d7a98e08..5b7ff8d4 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -579,15 +579,4 @@ $i18n_key_words = array( "label.or" => 'vagy', "label.disable" => 'tiltva', "label.enable" => 'engedélyezve', -"label.filter" => 'szűrés', -// Note to translators: the strings below are missing and must be added and translated -//"label.timeweek" => 'weekly total', -// "label.hrs" => 'hrs', -// "label.errors" => 'errors', -// "label.ldap_hint" => 'Type your Windows login and password in the fields below.', -// "label.calendar_today" => 'today', -// "label.calendar_close" => 'close', - -// login hello text -// "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 064065d6..921de273 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -614,7 +614,6 @@ $i18n_key_words = array( "label.or" => 'あるいは', "label.disable" => '使用中止', "label.enable" => '使用可能', -"label.filter" => 'フィルター', "label.timeweek" => '週合計', "label.hrs" => '時間', "label.errors" => 'エラー', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index a7753f29..01da8c1d 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -609,7 +609,6 @@ $i18n_key_words = array( "label.or" => '혹은', "label.disable" => '무력화', "label.enable" => '가능화', -"label.filter" => '필터', "label.timeweek" => '주별 합계', "label.hrs" => '시간', "label.errors" => '오류', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index e0d8afeb..f48bc0dd 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -616,7 +616,6 @@ $i18n_key_words = array( // "label.or" => 'or', // "label.disable" => 'slå av', // "label.enable" => 'slå på', -// "label.filter" => 'filter', // "label.timeweek" => 'uken totalt', // "label.hrs" => 'timer', // "label.errors" => 'feil', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index b31e552a..469ff52b 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -590,5 +590,4 @@ $i18n_key_words = array( "label.or" => 'sau', "label.disable" => 'inactiv', "label.enable" => 'activ', -"label.filter" => 'filtru', ); diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 9994e877..97c75455 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -646,6 +646,5 @@ $i18n_key_words = array( "label.or" => 'ya da', "label.disable" => 'devre dışı bırak', "label.enable" => 'devreye sok', -"label.filter" => 'filtre', "label.timeweek" => 'haftalık toplam', ); diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index b53089a3..73f4b709 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -631,7 +631,6 @@ $i18n_key_words = array( "label.or" => '或', "label.disable" => '禁用', "label.enable" => '启用', -"label.filter" => '过滤器', "label.timeweek" => '一周总计', "label.hrs" => '小时', "label.errors" => '错误', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index acb24095..5c53632f 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -631,7 +631,6 @@ $i18n_key_words = array( "label.or" => '或', "label.disable" => '禁用', "label.enable" => '啟用', -"label.filter" => '篩檢程式', "label.timeweek" => '一周總計', "label.hrs" => '小時', "label.errors" => '錯誤', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index c23561f4..7d8c2a71 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.12.3879 | Copyright © Anuko | +  Anuko Time Tracker 1.17.12.3880 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}