Some more work in progress on roles.
[timetracker.git] / WEB-INF / resources / hu.lang.php
1 <?php
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.
10 // |
11 // | There are only two ways to violate the license:
12 // |
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).
16 // |
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).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
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.
31
32 // Note to translators: Use proper capitalization rules for your language.
33
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');
38 // format mm/dd
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');
40
41 $i18n_key_words = array(
42
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',
66
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.
74
75 // Error messages.
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.',
111
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' => 'Hozzáadás',
121 'button.generate' => 'Generálás',
122 // TODO: translate the following.
123 // 'button.reset_password' => 'Reset password',
124 'button.send' => 'Küld',
125 'button.send_by_email' => 'Küldés e-mail-ben',
126 'button.create_team' => 'Csoport létrehozása',
127 'button.export' => 'Csoport exportálása',
128 'button.import' => 'Csoport importálása',
129 // TODO: translate the following.
130 // 'button.close' => 'Close',
131 // 'button.stop' => 'Stop',
132
133 // Labels for controls on forms. Labels in this section are used on multiple forms.
134 // TODO: translate the following.
135 // 'label.team_name' => 'Team name',
136 // 'label.address' => 'Address',
137 'label.currency' => 'Pénznem',
138 // TODO: translate the following.
139 // 'label.manager_name' => 'Manager name',
140 // 'label.manager_login' => 'Manager login',
141 'label.person_name' => 'Név',
142 'label.thing_name' => 'Név',
143 // TODO: translate the following.
144 // 'label.login' => 'Login',
145 'label.password' => 'Jelszó',
146 'label.confirm_password' => 'Jelszó megerősítése',
147 'label.thing_name' => 'Név',
148 // TODO: translate the following.
149 // 'label.email' => 'Email',
150 'label.cc' => 'Másolatot kap',
151 // TODO: translate the following.
152 // 'label.bcc' => 'Bcc',
153 'label.subject' => 'Tárgy',
154 'label.date' => 'Dátum',
155 'label.start_date' => 'Kezdő időpont',
156 'label.end_date' => 'Vég időpont',
157 // TODO: translate the following.
158 // 'label.user' => 'User',
159 // 'label.users' => 'Users',
160 // 'label.roles' => 'Roles',
161 'label.client' => 'Ügyfél',
162 'label.clients' => 'Ügyfelek',
163 'label.option' => 'Opció',
164 'label.invoice' => 'Számla',
165 'label.project' => 'Projekt',
166 'label.projects' => 'Projektek',
167 // TODO: translate the following.
168 // 'label.task' => 'Task',
169 // 'label.tasks' => 'Tasks',
170 // 'label.description' => 'Description',
171 'label.start' => 'Kezdete',
172 'label.finish' => 'Vége',
173 'label.duration' => 'Időtartam',
174 'label.note' => 'Megjegyzés',
175 'label.notes' => 'Megjegyzések',
176 // TODO: translate the following.
177 // 'label.item' => 'Item',
178 // 'label.cost' => 'Cost',
179 // 'label.day_total' => 'Day total',
180 // 'label.week_total' => 'Week total',
181 // 'label.month_total' => 'Month total',
182 'label.today' => 'Ma',
183 // TODO: translate the following.
184 // 'label.view' => 'View',
185 'label.edit' => 'Szerkesztés',
186 'label.delete' => 'Törlés',
187 // TODO: translate the following.
188 // 'label.configure' => 'Configure',
189 // TODO: translate the following.
190 'label.select_all' => 'Mindenkit kijelöl',
191 'label.select_none' => 'Senkit nem jelöl ki',
192 // 'label.day_view' => 'Day view',
193 // 'label.week_view' => 'Week view',
194 'label.id' => 'Azonosító',
195 // TODO: translate the following.
196 // 'label.language' => 'Language',
197 // 'label.decimal_mark' => 'Decimal mark',
198 // 'label.date_format' => 'Date format',
199 // 'label.time_format' => 'Time format',
200 // 'label.week_start' => 'First day of week',
201 'label.comment' => 'Megjegyzés',
202 'label.status' => 'Státusz',
203 'label.tax' => 'Adó',
204 'label.subtotal' => 'Részösszeg',
205 'label.total' => 'Összesen',
206 // TODO: translate the following.
207 // 'label.client_name' => 'Client name',
208 // 'label.client_address' => 'Client address',
209 'label.or' => 'vagy',
210 // TODO: translate the following.
211 // 'label.error' => 'Error',
212 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
213 'label.required_fields' => '* kötelezően kitöltendő mezők',
214 'label.on_behalf' => 'helyett',
215 'label.role_manager' => '(vezető)',
216 'label.role_comanager' => '(helyettes)',
217 'label.role_admin' => '(adminisztrátor)',
218 // TODO: translate the following.
219 // 'label.page' => 'Page',
220 // 'label.condition' => 'Condition',
221 // 'label.yes' => 'yes',
222 // 'label.no' => 'no',
223 // Labels for plugins (extensions to Time Tracker that provide additional features).
224 // TODO: translate the following.
225 // 'label.custom_fields' => 'Custom fields',
226 // 'label.monthly_quotas' => 'Monthly quotas',
227 // 'label.type' => 'Type',
228 // 'label.type_dropdown' => 'dropdown',
229 // 'label.type_text' => 'text',
230 // 'label.required' => 'Required',
231 'label.fav_report' => 'Előre definiált riport formátum',
232 // TODO: translate the following.
233 // 'label.cron_schedule' => 'Cron schedule',
234 // 'label.what_is_it' => 'What is it?',
235 // 'label.expense' => 'Expense',
236 // 'label.quantity' => 'Quantity',
237 // 'label.paid_status' => 'Paid status',
238 // 'label.paid' => 'Paid',
239 // 'label.mark_paid' => 'Mark paid',
240 // 'label.week_note' => 'Week note',
241 // 'label.week_list' => 'Week list',
242
243 // Form titles.
244 'title.login' => 'Bejelentkezés',
245 'title.teams' => 'Csoportok',
246 // TODO: translate the following.
247 // 'title.create_team' => 'Creating Team',
248 // 'title.edit_team' => 'Editing Team',
249 'title.delete_team' => 'Csoport törlése',
250 // TODO: translate the following.
251 // 'title.reset_password' => 'Resetting Password',
252 // 'title.change_password' => 'Changing Password',
253 // 'title.time' => 'Time',
254 // 'title.edit_time_record' => 'Editing Time Record',
255 // 'title.delete_time_record' => 'Deleting Time Record',
256 // 'title.expenses' => 'Expenses',
257 // 'title.edit_expense' => 'Editing Expense Item',
258 // 'title.delete_expense' => 'Deleting Expense Item',
259 // 'title.predefined_expenses' => 'Predefined Expenses',
260 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
261 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
262 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
263 'title.reports' => 'Riportok',
264 // TODO: translate the following.
265 // 'title.report' => 'Report',
266 // 'title.send_report' => 'Sending Report',
267 'title.invoice' => 'Számla',
268 // TODO: translate the following.
269 // 'title.send_invoice' => 'Sending Invoice',
270 // 'title.charts' => 'Charts',
271 'title.projects' => 'Projektek',
272 'title.add_project' => 'Projekt hozzáadása',
273 'title.edit_project' => 'Projekt szerkesztése',
274 'title.delete_project' => 'Projekt törlése',
275 // TODO: translate the following.
276 // 'title.tasks' => 'Tasks',
277 // 'title.add_task' => 'Adding Task',
278 // 'title.edit_task' => 'Editing Task',
279 // 'title.delete_task' => 'Deleting Task',
280 // 'title.users' => 'Users',
281 // 'title.add_user' => 'Adding User',
282 // 'title.edit_user' => 'Editing User',
283 // 'title.delete_user' => 'Deleting User',
284 'title.clients' => 'Ügyfelek',
285 'title.add_client' => 'Ügyfél hozzáadása',
286 'title.edit_client' => 'Ügyfél szerkesztése',
287 'title.delete_client' => 'Ügyfél törlése',
288 'title.invoices' => 'Számlák',
289 // TODO: translate the following.
290 // 'title.add_invoice' => 'Adding Invoice',
291 // 'title.view_invoice' => 'Viewing Invoice',
292 // 'title.delete_invoice' => 'Deleting Invoice',
293 // 'title.notifications' => 'Notifications',
294 // 'title.add_notification' => 'Adding Notification',
295 // 'title.edit_notification' => 'Editing Notification',
296 // 'title.delete_notification' => 'Deleting Notification',
297 // 'title.monthly_quotas' => 'Monthly Quotas',
298 // 'title.export' => 'Exporting Team Data',
299 // 'title.import' => 'Importing Team Data',
300 'title.options' => 'Opciók',
301 'title.profile' => 'Profil',
302 // TODO: translate the following.
303 // 'title.cf_custom_fields' => 'Custom Fields',
304 // 'title.cf_add_custom_field' => 'Adding Custom Field',
305 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
306 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
307 // 'title.cf_dropdown_options' => 'Dropdown Options',
308 // 'title.cf_add_dropdown_option' => 'Adding Option',
309 // 'title.cf_edit_dropdown_option' => 'Editing Option',
310 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
311 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
312 // It is also a name for the Locking plugin on the Team profile page.
313 // 'title.locking' => 'Locking',
314 // 'title.week_view' => 'Week View',
315
316 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
317 // Strings that are used in a single form must go to the specific form section.
318 'dropdown.all' => '--- összes ---',
319 'dropdown.no' => '--- nincs ---',
320 // TODO: translate the following.
321 // 'dropdown.current_day' => 'today',
322 // 'dropdown.previous_day' => 'yesterday',
323 // 'dropdown.selected_day' => 'day',
324 'dropdown.current_week' => 'ezen a héten',
325 'dropdown.previous_week' => 'múlt héten',
326 // TODO: translate the following.
327 // 'dropdown.selected_week' => 'week',
328 'dropdown.current_month' => 'ebben a hónapban',
329 'dropdown.previous_month' => 'múlt hónapban',
330 // TODO: translate the following.
331 // 'dropdown.selected_month' => 'month',
332 // 'dropdown.current_year' => 'this year',
333 // 'dropdown.previous_year' => 'previous year',
334 // 'dropdown.selected_year' => 'year',
335 // 'dropdown.all_time' => 'all time',
336 'dropdown.projects' => 'projektek',
337 // TODO: translate the following.
338 // 'dropdown.tasks' => 'tasks',
339 'dropdown.clients' => 'ügyfelek',
340 // TODO: translate the following.
341 // 'dropdown.select' => '--- select ---',
342 // 'dropdown.select_invoice' => '--- select invoice ---',
343 'dropdown.status_active' => 'aktív',
344 // TODO: translate the following.
345 // 'dropdown.status_inactive' => 'inactive',
346 // 'dropdown.delete' => 'delete',
347 // 'dropdown.do_not_delete' => 'do not delete',
348 // 'dropdown.paid' => 'paid',
349 // 'dropdown.not_paid' => 'not paid',
350
351 // Login form. See example at https://timetracker.anuko.com/login.php.
352 'form.login.forgot_password' => 'Elfelejtetted a jelszót?',
353 // TODO: translate the following.
354 // '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.',
355
356 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
357 // TODO: translate the following.
358 // 'form.reset_password.message' => 'Password reset request sent by email.',
359 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
360 // '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",
361
362 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
363 // TODO: translate the following.
364 // 'form.change_password.tip' => 'Type new password and click on Save.',
365
366 // Time form. See example at https://timetracker.anuko.com/time.php.
367 // TODO: translate the following.
368 'form.time.duration_format' => '(óó:pp vagy 0.0h)',
369 // TODO: translate the following.
370 // 'form.time.billable' => 'Billable',
371 // 'form.time.uncompleted' => 'Uncompleted',
372 // 'form.time.remaining_quota' => 'Remaining quota',
373 // 'form.time.over_quota' => 'Over quota',
374
375 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
376 // TODO: translate the following.
377 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
378
379 // Week view form. See example at https://timetracker.anuko.com/week.php.
380 // TODO: translate the following.
381 // 'form.week.new_entry' => 'New entry',
382
383 // Reports form. See example at https://timetracker.anuko.com/reports.php
384 'form.reports.save_as_favorite' => 'Mentsük el ezt a riport formátumot',
385 // TODO: translate the following.
386 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
387 // 'form.reports.include_billable' => 'billable',
388 // 'form.reports.include_not_billable' => 'not billable',
389 // 'form.reports.include_invoiced' => 'invoiced',
390 // 'form.reports.include_not_invoiced' => 'not invoiced',
391 'form.reports.select_period' => 'Jelölj meg egy időszakot',
392 'form.reports.set_period' => 'vagy állíts be konkrét dátumot',
393 // TODO: translate the following.
394 // 'form.reports.show_fields' => 'Show fields',
395 'form.reports.group_by' => 'Csoportosítva',
396 'form.reports.group_by_no' => '--- csoportosítás nélkül ---',
397 'form.reports.group_by_date' => 'dátum',
398 // TODO: translate the following.
399 // 'form.reports.group_by_user' => 'user',
400 'form.reports.group_by_client' => 'ügyfél',
401 'form.reports.group_by_project' => 'projekt',
402 // TODO: translate the following.
403 // 'form.reports.group_by_task' => 'task',
404 // 'form.reports.totals_only' => 'Totals only',
405
406 // Report form. See example at https://timetracker.anuko.com/report.php
407 // (after generating a report at https://timetracker.anuko.com/reports.php).
408 'form.report.export' => 'Exportálása', // TODO: is this correct?
409 // TODO: translate the following.
410 // 'form.report.assign_to_invoice' => 'Assign to invoice',
411
412 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
413 // (you can get to this form after generating a report).
414 'form.invoice.number' => 'Számla azonosító száma',
415 'form.invoice.person' => 'Személy',
416
417 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
418 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
419 // 'form.invoice.invoice_entries' => 'Invoice entries',
420 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
421
422 // Charts form. See example at https://timetracker.anuko.com/charts.php
423 // TODO: translate the following.
424 // 'form.charts.interval' => 'Interval',
425 // 'form.charts.chart' => 'Chart',
426
427 // Projects form. See example at https://timetracker.anuko.com/projects.php
428 // TODO: translate the following.
429 // 'form.projects.active_projects' => 'Active Projects',
430 // 'form.projects.inactive_projects' => 'Inactive Projects',
431
432 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
433 // TODO: translate the following.
434 // 'form.tasks.active_tasks' => 'Active Tasks',
435 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
436
437 // Users form. See example at https://timetracker.anuko.com/users.php
438 // TODO: translate the following.
439 // 'form.users.active_users' => 'Active Users',
440 // 'form.users.inactive_users' => 'Inactive Users',
441 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
442 'form.users.role' => 'Szerepkör',
443 'form.users.manager' => 'Vezető',
444 'form.users.comanager' => 'Helyettes',
445 'form.users.rate' => 'Tarifa',
446 'form.users.default_rate' => 'Általános óradíj',
447
448 // Roles form. See example at https://timetracker.anuko.com/roles.php
449 // TODO: translate the following.
450 // 'form.roles.active_roles' => 'Active Roles',
451 // 'form.roles.inactive_roles' => 'Inactive Roles',
452 // 'form.roles.rights' => 'Rights',
453
454 // Clients form. See example at https://timetracker.anuko.com/clients.php
455 // TODO: translate the following.
456 // 'form.clients.active_clients' => 'Active Clients',
457 // 'form.clients.inactive_clients' => 'Inactive Clients',
458
459 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
460 // TODO: translate the following.
461 // 'form.client.client_to_delete' => 'Client to delete',
462 // 'form.client.client_entries' => 'Client entries',
463
464 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
465 // TODO: improve or check form.export.hint as the translation seems incorrect if we trust translate.google.com.
466 // Export does a single team export (all data in ONE team).
467 '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.',
468 'form.export.compression' => 'Tömörítés',
469 // TODO: translate the following.
470 // 'form.export.compression_none' => 'none',
471 // 'form.export.compression_bzip' => 'bzip',
472
473 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
474 'form.import.hint' => 'Csoport adatok importja XML file-ból.',
475 'form.import.file' => 'Válassz file',
476 'form.import.success' => 'Az importálás sikeresen véget ért.',
477
478 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
479 // TODO: fix form.teams.hint by translating it properly from the English string. Note that the ending is not translated at all.
480 '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).',
481
482 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
483 // TODO: translate the following.
484 // 'form.profile.12_hours' => '12 hours',
485 // 'form.profile.24_hours' => '24 hours',
486 // 'form.profile.show_holidays' => 'Show holidays',
487 // 'form.profile.tracking_mode' => 'Tracking mode',
488 // 'form.profile.mode_time' => 'time',
489 // 'form.profile.mode_projects' => 'projects',
490 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
491 // 'form.profile.record_type' => 'Record type',
492 // 'form.profile.type_all' => 'all',
493 // 'form.profile.type_start_finish' => 'start and finish',
494 // 'form.profile.type_duration' => 'duration',
495 // 'form.profile.punch_mode' => 'Punch mode',
496 // 'form.profile.allow_overlap' => 'Allow overlap',
497 // 'form.profile.future_entries' => 'Future entries',
498 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
499 // 'form.profile.plugins' => 'Plugins',
500
501 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
502 'form.mail.from' => 'Feladó',
503 'form.mail.to' => 'Címzett',
504 // TODO: translate the following.
505 // 'form.mail.report_subject' => 'Time Tracker Report',
506 // '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.',
507 // 'form.mail.report_sent' => 'Report sent.',
508 'form.mail.invoice_sent' => 'A számla elküldve.',
509
510 // Quotas configuration form.
511 // TODO: translate the following.
512 // 'form.quota.year' => 'Year',
513 // 'form.quota.month' => 'Month',
514 // 'form.quota.quota' => 'Quota',
515 // 'form.quota.workday_hours' => 'Hours in work day',
516 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
517
518 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
519 // TODO: translate the following.
520 // 'role.user.label' => 'User',
521 // 'role.user.low_case_label' => 'user',
522 // 'role.user.description' => 'A regular member without management rights.',
523 // 'role.client.label' => 'Client',
524 // 'role.client.low_case_label' => 'client',
525 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
526 // 'role.supervisor.label' => 'Supervisor',
527 // 'role.supervisor.low_case_label' => 'supervisor',
528 // 'role.supervisor.description' => 'A person with a small set of management rights.',
529 // 'role.comanager.label' => 'Co-manager',
530 // 'role.comanager.low_case_label' => 'co-manager',
531 // 'role.comanager.description' => 'A person with a big set of management functions.',
532 // 'role.manager.label' => 'Manager',
533 // 'role.manager.low_case_label' => 'manager',
534 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
535 // 'role.top_manager.label' => 'Top manager',
536 // 'role.top_manager.low_case_label' => 'top manager',
537 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
538 // 'role.admin.label' => 'Administrator',
539 // 'role.admin.low_case_label' => 'administrator',
540 // 'role.admin.description' => 'Site adminsitrator.',
541 );