From: Nik Okuntseff Date: Mon, 5 Feb 2018 14:09:52 +0000 (+0000) Subject: More recycling in translations. X-Git-Tag: timetracker_1.19-1~1215 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=59cc31a364495ff91d9b43fada500982418fd4e7;p=timetracker.git More recycling in translations. --- diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index c2b6b2e8..2d332432 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -350,8 +350,8 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => '¿Ha oblidat la seva paraula de pas?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. @@ -525,7 +525,6 @@ $i18n_key_words = array( "form.migration.export.text" => 'Vosté pot exportar totes les dades del grup dins d\\\'un archivo xml. Això pot ser útil si necessita migrar dades al seu propi servidor.', // miscellaneous strings -"forward.forgot_password" => '¿Ha oblidat la seva paraula de pas?', "forward.tocsvfile" => 'Exportar dades a un arxiu .csv', "controls.project_bind" => '--- Tots ---', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 2d96bd61..282fe930 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -353,8 +353,8 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => 'Zapomenuté heslo?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. @@ -561,7 +561,6 @@ $i18n_key_words = array( "form.client.comment" => 'poznámka ', // miscellaneous strings -"forward.forgot_password" => 'zapomenuté heslo?', "forward.tocsvfile" => 'exportovat data do .csv souboru', "forward.toxmlfile" => 'exportovat data do .xml souboru', "forward.geninvoice" => 'vytvořit fakturu', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index f6a97afe..25e8afa2 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -351,8 +351,8 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => 'Unustasid salasõna?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. @@ -570,7 +570,6 @@ $i18n_key_words = array( "form.client.comment" => 'märkus ', // miscellaneous strings -"forward.forgot_password" => 'unustasid salasõna?', "forward.tocsvfile" => 'ekspordi andmed .csv faili', "forward.toxmlfile" => 'ekspordi andmed .xml faili', "forward.geninvoice" => 'loo arve', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 2b460f17..3aef04ee 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -348,8 +348,8 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => 'Elfelejtetted a jelszót?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. @@ -540,7 +540,6 @@ $i18n_key_words = array( "form.client.comment" => 'megjegyzés ', // miscellaneous strings -"forward.forgot_password" => 'elfelejtetted a jelszót?', "forward.tocsvfile" => 'az adatok exportálása CSV file-ba', "forward.geninvoice" => 'számla készítés', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 9e95cdfa..57dfd539 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -350,8 +350,8 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => 'パスワードを忘れましたか?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. @@ -569,7 +569,6 @@ $i18n_key_words = array( "form.client.comment" => 'コメント ', // miscellaneous strings -"forward.forgot_password" => 'パスワードを忘れましたか?', "forward.tocsvfile" => 'csvファイルにエクスポート', "forward.toxmlfile" => 'xmlファイルにエクスポート', "forward.geninvoice" => '送り状の作成', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index f0a76b75..2f3eba60 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -348,8 +348,8 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => '암호를 잊으셨습니까?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. @@ -564,7 +564,6 @@ $i18n_key_words = array( "form.client.comment" => '코멘트 ', // miscellaneous strings -"forward.forgot_password" => '암호를 잊으셨습니까?', "forward.tocsvfile" => '데이터를 .csv 파일로 익스포트', "forward.toxmlfile" => '데이터를 .xml 파일로 익스포트', "forward.geninvoice" => '송장 만들기', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 6ef7f4fc..247fcdb0 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -341,8 +341,8 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => 'Glemt passordet?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. @@ -569,7 +569,6 @@ $i18n_key_words = array( // "form.client.comment" => 'kommentar ', // miscellaneous strings -"forward.forgot_password" => 'glemt passordet?', "forward.tocsvfile" => 'eksporter data til en .csv fil', // Note to translators: the strings below are missing and must be translated and added // "forward.toxmlfile" => 'eksporter data til en .xml fil', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 4c4c6b0c..efec8b81 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -337,8 +337,8 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => 'Esqueceu a senha?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. @@ -475,9 +475,6 @@ $i18n_key_words = array( // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', // "form.mail.sending_str" => 'the message has been sent', -// miscellaneous strings -"forward.forgot_password" => 'esqueceu a senha?', - "controls.per_tm" => 'este mês', "controls.per_lm" => 'último mês', "controls.per_tw" => 'esta semana', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 6f65be52..43c9bc65 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -346,8 +346,8 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => 'Parola pierduta?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. @@ -551,7 +551,6 @@ $i18n_key_words = array( "form.client.comment" => 'comentariu ', // miscellaneous strings -"forward.forgot_password" => 'parola pierduta?', "forward.tocsvfile" => 'exporta date in fisier .csv', "forward.geninvoice" => 'genereaza factura', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 29c13aa1..5cc10983 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -354,8 +354,8 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => 'Parolanızı unuttunuz mu?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. @@ -559,7 +559,6 @@ $i18n_key_words = array( "form.client.comment" => 'yorum ', // miscellaneous strings -"forward.forgot_password" => 'parolanızı unuttunuz mu?', "forward.tocsvfile" => 'bilgileri .csv dosyasına aktar', "forward.toxmlfile" => 'bilgileri .xml dosyasına aktar', "forward.geninvoice" => 'fatura yarat', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 093436b4..3dd3896c 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -332,8 +332,8 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => '忘记密码?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. @@ -563,7 +563,6 @@ $i18n_key_words = array( "form.client.comment" => '备注', // miscellaneous strings -"forward.forgot_password" => '忘记密码?', "forward.tocsvfile" => '将数据导出到.csv文件', "forward.toxmlfile" => '将数据导出到.xml文件', "forward.geninvoice" => '生成发票', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index b9014549..2f270a2d 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -341,8 +341,8 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => '忘記密碼?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. @@ -563,7 +563,6 @@ $i18n_key_words = array( "form.client.comment" => '備註', // miscellaneous strings -"forward.forgot_password" => '忘記密碼?', "forward.tocsvfile" => '將資料輸出到.csv文件', "forward.toxmlfile" => '將資料輸出到.xml文件', "forward.geninvoice" => '生成發票', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 2bf792d3..e50a6a6e 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.12.3900 | Copyright © Anuko | +  Anuko Time Tracker 1.17.12.3901 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}