From: Nik Okuntseff Date: Sun, 14 Apr 2019 13:40:16 +0000 (+0000) Subject: Introduced tile.display_options in translation files. X-Git-Tag: timetracker_1.19-1~98 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=331afa6cc2e76915cbe7fce163803cbe5a93f9da;p=timetracker.git Introduced tile.display_options in translation files. --- diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 4454d348..8cf71c52 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -358,6 +358,8 @@ $i18n_key_words = array( // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', 'title.options' => 'Opcions', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Perfil', // TODO: translate the following. // 'title.plugins' => 'Plugins', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index aa590549..004666c7 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -369,6 +369,7 @@ $i18n_key_words = array( // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', // 'title.options' => 'Options', +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', // TODO: translate the following. // 'title.plugins' => 'Plugins', diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 0248b8d7..c53d33df 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -339,6 +339,8 @@ $i18n_key_words = array( 'title.export' => 'Eksporter Team Data', // TODO: replace "team" with "group". 'title.import' => 'Importer Team Data', // TODO: replace "team" with "group". 'title.options' => 'Indstillinger', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', 'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Brugerdefineret Felt', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 18bfc2e9..d5969a70 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -322,6 +322,8 @@ $i18n_key_words = array( 'title.export' => 'Daten exportieren', 'title.import' => 'Daten importieren', 'title.options' => 'Optionen', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', 'title.plugins' => 'Erweiterungen', 'title.cf_custom_fields' => 'Benutzerfelder', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 98c6f915..a4db5945 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -310,6 +310,7 @@ $i18n_key_words = array( 'title.export' => 'Exporting Group Data', 'title.import' => 'Importing Group Data', 'title.options' => 'Options', +'title.display_options' => 'Display Options', 'title.profile' => 'Profile', 'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Custom Fields', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 8e7ce8c9..26a2fa5b 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -357,6 +357,8 @@ $i18n_key_words = array( 'title.export' => 'Exportar datos', // TODO: Consider changing to exportando for consistency with other titles. 'title.import' => 'Importar datos', // TODO: Consider changing to importando for consistency with other titles. 'title.options' => 'Opciones', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Perfil', // TODO: translate the following. // 'title.plugins' => 'Plugins', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 65beb3ee..7b76db2e 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -344,6 +344,8 @@ $i18n_key_words = array( 'title.export' => 'Grupi andmete alla laadimine', 'title.import' => 'Grupi andmete üles laadimine', 'title.options' => 'Suvandid', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profiil', 'title.plugins' => 'Lisad', 'title.cf_custom_fields' => 'Eriväljad', diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 6a74f0ed..79e96aaa 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -346,6 +346,8 @@ $i18n_key_words = array( 'title.export' => 'پشتیانی گرفتن از اطلاعات تیم', // TODO: replace "team" with "group". 'title.import' => 'وارد کردن اطلاعات تیم', // TODO: replace "team" with "group". 'title.options' => 'گزینه ها', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'پروفایل', 'title.plugins' => 'پلاگین ها', 'title.cf_custom_fields' => 'فیلدهای سفارشی', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index d02a010c..45a3b1a4 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -339,6 +339,8 @@ $i18n_key_words = array( 'title.export' => 'Tiimitietojen vienti', // TODO: replace "team" with "group". 'title.import' => 'Tiimitietojen tunti', // TODO: replace "team" with "group". 'title.options' => 'Optiot', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profiili', 'title.plugins' => 'Lisäosat', 'title.cf_custom_fields' => 'Omat kentät', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 45447d7d..5b395872 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -333,6 +333,8 @@ $i18n_key_words = array( 'title.export' => 'Exportation des données', 'title.import' => 'Importation des données', 'title.options' => 'Options', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', 'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Champs personalisés', diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index 68208ee6..5b18358f 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -329,6 +329,8 @@ $i18n_key_words = array( 'title.export' => 'Εξαγωγή δεδομένων ομάδας', 'title.import' => 'Εισαγωγή δεδομένων ομάδας', 'title.options' => 'Επιλογές', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Προφίλ', 'title.plugins' => 'Πρόσθετα', 'title.cf_custom_fields' => 'Προσαρμοσμένα πεδία', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 5c199ec6..02c24d6d 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -356,6 +356,8 @@ $i18n_key_words = array( 'title.export' => 'ייצוא נתוני צוות', // TODO: replace "team" with "group". 'title.import' => 'ייבוא נתוני צוות', // TODO: replace "team" with "group". 'title.options' => 'אפשרויות', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'פרופיל', 'title.plugins' => 'תוספים', 'title.cf_custom_fields' => 'שדות אישיים', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 5f7b40cf..a7b899fa 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -357,6 +357,8 @@ $i18n_key_words = array( // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', 'title.options' => 'Opciók', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', // TODO: translate the following. // 'title.plugins' => 'Plugins', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 678b1b08..464a9978 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -338,6 +338,8 @@ $i18n_key_words = array( 'title.export' => 'Esporta i dati del gruppo', 'title.import' => 'Importa i dati del gruppo', 'title.options' => 'Opzioni', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profilo', 'title.plugins' => 'Plugin', 'title.cf_custom_fields' => 'Campi personalizzati', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 8b68a1b0..223581c6 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -364,6 +364,8 @@ $i18n_key_words = array( // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', 'title.options' => 'オプション', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'プロファイル', // TODO: translate the following. // 'title.plugins' => 'Plugins', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 181e0707..ed85c0fd 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -365,6 +365,8 @@ $i18n_key_words = array( // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', 'title.options' => '옵션', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => '프로필', // TODO: translate the following. // 'title.plugins' => 'Plugins', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index e444f214..ce42aa21 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -311,6 +311,8 @@ $i18n_key_words = array( 'title.export' => 'Exporteer groepsgegevens', 'title.import' => 'Importeer groepsgegevens', 'title.options' => 'Opties', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profiel', 'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Eigen velden', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 0f91855e..5b747949 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -361,6 +361,8 @@ $i18n_key_words = array( // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', 'title.options' => 'Opsjoner', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', // TODO: translate the following. // 'title.plugins' => 'Plugins', diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 4d457d61..f8b6d171 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -340,6 +340,8 @@ $i18n_key_words = array( 'title.export' => 'Eksport danych zespołu', // TODO: replace "team" with "group". 'title.import' => 'Import danych zespołu', // TODO: replace "team" with "group". 'title.options' => 'Opcje', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', 'title.plugins' => 'Dodatkowe moduły', 'title.cf_custom_fields' => 'Pola niestandardowe', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 88344d82..3aac39c6 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -337,6 +337,8 @@ $i18n_key_words = array( 'title.export' => 'Exportando dados de equipe', // TODO: replace "team" with "group". 'title.import' => 'Importando dados de equipe', // TODO: replace "team" with "group". 'title.options' => 'Opções', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Perfil', 'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Campos personalizados', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index c388f095..bd2bddf4 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -345,6 +345,8 @@ $i18n_key_words = array( // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', 'title.options' => 'Opções', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Perfil', // TODO: translate the following. // 'title.plugins' => 'Plugins', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 7800b2b9..fced1bef 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -364,6 +364,7 @@ $i18n_key_words = array( // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', // 'title.options' => 'Options', +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', // TODO: translate the following. // 'title.plugins' => 'Plugins', diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index d1b74e0d..bc86bbac 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -309,6 +309,7 @@ $i18n_key_words = array( 'title.export' => 'Экспортирование данных группы', 'title.import' => 'Импортирование данных группы', 'title.options' => 'Опции', +'title.display_options' => 'Опции отображения', 'title.profile' => 'Профиль', 'title.plugins' => 'Плагины', 'title.cf_custom_fields' => 'Дополнительные поля', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 7073ac5f..ca952a6c 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -345,6 +345,8 @@ $i18n_key_words = array( 'title.export' => 'Exportovanie údajov o tíme', // TODO: replace "team" with "group". 'title.import' => 'Importovanie údajov o tíme', // TODO: replace "team" with "group". 'title.options' => 'Nastavenia', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', 'title.plugins' => 'Doplnkové moduly', 'title.cf_custom_fields' => 'Vlastné polia', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 2b609003..9a8e59e1 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -339,6 +339,7 @@ $i18n_key_words = array( // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', // 'title.options' => 'Options', +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', // TODO: translate the following. // 'title.plugins' => 'Plugins', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index a6b4b74b..f7ca03f7 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -338,6 +338,8 @@ $i18n_key_words = array( 'title.export' => 'Izvoz podataka tim-a', // TODO: replace "team" with "group". 'title.import' => 'Uvoz podataka tim-a', // TODO: replace "team" with "group". 'title.options' => 'Opcije', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', 'title.plugins' => 'Dodaci', 'title.cf_custom_fields' => 'Dodatna polja', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index b2837ccd..ebdbd5a6 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -338,6 +338,8 @@ $i18n_key_words = array( 'title.export' => 'Exportera grupp', 'title.import' => 'Importera grupp', 'title.options' => 'Alternativ', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', 'title.plugins' => 'Tillägg', 'title.cf_custom_fields' => 'Egna fält', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index cef0d9eb..1f27d4bf 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -373,6 +373,7 @@ $i18n_key_words = array( // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', // 'title.options' => 'Options', +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profili', // TODO: translate the following. // 'title.plugins' => 'Plugins', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 551ef564..4246cae0 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -352,6 +352,8 @@ $i18n_key_words = array( // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', 'title.options' => '选项', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => '简介', // TODO: translate the following. // 'title.plugins' => 'Plugins', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index eef91794..fc3efcc5 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -360,6 +360,7 @@ $i18n_key_words = array( // 'title.import' => 'Importing Group Data', 'title.options' => '選項', // TODO: translate the following. +// 'title.display_options' => 'Display Options', // 'title.profile' => 'Profile', // 'title.plugins' => 'Plugins', // 'title.cf_custom_fields' => 'Custom Fields', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index d1ebbd4c..8b7badc6 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.65.4935 | Copyright © Anuko | +  Anuko Time Tracker 1.18.65.4936 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}