beea7ac4e49931da07a48a932b9541a5d2d85424
[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 = 'Hungarian (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_group' => 'Csoport létrehozása',
50 'menu.profile' => 'Profil',
51 'menu.group' => 'Csoport',
52 // TODO: translate the following.
53 // 'menu.plugins' => 'Plugins',
54 'menu.time' => 'Munkaidő',
55 // TODO: translate the following.
56 // 'menu.expenses' => 'Expenses',
57 'menu.reports' => 'Riportok',
58 // TODO: translate the following.
59 // 'menu.charts' => 'Charts',
60 'menu.projects' => 'Projektek',
61 // 'menu.tasks' => 'Tasks',
62 // TODO: translate the following.
63 // 'menu.users' => 'Users',
64 'menu.groups' => 'Csoportok',
65 // TODO: translate the following.
66 // 'menu.subgroups' => 'Subgroups',
67 // TODO: translate the following.
68 // 'menu.export' => 'Export',
69 'menu.clients' => 'Ügyfelek',
70 'menu.options' => 'Opciók',
71
72 // Footer - strings on the bottom of most pages.
73 // TODO: translate the following.
74 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
75 // 'footer.credits' => 'Credits',
76 // 'footer.license' => 'License',
77 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
78                                      // This is a link to a webpage that describes how to contribute to the project.
79
80 // Error messages.
81 // TODO: translate the following.
82 // 'error.access_denied' => 'Access denied.',
83 // 'error.sys' => 'System error.',
84 'error.db' => 'Adatbázis hiba.',
85 // TODO: translate the following.
86 // 'error.feature_disabled' => 'Feature is disabled.',
87 'error.field' => 'Hibás "{0}" mező tartalma.',
88 'error.empty' => 'A "{0}" mező üres.',
89 'error.not_equal' => 'A "{0}" mező tartalma nem egyezik meg a "{1}" mező tartalmával.',
90 // TODO: translate the following.
91 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
92 'error.project' => 'Válassz projektet.',
93 // TODO: translate the following.
94 // 'error.task' => 'Select task.',
95 'error.client' => 'Válassz ügyfelet.',
96 // TODO: translate the following.
97 // 'error.report' => 'Select report.',
98 // 'error.record' => 'Select record.',
99 // 'error.auth' => 'Incorrect login or password.',
100 // 'error.user_exists' => 'User with this login already exists.',
101 // 'error.object_exists' => 'Object with this name already exists.',
102 // 'error.task_exists' => 'Task with this name already exists.',
103 // 'error.client_exists' => 'Client with this name already exists.',
104 // 'error.invoice_exists' => 'Invoice with this number already exists.',
105 // 'error.role_exists' => 'Role with this rank already exists.',
106 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
107 // 'error.no_login' => 'No user with this login.',
108 // 'error.no_groups' => 'Your database is empty. Login as admin and create a new group.',
109 'error.upload' => 'File feltöltési hiba.',
110 // TODO: translate the following.
111 // 'error.range_locked' => 'Date range is locked.',
112 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
113 // 'error.no_email' => 'No email associated with this login.',
114 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
115 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
116 // 'error.overlap' => 'Time interval overlaps with existing records.',
117 // 'error.future_date' => 'Date is in future.',
118 // 'error.xml' => 'Error in XML file at line %d: %s.',
119 // 'error.cannot_import' => 'Cannot import: %s.',
120 // 'error.format' => 'Invalid file format.',
121
122 // Labels for buttons.
123 'button.login' => 'Bejelentkezés',
124 'button.now' => 'Most',
125 'button.save' => 'Mentés',
126 // TODO: translate the following.
127 // 'button.copy' => 'Copy',
128 'button.cancel' => 'Vissza',
129 'button.submit' => 'Mentés',
130 'button.add' => 'Hozzáadás',
131 'button.delete' => 'Törlés',
132 'button.generate' => 'Generálás',
133 // TODO: translate the following.
134 // 'button.reset_password' => 'Reset password',
135 'button.send' => 'Küld',
136 'button.send_by_email' => 'Küldés e-mail-ben',
137 'button.create_group' => 'Csoport létrehozása',
138 'button.export' => 'Csoport exportálása',
139 'button.import' => 'Csoport importálása',
140 // TODO: translate the following.
141 // 'button.close' => 'Close',
142 // 'button.stop' => 'Stop',
143
144 // Labels for controls on forms. Labels in this section are used on multiple forms.
145 // TODO: translate the following.
146 // 'label.group_name' => 'Group name',
147 // 'label.address' => 'Address',
148 'label.currency' => 'Pénznem',
149 // TODO: translate the following.
150 // 'label.manager_name' => 'Manager name',
151 // 'label.manager_login' => 'Manager login',
152 'label.person_name' => 'Név',
153 'label.thing_name' => 'Név',
154 // TODO: translate the following.
155 // 'label.login' => 'Login',
156 'label.password' => 'Jelszó',
157 'label.confirm_password' => 'Jelszó megerősítése',
158 'label.thing_name' => 'Név',
159 // TODO: translate the following.
160 // 'label.email' => 'Email',
161 'label.cc' => 'Másolatot kap',
162 // TODO: translate the following.
163 // 'label.bcc' => 'Bcc',
164 'label.subject' => 'Tárgy',
165 'label.date' => 'Dátum',
166 'label.start_date' => 'Kezdő időpont',
167 'label.end_date' => 'Vég időpont',
168 // TODO: translate the following.
169 // 'label.user' => 'User',
170 // 'label.users' => 'Users',
171 // 'label.group' => 'Group',
172 // 'label.subgroups' => 'Subgroups',
173 // 'label.roles' => 'Roles',
174 'label.client' => 'Ügyfél',
175 'label.clients' => 'Ügyfelek',
176 'label.option' => 'Opció',
177 'label.invoice' => 'Számla',
178 'label.project' => 'Projekt',
179 'label.projects' => 'Projektek',
180 // TODO: translate the following.
181 // 'label.task' => 'Task',
182 // 'label.tasks' => 'Tasks',
183 // 'label.description' => 'Description',
184 'label.start' => 'Kezdete',
185 'label.finish' => 'Vége',
186 'label.duration' => 'Időtartam',
187 'label.note' => 'Megjegyzés',
188 'label.notes' => 'Megjegyzések',
189 // TODO: translate the following.
190 // 'label.item' => 'Item',
191 // 'label.cost' => 'Cost',
192 // 'label.ip' => 'IP',
193 // 'label.day_total' => 'Day total',
194 // 'label.week_total' => 'Week total',
195 // 'label.month_total' => 'Month total',
196 'label.today' => 'Ma',
197 // TODO: translate the following.
198 // 'label.view' => 'View',
199 'label.edit' => 'Szerkesztés',
200 'label.delete' => 'Törlés',
201 // TODO: translate the following.
202 // 'label.configure' => 'Configure',
203 // TODO: translate the following.
204 'label.select_all' => 'Mindenkit kijelöl',
205 'label.select_none' => 'Senkit nem jelöl ki',
206 // 'label.day_view' => 'Day view',
207 // 'label.week_view' => 'Week view',
208 'label.id' => 'Azonosító',
209 // TODO: translate the following.
210 // 'label.language' => 'Language',
211 // 'label.decimal_mark' => 'Decimal mark',
212 // 'label.date_format' => 'Date format',
213 // 'label.time_format' => 'Time format',
214 // 'label.week_start' => 'First day of week',
215 'label.comment' => 'Megjegyzés',
216 'label.status' => 'Státusz',
217 'label.tax' => 'Adó',
218 'label.subtotal' => 'Részösszeg',
219 'label.total' => 'Összesen',
220 // TODO: translate the following.
221 // 'label.client_name' => 'Client name',
222 // 'label.client_address' => 'Client address',
223 'label.or' => 'vagy',
224 // TODO: translate the following.
225 // 'label.error' => 'Error',
226 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
227 'label.required_fields' => '* kötelezően kitöltendő mezők',
228 'label.on_behalf' => 'helyett',
229 'label.role_manager' => '(vezető)',
230 'label.role_comanager' => '(helyettes)',
231 'label.role_admin' => '(adminisztrátor)',
232 // TODO: translate the following.
233 // 'label.page' => 'Page',
234 // 'label.condition' => 'Condition',
235 // 'label.yes' => 'yes',
236 // 'label.no' => 'no',
237 // Labels for plugins (extensions to Time Tracker that provide additional features).
238 // TODO: translate the following.
239 // 'label.custom_fields' => 'Custom fields',
240 // 'label.monthly_quotas' => 'Monthly quotas',
241 // 'label.type' => 'Type',
242 // 'label.type_dropdown' => 'dropdown',
243 // 'label.type_text' => 'text',
244 // 'label.required' => 'Required',
245 'label.fav_report' => 'Előre definiált riport formátum',
246 // TODO: translate the following.
247 // 'label.schedule' => 'Schedule',
248 // 'label.what_is_it' => 'What is it?',
249 // 'label.expense' => 'Expense',
250 // 'label.quantity' => 'Quantity',
251 // 'label.paid_status' => 'Paid status',
252 // 'label.paid' => 'Paid',
253 // 'label.mark_paid' => 'Mark paid',
254 // 'label.week_note' => 'Week note',
255 // 'label.week_list' => 'Week list',
256 // 'label.work_units' => 'Work units',
257 // 'label.work_units_short' => 'Units',
258 // 'label.totals_only' => 'Totals only',
259
260 // Form titles.
261 'title.login' => 'Bejelentkezés',
262 'title.groups' => 'Csoportok',
263 // TODO: translate the following.
264 // 'title.subgroups' => 'Subgroups',
265 // 'title.add_group' => 'Adding Group',
266 // 'title.edit_group' => 'Editing Group',
267 'title.delete_group' => 'Csoport törlése',
268 // TODO: translate the following.
269 // 'title.reset_password' => 'Resetting Password',
270 // 'title.change_password' => 'Changing Password',
271 // 'title.time' => 'Time',
272 // 'title.edit_time_record' => 'Editing Time Record',
273 // 'title.delete_time_record' => 'Deleting Time Record',
274 // 'title.expenses' => 'Expenses',
275 // 'title.edit_expense' => 'Editing Expense Item',
276 // 'title.delete_expense' => 'Deleting Expense Item',
277 // 'title.predefined_expenses' => 'Predefined Expenses',
278 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
279 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
280 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
281 'title.reports' => 'Riportok',
282 // TODO: translate the following.
283 // 'title.report' => 'Report',
284 // 'title.send_report' => 'Sending Report',
285 'title.invoice' => 'Számla',
286 // TODO: translate the following.
287 // 'title.send_invoice' => 'Sending Invoice',
288 // 'title.charts' => 'Charts',
289 'title.projects' => 'Projektek',
290 'title.add_project' => 'Projekt hozzáadása',
291 'title.edit_project' => 'Projekt szerkesztése',
292 'title.delete_project' => 'Projekt törlése',
293 // TODO: translate the following.
294 // 'title.tasks' => 'Tasks',
295 // 'title.add_task' => 'Adding Task',
296 // 'title.edit_task' => 'Editing Task',
297 // 'title.delete_task' => 'Deleting Task',
298 // 'title.users' => 'Users',
299 // 'title.add_user' => 'Adding User',
300 // 'title.edit_user' => 'Editing User',
301 // 'title.delete_user' => 'Deleting User',
302 // 'title.roles' => 'Roles',
303 // 'title.add_role' => 'Adding Role',
304 // 'title.edit_role' => 'Editing Role',
305 // 'title.delete_role' => 'Deleting Role',
306 'title.clients' => 'Ügyfelek',
307 'title.add_client' => 'Ügyfél hozzáadása',
308 'title.edit_client' => 'Ügyfél szerkesztése',
309 'title.delete_client' => 'Ügyfél törlése',
310 'title.invoices' => 'Számlák',
311 // TODO: translate the following.
312 // 'title.add_invoice' => 'Adding Invoice',
313 // 'title.view_invoice' => 'Viewing Invoice',
314 // 'title.delete_invoice' => 'Deleting Invoice',
315 // 'title.notifications' => 'Notifications',
316 // 'title.add_notification' => 'Adding Notification',
317 // 'title.edit_notification' => 'Editing Notification',
318 // 'title.delete_notification' => 'Deleting Notification',
319 // 'title.monthly_quotas' => 'Monthly Quotas',
320 // 'title.export' => 'Exporting Group Data',
321 // 'title.import' => 'Importing Group Data',
322 'title.options' => 'Opciók',
323 'title.profile' => 'Profil',
324 // TODO: translate the following.
325 // 'title.plugins' => 'Plugins',
326 // 'title.cf_custom_fields' => 'Custom Fields',
327 // 'title.cf_add_custom_field' => 'Adding Custom Field',
328 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
329 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
330 // 'title.cf_dropdown_options' => 'Dropdown Options',
331 // 'title.cf_add_dropdown_option' => 'Adding Option',
332 // 'title.cf_edit_dropdown_option' => 'Editing Option',
333 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
334 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
335 // It is also a name for the Locking plugin on the group settings page.
336 // 'title.locking' => 'Locking',
337 // 'title.week_view' => 'Week View',
338 // 'title.swap_roles' => 'Swapping Roles',
339 // 'title.work_units' => 'Work Units',
340
341 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
342 // Strings that are used in a single form must go to the specific form section.
343 'dropdown.all' => '--- összes ---',
344 'dropdown.no' => '--- nincs ---',
345 // TODO: translate the following.
346 // 'dropdown.current_day' => 'today',
347 // 'dropdown.previous_day' => 'yesterday',
348 // 'dropdown.selected_day' => 'day',
349 'dropdown.current_week' => 'ezen a héten',
350 'dropdown.previous_week' => 'múlt héten',
351 // TODO: translate the following.
352 // 'dropdown.selected_week' => 'week',
353 'dropdown.current_month' => 'ebben a hónapban',
354 'dropdown.previous_month' => 'múlt hónapban',
355 // TODO: translate the following.
356 // 'dropdown.selected_month' => 'month',
357 // 'dropdown.current_year' => 'this year',
358 // 'dropdown.previous_year' => 'previous year',
359 // 'dropdown.selected_year' => 'year',
360 // 'dropdown.all_time' => 'all time',
361 'dropdown.projects' => 'projektek',
362 // TODO: translate the following.
363 // 'dropdown.tasks' => 'tasks',
364 'dropdown.clients' => 'ügyfelek',
365 // TODO: translate the following.
366 // 'dropdown.select' => '--- select ---',
367 // 'dropdown.select_invoice' => '--- select invoice ---',
368 'dropdown.status_active' => 'aktív',
369 // TODO: translate the following.
370 // 'dropdown.status_inactive' => 'inactive',
371 // 'dropdown.delete' => 'delete',
372 // 'dropdown.do_not_delete' => 'do not delete',
373 // 'dropdown.paid' => 'paid',
374 // 'dropdown.not_paid' => 'not paid',
375
376 // Login form. See example at https://timetracker.anuko.com/login.php.
377 'form.login.forgot_password' => 'Elfelejtetted a jelszót?',
378 // TODO: translate the following.
379 // '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.',
380
381 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
382 // TODO: translate the following.
383 // 'form.reset_password.message' => 'Password reset request sent by email.',
384 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
385 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s 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",
386
387 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
388 // TODO: translate the following.
389 // 'form.change_password.tip' => 'Type new password and click on Save.',
390
391 // Time form. See example at https://timetracker.anuko.com/time.php.
392 // TODO: translate the following.
393 'form.time.duration_format' => '(óó:pp vagy 0.0h)',
394 // TODO: translate the following.
395 // 'form.time.billable' => 'Billable',
396 // 'form.time.uncompleted' => 'Uncompleted',
397 // 'form.time.remaining_quota' => 'Remaining quota',
398 // 'form.time.over_quota' => 'Over quota',
399
400 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
401 // TODO: translate the following.
402 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
403
404 // Week view form. See example at https://timetracker.anuko.com/week.php.
405 // TODO: translate the following.
406 // 'form.week.new_entry' => 'New entry',
407
408 // Reports form. See example at https://timetracker.anuko.com/reports.php
409 'form.reports.save_as_favorite' => 'Mentsük el ezt a riport formátumot',
410 // TODO: translate the following.
411 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
412 // 'form.reports.include_billable' => 'billable',
413 // 'form.reports.include_not_billable' => 'not billable',
414 // 'form.reports.include_invoiced' => 'invoiced',
415 // 'form.reports.include_not_invoiced' => 'not invoiced',
416 'form.reports.select_period' => 'Jelölj meg egy időszakot',
417 'form.reports.set_period' => 'vagy állíts be konkrét dátumot',
418 // TODO: translate the following.
419 // 'form.reports.show_fields' => 'Show fields',
420 'form.reports.group_by' => 'Csoportosítva',
421 'form.reports.group_by_no' => '--- csoportosítás nélkül ---',
422 'form.reports.group_by_date' => 'dátum',
423 // TODO: translate the following.
424 // 'form.reports.group_by_user' => 'user',
425 'form.reports.group_by_client' => 'ügyfél',
426 'form.reports.group_by_project' => 'projekt',
427 // TODO: translate the following.
428 // 'form.reports.group_by_task' => 'task',
429
430 // Report form. See example at https://timetracker.anuko.com/report.php
431 // (after generating a report at https://timetracker.anuko.com/reports.php).
432 'form.report.export' => 'Exportálása', // TODO: is this correct?
433 // TODO: translate the following.
434 // 'form.report.assign_to_invoice' => 'Assign to invoice',
435
436 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
437 // (you can get to this form after generating a report).
438 'form.invoice.number' => 'Számla azonosító száma',
439 'form.invoice.person' => 'Személy',
440
441 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
442 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
443 // 'form.invoice.invoice_entries' => 'Invoice entries',
444 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
445
446 // Charts form. See example at https://timetracker.anuko.com/charts.php
447 // TODO: translate the following.
448 // 'form.charts.interval' => 'Interval',
449 // 'form.charts.chart' => 'Chart',
450
451 // Projects form. See example at https://timetracker.anuko.com/projects.php
452 // TODO: translate the following.
453 // 'form.projects.active_projects' => 'Active Projects',
454 // 'form.projects.inactive_projects' => 'Inactive Projects',
455
456 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
457 // TODO: translate the following.
458 // 'form.tasks.active_tasks' => 'Active Tasks',
459 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
460
461 // Users form. See example at https://timetracker.anuko.com/users.php
462 // TODO: translate the following.
463 // 'form.users.active_users' => 'Active Users',
464 // 'form.users.inactive_users' => 'Inactive Users',
465 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
466 'form.users.role' => 'Szerepkör',
467 'form.users.manager' => 'Vezető',
468 'form.users.comanager' => 'Helyettes',
469 'form.users.rate' => 'Tarifa',
470 'form.users.default_rate' => 'Általános óradíj',
471
472 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
473 // TODO: translate the following.
474 // 'form.user_edit.swap_roles' => 'Swap roles',
475
476 // Roles form. See example at https://timetracker.anuko.com/roles.php
477 // TODO: translate the following.
478 // 'form.roles.active_roles' => 'Active Roles',
479 // 'form.roles.inactive_roles' => 'Inactive Roles',
480 // 'form.roles.rank' => 'Rank',
481 // 'form.roles.rights' => 'Rights',
482 // 'form.roles.assigned' => 'Assigned',
483 // 'form.roles.not_assigned' => 'Not assigned',
484
485 // Clients form. See example at https://timetracker.anuko.com/clients.php
486 // TODO: translate the following.
487 // 'form.clients.active_clients' => 'Active Clients',
488 // 'form.clients.inactive_clients' => 'Inactive Clients',
489
490 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
491 // TODO: translate the following.
492 // 'form.client.client_to_delete' => 'Client to delete',
493 // 'form.client.client_entries' => 'Client entries',
494
495 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
496 // TODO: improve or check form.export.hint as the translation seems incorrect if we trust translate.google.com.
497 // Export does a single group export (all data in ONE group).
498 '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.',
499 'form.export.compression' => 'Tömörítés',
500 // TODO: translate the following.
501 // 'form.export.compression_none' => 'none',
502 // 'form.export.compression_bzip' => 'bzip',
503
504 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
505 'form.import.hint' => 'Csoport adatok importja XML file-ból.',
506 'form.import.file' => 'Válassz file',
507 'form.import.success' => 'Az importálás sikeresen véget ért.',
508
509 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
510 // TODO: fix form.groups.hint by translating it properly from the English string. Note that the ending is not translated at all.
511 'form.groups.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).',
512
513 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
514 // TODO: translate the following.
515 // 'form.group_edit.12_hours' => '12 hours',
516 // 'form.group_edit.24_hours' => '24 hours',
517 // 'form.group_edit.show_holidays' => 'Show holidays',
518 // 'form.group_edit.tracking_mode' => 'Tracking mode',
519 // 'form.group_edit.mode_time' => 'time',
520 // 'form.group_edit.mode_projects' => 'projects',
521 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
522 // 'form.group_edit.record_type' => 'Record type',
523 // 'form.group_edit.type_all' => 'all',
524 // 'form.group_edit.type_start_finish' => 'start and finish',
525 // 'form.group_edit.type_duration' => 'duration',
526 // 'form.group_edit.punch_mode' => 'Punch mode',
527 // 'form.group_edit.allow_overlap' => 'Allow overlap',
528 // 'form.group_edit.future_entries' => 'Future entries',
529 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
530 // 'form.group_edit.allow_ip' => 'Allow IP',
531
532 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
533 // TODO: translate the following.
534 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
535
536 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
537 'form.mail.from' => 'Feladó',
538 'form.mail.to' => 'Címzett',
539 // TODO: translate the following.
540 // 'form.mail.report_subject' => 'Time Tracker Report',
541 // '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.',
542 // 'form.mail.report_sent' => 'Report sent.',
543 'form.mail.invoice_sent' => 'A számla elküldve.',
544
545 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
546 // TODO: translate the following.
547 // 'form.quota.year' => 'Year',
548 // 'form.quota.month' => 'Month',
549 // 'form.quota.quota' => 'Quota',
550 // 'form.quota.workday_hours' => 'Hours in work day',
551 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
552
553 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
554 // TODO: translate the following.
555 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
556 // 'form.swap.swap_with' => 'Swap roles with',
557
558 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
559 // TODO: translate the following.
560 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
561 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
562
563 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
564 // TODO: translate the following.
565 // 'role.user.label' => 'User',
566 // 'role.user.low_case_label' => 'user',
567 // 'role.user.description' => 'A regular member without management rights.',
568 // 'role.client.label' => 'Client',
569 // 'role.client.low_case_label' => 'client',
570 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
571 // 'role.supervisor.label' => 'Supervisor',
572 // 'role.supervisor.low_case_label' => 'supervisor',
573 // 'role.supervisor.description' => 'A person with a small set of management rights.',
574 // 'role.comanager.label' => 'Co-manager',
575 // 'role.comanager.low_case_label' => 'co-manager',
576 // 'role.comanager.description' => 'A person with a big set of management functions.',
577 // 'role.manager.label' => 'Manager',
578 // 'role.manager.low_case_label' => 'manager',
579 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
580 // 'role.top_manager.label' => 'Top manager',
581 // 'role.top_manager.low_case_label' => 'top manager',
582 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
583 // 'role.admin.label' => 'Administrator',
584 // 'role.admin.low_case_label' => 'administrator',
585 // 'role.admin.description' => 'Site adminsitrator.',
586 );