X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e18f843182c3fb0675162f14358f6f99384d4128..35d573bf1fe6836fa858087af9c8b7bbcd588b07:/WEB-INF/resources/hu.lang.php diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index b05c0b94..2521b487 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -177,9 +177,9 @@ $i18n_key_words = array( // 'label.task' => 'Task', // 'label.tasks' => 'Tasks', // 'label.description' => 'Description', -// 'label.start' => 'Start', -// 'label.finish' => 'Finish', -// 'label.duration' => 'Duration', +'label.start' => 'Kezdete', +'label.finish' => 'Vége', +'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. @@ -445,14 +460,8 @@ $i18n_key_words = array( "form.mytime.del_str" => 'törlés', "form.mytime.time_form" => ' (óó:pp)', "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,17 +488,10 @@ $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', "form.report.total" => 'összesített óraszám', "form.report.th.empllist" => 'dolgozó', "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ó',