From 70f38eea57095a6895fd727799a0c90ebeeb6cf9 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Thu, 18 Jan 2018 15:59:38 +0000 Subject: [PATCH] Further work on localization files in preparation for integrating paid status plugin as per PR #49. --- WEB-INF/resources/ca.lang.php | 2 ++ 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 | 2 ++ WEB-INF/resources/fa.lang.php | 2 ++ WEB-INF/resources/fi.lang.php | 3 +++ WEB-INF/resources/fr.lang.php | 3 +++ WEB-INF/resources/he.lang.php | 2 ++ WEB-INF/resources/nl.lang.php | 3 +++ WEB-INF/resources/pl.lang.php | 3 +++ WEB-INF/resources/pt-br.lang.php | 4 +++- WEB-INF/resources/ru.lang.php | 2 ++ WEB-INF/resources/sk.lang.php | 2 ++ WEB-INF/resources/sr.lang.php | 3 +++ WEB-INF/resources/sv.lang.php | 3 +++ WEB-INF/templates/footer.tpl | 2 +- 17 files changed, 42 insertions(+), 2 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 3ac69f79..7b311805 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -320,6 +320,8 @@ $i18n_key_words = array( // 'dropdown.status_inactive' => 'inactive', // 'dropdown.delete'=>'delete', // 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. // TODO: translate the following. diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 90edcd22..2699acb8 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -302,6 +302,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'Inaktive', 'dropdown.delete'=>'Slet', 'dropdown.do_not_delete'=>'Slet ikke', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. 'form.login.forgot_password' => 'Har du glemt din adgangskode?', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 391f8d19..dd54e5d3 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -297,6 +297,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'inaktiv', 'dropdown.delete'=>'löschen', 'dropdown.do_not_delete'=>'nicht löschen', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 8bdc991c..327c9f25 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -298,6 +298,8 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'inactive', 'dropdown.delete'=>'delete', 'dropdown.do_not_delete'=>'do not delete', +'dropdown.paid' => 'paid', +'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index d52837df..8d643179 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -347,6 +347,8 @@ $i18n_key_words = array( // 'dropdown.status_inactive' => 'inactive', // 'dropdown.delete'=>'delete', // 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index d72e4722..f0dce4b7 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -320,6 +320,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.delete'=>'delete', // 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index c2d56e73..308320d1 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -298,6 +298,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'inaktiivinen', 'dropdown.delete'=>'poista', 'dropdown.do_not_delete'=>'älä poista', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index b9690b3d..2748de75 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -290,6 +290,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'inactif', 'dropdown.delete'=>'supprimer', 'dropdown.do_not_delete'=>'ne pas supprimer', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 4ec907b1..0c1350d3 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -323,6 +323,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.delete'=>'delete', // 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 6e45e0c8..899f559b 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -297,6 +297,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'inactief', 'dropdown.delete'=>'verwijderen', 'dropdown.do_not_delete'=>'niet verwijderen', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index f71ebfa8..ffa5a2a6 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -306,6 +306,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'nieaktywny', 'dropdown.delete'=>'usuń', 'dropdown.do_not_delete'=>'nie usuwaj', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index d5d5a22f..50ab6d2e 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -298,7 +298,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'inativo', 'dropdown.delete' => 'apagar', 'dropdown.do_not_delete' => 'não apagar', - +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 138def6b..c0d2deae 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -296,6 +296,8 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'неактивный', 'dropdown.delete'=>'удалить', 'dropdown.do_not_delete'=>'не удалять', +'dropdown.paid' => 'оплачено', +'dropdown.not_paid' => 'не оплачено', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index a44c791d..100cfece 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -321,6 +321,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.delete'=>'delete', // 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 278a5289..e7a01e22 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -304,6 +304,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'neaktivan', 'dropdown.delete'=>'obriši', 'dropdown.do_not_delete'=>'nemoj obrisati', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 12e65c55..899cc1de 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -301,6 +301,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'Inaktiv', 'dropdown.delete' => 'Ta bort', 'dropdown.do_not_delete' => 'Ta inte bort', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index faf09a26..b7dd2acd 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.14.0.3751 | Copyright © Anuko | +  Anuko Time Tracker 1.14.0.3752 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1