2 // +----------------------------------------------------------------------+
 
   3 // | Anuko Time Tracker
 
   4 // +----------------------------------------------------------------------+
 
   5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
 
   6 // +----------------------------------------------------------------------+
 
   7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
 
   8 // | by anyone for any purpose, and freely redistributed alone or in
 
   9 // | combination with other software, provided that the license is obeyed.
 
  11 // | There are only two ways to violate the license:
 
  13 // | 1. To redistribute this code in source form, with the copyright
 
  14 // |    notice or license removed or altered. (Distributing in compiled
 
  15 // |    forms without embedded copyright notices is permitted).
 
  17 // | 2. To redistribute modified versions of this code in *any* form
 
  18 // |    that bears insufficient indications that the modifications are
 
  19 // |    not the work of the original author(s).
 
  21 // | This license applies to this document only, not any other software
 
  22 // | that it may be combined with.
 
  24 // +----------------------------------------------------------------------+
 
  26 // | https://www.anuko.com/time_tracker/credits.htm
 
  27 // +----------------------------------------------------------------------+
 
  29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
 
  30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
 
  32 // Note to translators: Use proper capitalization rules for your language.
 
  34 $i18n_language = 'Magyar';
 
  35 $i18n_months = array('Január', 'Február', 'Március', 'Április', 'Május', 'Június', 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December');
 
  36 $i18n_weekdays = array('Vasárnap', 'Hétfő', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat');
 
  37 $i18n_weekdays_short = array('V', 'H', 'K', 'Sz', 'Cs', 'P', 'Sz');
 
  39 $i18n_holidays = array('01/01', '01/02', '03/15', '04/12', '04/13', '05/01', '05/31', '06/01', '08/20', '08/21', '10/23', '11/01', '12/24', '12/25', '12/26');
 
  41 $i18n_key_words = array(
 
  43 // Menus - short selection strings that are displayed on top of application web pages.
 
  44 // Example: https://timetracker.anuko.com (black menu on top).
 
  45 'menu.login' => 'Bejelentkezés',
 
  46 'menu.logout' => 'Kijelentkezés',
 
  47 'menu.forum' => 'Fórum',
 
  48 'menu.help' => 'Segítség',
 
  49 'menu.create_team' => 'Csoport létrehozása',
 
  50 'menu.profile' => 'Profil',
 
  51 'menu.time' => 'Munkaidő',
 
  52 // TODO: translate the following.
 
  53 // 'menu.expenses' => 'Expenses',
 
  54 'menu.reports' => 'Riportok',
 
  55 // TODO: translate the following.
 
  56 // 'menu.charts' => 'Charts',
 
  57 'menu.projects' => 'Projektek',
 
  58 // 'menu.tasks' => 'Tasks',
 
  59 // TODO: translate the following.
 
  60 // 'menu.users' => 'Users',
 
  61 'menu.teams' => 'Csoportok',
 
  62 // TODO: translate the following.
 
  63 // 'menu.export' => 'Export',
 
  64 'menu.clients' => 'Ügyfelek',
 
  65 'menu.options' => 'Opciók',
 
  67 // Footer - strings on the bottom of most pages.
 
  68 // TODO: translate the following.
 
  69 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 
  70 // 'footer.credits' => 'Credits',
 
  71 // 'footer.license' => 'License',
 
  72 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
 
  73                                      // This is a link to a webpage that describes how to contribute to the project.
 
  76 // TODO: translate the following.
 
  77 // 'error.access_denied' => 'Access denied.',
 
  78 // 'error.sys' => 'System error.',
 
  79 'error.db' => 'Adatbázis hiba.',
 
  80 'error.field' => 'Hibás "{0}" mező tartalma.',
 
  81 'error.empty' => 'A "{0}" mező üres.',
 
  82 'error.not_equal' => 'A "{0}" mező tartalma nem egyezik meg a "{1}" mező tartalmával.',
 
  83 // TODO: translate the following.
 
  84 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
 
  85 'error.project' => 'Válassz projektet.',
 
  86 // TODO: translate the following.
 
  87 // 'error.task' => 'Select task.',
 
  88 'error.client' => 'Válassz ügyfelet.',
 
  89 // TODO: translate the following.
 
  90 // 'error.report' => 'Select report.',
 
  91 // 'error.record' => 'Select record.',
 
  92 // 'error.auth' => 'Incorrect login or password.',
 
  93 // 'error.user_exists' => 'User with this login already exists.',
 
  94 'error.project_exists' => 'Ilyen nevű projekt már létezik.',
 
  95 // TODO: translate the following.
 
  96 // 'error.task_exists' => 'Task with this name already exists.',
 
  97 // 'error.client_exists' => 'Client with this name already exists.',
 
  98 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 
  99 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 
 100 // 'error.no_login' => 'No user with this login.',
 
 101 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
 
 102 'error.upload' => 'File feltöltési hiba.',
 
 103 // TODO: translate the following.
 
 104 // 'error.range_locked' => 'Date range is locked.',
 
 105 // 'error.mail_send' => 'Error sending mail.',
 
 106 // 'error.no_email' => 'No email associated with this login.',
 
 107 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
 
 108 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
 
 109 // 'error.overlap' => 'Time interval overlaps with existing records.',
 
 110 // 'error.future_date' => 'Date is in future.',
 
 112 // Labels for buttons.
 
 113 'button.login' => 'Bejelentkezés',
 
 114 'button.now' => 'Most',
 
 115 'button.save' => 'Mentés',
 
 116 // TODO: translate the following.
 
 117 // 'button.copy' => 'Copy',
 
 118 'button.cancel' => 'Vissza',
 
 119 'button.submit' => 'Mentés',
 
 120 'button.add_user' => 'Felhasználó felvétele',
 
 121 'button.add_project' => 'Projekt felvétele',
 
 122 // TODO: translate the following.
 
 123 // 'button.add_task' => 'Add task',
 
 124 'button.add_client' => 'Ügyfél hozzáadása',
 
 125 // TODO: translate the following.
 
 126 // 'button.add_invoice' => 'Add invoice',
 
 127 // 'button.add_option' => 'Add option',
 
 128 'button.add' => 'Hozzáadás',
 
 129 'button.generate' => 'Generálás',
 
 130 // TODO: translate the following.
 
 131 // 'button.reset_password' => 'Reset password',
 
 132 'button.send' => 'Küld',
 
 133 'button.send_by_email' => 'Küldés e-mail-ben',
 
 134 'button.create_team' => 'Csoport létrehozása',
 
 135 'button.export' => 'Csoport exportálása',
 
 136 'button.import' => 'Csoport importálása',
 
 137 // TODO: translate the following.
 
 138 // 'button.close' => 'Close',
 
 139 // 'button.stop' => 'Stop',
 
 141 // Labels for controls on forms. Labels in this section are used on multiple forms.
 
 142 // TODO: translate the following.
 
 143 // 'label.team_name' => 'Team name',
 
 144 // 'label.address' => 'Address',
 
 145 'label.currency' => 'Pénznem',
 
 146 // TODO: translate the following.
 
 147 // 'label.manager_name' => 'Manager name',
 
 148 // 'label.manager_login' => 'Manager login',
 
 149 'label.person_name' => 'Név',
 
 150 'label.thing_name' => 'Név',
 
 151 // TODO: translate the following.
 
 152 // 'label.login' => 'Login',
 
 153 'label.password' => 'Jelszó',
 
 154 'label.confirm_password' => 'Jelszó megerősítése',
 
 155 'label.thing_name' => 'Név',
 
 156 // TODO: translate the following.
 
 157 // 'label.email' => 'Email',
 
 158 'label.cc' => 'Másolatot kap',
 
 159 // TODO: translate the following.
 
 160 // 'label.bcc' => 'Bcc',
 
 161 'label.subject' => 'Tárgy',
 
 162 'label.date' => 'Dátum',
 
 163 'label.start_date' => 'Kezdő időpont',
 
 164 'label.end_date' => 'Vég időpont',
 
 165 // TODO: translate the following.
 
 166 // 'label.user' => 'User',
 
 167 // 'label.users' => 'Users',
 
 168 'label.client' => 'Ügyfél',
 
 169 'label.clients' => 'Ügyfelek',
 
 170 'label.option' => 'Opció',
 
 171 'label.invoice' => 'Számla',
 
 172 'label.project' => 'Projekt',
 
 173 'label.projects' => 'Projektek',
 
 174 // TODO: translate the following.
 
 175 // 'label.task' => 'Task',
 
 176 // 'label.tasks' => 'Tasks',
 
 177 // 'label.description' => 'Description',
 
 178 'label.start' => 'Kezdete',
 
 179 'label.finish' => 'Vége',
 
 180 'label.duration' => 'Időtartam',
 
 181 'label.note' => 'Megjegyzés',
 
 182 'label.notes' => 'Megjegyzések',
 
 183 // TODO: translate the following.
 
 184 // 'label.item' => 'Item',
 
 185 // 'label.cost' => 'Cost',
 
 186 // 'label.day_total' => 'Day total',
 
 187 // 'label.week_total' => 'Week total',
 
 188 // 'label.month_total' => 'Month total',
 
 189 'label.today' => 'Ma',
 
 190 // TODO: translate the following.
 
 191 // 'label.view' => 'View',
 
 192 'label.edit' => 'Szerkesztés',
 
 193 'label.delete' => 'Törlés',
 
 194 // TODO: translate the following.
 
 195 // 'label.configure' => 'Configure',
 
 196 // TODO: translate the following.
 
 197 'label.select_all' => 'Mindenkit kijelöl',
 
 198 'label.select_none' => 'Senkit nem jelöl ki',
 
 199 // 'label.day_view' => 'Day view',
 
 200 // 'label.week_view' => 'Week view',
 
 201 'label.id' => 'Azonosító',
 
 202 // TODO: translate the following.
 
 203 // 'label.language' => 'Language',
 
 204 // 'label.decimal_mark' => 'Decimal mark',
 
 205 // 'label.date_format' => 'Date format',
 
 206 // 'label.time_format' => 'Time format',
 
 207 // 'label.week_start' => 'First day of week',
 
 208 'label.comment' => 'Megjegyzés',
 
 209 'label.status' => 'Státusz',
 
 210 'label.tax' => 'Adó',
 
 211 'label.subtotal' => 'Részösszeg',
 
 212 'label.total' => 'Összesen',
 
 213 // TODO: translate the following.
 
 214 // 'label.client_name' => 'Client name',
 
 215 // 'label.client_address' => 'Client address',
 
 216 'label.or' => 'vagy',
 
 217 // TODO: translate the following.
 
 218 // 'label.error' => 'Error',
 
 219 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 220 'label.required_fields' => '* kötelezően kitöltendő mezők',
 
 221 'label.on_behalf' => 'helyett',
 
 222 'label.role_manager' => '(vezető)',
 
 223 'label.role_comanager' => '(helyettes)',
 
 224 'label.role_admin' => '(adminisztrátor)',
 
 225 // TODO: translate the following.
 
 226 // 'label.page' => 'Page',
 
 227 // 'label.condition' => 'Condition',
 
 228 // 'label.yes' => 'yes',
 
 229 // 'label.no' => 'no',
 
 230 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 231 // TODO: translate the following.
 
 232 // 'label.custom_fields' => 'Custom fields',
 
 233 // 'label.monthly_quotas' => 'Monthly quotas',
 
 234 // 'label.type' => 'Type',
 
 235 // 'label.type_dropdown' => 'dropdown',
 
 236 // 'label.type_text' => 'text',
 
 237 // 'label.required' => 'Required',
 
 238 'label.fav_report' => 'Előre definiált riport formátum',
 
 239 // TODO: translate the following.
 
 240 // 'label.cron_schedule' => 'Cron schedule',
 
 241 // 'label.what_is_it' => 'What is it?',
 
 242 // 'label.expense' => 'Expense',
 
 243 // 'label.quantity' => 'Quantity',
 
 244 // 'label.paid_status' => 'Paid status',
 
 245 // 'label.paid' => 'Paid',
 
 246 // 'label.mark_paid' => 'Mark paid',
 
 247 // 'label.week_note' => 'Week note',
 
 248 // 'label.week_list' => 'Week list',
 
 251 'title.login' => 'Bejelentkezés',
 
 252 'title.teams' => 'Csoportok',
 
 253 // TODO: translate the following.
 
 254 // 'title.create_team' => 'Creating Team',
 
 255 // 'title.edit_team' => 'Editing Team',
 
 256 'title.delete_team' => 'Csoport törlése',
 
 257 // TODO: translate the following.
 
 258 // 'title.reset_password' => 'Resetting Password',
 
 259 // 'title.change_password' => 'Changing Password',
 
 260 // 'title.time' => 'Time',
 
 261 // 'title.edit_time_record' => 'Editing Time Record',
 
 262 // 'title.delete_time_record' => 'Deleting Time Record',
 
 263 // 'title.expenses' => 'Expenses',
 
 264 // 'title.edit_expense' => 'Editing Expense Item',
 
 265 // 'title.delete_expense' => 'Deleting Expense Item',
 
 266 // 'title.predefined_expenses' => 'Predefined Expenses',
 
 267 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
 
 268 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
 
 269 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
 
 270 'title.reports' => 'Riportok',
 
 271 // TODO: translate the following.
 
 272 // 'title.report' => 'Report',
 
 273 // 'title.send_report' => 'Sending Report',
 
 274 'title.invoice' => 'Számla',
 
 275 // TODO: translate the following.
 
 276 // 'title.send_invoice' => 'Sending Invoice',
 
 277 // 'title.charts' => 'Charts',
 
 278 'title.projects' => 'Projektek',
 
 279 'title.add_project' => 'Projekt hozzáadása',
 
 280 'title.edit_project' => 'Projekt szerkesztése',
 
 281 'title.delete_project' => 'Projekt törlése',
 
 282 // TODO: translate the following.
 
 283 // 'title.tasks' => 'Tasks',
 
 284 // 'title.add_task' => 'Adding Task',
 
 285 // 'title.edit_task' => 'Editing Task',
 
 286 // 'title.delete_task' => 'Deleting Task',
 
 287 // 'title.users' => 'Users',
 
 288 // 'title.add_user' => 'Adding User',
 
 289 // 'title.edit_user' => 'Editing User',
 
 290 // 'title.delete_user' => 'Deleting User',
 
 291 'title.clients' => 'Ügyfelek',
 
 292 'title.add_client' => 'Ügyfél hozzáadása',
 
 293 'title.edit_client' => 'Ügyfél szerkesztése',
 
 294 'title.delete_client' => 'Ügyfél törlése',
 
 295 'title.invoices' => 'Számlák',
 
 296 // TODO: translate the following.
 
 297 // 'title.add_invoice' => 'Adding Invoice',
 
 298 // 'title.view_invoice' => 'Viewing Invoice',
 
 299 // 'title.delete_invoice' => 'Deleting Invoice',
 
 300 // 'title.notifications' => 'Notifications',
 
 301 // 'title.add_notification' => 'Adding Notification',
 
 302 // 'title.edit_notification' => 'Editing Notification',
 
 303 // 'title.delete_notification' => 'Deleting Notification',
 
 304 // 'title.monthly_quotas' => 'Monthly Quotas',
 
 305 // 'title.export' => 'Exporting Team Data',
 
 306 // 'title.import' => 'Importing Team Data',
 
 307 'title.options' => 'Opciók',
 
 308 'title.profile' => 'Profil',
 
 309 // TODO: translate the following.
 
 310 // 'title.cf_custom_fields' => 'Custom Fields',
 
 311 // 'title.cf_add_custom_field' => 'Adding Custom Field',
 
 312 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
 
 313 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
 
 314 // 'title.cf_dropdown_options' => 'Dropdown Options',
 
 315 // 'title.cf_add_dropdown_option' => 'Adding Option',
 
 316 // 'title.cf_edit_dropdown_option' => 'Editing Option',
 
 317 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
 
 318 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
 
 319 // It is also a name for the Locking plugin on the Team profile page.
 
 320 // 'title.locking' => 'Locking',
 
 321 // 'title.week_view' => 'Week View',
 
 323 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 
 324 // Strings that are used in a single form must go to the specific form section.
 
 325 'dropdown.all' => '--- összes ---',
 
 326 'dropdown.no' => '--- nincs ---',
 
 327 // TODO: translate the following.
 
 328 // 'dropdown.current_day' => 'today',
 
 329 // 'dropdown.previous_day' => 'yesterday',
 
 330 // 'dropdown.selected_day' => 'day',
 
 331 'dropdown.current_week' => 'ezen a héten',
 
 332 'dropdown.previous_week' => 'múlt héten',
 
 333 // TODO: translate the following.
 
 334 // 'dropdown.selected_week' => 'week',
 
 335 'dropdown.current_month' => 'ebben a hónapban',
 
 336 'dropdown.previous_month' => 'múlt hónapban',
 
 337 // TODO: translate the following.
 
 338 // 'dropdown.selected_month' => 'month',
 
 339 // 'dropdown.current_year' => 'this year',
 
 340 // 'dropdown.previous_year' => 'previous year',
 
 341 // 'dropdown.selected_year' => 'year',
 
 342 // 'dropdown.all_time' => 'all time',
 
 343 'dropdown.projects' => 'projektek',
 
 344 // TODO: translate the following.
 
 345 // 'dropdown.tasks' => 'tasks',
 
 346 'dropdown.clients' => 'ügyfelek',
 
 347 // TODO: translate the following.
 
 348 // 'dropdown.select' => '--- select ---',
 
 349 // 'dropdown.select_invoice' => '--- select invoice ---',
 
 350 'dropdown.status_active' => 'aktív',
 
 351 // TODO: translate the following.
 
 352 // 'dropdown.status_inactive' => 'inactive',
 
 353 // 'dropdown.delete' => 'delete',
 
 354 // 'dropdown.do_not_delete' => 'do not delete',
 
 355 // 'dropdown.paid' => 'paid',
 
 356 // 'dropdown.not_paid' => 'not paid',
 
 358 // Login form. See example at https://timetracker.anuko.com/login.php.
 
 359 'form.login.forgot_password' => 'Elfelejtetted a jelszót?',
 
 360 // TODO: translate the following.
 
 361 // '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.',
 
 363 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 
 364 // TODO: translate the following.
 
 365 // 'form.reset_password.message' => 'Password reset request sent by email.',
 
 366 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
 
 367 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
 
 369 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 
 370 // TODO: translate the following.
 
 371 // 'form.change_password.tip' => 'Type new password and click on Save.',
 
 373 // Time form. See example at https://timetracker.anuko.com/time.php.
 
 374 // TODO: translate the following.
 
 375 'form.time.duration_format' => '(óó:pp vagy 0.0h)',
 
 376 // TODO: translate the following.
 
 377 // 'form.time.billable' => 'Billable',
 
 378 // 'form.time.uncompleted' => 'Uncompleted',
 
 379 // 'form.time.remaining_quota' => 'Remaining quota',
 
 380 // 'form.time.over_quota' => 'Over quota',
 
 382 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 
 383 // TODO: translate the following.
 
 384 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
 
 386 // Week view form. See example at https://timetracker.anuko.com/week.php.
 
 387 // TODO: translate the following.
 
 388 // 'form.week.new_entry' => 'New entry',
 
 390 // Reports form. See example at https://timetracker.anuko.com/reports.php
 
 391 'form.reports.save_as_favorite' => 'Mentsük el ezt a riport formátumot',
 
 392 // TODO: translate the following.
 
 393 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
 
 394 // 'form.reports.include_billable' => 'billable',
 
 395 // 'form.reports.include_not_billable' => 'not billable',
 
 396 // 'form.reports.include_invoiced' => 'invoiced',
 
 397 // 'form.reports.include_not_invoiced' => 'not invoiced',
 
 398 'form.reports.select_period' => 'Jelölj meg egy időszakot',
 
 399 'form.reports.set_period' => 'vagy állíts be konkrét dátumot',
 
 400 // TODO: translate the following.
 
 401 // 'form.reports.show_fields' => 'Show fields',
 
 402 'form.reports.group_by' => 'Csoportosítva',
 
 403 'form.reports.group_by_no' => '--- csoportosítás nélkül ---',
 
 404 'form.reports.group_by_date' => 'dátum',
 
 405 // TODO: translate the following.
 
 406 // 'form.reports.group_by_user' => 'user',
 
 407 'form.reports.group_by_client' => 'ügyfél',
 
 408 'form.reports.group_by_project' => 'projekt',
 
 409 // TODO: translate the following.
 
 410 // 'form.reports.group_by_task' => 'task',
 
 411 // 'form.reports.totals_only' => 'Totals only',
 
 413 // Report form. See example at https://timetracker.anuko.com/report.php
 
 414 // (after generating a report at https://timetracker.anuko.com/reports.php).
 
 415 'form.report.export' => 'Exportálása', // TODO: is this correct?
 
 416 // TODO: translate the following.
 
 417 // 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 419 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 
 420 // (you can get to this form after generating a report).
 
 421 'form.invoice.number' => 'Számla azonosító száma',
 
 422 'form.invoice.person' => 'Személy',
 
 424 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
 
 425 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
 
 426 // 'form.invoice.invoice_entries' => 'Invoice entries',
 
 427 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
 429 // Charts form. See example at https://timetracker.anuko.com/charts.php
 
 430 // TODO: translate the following.
 
 431 // 'form.charts.interval' => 'Interval',
 
 432 // 'form.charts.chart' => 'Chart',
 
 434 // Projects form. See example at https://timetracker.anuko.com/projects.php
 
 435 // TODO: translate the following.
 
 436 // 'form.projects.active_projects' => 'Active Projects',
 
 437 // 'form.projects.inactive_projects' => 'Inactive Projects',
 
 439 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
 
 440 // TODO: translate the following.
 
 441 // 'form.tasks.active_tasks' => 'Active Tasks',
 
 442 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
 
 444 // Users form. See example at https://timetracker.anuko.com/users.php
 
 445 // TODO: translate the following.
 
 446 // 'form.users.active_users' => 'Active Users',
 
 447 // 'form.users.inactive_users' => 'Inactive Users',
 
 448 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
 
 449 'form.users.role' => 'Szerepkör',
 
 450 'form.users.manager' => 'Vezető',
 
 451 'form.users.comanager' => 'Helyettes',
 
 452 'form.users.rate' => 'Tarifa',
 
 453 'form.users.default_rate' => 'Általános óradíj',
 
 455 // Clients form. See example at https://timetracker.anuko.com/clients.php
 
 456 // TODO: translate the following.
 
 457 // 'form.clients.active_clients' => 'Active Clients',
 
 458 // 'form.clients.inactive_clients' => 'Inactive Clients',
 
 460 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
 
 461 // TODO: translate the following.
 
 462 // 'form.client.client_to_delete' => 'Client to delete',
 
 463 // 'form.client.client_entries' => 'Client entries',
 
 465 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
 
 466 // TODO: improve or check form.export.hint as the translation seems incorrect if we trust translate.google.com.
 
 467 // Export does a single team export (all data in ONE team).
 
 468 'form.export.hint' => 'Kimentheted az összes felvitt csoport adatait egy XML file-ba, ami megkönnyíti a TimeTracker szerverek közötti adatátvitelt.',
 
 469 'form.export.compression' => 'Tömörítés',
 
 470 // TODO: translate the following.
 
 471 // 'form.export.compression_none' => 'none',
 
 472 // 'form.export.compression_bzip' => 'bzip',
 
 474 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
 
 475 'form.import.hint' => 'Csoport adatok importja XML file-ból.',
 
 476 'form.import.file' => 'Válassz file',
 
 477 'form.import.success' => 'Az importálás sikeresen véget ért.',
 
 479 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
 
 480 // TODO: fix form.teams.hint by translating it properly from the English string. Note that the ending is not translated at all.
 
 481 'form.teams.hint' => 'Új csoport létrehozása egy csoport-vezetői jogosultsággal.<br>A csoport adatokat importálhatjuk XML-ből (no login collisions are allowed).',
 
 483 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
 
 484 // TODO: translate the following.
 
 485 // 'form.profile.12_hours' => '12 hours',
 
 486 // 'form.profile.24_hours' => '24 hours',
 
 487 // 'form.profile.show_holidays' => 'Show holidays',
 
 488 // 'form.profile.tracking_mode' => 'Tracking mode',
 
 489 // 'form.profile.mode_time' => 'time',
 
 490 // 'form.profile.mode_projects' => 'projects',
 
 491 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
 
 492 // 'form.profile.record_type' => 'Record type',
 
 493 // 'form.profile.type_all' => 'all',
 
 494 // 'form.profile.type_start_finish' => 'start and finish',
 
 495 // 'form.profile.type_duration' => 'duration',
 
 496 // 'form.profile.punch_mode' => 'Punch mode',
 
 497 // 'form.profile.allow_overlap' => 'Allow overlap',
 
 498 // 'form.profile.future_entries' => 'Future entries',
 
 499 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
 
 500 // 'form.profile.plugins' => 'Plugins',
 
 502 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 
 503 'form.mail.from' => 'Feladó',
 
 504 'form.mail.to' => 'Címzett',
 
 505 // TODO: translate the following.
 
 506 // 'form.mail.report_subject' => 'Time Tracker Report',
 
 507 // 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
 
 508 // 'form.mail.report_sent' => 'Report sent.',
 
 509 'form.mail.invoice_sent' => 'A számla elküldve.',
 
 511 // Quotas configuration form.
 
 512 // TODO: translate the following.
 
 513 // 'form.quota.year' => 'Year',
 
 514 // 'form.quota.month' => 'Month',
 
 515 // 'form.quota.quota' => 'Quota',
 
 516 // 'form.quota.workday_hours' => 'Hours in work day',
 
 517 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',