From 5d654698cf0f12e3f4f0848bcf02440a945a2bc8 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Thu, 18 Jan 2018 16:27:42 +0000 Subject: [PATCH] Improving localization files in preparation for integrating paid status plugin as per PR #49. --- WEB-INF/resources/ca.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 | 11 ++++++----- WEB-INF/resources/et.lang.php | 1 + WEB-INF/resources/fa.lang.php | 16 +++++++++------- WEB-INF/resources/fi.lang.php | 2 ++ WEB-INF/resources/fr.lang.php | 2 ++ WEB-INF/resources/he.lang.php | 14 ++++++++------ WEB-INF/resources/nl.lang.php | 2 ++ WEB-INF/resources/pl.lang.php | 2 ++ WEB-INF/resources/pt-br.lang.php | 2 ++ WEB-INF/resources/ru.lang.php | 1 + WEB-INF/resources/sk.lang.php | 19 ++++++++++--------- WEB-INF/resources/sr.lang.php | 2 ++ WEB-INF/resources/sv.lang.php | 2 ++ WEB-INF/resources/zh-cn.lang.php | 1 + WEB-INF/templates/footer.tpl | 2 +- 19 files changed, 57 insertions(+), 28 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 7b311805..0ee31101 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -135,6 +135,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'button.close' => 'Close', // 'button.stop' => 'Stop', +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. // TODO: translate the following. diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 2699acb8..2beb6db2 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -118,6 +118,8 @@ $i18n_key_words = array( 'button.import' => 'Importer team', 'button.close' => 'Luk', 'button.stop' => 'Stop', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Team navn', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index dd54e5d3..84c92426 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -114,6 +114,8 @@ $i18n_key_words = array( 'button.import' => 'Team importieren', 'button.close' => 'Schließen', 'button.stop' => 'Stop', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Teamname', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 327c9f25..4a499dcf 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -118,6 +118,7 @@ $i18n_key_words = array( 'button.import' => 'Import team', 'button.close' => 'Close', 'button.stop' => 'Stop', +'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Team name', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 8d643179..2979912f 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -48,7 +48,7 @@ $i18n_key_words = array( 'menu.create_team' => 'Crear una nueva cuenta de manejador', 'menu.profile' => 'Perfil', 'menu.time' => 'Tiempo', -// TODO: translate the following string. +// TODO: translate the following. // 'menu.expenses' => 'Expenses', 'menu.reports' => 'Reportes', // Note to translators: menu.charts needs to be translated. @@ -112,7 +112,7 @@ $i18n_key_words = array( 'button.login' => 'Iniciar sesion', 'button.now' => 'Ahora', 'button.save' => 'Guardar', -// TODO: translate the following string. +// TODO: translate the following. // 'button.copy' => 'Copy', 'button.cancel' => 'Cancelar', 'button.submit' => 'Enviar', @@ -135,8 +135,9 @@ $i18n_key_words = array( 'button.import' => 'Importar grupo', // TODO: translate button.close. // 'button.close' => 'Close', -// TODO: translate the following string. +// TODO: translate the following. // 'button.stop' => 'Stop', +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. // TODO: translate label.team_name @@ -165,7 +166,7 @@ $i18n_key_words = array( // 'label.client' => 'Client', // 'label.clients' => 'Clients', 'label.option' => 'Opción', -// TODO: translate the following string. +// TODO: translate the following. // 'label.invoice' => 'Invoice', 'label.project' => 'Proyecto', 'label.projects' => 'Proyectos', @@ -404,7 +405,7 @@ $i18n_key_words = array( 'form.reports.group_by_no' => '--- no agrupar ---', 'form.reports.group_by_date' => 'fecha', 'form.reports.group_by_user' => 'usuario', -// TODO: translate the following string. +// TODO: translate the following. // 'form.reports.group_by_client' => 'client', 'form.reports.group_by_project' => 'proyecto', // TODO: traslate the following string. diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 38a26791..962b7e72 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -137,6 +137,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'button.close' => 'Close', // 'button.stop' => 'Stop', +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. // TODO: translate the following. diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index f0dce4b7..59be22cb 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -68,7 +68,7 @@ $i18n_key_words = array( // This is a link to a webpage that describes how to contribute to the project. // Error messages. -// TODO: translate the following string. +// TODO: translate the following. // 'error.access_denied' => 'Access denied.', 'error.sys' => 'خطا در سیستم.', 'error.db' => 'خطا در پایگاه داده.', @@ -80,7 +80,7 @@ $i18n_key_words = array( 'error.project' => 'انتخاب پروژه.', 'error.task' => 'انتخاب وظیفه.', 'error.client' => 'انتخاب مشتری.', -// TODO: translate the following string. +// TODO: translate the following. // 'error.report' => 'Select report.', 'error.auth' => 'نام کاربری یا رمز عبور اشتباه است.', 'error.user_exists' => 'کاربری با این نام کاربری موجود است.', @@ -100,7 +100,7 @@ $i18n_key_words = array( 'error.uncompleted_exists' => 'قسمت ناتمامی موجود است. آن را تمام یا حذف کنید.', 'error.goto_uncompleted' => 'مراجعه به قسمت ناتمام.', 'error.overlap' => 'بازه زمانی با سوابق موجود هم پوشانی دارد.', -// TODO: translate the following string. +// TODO: translate the following. // 'error.future_date' => 'Date is in future.', // Labels for buttons. @@ -126,6 +126,8 @@ $i18n_key_words = array( 'button.import' => 'وارد کردن تیم', 'button.close' => 'بستن', 'button.stop' => 'توقف', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'نام تیم', @@ -150,7 +152,7 @@ $i18n_key_words = array( 'label.users' => 'کاربران', 'label.client' => 'مشتری', 'label.clients' => 'مشتریان', -// TODO: translate the following string. +// TODO: translate the following. // 'label.option' => 'Option', 'label.invoice' => 'فاکتور', 'label.project' => 'پروژه', @@ -184,7 +186,7 @@ $i18n_key_words = array( // 'label.week_view' => 'Week view', 'label.id' => 'شناسه', 'label.language' => 'زبان', -// TODO: translate the following string. +// TODO: translate the following. // 'label.decimal_mark' => 'Decimal mark', 'label.date_format' => 'قالب تاریخ', 'label.time_format' => 'قالب زمان', @@ -228,7 +230,7 @@ $i18n_key_words = array( 'title.login' => 'ورود', 'title.teams' => 'تیم ها', 'title.create_team' => 'ایجاد تیم', -// TODO: translate the following string. +// TODO: translate the following. // 'title.edit_team' => 'Editing Team', 'title.delete_team' => 'حذف تیم', 'title.reset_password' => 'بازیابی رمزعبور', @@ -312,7 +314,7 @@ $i18n_key_words = array( 'dropdown.projects' => 'پروژه ها', 'dropdown.tasks' => 'وظایف', 'dropdown.clients' => 'مشتریان', -// TODO: translate the following string. +// TODO: translate the following. // 'dropdown.select' => '--- select ---', 'dropdown.select_invoice' => '--- انتخاب فاکتور ---', 'dropdown.status_active' => 'فعال', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 308320d1..4a78edb5 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -116,6 +116,8 @@ $i18n_key_words = array( 'button.import' => 'Tuo tiimi', 'button.close' => 'Sulje', 'button.stop' => 'Lopeta', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Tiimin nimi', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 2748de75..9de209d9 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -114,6 +114,8 @@ $i18n_key_words = array( 'button.import' => 'Importer une équipe', 'button.close' => 'Fermer', 'button.stop' => 'Arrêter', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Nom équipe', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 0c1350d3..dd33fd70 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -85,7 +85,7 @@ $i18n_key_words = array( 'error.project' => 'בחר פרוייקט', 'error.task' => 'בחר משימה', 'error.client' => 'בחר לקוח', -// TODO: translate the following string. +// TODO: translate the following. // 'error.report' => 'Select report.', 'error.auth' => 'שם משתמש או סיסמה שגויים', 'error.user_exists' => 'שם משתמש כבר קיים', @@ -104,7 +104,7 @@ $i18n_key_words = array( 'error.uncompleted_exists' => 'רישום חלקי כבר קיים. סגור או מחק אותו.', 'error.goto_uncompleted' => 'פתח את הרישום החלקי.', 'error.overlap' => 'טווח הזמן מתנגש עם רישומים קיימים.', -// TODO: translate the following string. +// TODO: translate the following. // 'error.future_date' => 'Date is in future.', // Labels for buttons. @@ -130,6 +130,8 @@ $i18n_key_words = array( 'button.import' => 'ייבא צוות', 'button.close' => 'סגור', 'button.stop' => 'עצור', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'שם הצוות', @@ -154,7 +156,7 @@ $i18n_key_words = array( 'label.users' => 'משתמשים', 'label.client' => 'לקוח', 'label.clients' => 'לקוחות', -// TODO: translate the following string. +// TODO: translate the following. // 'label.option' => 'Option', 'label.invoice' => 'חשבונית', 'label.project' => 'פרוייקט', @@ -188,7 +190,7 @@ $i18n_key_words = array( // 'label.week_view' => 'Week view', 'label.id' => 'מזהה', 'label.language' => 'שפה', -// TODO: translate the following string. +// TODO: translate the following. // 'label.decimal_mark' => 'Decimal mark', 'label.date_format' => 'תבנית של תאריך', 'label.time_format' => 'תבנית של שעה', @@ -232,7 +234,7 @@ $i18n_key_words = array( 'title.login' => 'כניסה', 'title.teams' => 'צוותים', 'title.create_team' => 'יצירת צוות', -// TODO: translate the following string. +// TODO: translate the following. // 'title.edit_team' => 'Editing Team', 'title.delete_team' => 'מחיקת צוות', 'title.reset_password' => 'איפוס סיסמה', @@ -315,7 +317,7 @@ $i18n_key_words = array( 'dropdown.projects' => 'פרוייקטים', 'dropdown.tasks' => 'משימות', 'dropdown.clients' => 'לקוחות', -// TODO: translate the following string. +// TODO: translate the following. // 'dropdown.select' => '--- select ---', 'dropdown.select_invoice' => '--- בחר חשבונית ---', 'dropdown.status_active' => 'פעיל', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 899f559b..3be4eb7d 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -117,6 +117,8 @@ $i18n_key_words = array( 'button.import' => 'Team importeren', 'button.close' => 'Sluiten', 'button.stop' => 'Stop', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Teamnaam', diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index ffa5a2a6..272ea88c 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -121,6 +121,8 @@ $i18n_key_words = array( 'button.import' => 'Importuj zespół', 'button.close' => 'Zamknij', 'button.stop' => 'Zatrzymaj', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Nazwa zespołu', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 50ab6d2e..1df5d022 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -116,6 +116,8 @@ $i18n_key_words = array( 'button.import' => 'Importar equipe', 'button.close' => 'Fechar', 'button.stop' => 'Parar', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Nome da equipe', diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index c0d2deae..dfaf2ba5 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -118,6 +118,7 @@ $i18n_key_words = array( 'button.import' => 'Импортировать команду', 'button.close' => 'Закрыть', 'button.stop' => 'Завершить', +'button.mark_paid' => 'Отметить оплату', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Название команды', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 100cfece..e0d099d7 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -80,7 +80,7 @@ $i18n_key_words = array( 'error.project' => 'Vyberte projekt.', 'error.task' => 'Vyberte úlohy.', 'error.client' => 'Vyberte klienta.', -// TODO: translate the following string. +// TODO: translate the following. // 'error.report' => 'Select report.', 'error.auth' => 'Nesprávne prihlasovacie meno alebo heslo.', 'error.user_exists' => 'Používateľ s týmto prihlasovacím menom už existuje.', @@ -106,7 +106,7 @@ $i18n_key_words = array( 'button.login' => 'Prihlásiť', 'button.now' => 'Teraz', 'button.save' => 'Uložiť', -// TODO: translate the following string. +// TODO: translate the following. // 'button.copy' => 'Copy', 'button.cancel' => 'Zrušiť', 'button.submit' => 'Odoslať', @@ -125,8 +125,9 @@ $i18n_key_words = array( 'button.export' => 'Exportovať tím', 'button.import' => 'Importovať tím', 'button.close' => 'Zatvoriť', -// TODO: translate the following string. +// TODO: translate the following. // 'button.stop' => 'Stop', +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Názov tímu', @@ -166,7 +167,7 @@ $i18n_key_words = array( // 'label.notes' => 'Notes', // 'label.item' => 'Item', 'label.cost' => 'Náklady', -// TODO: translate the following string. +// TODO: translate the following. // 'label.day_total' => 'Day total', 'label.week_total' => 'Týždeň celkom', // TODO: translate the following. @@ -185,7 +186,7 @@ $i18n_key_words = array( // 'label.week_view' => 'Week view', 'label.id' => 'ID', 'label.language' => 'Jazyk', -// TODO: translate the following string. +// TODO: translate the following. // 'label.decimal_mark' => 'Decimal mark', 'label.date_format' => 'Formát dátumu', 'label.time_format' => 'Formát času', @@ -229,7 +230,7 @@ $i18n_key_words = array( 'title.login' => 'Prihlásenie', 'title.teams' => 'Tímy', 'title.create_team' => 'Vytváranie tímu', -// TODO: translate the following string. +// TODO: translate the following. // 'title.edit_team' => 'Editing Team', 'title.delete_team' => 'Vymazávanie tímu', 'title.reset_password' => 'Obnovovanie hesla', @@ -311,10 +312,10 @@ $i18n_key_words = array( 'dropdown.all_time' => 'celý čas', 'dropdown.projects' => 'projekty', 'dropdown.tasks' => 'úlohy', -// TODO: translate the following string. -'dropdown.clients' => 'clients', +// TODO: translate the following. +// 'dropdown.clients' => 'clients', 'dropdown.select' => '--- vyberte ---', -// TODO: translate the following string. +// TODO: translate the following. // 'dropdown.select_invoice' => '--- select invoice ---', 'dropdown.status_active' => 'aktívny', 'dropdown.status_inactive' => 'neaktívny', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index e7a01e22..57c86352 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -118,6 +118,8 @@ $i18n_key_words = array( 'button.import' => 'Uvezi tim', 'button.close' => 'Zatvori', 'button.stop' => 'Stani', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Naziv tim-a', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 899cc1de..f9b2e156 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -118,6 +118,8 @@ $i18n_key_words = array( 'button.import' => 'Importera arbetsgrupp', 'button.close' => 'Stäng', 'button.stop' => 'Avsluta', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Namn på arbetsgrupp', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 32e1a887..25f62a7e 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -131,6 +131,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'button.close' => 'Close', // 'button.stop' => 'Stop', +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => '团队名称', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index b7dd2acd..88be7185 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.14.0.3752 | Copyright © Anuko | +  Anuko Time Tracker 1.14.0.3753 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1