From: Nik Okuntseff Date: Wed, 7 Feb 2018 01:21:40 +0000 (+0000) Subject: More recycling. X-Git-Tag: timetracker_1.19-1~1193 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/commitdiff_plain/6d27118f2299de142db85519411971a19f6dc256 More recycling. --- diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index cbb246e5..9326ef32 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -360,7 +360,7 @@ $i18n_key_words = array( // '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. -'form.reset_password.message' => 'S\\\'ha enviat la petició de restablir paraula de pas.', +'form.reset_password.message' => 'S\\\'ha enviat la petició de restablir paraula de pas.', // TODO: add "by email" to match the English string. 'form.reset_password.email_subject' => 'Sol·licitud de restabliment de la paraula de pas de Anuko Time Tracker', // TODO: translate the following. // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n", @@ -450,7 +450,6 @@ $i18n_key_words = array( "form.mytime.edit_title" => 'Modificant l\\\'historial de temps', "form.mytime.del_str" => 'Eliminant l\\\'historial de temps', "form.mytime.time_form" => ' (hh:mm)', -"form.mytime.daily" => 'Treball diari', "form.mytime.total" => 'Hores totals: ', "form.mytime.del_yes" => 'L\\\'historial de temps s\\\'ha eliminat amb èxit', "form.mytime.no_finished_rec" => 'Aquest historial s\\\'ha guardat únicament amb l\\\'hora d\\\'inici. Aixó no és un error. Finalitzi sessió si ho necessita.', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 4f82e980..084a0ab1 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -265,8 +265,9 @@ $i18n_key_words = array( // TODO: translate the following. // 'title.change_password' => 'Changing Password', // 'title.time' => 'Time', -// 'title.edit_time_record' => 'Editing Time Record', -// 'title.delete_time_record' => 'Deleting Time Record', +'title.edit_time_record' => 'Upravit časový záznam', +'title.delete_time_record' => 'Smazat časový záznam', +// TODO: translate the following. // 'title.expenses' => 'Expenses', // 'title.edit_expense' => 'Editing Expense Item', // 'title.delete_expense' => 'Deleting Expense Item', @@ -362,9 +363,9 @@ $i18n_key_words = array( // '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. +'form.reset_password.message' => 'Zaslán požadavek k vymazání hesla.', // TODO: add "by email" to match the English string. +'form.reset_password.email_subject' => 'Anuko Time Tracker požadavek na vymazání hesla', // TODO: translate the following. -// 'form.reset_password.message' => 'Password reset request sent by email.', -// 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request', // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n", // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1. @@ -444,13 +445,6 @@ $i18n_key_words = array( // TODO: refactoring ongoing down from here. -// password reminder form attributes -"form.fpass.send_pass_str" => 'zaslán požadavek k vymazání hesla', -"form.fpass.send_pass_subj" => 'Anuko Time Tracker požadavek na vymazání hesla', -// Note to translators: this string needs to be translated. -// "form.fpass.send_pass_body" => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n", -"form.fpass.reset_comment" => "pro změnu hesla jej napište a zvolte uložit", - // administrator form "form.admin.title" => 'administrator', "form.admin.duty_text" => 'vytvořit nový tým prostřednictvím účtu týmového manažera.
můžete také importovat týmová data z xml souboru z jiného time tracker serveru (nejsou povoleny shody e-mailových adres!).', @@ -461,16 +455,10 @@ $i18n_key_words = array( "form.admin.profile.th.active" => 'aktovní', // my time form attributes -"form.mytime.title" => 'můj deník', -"form.mytime.edit_title" => 'upravit časový záznam', -"form.mytime.del_str" => 'smazat časový záznam', -"form.mytime.daily" => 'denní práce', "form.mytime.total" => 'součet hodin: ', "form.mytime.del_yes" => 'časový záznam úspěšně odstraněn', "form.mytime.no_finished_rec" => 'záznam byl uložen pouze s časem zahájení. není to chyba. můžete se odhlásit, potřebujete-li.', "form.mytime.warn_tozero_rec" => 'tento záznam musí být smazán, neboť období je uzamčeno', -// Note to translators: the string below is missing in the translation and must be added -// "form.mytime.uncompleted" => 'uncompleted', // profile form attributes // Note to translators: we need a more accurate translation of form.profile.create_title diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 41459627..d85027da 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -463,7 +463,6 @@ $i18n_key_words = array( "form.mytime.title" => 'minu aeg', "form.mytime.edit_title" => 'ajakande muutmine', "form.mytime.del_str" => 'ajakande kustutamine', -"form.mytime.daily" => 'igapäevane töö', "form.mytime.total" => 'tunde kokku: ', "form.mytime.del_yes" => 'ajakanne kustutatud', "form.mytime.no_finished_rec" => 'kanne salvestati ainult alguse ajaga. see ei ole viga. logi välja kui vaja peaks olema.', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 8fb24753..c86396db 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -304,7 +304,8 @@ $i18n_key_words = array( // 'title.monthly_quotas' => 'Monthly Quotas', // 'title.export' => 'Exporting Team Data', // 'title.import' => 'Importing Team Data', -// 'title.options' => 'Options', +'title.options' => 'Opciók', +// TODO: translate the following. // 'title.profile' => 'Profile', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field', @@ -452,14 +453,12 @@ $i18n_key_words = array( "form.admin.profile.comment" => 'csoport törlése', "form.admin.profile.th.id" => 'azonosító', "form.admin.profile.th.active" => 'aktív', -"form.admin.options" => 'opciók', // my time form attributes "form.mytime.title" => 'munkaidőm', "form.mytime.edit_title" => 'szerkesztés', "form.mytime.del_str" => 'törlés', "form.mytime.time_form" => ' (óó:pp)', -"form.mytime.daily" => 'napi munka', "form.mytime.total" => 'összesített óraszám: ', "form.mytime.del_yes" => 'a bejegyzés törölve', "form.mytime.no_finished_rec" => 'csak az munka kezdete lett megjelölve, ha később visszalépsz a rendszerbe beállíthatod a vég-időpontot...', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 63547003..d83a2824 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -167,7 +167,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.client' => 'Client', // 'label.clients' => 'Clients', -// 'label.option' => 'Option', +'label.option' => 'オプション', +// TODO: translate the following. // 'label.invoice' => 'Invoice', 'label.project' => 'プロジェクト', 'label.projects' => 'プロジェクト', @@ -306,7 +307,8 @@ $i18n_key_words = array( // 'title.monthly_quotas' => 'Monthly Quotas', // 'title.export' => 'Exporting Team Data', // 'title.import' => 'Importing Team Data', -// 'title.options' => 'Options', +'title.options' => 'オプション', +// TODO: translate the following. // 'title.profile' => 'Profile', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field', @@ -457,14 +459,12 @@ $i18n_key_words = array( "form.admin.profile.comment" => 'チームの削除', "form.admin.profile.th.id" => '識別子', "form.admin.profile.th.active" => '活動内容', -"form.admin.options" => 'オプション', // my time form attributes "form.mytime.title" => '私の時間', "form.mytime.edit_title" => '時間レコードの編集', "form.mytime.del_str" => '時間レコードの削除', "form.mytime.time_form" => ' (hh:mm)', -"form.mytime.daily" => '日課', "form.mytime.total" => '合計時間: ', "form.mytime.del_yes" => '時間レコードが成功的に削除されました', "form.mytime.no_finished_rec" => 'このレコードは開始時間だけで保存されました。これはエラーではありません。もし必要があればログアウトしてください。', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 61f4f928..f7b904c8 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -164,10 +164,10 @@ $i18n_key_words = array( 'label.end_date' => '마감 날짜', 'label.user' => '사용자', 'label.users' => '사용자', +'label.client' => '클라이언트', +'label.clients' => '클라이언트', +'label.option' => '옵션', // TODO: translate the following. -// 'label.client' => 'Client', -// 'label.clients' => 'Clients', -// 'label.option' => 'Option', // 'label.invoice' => 'Invoice', 'label.project' => '프로젝트', 'label.projects' => '프로젝트', @@ -292,10 +292,11 @@ $i18n_key_words = array( // 'title.add_user' => 'Adding User', // 'title.edit_user' => 'Editing User', // 'title.delete_user' => 'Deleting User', -// 'title.clients' => 'Clients', -// 'title.add_client' => 'Adding Client', -// 'title.edit_client' => 'Editing Client', -// 'title.delete_client' => 'Deleting Client', +'title.clients' => '클라이언트', +'title.add_client' => '클라이언트 추가', +'title.edit_client' => '클라이언트 편집', +'title.delete_client' => '클라이언트 삭제', +// TODO: translate the following. // 'title.invoices' => 'Invoices', // 'title.add_invoice' => 'Adding Invoice', // 'title.view_invoice' => 'Viewing Invoice', @@ -307,7 +308,8 @@ $i18n_key_words = array( // 'title.monthly_quotas' => 'Monthly Quotas', // 'title.export' => 'Exporting Team Data', // 'title.import' => 'Importing Team Data', -// 'title.options' => 'Options', +'title.options' => '옵션', +// TODO: translate the following. // 'title.profile' => 'Profile', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field', @@ -343,7 +345,8 @@ $i18n_key_words = array( 'dropdown.projects' => '프로젝트', // TODO: translate the following. // 'dropdown.tasks' => 'tasks', -// 'dropdown.clients' => 'clients', +'dropdown.clients' => '클라이언트', +// TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', // 'dropdown.status_active' => 'active', @@ -457,14 +460,12 @@ $i18n_key_words = array( "form.admin.profile.comment" => '팀 삭제', "form.admin.profile.th.id" => '식별자', "form.admin.profile.th.active" => '활동내용', -"form.admin.options" => '옵션', // my time form attributes "form.mytime.title" => '나의 시간', "form.mytime.edit_title" => '시간기록을 편집하기', "form.mytime.del_str" => '시간기록을 삭제하기', "form.mytime.time_form" => ' (hh:mm)', -"form.mytime.daily" => '하루일과', "form.mytime.total" => '전체 시간: ', "form.mytime.del_yes" => '성과적으로 삭제된 시간기록', "form.mytime.no_finished_rec" => '이 기록은 시작 시간으로만 저장되었습니다. 이것은 오류는 아닙니다. 필요하면 로그아웃 하십시오.', @@ -530,11 +531,6 @@ $i18n_key_words = array( "form.migration.compression.gzip" => 'gzip', "form.migration.compression.bzip" => 'bzip', -"form.client.title" => '클라이언트', -"form.client.add_title" => '클라이언트 추가', -"form.client.edit_title" => '클라이언트 편집', -"form.client.del_title" => '클라이언트 삭제', - // miscellaneous strings "forward.tocsvfile" => '데이터를 .csv 파일로 익스포트', "forward.toxmlfile" => '데이터를 .xml 파일로 익스포트', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index fed52994..df1df4b1 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -437,7 +437,6 @@ $i18n_key_words = array( // TODO: refactoring ongoing down from here. // password reminder form attributes -"form.fpass.send_pass_str" => 'passordet er sendt', "form.fpass.send_pass_subj" => 'Anuko Time Tracker passordet ditt', // Note to translators: strings below need to be translated. // "form.fpass.send_pass_body" => "Kjære bruker,\n\nNoen, trolig deg, bad om å få ditt Anuko Time Tracker password resatt. Vær vennlig å besøk denne lenken dersom du ønsker at passordet ditt skal resettes.\n\n%s\n\nAnuko Time Tracker er et enkelt og brukervennlig system for tidsregistrering basert på åpen kildekode. Les mer på https://www.anuko.com.\n\n", @@ -461,7 +460,6 @@ $i18n_key_words = array( // "form.mytime.edit_title" => 'endre tidsoppføringen', "form.mytime.del_str" => 'slett tids oppføringen', "form.mytime.time_form" => ' (tt:mm)', -"form.mytime.daily" => 'daglig arbeide', "form.mytime.total" => 'totalt antall timer: ', // Note to translators: the strings below must be translated // "form.mytime.del_yes" => 'tidsoppføringen er slettet', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 5db1f1ca..ae6fe226 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -435,7 +435,6 @@ $i18n_key_words = array( // my time form attributes "form.mytime.title" => 'adicionar período', -"form.mytime.daily" => 'trabalho diário', "form.mytime.total" => 'horas totais: ', "form.mytime.del_yes" => 'o período registrado foi apagado com sucesso', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 5dd44d37..cff13b56 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -461,7 +461,6 @@ $i18n_key_words = array( "form.mytime.edit_title" => 'editarea inregistrarii timpului', "form.mytime.del_str" => 'stergerea inregistrarii timpului', "form.mytime.time_form" => ' (hh:mm)', -"form.mytime.daily" => 'activitatea zilnica', "form.mytime.total" => 'ore total: ', "form.mytime.del_yes" => 'inregistrarea timului a fost stearsa cu succes', "form.mytime.no_finished_rec" => 'aceasta inregistrare a fost salvata numei cu timpul de inceput. nu este o eroare. poti parasi aplicatia daca este nevoie.', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 6561b376..febc990b 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -471,13 +471,10 @@ $i18n_key_words = array( "form.mytime.edit_title" => 'zaman kaydını düzenliyor', "form.mytime.del_str" => 'zaman kaydını siliyor', "form.mytime.time_form" => ' (ss:dd)', -"form.mytime.daily" => 'günlük çalışma', "form.mytime.total" => 'toplam saat: ', "form.mytime.del_yes" => 'zaman kaydı başarıyla silindi', "form.mytime.no_finished_rec" => 'bu kayıt sadece başlangıç zamanıyla silindi. bu hata değildir. gerekirse çıkış yapın.', "form.mytime.warn_tozero_rec" => 'bu zaman kaydı silinmeli çünkü zaman aralığı kilitli', -// Note to translators: the string below is missing and must be translated and added -// "form.mytime.uncompleted" => 'uncompleted', // profile form attributes // Note to translators: we need a more accurate translation of form.profile.create_title diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index f6f7ab9d..a48a2940 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -452,7 +452,6 @@ $i18n_key_words = array( "form.mytime.edit_title" => '编辑时间记录', "form.mytime.del_str" => '删除时间记录', "form.mytime.time_form" => ' (时:分)', -"form.mytime.daily" => '每日工作', "form.mytime.total" => '总小时数: ', "form.mytime.del_yes" => '成功删除时间记录', "form.mytime.no_finished_rec" => '该记录只保存了开始时间。这不是错误。如果需要,请注销。', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index c0f064b7..608fa92c 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -461,7 +461,6 @@ $i18n_key_words = array( "form.mytime.edit_title" => '編輯時間記錄', "form.mytime.del_str" => '刪除時間記錄', "form.mytime.time_form" => ' (時:分)', -"form.mytime.daily" => '每日工作', "form.mytime.total" => '總小時數: ', "form.mytime.del_yes" => '成功刪除時間記錄', "form.mytime.no_finished_rec" => '該記錄只保存了開始時間。這不是錯誤。如果需要,請登出。', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index d51697ce..bfb70079 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.12.3922 | Copyright © Anuko | +  Anuko Time Tracker 1.17.12.3923 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}