X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhu.lang.php;h=0e0e4522f3384fa9ad4d469dcf798980fa486a33;hb=a106b7a2db73b3e1fdab428b218212f6f38d7623;hp=5712426cd74f5afc08901f1ee81bddf4b4411df3;hpb=25d6ffc5f17d0e016c2ebb5b51a222665834e9e4;p=timetracker.git diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 5712426c..0e0e4522 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.', @@ -115,6 +113,18 @@ $i18n_key_words = array( // 'error.goto_uncompleted' => 'Go to uncompleted entry.', // 'error.overlap' => 'Time interval overlaps with existing records.', // 'error.future_date' => 'Date is in future.', +// 'error.xml' => 'Error in XML file at line %d: %s.', +// 'error.cannot_import' => 'Cannot import: %s.', +// 'error.format' => 'Invalid file format.', + +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', +// 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.', + +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', // Labels for buttons. 'button.login' => 'Bejelentkezés', @@ -165,6 +175,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.user' => 'User', // 'label.users' => 'Users', +// 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', // 'label.roles' => 'Roles', 'label.client' => 'Ügyfél', 'label.clients' => 'Ügyfelek', @@ -253,10 +265,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. @@ -316,7 +332,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', @@ -522,6 +537,7 @@ $i18n_key_words = array( // 'form.group_edit.allow_overlap' => 'Allow overlap', // 'form.group_edit.future_entries' => 'Future entries', // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.group_edit.confirm_save' => 'Confirm saving', // 'form.group_edit.allow_ip' => 'Allow IP', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php