X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhu.lang.php;h=b734515300d5d3a71a325e5a8753b58b5dcf2ad8;hb=a32d1441bb4b6e2cf58467f14c20f67ef0cf50c7;hp=8336c2aa198a81393898cc55c851cd21379ddaf9;hpb=f4d718f6d3472af555bab79903b4b7c9520698c7;p=timetracker.git diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 8336c2aa..b7345153 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -104,49 +104,54 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', // 'error.mail_send' => 'Error sending mail.', - - - -// TODO: refactoring ongoing down from here. - -// 'error.no_email' => 'no email associated with this login', -// 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.', -// 'error.goto_uncompleted' => 'go to uncompleted entry.', +// 'error.no_email' => 'No email associated with this login.', +// 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.', +// 'error.goto_uncompleted' => 'Go to uncompleted entry.', +// 'error.overlap' => 'Time interval overlaps with existing records.', +// 'error.future_date' => 'Date is in future.', // Labels for buttons. -'button.login' => 'bejelentkezés', -'button.now' => 'most', -'button.save' => 'mentés', -'button.delete' => 'törlés', -'button.cancel' => 'vissza', -'button.submit' => 'mentés', +'button.login' => 'Bejelentkezés', +'button.now' => 'Most', +'button.save' => 'Mentés', +// TODO: translate the following. +// 'button.copy' => 'Copy', +'button.cancel' => 'Vissza', +'button.submit' => 'Mentés', 'button.add_user' => 'Felhasználó felvétele', 'button.add_project' => 'Projekt felvétele', // TODO: translate the following. // 'button.add_task' => 'Add task', -'button.add_client' => 'ügyfél hozzáadása', // TODO: capitalize properly. +'button.add_client' => 'Ügyfél hozzáadása', // TODO: translate the following. // 'button.add_invoice' => 'Add invoice', // 'button.add_option' => 'Add option', 'button.add' => 'Hozzáadás', 'button.generate' => 'Generálás', -// Note to translators: button.reset_password needs an improved translation. -'button.reset_password' => 'mehet', -'button.send' => 'küld', -'button.send_by_email' => 'küldés e-mail-ben', -'button.save_as_new' => 'mentés újként', -'button.create_team' => 'csoport létrehozása', -'button.export' => 'csoportok exportálása', -'button.import' => 'csoportok importálása', -'button.apply' => 'alkalmaz', - -// labels for controls on various forms -// TODO: translate label.team_name -// 'label.team_name' => 'team name', -'label.currency' => 'pénznem', -// TODO: translate label.manager_name and label.manager_login. -// 'label.manager_name' => 'manager name', -// 'label.manager_login' => 'manager login', +// TODO: translate the following. +// 'button.reset_password' => 'Reset password', +'button.send' => 'Küld', +'button.send_by_email' => 'Küldés e-mail-ben', +'button.create_team' => 'Csoport létrehozása', +'button.export' => 'Csoport exportálása', +'button.import' => 'Csoport importálása', +// TODO: translate the following. +// 'button.close' => 'Close', +// 'button.stop' => 'Stop', + +// Labels for controls on forms. Labels in this section are used on multiple forms. +// TODO: translate the following. +// 'label.team_name' => 'Team name', +// 'label.address' => 'Address', +'label.currency' => 'Pénznem', +// TODO: translate the following. +// 'label.manager_name' => 'Manager name', +// 'label.manager_login' => 'Manager login', + + + +// TODO: refactoring ongoing down from here. + 'label.name' => 'név', 'label.password' => 'jelszó', @@ -163,6 +168,7 @@ $i18n_key_words = array( // 'label.condition' => 'Condition', // 'label.yes' => 'yes', // 'label.no' => 'no', +'label.delete' => 'Törlés', // Form titles. // TODO: the entire title section is missing here. See the English file.