X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/48da6c320f5b4ff9fcfe0832e87b5ed48cdb1e60..7c2e78a2e46063bdec7ec4867680762b629cf4e2:/WEB-INF/resources/hu.lang.php diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 2235d618..b830ba71 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -44,11 +44,9 @@ $i18n_key_words = array( // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Bejelentkezés', 'menu.logout' => 'Kijelentkezés', -// TODO: translate the following. -// 'menu.forum' => 'Forum', +'menu.forum' => 'Fórum', 'menu.help' => 'Segítség', -// TODO: translate the following. -// 'menu.create_team' => 'Create Team', +'menu.create_team' => 'Csoport létrehozása', 'menu.profile' => 'Profil', 'menu.time' => 'Munkaidő', // TODO: translate the following. @@ -167,6 +165,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.user' => 'User', // 'label.users' => 'Users', +// 'label.roles' => 'Roles', 'label.client' => 'Ügyfél', 'label.clients' => 'Ügyfelek', 'label.option' => 'Opció', @@ -360,7 +359,7 @@ $i18n_key_words = array( // 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.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', +// '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. // TODO: translate the following. @@ -374,7 +373,8 @@ $i18n_key_words = array( // Time form. See example at https://timetracker.anuko.com/time.php. // TODO: translate the following. -// 'form.time.duration_format' => '(hh:mm or 0.0h)', +'form.time.duration_format' => '(óó:pp vagy 0.0h)', +// TODO: translate the following. // 'form.time.billable' => 'Billable', // 'form.time.uncompleted' => 'Uncompleted', // 'form.time.remaining_quota' => 'Remaining quota', @@ -402,10 +402,10 @@ $i18n_key_words = array( // 'form.reports.show_fields' => 'Show fields', 'form.reports.group_by' => 'Csoportosítva', 'form.reports.group_by_no' => '--- csoportosítás nélkül ---', +'form.reports.group_by_date' => 'dátum', // TODO: translate the following. -// 'form.reports.group_by_date' => 'date', // 'form.reports.group_by_user' => 'user', -// 'form.reports.group_by_client' => 'client', +'form.reports.group_by_client' => 'ügyfél', 'form.reports.group_by_project' => 'projekt', // TODO: translate the following. // 'form.reports.group_by_task' => 'task', @@ -453,6 +453,11 @@ $i18n_key_words = array( 'form.users.rate' => 'Tarifa', 'form.users.default_rate' => 'Általános óradíj', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', + // Clients form. See example at https://timetracker.anuko.com/clients.php // TODO: translate the following. // 'form.clients.active_clients' => 'Active Clients', @@ -485,6 +490,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.profile.12_hours' => '12 hours', // 'form.profile.24_hours' => '24 hours', +// 'form.profile.show_holidays' => 'Show holidays', // 'form.profile.tracking_mode' => 'Tracking mode', // 'form.profile.mode_time' => 'time', // 'form.profile.mode_projects' => 'projects', @@ -493,9 +499,10 @@ $i18n_key_words = array( // 'form.profile.type_all' => 'all', // 'form.profile.type_start_finish' => 'start and finish', // 'form.profile.type_duration' => 'duration', +// 'form.profile.punch_mode' => 'Punch mode', +// 'form.profile.allow_overlap' => 'Allow overlap', +// 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', -// 'form.profile.uncompleted_indicators_none' => 'do not show', -// 'form.profile.uncompleted_indicators_show' => 'show', // 'form.profile.plugins' => 'Plugins', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. @@ -514,11 +521,4 @@ $i18n_key_words = array( // 'form.quota.quota' => 'Quota', // 'form.quota.workday_hours' => 'Hours in work day', // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', - -// TODO: refactoring ongoing down from here. - -"form.mytime.edit_title" => 'szerkesztés', -"form.mytime.del_str" => 'törlés', -"form.mytime.time_form" => ' (óó:pp)', -"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...', );