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