X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e18f843182c3fb0675162f14358f6f99384d4128..7949c7ae29b8359e2b072f627d2291a4cf260fee:/WEB-INF/resources/hu.lang.php diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index b05c0b94..19eb21cc 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -179,7 +179,7 @@ $i18n_key_words = array( // 'label.description' => 'Description', // 'label.start' => 'Start', // 'label.finish' => 'Finish', -// 'label.duration' => 'Duration', +'label.duration' => 'Időtartam', 'label.note' => 'Megjegyzés', 'label.notes' => 'Megjegyzések', // TODO: translate the following. @@ -419,6 +419,21 @@ $i18n_key_words = array( // 'form.invoice.invoice_entries' => 'Invoice entries', // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', +// Charts form. See example at https://timetracker.anuko.com/charts.php +// TODO: translate the following. +// 'form.charts.interval' => 'Interval', +// 'form.charts.chart' => 'Chart', + +// Projects form. See example at https://timetracker.anuko.com/projects.php +// TODO: translate the following. +// 'form.projects.active_projects' => 'Active Projects', +// 'form.projects.inactive_projects' => 'Inactive Projects', + +// Tasks form. See example at https://timetracker.anuko.com/tasks.php +// TODO: translate the following. +// 'form.tasks.active_tasks' => 'Active Tasks', +// 'form.tasks.inactive_tasks' => 'Inactive Tasks', + // TODO: refactoring ongoing down from here. @@ -447,12 +462,10 @@ $i18n_key_words = array( "form.mytime.date" => 'dátum', "form.mytime.start" => 'kezdete', "form.mytime.finish" => 'vége', -"form.mytime.duration" => 'hossz', "form.mytime.daily" => 'napi munka', "form.mytime.total" => 'összesített óraszám: ', "form.mytime.th.start" => 'kezdete', "form.mytime.th.finish" => 'vége', -"form.mytime.th.duration" => 'hossz', "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...', @@ -479,8 +492,6 @@ $i18n_key_words = array( "form.report.from" => 'kezdő időpont', "form.report.to" => 'vég időpont', "form.report.groupby_user" => 'személyek szerint', -"form.report.groupby_project" => 'projektek szerint', -"form.report.duration" => 'időtartam', "form.report.start" => 'kezdet', "form.report.finish" => 'befejezés', "form.report.totals_only" => 'csak a teljes óraszám', @@ -489,7 +500,6 @@ $i18n_key_words = array( "form.report.th.date" => 'dátum', "form.report.th.start" => 'elkezdve', "form.report.th.finish" => 'befejezve', -"form.report.th.duration" => 'időtartam', // mail form attributes "form.mail.from" => 'feladó',