Reduced label Cron schedule to just Schedule as it creates a difficulty and a mainten...
[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.object_exists' => 'Object with this name already exists.',
95 'error.project_exists' => 'Ilyen nevű projekt már létezik.',
96 // TODO: translate the following.
97 // 'error.task_exists' => 'Task with this name already exists.',
98 // 'error.client_exists' => 'Client with this name already exists.',
99 // 'error.invoice_exists' => 'Invoice with this number already exists.',
100 // 'error.role_exists' => 'Role with this rank already exists.',
101 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
102 // 'error.no_login' => 'No user with this login.',
103 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
104 'error.upload' => 'File feltöltési hiba.',
105 // TODO: translate the following.
106 // 'error.range_locked' => 'Date range is locked.',
107 // 'error.mail_send' => 'Error sending mail.',
108 // 'error.no_email' => 'No email associated with this login.',
109 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
110 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
111 // 'error.overlap' => 'Time interval overlaps with existing records.',
112 // 'error.future_date' => 'Date is in future.',
113
114 // Labels for buttons.
115 'button.login' => 'Bejelentkezés',
116 'button.now' => 'Most',
117 'button.save' => 'Mentés',
118 // TODO: translate the following.
119 // 'button.copy' => 'Copy',
120 'button.cancel' => 'Vissza',
121 'button.submit' => 'Mentés',
122 'button.add' => 'Hozzáadás',
123 'button.delete' => 'Törlés',
124 'button.generate' => 'Generálás',
125 // TODO: translate the following.
126 // 'button.reset_password' => 'Reset password',
127 'button.send' => 'Küld',
128 'button.send_by_email' => 'Küldés e-mail-ben',
129 'button.create_team' => 'Csoport létrehozása',
130 'button.export' => 'Csoport exportálása',
131 'button.import' => 'Csoport importálása',
132 // TODO: translate the following.
133 // 'button.close' => 'Close',
134 // 'button.stop' => 'Stop',
135
136 // Labels for controls on forms. Labels in this section are used on multiple forms.
137 // TODO: translate the following.
138 // 'label.team_name' => 'Team name',
139 // 'label.address' => 'Address',
140 'label.currency' => 'Pénznem',
141 // TODO: translate the following.
142 // 'label.manager_name' => 'Manager name',
143 // 'label.manager_login' => 'Manager login',
144 'label.person_name' => 'Név',
145 'label.thing_name' => 'Név',
146 // TODO: translate the following.
147 // 'label.login' => 'Login',
148 'label.password' => 'Jelszó',
149 'label.confirm_password' => 'Jelszó megerősítése',
150 'label.thing_name' => 'Név',
151 // TODO: translate the following.
152 // 'label.email' => 'Email',
153 'label.cc' => 'Másolatot kap',
154 // TODO: translate the following.
155 // 'label.bcc' => 'Bcc',
156 'label.subject' => 'Tárgy',
157 'label.date' => 'Dátum',
158 'label.start_date' => 'Kezdő időpont',
159 'label.end_date' => 'Vég időpont',
160 // TODO: translate the following.
161 // 'label.user' => 'User',
162 // 'label.users' => 'Users',
163 // 'label.roles' => 'Roles',
164 'label.client' => 'Ügyfél',
165 'label.clients' => 'Ügyfelek',
166 'label.option' => 'Opció',
167 'label.invoice' => 'Számla',
168 'label.project' => 'Projekt',
169 'label.projects' => 'Projektek',
170 // TODO: translate the following.
171 // 'label.task' => 'Task',
172 // 'label.tasks' => 'Tasks',
173 // 'label.description' => 'Description',
174 'label.start' => 'Kezdete',
175 'label.finish' => 'Vége',
176 'label.duration' => 'Időtartam',
177 'label.note' => 'Megjegyzés',
178 'label.notes' => 'Megjegyzések',
179 // TODO: translate the following.
180 // 'label.item' => 'Item',
181 // 'label.cost' => 'Cost',
182 // 'label.day_total' => 'Day total',
183 // 'label.week_total' => 'Week total',
184 // 'label.month_total' => 'Month total',
185 'label.today' => 'Ma',
186 // TODO: translate the following.
187 // 'label.view' => 'View',
188 'label.edit' => 'Szerkesztés',
189 'label.delete' => 'Törlés',
190 // TODO: translate the following.
191 // 'label.configure' => 'Configure',
192 // TODO: translate the following.
193 'label.select_all' => 'Mindenkit kijelöl',
194 'label.select_none' => 'Senkit nem jelöl ki',
195 // 'label.day_view' => 'Day view',
196 // 'label.week_view' => 'Week view',
197 'label.id' => 'Azonosító',
198 // TODO: translate the following.
199 // 'label.language' => 'Language',
200 // 'label.decimal_mark' => 'Decimal mark',
201 // 'label.date_format' => 'Date format',
202 // 'label.time_format' => 'Time format',
203 // 'label.week_start' => 'First day of week',
204 'label.comment' => 'Megjegyzés',
205 'label.status' => 'Státusz',
206 'label.tax' => 'Adó',
207 'label.subtotal' => 'Részösszeg',
208 'label.total' => 'Összesen',
209 // TODO: translate the following.
210 // 'label.client_name' => 'Client name',
211 // 'label.client_address' => 'Client address',
212 'label.or' => 'vagy',
213 // TODO: translate the following.
214 // 'label.error' => 'Error',
215 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
216 'label.required_fields' => '* kötelezően kitöltendő mezők',
217 'label.on_behalf' => 'helyett',
218 'label.role_manager' => '(vezető)',
219 'label.role_comanager' => '(helyettes)',
220 'label.role_admin' => '(adminisztrátor)',
221 // TODO: translate the following.
222 // 'label.page' => 'Page',
223 // 'label.condition' => 'Condition',
224 // 'label.yes' => 'yes',
225 // 'label.no' => 'no',
226 // Labels for plugins (extensions to Time Tracker that provide additional features).
227 // TODO: translate the following.
228 // 'label.custom_fields' => 'Custom fields',
229 // 'label.monthly_quotas' => 'Monthly quotas',
230 // 'label.type' => 'Type',
231 // 'label.type_dropdown' => 'dropdown',
232 // 'label.type_text' => 'text',
233 // 'label.required' => 'Required',
234 'label.fav_report' => 'Előre definiált riport formátum',
235 // TODO: translate the following.
236 // 'label.schedule' => 'Schedule',
237 // 'label.what_is_it' => 'What is it?',
238 // 'label.expense' => 'Expense',
239 // 'label.quantity' => 'Quantity',
240 // 'label.paid_status' => 'Paid status',
241 // 'label.paid' => 'Paid',
242 // 'label.mark_paid' => 'Mark paid',
243 // 'label.week_note' => 'Week note',
244 // 'label.week_list' => 'Week list',
245
246 // Form titles.
247 'title.login' => 'Bejelentkezés',
248 'title.teams' => 'Csoportok',
249 // TODO: translate the following.
250 // 'title.create_team' => 'Creating Team',
251 // 'title.edit_team' => 'Editing Team',
252 'title.delete_team' => 'Csoport törlése',
253 // TODO: translate the following.
254 // 'title.reset_password' => 'Resetting Password',
255 // 'title.change_password' => 'Changing Password',
256 // 'title.time' => 'Time',
257 // 'title.edit_time_record' => 'Editing Time Record',
258 // 'title.delete_time_record' => 'Deleting Time Record',
259 // 'title.expenses' => 'Expenses',
260 // 'title.edit_expense' => 'Editing Expense Item',
261 // 'title.delete_expense' => 'Deleting Expense Item',
262 // 'title.predefined_expenses' => 'Predefined Expenses',
263 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
264 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
265 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
266 'title.reports' => 'Riportok',
267 // TODO: translate the following.
268 // 'title.report' => 'Report',
269 // 'title.send_report' => 'Sending Report',
270 'title.invoice' => 'Számla',
271 // TODO: translate the following.
272 // 'title.send_invoice' => 'Sending Invoice',
273 // 'title.charts' => 'Charts',
274 'title.projects' => 'Projektek',
275 'title.add_project' => 'Projekt hozzáadása',
276 'title.edit_project' => 'Projekt szerkesztése',
277 'title.delete_project' => 'Projekt törlése',
278 // TODO: translate the following.
279 // 'title.tasks' => 'Tasks',
280 // 'title.add_task' => 'Adding Task',
281 // 'title.edit_task' => 'Editing Task',
282 // 'title.delete_task' => 'Deleting Task',
283 // 'title.users' => 'Users',
284 // 'title.add_user' => 'Adding User',
285 // 'title.edit_user' => 'Editing User',
286 // 'title.delete_user' => 'Deleting User',
287 // 'title.roles' => 'Roles',
288 // 'title.add_role' => 'Adding Role',
289 // 'title.edit_role' => 'Editing Role',
290 // 'title.delete_role' => 'Deleting Role',
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',
322
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',
357
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.',
362
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 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",
368
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.',
372
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',
381
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.',
385
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',
389
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',
412
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',
418
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',
423
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.',
428
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',
433
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',
438
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',
443
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',
454
455 // Roles form. See example at https://timetracker.anuko.com/roles.php
456 // TODO: translate the following.
457 // 'form.roles.active_roles' => 'Active Roles',
458 // 'form.roles.inactive_roles' => 'Inactive Roles',
459 // 'form.roles.rank' => 'Rank',
460 // 'form.roles.rights' => 'Rights',
461 // 'form.roles.assigned' => 'Assigned',
462 // 'form.roles.not_assigned' => 'Not assigned',
463
464 // Clients form. See example at https://timetracker.anuko.com/clients.php
465 // TODO: translate the following.
466 // 'form.clients.active_clients' => 'Active Clients',
467 // 'form.clients.inactive_clients' => 'Inactive Clients',
468
469 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
470 // TODO: translate the following.
471 // 'form.client.client_to_delete' => 'Client to delete',
472 // 'form.client.client_entries' => 'Client entries',
473
474 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
475 // TODO: improve or check form.export.hint as the translation seems incorrect if we trust translate.google.com.
476 // Export does a single team export (all data in ONE team).
477 '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.',
478 'form.export.compression' => 'Tömörítés',
479 // TODO: translate the following.
480 // 'form.export.compression_none' => 'none',
481 // 'form.export.compression_bzip' => 'bzip',
482
483 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
484 'form.import.hint' => 'Csoport adatok importja XML file-ból.',
485 'form.import.file' => 'Válassz file',
486 'form.import.success' => 'Az importálás sikeresen véget ért.',
487
488 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
489 // TODO: fix form.teams.hint by translating it properly from the English string. Note that the ending is not translated at all.
490 '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).',
491
492 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
493 // TODO: translate the following.
494 // 'form.profile.12_hours' => '12 hours',
495 // 'form.profile.24_hours' => '24 hours',
496 // 'form.profile.show_holidays' => 'Show holidays',
497 // 'form.profile.tracking_mode' => 'Tracking mode',
498 // 'form.profile.mode_time' => 'time',
499 // 'form.profile.mode_projects' => 'projects',
500 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
501 // 'form.profile.record_type' => 'Record type',
502 // 'form.profile.type_all' => 'all',
503 // 'form.profile.type_start_finish' => 'start and finish',
504 // 'form.profile.type_duration' => 'duration',
505 // 'form.profile.punch_mode' => 'Punch mode',
506 // 'form.profile.allow_overlap' => 'Allow overlap',
507 // 'form.profile.future_entries' => 'Future entries',
508 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
509 // 'form.profile.plugins' => 'Plugins',
510
511 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
512 'form.mail.from' => 'Feladó',
513 'form.mail.to' => 'Címzett',
514 // TODO: translate the following.
515 // 'form.mail.report_subject' => 'Time Tracker Report',
516 // '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.',
517 // 'form.mail.report_sent' => 'Report sent.',
518 'form.mail.invoice_sent' => 'A számla elküldve.',
519
520 // Quotas configuration form.
521 // TODO: translate the following.
522 // 'form.quota.year' => 'Year',
523 // 'form.quota.month' => 'Month',
524 // 'form.quota.quota' => 'Quota',
525 // 'form.quota.workday_hours' => 'Hours in work day',
526 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
527
528 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
529 // TODO: translate the following.
530 // 'role.user.label' => 'User',
531 // 'role.user.low_case_label' => 'user',
532 // 'role.user.description' => 'A regular member without management rights.',
533 // 'role.client.label' => 'Client',
534 // 'role.client.low_case_label' => 'client',
535 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
536 // 'role.supervisor.label' => 'Supervisor',
537 // 'role.supervisor.low_case_label' => 'supervisor',
538 // 'role.supervisor.description' => 'A person with a small set of management rights.',
539 // 'role.comanager.label' => 'Co-manager',
540 // 'role.comanager.low_case_label' => 'co-manager',
541 // 'role.comanager.description' => 'A person with a big set of management functions.',
542 // 'role.manager.label' => 'Manager',
543 // 'role.manager.low_case_label' => 'manager',
544 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
545 // 'role.top_manager.label' => 'Top manager',
546 // 'role.top_manager.low_case_label' => 'top manager',
547 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
548 // 'role.admin.label' => 'Administrator',
549 // 'role.admin.low_case_label' => 'administrator',
550 // 'role.admin.description' => 'Site adminsitrator.',
551 );