From e0ec0364d761e2dff5a7c0032f04ec1dbae50980 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Wed, 28 Mar 2018 01:42:40 +0000 Subject: [PATCH] A bit more progress with renaming teams to groups. --- WEB-INF/resources/ca.lang.php | 2 +- WEB-INF/resources/cs.lang.php | 3 ++- WEB-INF/resources/da.lang.php | 3 ++- WEB-INF/resources/de.lang.php | 3 ++- WEB-INF/resources/en.lang.php | 2 +- WEB-INF/resources/es.lang.php | 4 ++-- WEB-INF/resources/et.lang.php | 2 +- WEB-INF/resources/fa.lang.php | 3 ++- WEB-INF/resources/fi.lang.php | 3 ++- WEB-INF/resources/fr.lang.php | 3 ++- WEB-INF/resources/gr.lang.php | 8 +++----- WEB-INF/resources/he.lang.php | 3 ++- WEB-INF/resources/hu.lang.php | 2 +- WEB-INF/resources/it.lang.php | 2 +- WEB-INF/resources/ja.lang.php | 2 +- WEB-INF/resources/ko.lang.php | 2 +- WEB-INF/resources/nl.lang.php | 3 ++- WEB-INF/resources/no.lang.php | 3 ++- WEB-INF/resources/pl.lang.php | 3 ++- WEB-INF/resources/pt-br.lang.php | 3 ++- WEB-INF/resources/pt.lang.php | 2 +- WEB-INF/resources/ro.lang.php | 2 +- WEB-INF/resources/ru.lang.php | 2 +- WEB-INF/resources/sk.lang.php | 3 ++- WEB-INF/resources/sl.lang.php | 3 +-- WEB-INF/resources/sr.lang.php | 3 ++- WEB-INF/resources/sv.lang.php | 2 +- WEB-INF/resources/tr.lang.php | 2 +- WEB-INF/resources/zh-cn.lang.php | 3 ++- WEB-INF/resources/zh-tw.lang.php | 3 ++- WEB-INF/templates/footer.tpl | 2 +- WEB-INF/templates/header.tpl | 2 +- WEB-INF/templates/mobile/header.tpl | 2 +- 33 files changed, 51 insertions(+), 39 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 9ccf24e9..27abaeac 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -60,7 +60,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => 'Usuaris', -'menu.teams' => 'Grups', +'menu.groups' => 'Grups', // TODO: translate the following. // 'menu.export' => 'Export', 'menu.clients' => 'Clients', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index e7359707..4c9a50c2 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -61,7 +61,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => 'Uživatelů', -'menu.teams' => 'Týmy', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Export', 'menu.clients' => 'Zákazníci', // TODO: translate the following. diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 88b905ba..d49ab64a 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -56,7 +56,8 @@ $i18n_key_words = array( 'menu.projects' => 'Projekter', 'menu.tasks' => 'Opgaver', 'menu.users' => 'Brugere', -'menu.teams' => 'Teams', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Eksport', 'menu.clients' => 'Kunder', 'menu.options' => 'Indstillinger', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 47ac5c52..9712b632 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -56,7 +56,8 @@ $i18n_key_words = array( 'menu.projects' => 'Projekte', 'menu.tasks' => 'Aufgaben', 'menu.users' => 'Personen', -'menu.teams' => 'Teams', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Exportieren', 'menu.clients' => 'Kunden', 'menu.options' => 'Optionen', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index b4fdb8a7..2063f4ee 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -54,7 +54,7 @@ $i18n_key_words = array( 'menu.projects' => 'Projects', 'menu.tasks' => 'Tasks', 'menu.users' => 'Users', -'menu.teams' => 'Teams', +'menu.groups' => 'Groups', 'menu.export' => 'Export', 'menu.clients' => 'Clients', 'menu.options' => 'Options', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 1d692681..f294df6c 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -59,9 +59,9 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => 'Personas', -'menu.teams' => 'Equipos', // TODO: translate the following. -// menu.export' => 'Export', +// 'menu.groups' => 'Groups', +// 'menu.export' => 'Export', 'menu.clients' => 'Clientes', 'menu.options' => 'Opciones', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 2eea5d4b..7a7640e3 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -62,8 +62,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => 'Kasutajad', -'menu.teams' => 'Meeskonnad', // TODO: translate the following. +// 'menu.groups' => 'Groups', // 'menu.export' => 'Export', 'menu.clients' => 'Kliendid', 'menu.options' => 'Suvandid', diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index a9834b0a..e290791b 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -57,7 +57,8 @@ $i18n_key_words = array( 'menu.projects' => 'پروژه ها', 'menu.tasks' => 'وظايف', 'menu.users' => 'کاربران', -'menu.teams' => 'گروه ها', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'پشتیبانی', 'menu.clients' => 'مشتری ها', 'menu.options' => 'تنظیمات', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 3b904500..9d4bcba6 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -56,7 +56,8 @@ $i18n_key_words = array( 'menu.projects' => 'Projektit', 'menu.tasks' => 'Tehtävät', 'menu.users' => 'Käyttäjät', -'menu.teams' => 'Tiimit', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Vie', 'menu.clients' => 'Asiakkaat', 'menu.options' => 'Optiot', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index ae46dc66..57f3d10c 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -56,7 +56,8 @@ $i18n_key_words = array( 'menu.projects' => 'Projets', 'menu.tasks' => 'Tâches', 'menu.users' => 'Utilisateurs', -'menu.teams' => 'Équipes', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Exporter', 'menu.clients' => 'Clients', 'menu.options' => 'Options', diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index 616aad7c..396719e9 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -44,11 +44,9 @@ $i18n_key_words = array( 'menu.logout' => 'Αποσύνδεση', 'menu.forum' => 'Φόρουμ', 'menu.help' => 'Βοήθεια', -// TODO: translate the following. -// 'menu.create_group' => 'Create Group', +'menu.create_group' => 'Δημιουργία ομάδας', 'menu.profile' => 'Προφίλ', -// TODO: translate the following. -// 'menu.group' => 'Group', +'menu.group' => 'Ομάδα', 'menu.time' => 'Χρόνος', 'menu.expenses' => 'Έξοδα', 'menu.reports' => 'Αναφορές', @@ -56,7 +54,7 @@ $i18n_key_words = array( 'menu.projects' => 'Έργα', 'menu.tasks' => 'Εργασίες', 'menu.users' => 'Χρήστες', -'menu.teams' => 'Ομάδες', +'menu.groups' => 'Ομάδες', 'menu.export' => 'Εξαγωγή', 'menu.clients' => 'Πελάτες', 'menu.options' => 'Επιλογές', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index a8bcf925..a657bdc3 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -58,7 +58,8 @@ $i18n_key_words = array( 'menu.projects' => 'פרוייקטים', 'menu.tasks' => 'משימות', 'menu.users' => 'משתמשים', -'menu.teams' => 'צוותים', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'ייצוא', 'menu.clients' => 'לקוחות', 'menu.options' => 'אפשרויות', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index b0f9d2e6..3c96206b 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -59,7 +59,7 @@ $i18n_key_words = array( // 'menu.tasks' => 'Tasks', // TODO: translate the following. // 'menu.users' => 'Users', -'menu.teams' => 'Csoportok', +'menu.groups' => 'Csoportok', // TODO: translate the following. // 'menu.export' => 'Export', 'menu.clients' => 'Ügyfelek', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 200f490b..927417b9 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -56,7 +56,7 @@ $i18n_key_words = array( 'menu.projects' => 'Progetti', 'menu.tasks' => 'Compiti', 'menu.users' => 'Utenti', -'menu.teams' => 'Gruppi', +'menu.groups' => 'Gruppi', 'menu.export' => 'Esportazione', 'menu.clients' => 'Clienti', 'menu.options' => 'Opzioni', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index aaf50110..534eb3db 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -60,8 +60,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => 'ユーザー', -'menu.teams' => 'チーム', // TODO: translate the following. +// 'menu.groups' => 'Groups', // 'menu.export' => 'Export', 'menu.clients' => 'クライアント', 'menu.options' => 'オプション', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 7b429a56..67b6d505 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -60,8 +60,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => '사용자', -'menu.teams' => '팀', // TODO: translate the following. +// 'menu.groups' => 'Groups', // 'menu.export' => 'Export', 'menu.clients' => '클라이언트', 'menu.options' => '옵션', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index a247160b..ff451451 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -56,7 +56,8 @@ $i18n_key_words = array( 'menu.projects' => 'Projecten', 'menu.tasks' => 'Taken', 'menu.users' => 'Medewerkers', -'menu.teams' => 'Teams', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Exporteren', 'menu.clients' => 'Klanten', 'menu.options' => 'Opties', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 0de21ef1..077ee298 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -60,7 +60,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => 'Brukere', -// 'menu.teams' => 'Teams', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Eksport', 'menu.clients' => 'Klienter', 'menu.options' => 'Opsjoner', diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 36e1940d..166edfed 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -56,7 +56,8 @@ $i18n_key_words = array( 'menu.projects' => 'Projekty', 'menu.tasks' => 'Zadania', 'menu.users' => 'Użytkownicy', -'menu.teams' => 'Zespoły', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Eksport', 'menu.clients' => 'Klienci', 'menu.options' => 'Opcje', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 2387937f..dd8fc825 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -56,7 +56,8 @@ $i18n_key_words = array( 'menu.projects' => 'Projetos', 'menu.tasks' => 'Tarefas', 'menu.users' => 'Usuários', -'menu.teams' => 'Equipes', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Exportar', 'menu.clients' => 'Clientes', 'menu.options' => 'Opções', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 5a9e3984..66cf565b 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -63,7 +63,7 @@ $i18n_key_words = array( // 'menu.tasks' => 'Tasks', 'menu.users' => 'Usuários', // TODO: translate the following. -// 'menu.teams' => 'Teams', +// 'menu.groups' => 'Groups', // 'menu.export' => 'Export', // 'menu.clients' => 'Clients', 'menu.options' => 'Opções', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 476ad3f1..eeba6956 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -62,8 +62,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => 'Utilizatori', -'menu.teams' => 'Echipe', // TODO: translate the following. +// 'menu.groups' => 'Groups', // 'menu.export' => 'Export', 'menu.clients' => 'Clienti', // TODO: translate the following. diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index f1f18b09..8d1331d8 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -54,7 +54,7 @@ $i18n_key_words = array( 'menu.projects' => 'Проекты', 'menu.tasks' => 'Задачи', 'menu.users' => 'Пользователи', -'menu.teams' => 'Команды', +'menu.groups' => 'Группы', 'menu.export' => 'Экспорт', 'menu.clients' => 'Клиенты', 'menu.options' => 'Опции', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 2608643a..66efd058 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -57,7 +57,8 @@ $i18n_key_words = array( 'menu.projects' => 'Projekty', 'menu.tasks' => 'Úlohy', 'menu.users' => 'Používatelia', -'menu.teams' => 'Tímy', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Export', 'menu.clients' => 'Klienti', 'menu.options' => 'Nastavenia', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 7c181ae6..5fba7a9c 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -61,8 +61,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', // 'menu.users' => 'Users', -'menu.teams' => 'Timi', -// TODO: translate the following. +// 'menu.groups' => 'Groups', // 'menu.export' => 'Export', 'menu.clients' => 'Stranke', 'menu.options' => 'Možnosti', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 839b60bd..5fa432f6 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -56,7 +56,8 @@ $i18n_key_words = array( 'menu.projects' => 'Projekti', 'menu.tasks' => 'Zadaci', 'menu.users' => 'Korisnici', -'menu.teams' => 'Timovi', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Izvoz', 'menu.clients' => 'Klijenti', 'menu.options' => 'Opcije', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 93e3348b..a45921b1 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -54,7 +54,7 @@ $i18n_key_words = array( 'menu.projects' => 'Projekt', 'menu.tasks' => 'Arbetsuppgifter', 'menu.users' => 'Användare', -'menu.teams' => 'Arbetsgrupper', +'menu.groups' => 'Grupper', 'menu.export' => 'Exportera', 'menu.clients' => 'Kunder', 'menu.options' => 'Alternativ', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 727188a6..0cb44dfd 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -62,8 +62,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => 'Kullanıcılar', -'menu.teams' => 'Ekipler', // TODO: translate the following. +// 'menu.groups' => 'Groups', // 'menu.export' => 'Export', 'menu.clients' => 'Müşteriler', // TODO: translate the following. diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 5b2e2dcc..8439f6b3 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -56,7 +56,8 @@ $i18n_key_words = array( 'menu.projects' => '项目', 'menu.tasks' => '任务', 'menu.users' => '用户', -'menu.teams' => '团队', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => '导出数据', 'menu.clients' => '客户', 'menu.options' => '选项', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 5a9a072b..33ea3114 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -58,7 +58,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => '用戶', -'menu.teams' => '團隊', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => '輸出資料', 'menu.clients' => '客戶', 'menu.options' => '選項', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 8d3bd12b..0acdf55c 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.80.4196 | Copyright © Anuko | +  Anuko Time Tracker 1.17.80.4197 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 454365fb..a5f0d022 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -71,7 +71,7 @@ diff --git a/WEB-INF/templates/mobile/header.tpl b/WEB-INF/templates/mobile/header.tpl index 7118cfa4..f61b7119 100644 --- a/WEB-INF/templates/mobile/header.tpl +++ b/WEB-INF/templates/mobile/header.tpl @@ -61,7 +61,7 @@
  - {$i18n.menu.teams} · + {$i18n.menu.groups} · {$i18n.menu.options}
-- 2.20.1
  - {$i18n.menu.teams} · + {$i18n.menu.groups} · {$i18n.menu.options}