X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhu.lang.php;h=edfc79b4e9d18e7f53613273c8a8457d8f12fe95;hb=6807f422718097717a86a9ead3a8bca08343c058;hp=31d20038decfb53ab9d7048d919a21c6a01d87cc;hpb=b17cf9352af778099c207b9aa01d47380a58453d;p=timetracker.git diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 31d20038..edfc79b4 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -97,27 +97,32 @@ $i18n_key_words = array( // 'error.task_exists' => 'Task with this name already exists.', // 'error.client_exists' => 'Client with this name already exists.', // 'error.invoice_exists' => 'Invoice with this number already exists.', +// 'error.no_invoiceable_items' => 'There are no invoiceable items.', +// 'error.no_login' => 'No user with this login.', +// 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.', +'error.upload' => 'File feltöltési hiba.', +// TODO: translate the following. +// 'error.range_locked' => 'Date range is locked.', +// 'error.mail_send' => 'Error sending mail.', +// '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', +// TODO: translate the following. +// 'button.copy' => 'Copy', +'button.cancel' => 'Vissza', // TODO: refactoring ongoing down from here. -// Note to translators: this string needs to be properly translated (e-mail replaced with login). -// 'error.no_login' => 'nincs ilyen e-mail címmel definiált felhasználó', -'error.upload' => 'file feltöltési hiba', -// TODO: translate the following. -// 'error.range_locked' => 'Date range is locked.', -// 'error.mail_send' => 'error sending mail', -// '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.', - // 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.add_user' => 'Felhasználó felvétele', 'button.add_project' => 'Projekt felvétele', @@ -162,6 +167,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.