From 9c8422b2c186feac1b572f09ab27d4c754d5e492 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 3 Mar 2019 16:00:50 +0000 Subject: [PATCH] Added a string to translation 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 | 2 ++ 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 | 1 + 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 b26a6704..29c293a1 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -392,6 +392,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'actiu', // TODO: translate the following. // 'dropdown.status_inactive' => 'inactive', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 125dc9c5..a1ea8712 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -402,6 +402,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', // 'dropdown.delete' => 'delete', diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 1cf78282..e1179c62 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -369,6 +369,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'Klienter', 'dropdown.select' => '--- Vælg ---', 'dropdown.select_invoice' => '--- Vælg faktura ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'Aktive', 'dropdown.status_inactive' => 'Inaktive', 'dropdown.delete' => 'Slet', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 828d1e56..0cc35fcf 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -349,6 +349,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'Kunden', 'dropdown.select' => '--- auswählen ---', 'dropdown.select_invoice' => '--- Rechnung auswählen ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'aktiv', 'dropdown.status_inactive' => 'inaktiv', 'dropdown.delete' => 'löschen', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 60daeede..0784ed5f 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -341,6 +341,7 @@ $i18n_key_words = array( 'dropdown.clients' => 'clients', 'dropdown.select' => '--- select ---', 'dropdown.select_invoice' => '--- select invoice ---', +'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'active', 'dropdown.status_inactive' => 'inactive', 'dropdown.delete' => 'delete', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index f87a44db..58028ba5 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -392,6 +392,7 @@ $i18n_key_words = array( 'dropdown.select' => '--- seleccionar ---', // TODO: translate the following. // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', // 'dropdown.delete' => 'delete', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 9ddd0aca..78971e76 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -370,6 +370,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'kliendid', 'dropdown.select' => '--- vali ---', 'dropdown.select_invoice' => '--- vali arve ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'aktiivne', 'dropdown.status_inactive' => 'mitte aktiivne', 'dropdown.delete' => 'kustuta', diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 0c9ad727..789a64b9 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -380,6 +380,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', 'dropdown.select_invoice' => '--- انتخاب فاکتور ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'فعال', 'dropdown.status_inactive' => 'غیرفعال', // TODO: translate the following. diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 84f0ab4c..5fb4f2ba 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -369,6 +369,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'asiakkaat', 'dropdown.select' => '--- valitse ---', 'dropdown.select_invoice' => '--- valitse lasku ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'aktiivinen', 'dropdown.status_inactive' => 'inaktiivinen', 'dropdown.delete' => 'poista', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 1ba1d5d7..9911721a 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -361,6 +361,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'Clients', 'dropdown.select' => '--- sélectionnez ---', 'dropdown.select_invoice' => '--- selectionnez facture ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'actif', 'dropdown.status_inactive' => 'inactif', 'dropdown.delete' => 'supprimer', diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index c3072e2a..eacfa179 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -357,6 +357,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'πελάτες', 'dropdown.select' => '--- επιλογή ---', 'dropdown.select_invoice' => '--- επιλογή τιμολόγιου ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'ενεργός', 'dropdown.status_inactive' => 'ανένεργος', 'dropdown.delete' => 'διαγραφή', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index e037389f..d6bd794b 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -390,6 +390,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', 'dropdown.select_invoice' => '--- בחר חשבונית ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'פעיל', 'dropdown.status_inactive' => 'לא פעיל', // TODO: translate the following. diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 4112e3d9..2f0e2d5d 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -393,6 +393,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'aktív', // TODO: translate the following. // 'dropdown.status_inactive' => 'inactive', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 7b61b049..a92ddd83 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -367,6 +367,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'clienti', 'dropdown.select' => '--- seleziona ---', 'dropdown.select_invoice' => '--- seleziona la fattura ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'attivo', 'dropdown.status_inactive' => 'inattivo', 'dropdown.delete' => 'elimina', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 09f89ea8..80373c03 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -396,6 +396,7 @@ $i18n_key_words = array( // 'dropdown.clients' => 'clients', // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', // 'dropdown.delete' => 'delete', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 4e31b75f..98c017e8 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -400,6 +400,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', // 'dropdown.delete' => 'delete', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 461dbdaf..b6094b16 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -344,6 +344,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'klanten', 'dropdown.select' => '--- kies ---', 'dropdown.select_invoice' => '--- kies factuur ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'actief', 'dropdown.status_inactive' => 'inactief', 'dropdown.delete' => 'verwijderen', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 8e5219cf..bf2ff64d 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -395,6 +395,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'aktiv', 'dropdown.status_inactive' => 'inaktiv', // TODO: translate the following. diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index e46c282d..c471a0c0 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -372,6 +372,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'klienci', 'dropdown.select' => '--- wybierz ---', 'dropdown.select_invoice' => '--- wybierz fakturę ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'aktywny', 'dropdown.status_inactive' => 'nieaktywny', 'dropdown.delete' => 'usuń', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index d5a382e8..741e87fd 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -367,6 +367,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'clientes', 'dropdown.select' => '--- selecione ---', 'dropdown.select_invoice' => '--- selecione fatura ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'ativo', 'dropdown.status_inactive' => 'inativo', 'dropdown.delete' => 'apagar', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index f337dbc0..bda088ea 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -379,6 +379,7 @@ $i18n_key_words = array( // 'dropdown.clients' => 'clients', // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', // 'dropdown.delete' => 'delete', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index a782c078..12c2a681 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -399,6 +399,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'activ', 'dropdown.status_inactive' => 'inactiv', // TODO: translate the following. diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 1664d3e4..d43ae31c 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -338,6 +338,7 @@ $i18n_key_words = array( 'dropdown.clients' => 'клиенты', 'dropdown.select' => '--- выберите ---', 'dropdown.select_invoice' => '--- выберите счёт ---', +'dropdown.select_timesheet' => '--- выберите табель ---', 'dropdown.status_active' => 'активный', 'dropdown.status_inactive' => 'неактивный', 'dropdown.delete' => 'удалить', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index f0204668..d3c84791 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -380,6 +380,7 @@ $i18n_key_words = array( 'dropdown.select' => '--- vyberte ---', // TODO: translate the following. // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'aktívny', 'dropdown.status_inactive' => 'neaktívny', // TODO: translate the following. diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index fd76109d..88b5e8b7 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -372,6 +372,7 @@ $i18n_key_words = array( // 'dropdown.clients' => 'clients', // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', // 'dropdown.delete' => 'delete', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 704e2799..e49e1d08 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -370,6 +370,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'klijenti', 'dropdown.select' => '--- odaberi ---', 'dropdown.select_invoice' => '--- odaberi račun ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'aktivan', 'dropdown.status_inactive' => 'neaktivan', 'dropdown.delete' => 'obriši', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 1eaaf5f7..bcf5ee25 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -368,6 +368,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'Kunder', 'dropdown.select' => '--- Välj ---', 'dropdown.select_invoice' => '--- Välj faktura ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'Aktiv', 'dropdown.status_inactive' => 'Inaktiv', 'dropdown.delete' => 'Ta bort', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index bc653807..62f59f62 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -407,6 +407,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'aktif', // TODO: translate the following. // 'dropdown.status_inactive' => 'inactive', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 37ebf9cf..d3a3d981 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -386,6 +386,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', // 'dropdown.delete' => 'delete', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index c065668d..6c8f6c0e 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -393,6 +393,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', // 'dropdown.delete' => 'delete', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 10008cf7..6732e72e 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.52.4815 | Copyright © Anuko | +  Anuko Time Tracker 1.18.52.4816 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1