From 5629a1c360655d5a09dc965004946bf65e3725b9 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Thu, 27 Jun 2019 15:50:04 +0000 Subject: [PATCH] Introduced label.entity into localization files, --- WEB-INF/resources/ca.lang.php | 1 + WEB-INF/resources/cs.lang.php | 1 + WEB-INF/resources/da.lang.php | 2 ++ WEB-INF/resources/de.lang.php | 2 ++ WEB-INF/resources/en.lang.php | 1 + WEB-INF/resources/es.lang.php | 1 + WEB-INF/resources/et.lang.php | 2 ++ WEB-INF/resources/fa.lang.php | 2 ++ WEB-INF/resources/fi.lang.php | 2 ++ WEB-INF/resources/fr.lang.php | 2 ++ WEB-INF/resources/gr.lang.php | 2 ++ WEB-INF/resources/he.lang.php | 1 + WEB-INF/resources/hu.lang.php | 1 + WEB-INF/resources/it.lang.php | 2 ++ WEB-INF/resources/ja.lang.php | 1 + WEB-INF/resources/ko.lang.php | 1 + WEB-INF/resources/nl.lang.php | 2 ++ WEB-INF/resources/no.lang.php | 1 + WEB-INF/resources/pl.lang.php | 2 ++ WEB-INF/resources/pt-br.lang.php | 2 ++ WEB-INF/resources/pt.lang.php | 1 + WEB-INF/resources/ro.lang.php | 1 + WEB-INF/resources/ru.lang.php | 1 + WEB-INF/resources/sk.lang.php | 2 ++ WEB-INF/resources/sl.lang.php | 1 + WEB-INF/resources/sr.lang.php | 2 ++ WEB-INF/resources/sv.lang.php | 2 ++ WEB-INF/resources/tr.lang.php | 1 + WEB-INF/resources/zh-cn.lang.php | 1 + WEB-INF/resources/zh-tw.lang.php | 1 + WEB-INF/templates/footer.tpl | 2 +- 31 files changed, 45 insertions(+), 1 deletion(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 89172f67..20d6cd19 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -245,6 +245,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', // 'label.type' => 'Type', // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 4a3b90ac..0bd49c6b 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -255,6 +255,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', // 'label.type' => 'Type', // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index cd7d54f4..ad2da4c5 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -235,6 +235,8 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Brugerdefineret felt', 'label.monthly_quotas' => 'Månedlig kvota', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Type', 'label.type_dropdown' => 'Dropdown', 'label.type_text' => 'Tekst', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 5c9a7f06..e15874d8 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -225,6 +225,8 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Benutzerfelder', 'label.monthly_quotas' => 'Monatliche Quoten', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Typ', 'label.type_dropdown' => 'Ausklappen', 'label.type_text' => 'Text', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index add6c0b0..e7de7469 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -214,6 +214,7 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Custom fields', 'label.monthly_quotas' => 'Monthly quotas', +'label.entity' => 'Entity', 'label.type' => 'Type', 'label.type_dropdown' => 'dropdown', 'label.type_text' => 'text', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 60b1adba..d7abcdab 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -249,6 +249,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', // 'label.type' => 'Type', // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index d18ce582..39a0a271 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -241,6 +241,8 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Eriväljad', 'label.monthly_quotas' => 'Kuu kvoot', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Tüüp', 'label.type_dropdown' => 'rippmenüü', 'label.type_text' => 'tekst', diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index eaae0958..b2eaf91e 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -247,6 +247,8 @@ $i18n_key_words = array( 'label.custom_fields' => 'فیلدهای سفارشی', // Translate the following. // 'label.monthly_quotas' => 'Monthly quotas', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'نوع', 'label.type_dropdown' => 'منو کشویی', 'label.type_text' => 'متن', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 8d1e4412..626d2c9b 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -239,6 +239,8 @@ $i18n_key_words = array( 'label.custom_fields' => 'Omat kentät', // TODO: translate the following. // 'label.monthly_quotas' => 'Monthly quotas', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Tyyppi', 'label.type_dropdown' => 'pudotusvalikko', 'label.type_text' => 'teksti', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 49714745..005007e1 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -234,6 +234,8 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Champs personalisés', 'label.monthly_quotas' => 'Quotas mensuels', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Type', 'label.type_dropdown' => 'Liste déroulante', 'label.type_text' => 'Texte', diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index ad0dcd2e..4f9ec572 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -227,6 +227,8 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Προσαρμοσμένα πεδία', 'label.monthly_quotas' => 'Μηνιαίες ποσοστώσεις', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Τύπος', 'label.type_dropdown' => 'Αναπτυσσόμενο', 'label.type_text' => 'Κείμενο', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index aa9fafb2..5ac9ec47 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -255,6 +255,7 @@ $i18n_key_words = array( 'label.custom_fields' => 'שדות אישיים', // Translate the following. // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', 'label.type' => 'סוג', 'label.type_dropdown' => 'רשימה', 'label.type_text' => 'טקסט', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 9639f8fb..3abdb70b 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -253,6 +253,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', // 'label.type' => 'Type', // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index d895558e..94e059bf 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -231,6 +231,8 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Campi personalizzati', 'label.monthly_quotas' => 'Quote mensili', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Tipo', 'label.type_dropdown' => 'menu a tendina', 'label.type_text' => 'testo', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 9a58c2d0..0c2b51cb 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -256,6 +256,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', // 'label.type' => 'Type', // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 84e1cdf8..d30e51d8 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -255,6 +255,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', // 'label.type' => 'Type', // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 39cfaef5..ca96a0cc 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -214,6 +214,8 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Eigen velden', 'label.monthly_quotas' => 'Doelen per maand', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Type', 'label.type_dropdown' => 'uitklapbaar', 'label.type_text' => 'tekst', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index bfeabdd3..c59d5086 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -254,6 +254,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', // 'label.type' => 'Type', // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 828af782..427b1e6a 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -241,6 +241,8 @@ $i18n_key_words = array( 'label.custom_fields' => 'Niestandardowe pola', // Translate the following. // 'label.monthly_quotas' => 'Monthly quotas', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Rodzaj', 'label.type_dropdown' => 'lista rozwijana', 'label.type_text' => 'tekst', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index cb8d68f1..b7f3c38e 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -238,6 +238,8 @@ $i18n_key_words = array( 'label.custom_fields' => 'Campos personalizados', // Translate the following. // 'label.monthly_quotas' => 'Monthly quotas', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Tipo', 'label.type_dropdown' => 'lista suspensa', 'label.type_text' => 'texto', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 9b87642d..d9c51bd2 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -243,6 +243,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', // 'label.type' => 'Type', // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 057714ea..a747e572 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -253,6 +253,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', // 'label.type' => 'Type', // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index bc1963be..ff20fc5e 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -213,6 +213,7 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Дополнительные поля', 'label.monthly_quotas' => 'Месячные квоты', +'label.entity' => 'Сущность', 'label.type' => 'Тип', 'label.type_dropdown' => 'комбо', 'label.type_text' => 'текст', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index e6810707..52a810c3 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -244,6 +244,8 @@ $i18n_key_words = array( 'label.custom_fields' => 'Vlastné polia', // Translate the following. // 'label.monthly_quotas' => 'Monthly quotas', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Typ', 'label.type_dropdown' => 'rozbaľovacie pole', 'label.type_text' => 'text', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 2157ff51..578b8165 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -238,6 +238,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', // 'label.type' => 'Type', // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 63ec3309..94b9512e 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -238,6 +238,8 @@ $i18n_key_words = array( 'label.custom_fields' => 'Dodatna polja', // Translate the following. // 'label.monthly_quotas' => 'Monthly quotas', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Tipovi', 'label.type_dropdown' => 'odaberi', 'label.type_text' => 'text', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 7d756a51..030806e8 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -234,6 +234,8 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Egna fält', 'label.monthly_quotas' => 'Månadskvoter', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Typ', 'label.type_dropdown' => 'Rullgardinsmeny', 'label.type_text' => 'Text', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 479c8cd4..9a4693b8 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -260,6 +260,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', // 'label.type' => 'Type', // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index a1fc15d8..a6dfa62c 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -246,6 +246,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', // 'label.type' => 'Type', // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 9c97297d..1b88e9ea 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -252,6 +252,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', +// 'label.entity' => 'Entity', // 'label.type' => 'Type', // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 8860978d..f01a172e 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.19.5.5015 | Copyright © Anuko | +  Anuko Time Tracker 1.19.5.5016 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1