X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhu.lang.php;h=a36247d6b6501efd286366bb736d67b0de8a4464;hb=ad98b13400fdc2fa2299a22c9bd54c4cd27960c3;hp=e9e3a8bdb2ba7ae8bafb27ff9a3299ad1ae92a31;hpb=3c857ca72d35f70449f20f1156ab35db92f84828;p=timetracker.git diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index e9e3a8bd..a36247d6 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. @@ -119,14 +117,6 @@ $i18n_key_words = array( // '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: translate the following. -// 'button.add_invoice' => 'Add invoice', -// 'button.add_option' => 'Add option', 'button.add' => 'Hozzáadás', 'button.generate' => 'Generálás', // TODO: translate the following. @@ -167,6 +157,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ó', @@ -454,6 +445,12 @@ $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', +// 'form.roles.rights' => 'Rights', + // Clients form. See example at https://timetracker.anuko.com/clients.php // TODO: translate the following. // 'form.clients.active_clients' => 'Active Clients', @@ -495,6 +492,7 @@ $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',