From: Nik Okuntseff Date: Tue, 30 Jan 2018 16:50:22 +0000 (+0000) Subject: More work on labels. X-Git-Tag: timetracker_1.19-1~1279 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=cec40f74032193d419536ba8771b56ed1f50e5cd;p=timetracker.git More work on labels. --- diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 1d888447..6d312037 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -157,11 +157,6 @@ $i18n_key_words = array( // 'label.bcc' => 'Bcc', 'label.subject' => 'Assumpte', 'label.date' => 'Data', - - - -// TODO: refactoring ongoing down from here. - // TODO: translate the following. // 'label.start_date' => 'Start date', // 'label.end_date' => 'End date', @@ -169,6 +164,12 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', + + + +// TODO: refactoring ongoing down from here. + +// TODO: translate the following. // 'label.option' => 'Option', // 'label.invoice' => 'Invoice', // 'label.project' => 'Project', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 2db792d8..b0e6e03d 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -160,6 +160,12 @@ $i18n_key_words = array( 'label.subject' => 'Předmět', // TODO: translate the following. // 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index b99d5a85..eb7c4352 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -157,18 +157,18 @@ $i18n_key_words = array( // 'label.bcc' => 'Bcc', 'label.subject' => 'Asunto', 'label.date' => 'Fecha', - - - -// TODO: refactoring ongoing down from here. - 'label.start_date' => 'Fecha de inicio', 'label.end_date' => 'Fecha de fin', 'label.user' => 'Usuario', -'label.users' => 'Personas', // TODO: translate the following. +// 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', + + + +// TODO: refactoring ongoing down from here. + 'label.option' => 'Opción', // TODO: translate the following. // 'label.invoice' => 'Invoice', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 04076f73..c0d76564 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -161,17 +161,17 @@ $i18n_key_words = array( 'label.subject' => 'Teema', // TODO: translate the following. // 'label.date' => 'Date', - - - -// TODO: refactoring ongoing down from here. - // 'label.start_date' => 'Start date', // 'label.end_date' => 'End date', // 'label.user' => 'User', // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', + + + +// TODO: refactoring ongoing down from here. + // 'label.option' => 'Option', // 'label.invoice' => 'Invoice', 'label.project' => 'Projekt', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 7d799738..917f2b81 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -162,6 +162,12 @@ $i18n_key_words = array( 'label.subject' => 'Tárgy', // TODO: translate the following. // 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', + 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index a325d4fc..3e1a2d8c 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -156,6 +156,12 @@ $i18n_key_words = array( 'label.subject' => 'Oggetto', // TODO: translate the following. // 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index fda06f00..a459d578 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -160,6 +160,12 @@ $i18n_key_words = array( 'label.subject' => '主題', // TODO: translate the following. // 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 73e5750b..a4d04f68 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -160,6 +160,12 @@ $i18n_key_words = array( 'label.subject' => '제목', // TODO: translate the following. // 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 82c3a191..53f84513 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -159,6 +159,12 @@ $i18n_key_words = array( 'label.subject' => 'Emne', // TODO: translate the following. // 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 6ff0c095..990f3657 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -153,6 +153,12 @@ $i18n_key_words = array( 'label.subject' => 'Assunto', // TODO: translate the following. // 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 056168fb..9f1d7966 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -162,6 +162,12 @@ $i18n_key_words = array( 'label.subject' => 'Subiect', // TODO: translate the following. // 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 4cdf543c..4e1b4f94 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -155,6 +155,12 @@ $i18n_key_words = array( 'label.subject' => 'Predmet', // TODO: translate the following. // 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 69dc3ae6..c8b0cb9f 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -167,6 +167,12 @@ $i18n_key_words = array( 'label.subject' => 'Konu', // TODO: translate the following. // 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index e023928f..bb7c0665 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -149,17 +149,17 @@ $i18n_key_words = array( 'label.subject' => '主题', // TODO: translate the following. // 'label.date' => 'Date', - - - -// TODO: refactoring ongoing down from here. - // 'label.start_date' => 'Start date', // 'label.end_date' => 'End date', // 'label.user' => 'User', // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', + + + +// TODO: refactoring ongoing down from here. + // 'label.option' => 'Option', // 'label.invoice' => 'Invoice', // 'label.project' => 'Project', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 02bf0b16..1b5078cf 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -157,6 +157,12 @@ $i18n_key_words = array( 'label.subject' => '主題', // TODO: translate the following. // 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 6b6cc605..98a3f839 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.10.3838 | Copyright © Anuko | +  Anuko Time Tracker 1.17.10.3839 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}