Fixed a problem with predefined expenses missing on mobile pages.
[timetracker.git] / WEB-INF / resources / hu.lang.php
index b8ea953..a36247d 100644 (file)
@@ -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ó',
@@ -360,7 +351,7 @@ $i18n_key_words = array(
 // Login form. See example at https://timetracker.anuko.com/login.php.
 'form.login.forgot_password' => 'Elfelejtetted a jelszót?',
 // TODO: translate the following.
-// 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
+// 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
 
 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 // TODO: translate the following.
@@ -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,9 +492,10 @@ $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',
-// 'form.profile.uncompleted_indicators_none' => 'do not show',
-// 'form.profile.uncompleted_indicators_show' => 'show',
 // 'form.profile.plugins' => 'Plugins',
 
 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.