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