X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhu.lang.php;h=5bcd7ee398576d256e2895a40061a54b731d3f3f;hb=7797eda9fb04c217a813db88e00bb9ee541eabbb;hp=c7eb011a090fb4afd1dee4192153fb6aafd433a8;hpb=220824961aa7e1d0da738de5a1feacc3c5832b7c;p=timetracker.git diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index c7eb011a..5bcd7ee3 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -63,6 +63,8 @@ $i18n_key_words = array( // 'menu.users' => 'Users', 'menu.groups' => 'Csoportok', // TODO: translate the following. +// 'menu.subgroups' => 'Subgroups', +// TODO: translate the following. // 'menu.export' => 'Export', 'menu.clients' => 'Ügyfelek', 'menu.options' => 'Opciók', @@ -97,10 +99,6 @@ $i18n_key_words = array( // 'error.auth' => 'Incorrect login or password.', // 'error.user_exists' => 'User with this login already exists.', // 'error.object_exists' => 'Object with this name already exists.', -'error.project_exists' => 'Ilyen nevű projekt már létezik.', -// TODO: translate the following. -// '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.role_exists' => 'Role with this rank already exists.', // 'error.no_invoiceable_items' => 'There are no invoiceable items.', @@ -119,6 +117,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', + // Labels for buttons. 'button.login' => 'Bejelentkezés', 'button.now' => 'Most', @@ -169,6 +171,7 @@ $i18n_key_words = array( // 'label.user' => 'User', // 'label.users' => 'Users', // 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', // 'label.roles' => 'Roles', 'label.client' => 'Ügyfél', 'label.clients' => 'Ügyfelek', @@ -257,10 +260,14 @@ $i18n_key_words = array( // 'label.totals_only' => 'Totals only', // Form titles. +// TODO: Translate the following. +// 'title.error' => 'Error', +// 'title.success' => 'Success', 'title.login' => 'Bejelentkezés', 'title.groups' => 'Csoportok', // TODO: translate the following. -// 'title.create_group' => 'Creating Group', +// 'title.subgroups' => 'Subgroups', +// 'title.add_group' => 'Adding Group', // 'title.edit_group' => 'Editing Group', 'title.delete_group' => 'Csoport törlése', // TODO: translate the following. @@ -320,7 +327,6 @@ $i18n_key_words = array( 'title.options' => 'Opciók', 'title.profile' => 'Profil', // TODO: translate the following. -// 'title.group' => 'Group Settings', // 'title.plugins' => 'Plugins', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field',