From 97986f58680244c80bbe4de04d12eda3d0f12f6c Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Wed, 9 Mar 2016 19:49:25 -0800 Subject: [PATCH] Removed terminating PHP tags in language files --- WEB-INF/resources/ca.lang.php | 14 ++++++++------ WEB-INF/resources/cs.lang.php | 1 - WEB-INF/resources/da.lang.php | 1 - WEB-INF/resources/de.lang.php | 1 - WEB-INF/resources/en.lang.php | 1 - WEB-INF/resources/es.lang.php | 1 - WEB-INF/resources/et.lang.php | 1 - WEB-INF/resources/fa.lang.php | 1 - WEB-INF/resources/fi.lang.php | 1 - WEB-INF/resources/fr.lang.php | 1 - WEB-INF/resources/he.lang.php | 1 - WEB-INF/resources/hu.lang.php | 1 - WEB-INF/resources/is.lang.php | 1 - WEB-INF/resources/it.lang.php | 1 - WEB-INF/resources/ja.lang.php | 1 - WEB-INF/resources/ko.lang.php | 1 - WEB-INF/resources/nl.lang.php | 1 - WEB-INF/resources/no.lang.php | 1 - WEB-INF/resources/pl.lang.php | 1 - 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/sv.lang.php | 1 - 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 +- 29 files changed, 9 insertions(+), 34 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index bc90de20..16d0b44b 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -80,11 +80,14 @@ $i18n_key_words = array( 'error.field' => 'Dada "{0}" incorrecta.', 'error.empty' => 'L\\\'Arxiu "{0}" està buit.', 'error.not_equal' => 'L\\\'Arxiu "{0}" no és igual al arxiu "{1}".', - -// Refactoring needs to be done down from here to sync with English file. -'error.interval' => 'Interval incorrecte', -'error.project' => 'Sel·leccionar Projecte', -'error.activity' => 'Sel·leccionar Actividat', +'error.interval' => 'Interval incorrecte', // TODO: English string changed to 'Field "{0}" must be greater than "{1}".', re-translate. +'error.project' => 'Selleccionar Projecte', +// TODO: translate the following: +// 'error.task' => 'Select task.', +// 'error.client' => 'Select client.', +// 'error.report' => 'Select report.' + +// Refactoring needs to be done down from here to sync with English file. 'error.auth' => 'Usuari o parula de pas incorrecta', // Note to translators: this string needs to be translated. // 'error.user_exists' => 'user with this login already exists', @@ -401,4 +404,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 93f45366..02c94098 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -427,4 +427,3 @@ $i18n_key_words = array( // Note to translators: the string below is missing in the translation and must be added // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 5c63c41e..c4297e5a 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -424,4 +424,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index fb7cba90..44b9ad4d 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -400,4 +400,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Der Bericht wurde gesendet.', 'form.mail.invoice_sent' => 'Die Rechnung wurde gesendet.', ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 1d2f7b53..a2d38eff 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -396,4 +396,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Report sent.', 'form.mail.invoice_sent' => 'Invoice sent.', ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 32cccd63..18acf40c 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -465,4 +465,3 @@ $i18n_key_words = array( // 'form.mail.report_sent' => 'Report sent.', 'form.mail.invoice_sent' => 'Factura enviada.', ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 1f8cdc54..da812252 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -414,4 +414,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index c710c22c..2960a500 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -417,4 +417,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'گزارش ارسال شد.', 'form.mail.invoice_sent' => 'فاکتور ارسال شد.', ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index aebd958c..28602495 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -397,4 +397,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Raportti lähetetty.', 'form.mail.invoice_sent' => 'Lasku lähetetty.', ); -?> diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 06532afe..fa05e603 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -436,4 +436,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Le rapport a été envoyé.', 'form.mail.invoice_sent' => 'La facture a été envoyée.', ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 0f8019dc..7acd2bf0 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -416,4 +416,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'הדוח נשלח.', 'form.mail.invoice_sent' => 'החשבונית נשלחה.', ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 7874436e..7c17548e 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -415,4 +415,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/is.lang.php b/WEB-INF/resources/is.lang.php index 3a7d292f..f748fad6 100644 --- a/WEB-INF/resources/is.lang.php +++ b/WEB-INF/resources/is.lang.php @@ -65,4 +65,3 @@ $i18n_key_words = array( 'error.empty' => 'svæði "{0}" er tómt', // Note to translators: a large portion of the master English file from this point down below is not translated. ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index b1a1aebf..9684cdb6 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -410,4 +410,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 5ad54108..3d53a3ff 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -404,4 +404,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index eb8fa82a..c730a568 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -402,4 +402,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 21903db3..00257c0e 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -394,4 +394,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Rapport is verzonden.', 'form.mail.invoice_sent' => 'Factuur is verzonden.', ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index a751b58c..a2dff5f8 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -423,4 +423,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker er et enkelt, brukervennlig tidsregistreringssystem basert på åpen kildekode.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index b4ece7f7..d46c7738 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -395,4 +395,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Wysłano raport', 'form.mail.invoice_sent' => 'Wysłano fakturę', ); -?> diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 041b91a2..10832ac1 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -426,4 +426,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 043ccb4e..f9f92e92 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -416,4 +416,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index af62c85c..5f6f33bb 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -395,4 +395,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Отчёт отправлен.', 'form.mail.invoice_sent' => 'Счёт отправлен.', ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 0ca2a6a4..f6d112f5 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -415,4 +415,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Zostava odoslaná.', 'form.mail.invoice_sent' => 'Faktúra odoslaná.', ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index b44cc646..7444e431 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -398,4 +398,3 @@ $i18n_key_words = array( // login hello text "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index a6bfa059..732514da 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -412,4 +412,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index b397aab5..99b5bb91 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -412,4 +412,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 7eaabc2f..55c0fed3 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -404,4 +404,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 6a946dd0..6fe68995 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -404,4 +404,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index a35a6597..735d3c9c 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.9.13.3397 | Copyright © Anuko | +  Anuko Time Tracker 1.9.13.3400 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1