From 2702260e85d10b0d85301df922d8960a3ec88203 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sat, 27 Jan 2018 00:42:17 +0000 Subject: [PATCH] Refactoring in localization files. --- WEB-INF/resources/ca.lang.php | 9 ++++++--- WEB-INF/resources/cs.lang.php | 9 ++++++--- WEB-INF/resources/da.lang.php | 3 ++- WEB-INF/resources/de.lang.php | 2 +- WEB-INF/resources/en.lang.php | 2 +- WEB-INF/resources/es.lang.php | 8 +++++--- WEB-INF/resources/et.lang.php | 9 ++++++--- WEB-INF/resources/fa.lang.php | 2 +- WEB-INF/resources/fi.lang.php | 2 +- WEB-INF/resources/fr.lang.php | 2 +- WEB-INF/resources/he.lang.php | 2 +- WEB-INF/resources/hu.lang.php | 11 +++++++---- WEB-INF/resources/it.lang.php | 8 +++++--- WEB-INF/resources/ja.lang.php | 9 ++++++--- WEB-INF/resources/ko.lang.php | 9 ++++++--- WEB-INF/resources/nl.lang.php | 2 +- WEB-INF/resources/no.lang.php | 9 ++++++--- WEB-INF/resources/pl.lang.php | 2 +- WEB-INF/resources/pt-br.lang.php | 3 ++- WEB-INF/resources/pt.lang.php | 9 ++++++--- WEB-INF/resources/ro.lang.php | 9 ++++++--- WEB-INF/resources/ru.lang.php | 2 +- WEB-INF/resources/sk.lang.php | 2 +- WEB-INF/resources/sl.lang.php | 9 ++++++--- WEB-INF/resources/sr.lang.php | 2 +- WEB-INF/resources/sv.lang.php | 2 +- WEB-INF/resources/tr.lang.php | 15 +++++++++------ WEB-INF/resources/zh-cn.lang.php | 9 ++++++--- WEB-INF/resources/zh-tw.lang.php | 9 ++++++--- WEB-INF/templates/footer.tpl | 2 +- 30 files changed, 109 insertions(+), 64 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index f3bb16be..57014dc4 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -38,14 +38,17 @@ $i18n_holidays = array('01/01', '01/16', '02/20', '03/29', '07/04', '09/04', '10 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Iniciar sessió', 'menu.logout' => 'Finalitzar sessió', // TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => 'Ajuda', -// Note to translators: menu.create_team needs to be translated more accurately. -'menu.create_team' => 'Crear un nou compte de manejador', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => 'Perfil', // 'menu.time' => 'Time', 'menu.time' => 'El meu temps', // TODO: menu.time is no longer "My time", just "Time". diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 9ea0a0d8..23d1d75b 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -40,14 +40,17 @@ $i18n_holidays = array('01/01', '04/13', '05/01', '05/08', '07/05', '07/06', '09 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Přihlásit', 'menu.logout' => 'Odhlásit', // TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => 'Pomoc', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => 'vytvořit nový účet vedoucího', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => 'Profil', // TODO: translate the following. // 'menu.time' => 'Time', diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 1fd066f1..3b8944de 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -38,7 +38,8 @@ $i18n_holidays = array('01/01', '04/09', '04/10', '04/12', '04/13', '05/08', '05 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Log ind', 'menu.logout' => 'Log ud', 'menu.forum' => 'Forum', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 25c35362..2aabe7b6 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '04/06', '04/09', '05/01', '05/17', '05/28', '10 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Anmelden', 'menu.logout' => 'Abmelden', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index f7411b64..37d9bedf 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '01/16', '02/20', '05/28', '07/04', '09/03', '10 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Login', 'menu.logout' => 'Logout', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index f510d010..3a6e9163 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -38,14 +38,16 @@ $i18n_holidays = array('01/01', '01/06', '04/05', '04/06', '05/01', '08/15', '10 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Iniciar sesión', 'menu.logout' => 'Finalizar sesión', 'menu.forum' => 'Foro', 'menu.help' => 'Ayuda', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => 'Crear una nueva cuenta de manejador', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => 'Perfil', 'menu.time' => 'Tiempo', // TODO: translate the following. diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 46ed3246..52c107fb 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -40,14 +40,17 @@ $i18n_holidays = array('01/01', '02/24', '04/10', '04/12', '05/01', '05/31', '06 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Login', 'menu.logout' => 'Logout', // TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => 'Abiinfo', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => 'loo uus managerikonto', +// TODO: translate the following. +'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => 'Profiili', 'menu.time' => 'Aeg', // TODO: translate the following. diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index d324edb6..98a98bd2 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -40,7 +40,7 @@ $i18n_holidays = array('01/01', '01/16', '02/20', '05/28', '07/04', '09/03', '10 $i18n_key_words = array( 'language.rtl' => 'true', // Right-to-left language. Do not remove this line from RTL language files. This is the only string that is not found in the master English file. -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'ورود', 'menu.logout' => 'خروج', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 5f2411bd..10bd7754 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '01/06', '05/01', '06/24', '12/06', '12/25', '12 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Kirjaudu', 'menu.logout' => 'Kirjaudu ulos', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 348edf78..3a34b0f8 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '04/06', '04/09', '05/01', '05/08', '05/17', '05 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Connexion', 'menu.logout' => 'Quitter', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 92db896d..354db01a 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -39,7 +39,7 @@ $i18n_holidays = array('02/10', '04/09', '04/15', '04/29', '05/29', '09/19', '09 $i18n_key_words = array( 'language.rtl' => 'true', // Right-to-left language. Do not remove this line from RTL language files. This is the only string that is not found in the master English file. -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'כניסה', 'menu.logout' => 'יציאה', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 28ab6865..ad17026e 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -40,14 +40,17 @@ $i18n_holidays = array('01/01', '01/02', '03/15', '04/12', '04/13', '05/01', '05 $i18n_key_words = array( -// Menus. -'menu.login' => 'bejelentkezés', -'menu.logout' => 'kijelentkezés', +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). +'menu.login' => 'Bejelentkezés', +'menu.logout' => 'Kijelentkezés', // TODO: translate the following. // 'menu.forum' => 'Forum', -'menu.help' => 'segítség', +'menu.help' => 'Segítség', // TODO: translate the following. // 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => 'profil', 'menu.time' => 'munkaidő', // TODO: translate the following. diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index b4a3c018..2d5721a1 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -40,14 +40,16 @@ $i18n_holidays = array('01/01', '01/06', '04/12', '04/13', '04/25', '05/01', '06 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). // TODO: translate the following. // 'menu.login' => 'Login', // 'menu.logout' => 'Logout', // 'menu.forum' => 'Forum', // 'menu.help' => 'Help', -// Note to translators: menu.create_team a more accurate translation. -'menu.create_team' => 'Crea un nuovo account', +// 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => 'Profilo', 'menu.time' => 'Tempo di lavoro', // TODO: translate the following. diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 7e07f62f..d4a45cec 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -38,14 +38,17 @@ $i18n_holidays = array('01/01', '01/12', '03/20', '05/03', '05/04', '05/05', '05 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'ログイン', 'menu.logout' => 'ログアウト', // TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => 'ヘルプ', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => '新規管理者のアカウントの作成', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => 'プロファイル', 'menu.time' => '時間', // TODO: translate the following. diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index a942fd9e..cd0d5e6d 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -38,14 +38,17 @@ $i18n_holidays = array('01/01', '01/25', '01/26', '01/27', '03/02', '03/05', '08 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => '로그인', 'menu.logout' => '로그아웃', // TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => '도움말', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => '새로운 관리자 계정을 생성', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => '프로필', 'menu.time' => '나의 시간', // TODO: improve this, used to be "My time", now just "Time". // TODO: translate the following. diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 0c9c20c7..956e49c6 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '04/09', '04/30', '05/18', '05/28', '12/25', '12 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Aanmelden', 'menu.logout' => 'Afmelden', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 75979992..fc13b567 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -39,14 +39,17 @@ $i18n_holidays = array('01/01', '04/05', '04/09', '04/10', '04/12', '04/13', '05 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Innlogging', 'menu.logout' => 'Logg ut', // TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => 'Hjelp', -// Note to translators: menu.create_team needs an improved translation. -'menu.create_team' => 'Lag ny adminkonto', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => 'Profil', 'menu.time' => 'Tid', // TODO: translate the following. diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 13b79c8b..2a0f6e60 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '01/05', '04/05', '04/06', '05/01', '05/03', '05 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Zaloguj', 'menu.logout' => 'Wyloguj', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 1805ca91..0a21a8ab 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -38,7 +38,8 @@ $i18n_holidays = array('01/01', '04/21', '05/01', '09/07', '10/12', '11/15', '12 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Login', 'menu.logout' => 'Logout', 'menu.forum' => 'Fórum', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 31bae1fc..4c663d71 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -40,14 +40,17 @@ $i18n_holidays = array('01/01', '02/24', '04/10', '04/12', '04/25', '05/01', '06 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Login', 'menu.logout' => 'Logout', // TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => 'Ajuda', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => 'criar nova conta de gerente', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => 'Perfil', 'menu.time' => 'Tempo', // TODO: translate the following. diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 1617d4ea..07eed701 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -40,14 +40,17 @@ $i18n_holidays = array('01/01', '01/02', '04/19', '04/20', '05/01', '06/07', '06 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Autentificare', 'menu.logout' => 'Iesire', // TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => 'Ajutor', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => 'Creaza cont manager', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => 'Profil', 'menu.time' => 'Timpul', // TODO: translate the following. diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index c3ac18ff..41c868d9 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '01/07', '02/23', '03/08', '05/01', '05/09', '06 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Войти', 'menu.logout' => 'Выйти', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 47c59cfb..7b903a43 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '01/06', '03/29', '04/01', '05/01', '05/08', '06 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Príhlásenie', 'menu.logout' => 'Odhlásenie', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 1b8dedcf..0c6ff4b2 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -40,14 +40,17 @@ $i18n_holidays = array('01/01', '01/02', '02/08', '04/12', '04/13', '04/27', '05 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Prijava', 'menu.logout' => 'Odjava', // TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => 'Pomoč', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => 'Ustvari nov manager račun', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => 'Profil', 'menu.time' => 'Moj čas', // TODO: Improve this, used to be "My time", now just "Time". // TODO: translate the following. diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 5290cf27..7d0a9195 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '02/01', '07/01', '15/01', '16/02', '29/04', '30 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Prijava', 'menu.logout' => 'Odjava', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index dfbff742..9e56f794 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '01/06', '05/01', '06/06', '12/25', '12/26'); // $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Logga in', 'menu.logout' => 'Logga ut', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 49d59ff8..79a06bc1 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -40,14 +40,17 @@ $i18n_holidays = array('01/01', '04/23', '05/01', '05/19', '08/30', '09/20', '09 $i18n_key_words = array( -// Menus. -'menu.login' => 'giriş', -'menu.logout' => 'çıkış', +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). +'menu.login' => 'Giriş', +'menu.logout' => 'Çıkış', // TODO: translate the following. // 'menu.forum' => 'Forum', -'menu.help' => 'yardım', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => 'yeni yönetici hesabı yarat', +'menu.help' => 'Yardım', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => 'profili', 'menu.my_time' => 'zamanım', // TODO: translate the following. diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 4930e0b8..b3bff0dd 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -38,13 +38,16 @@ $i18n_holidays = array('01/01', '01/02', '01/25', '01/26', '01/27', '01/28', '01 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => '登录', 'menu.logout' => '注销', 'menu.forum' => '论坛', 'menu.help' => '帮助', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => '创建新管理账号', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => '简介', 'menu.time' => '时间记录', 'menu.expenses' => '费用', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 55c7b651..7d6ccbb8 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -38,14 +38,17 @@ $i18n_holidays = array('01/01', '01/02', '01/25', '01/26', '01/27', '01/28', '01 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => '登錄', 'menu.logout' => '登出', // TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => '幫助', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => '創建新管理帳號', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', + +// TODO: refactoring ongoing down from here. 'menu.profile' => '編輯簡介', // TODO: Improve this, used to be "Edit profile", now just "Profile". 'menu.time' => '我的時間記錄', // TODO: Improve this, used to be "My time", now just "Time". // TODO: translate the following. diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index b819c9d8..8c2a6ae1 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.6.3796 | Copyright © Anuko | +  Anuko Time Tracker 1.17.6.3797 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1