More recycling of strings from older translations.
[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 // TODO: translate the following.
48 // 'menu.forum' => 'Forum',
49 'menu.help' => 'Segítség',
50 // TODO: translate the following.
51 // 'menu.create_team' => 'Create Team',
52 'menu.profile' => 'Profil',
53 'menu.time' => 'Munkaidő',
54 // TODO: translate the following.
55 // 'menu.expenses' => 'Expenses',
56 'menu.reports' => 'Riportok',
57 // TODO: translate the following.
58 // 'menu.charts' => 'Charts',
59 'menu.projects' => 'Projektek',
60 // 'menu.tasks' => 'Tasks',
61 // TODO: translate the following.
62 // 'menu.users' => 'Users',
63 'menu.teams' => 'Csoportok',
64 // TODO: translate the following.
65 // 'menu.export' => 'Export',
66 'menu.clients' => 'Ügyfelek',
67 'menu.options' => 'Opciók',
68
69 // Footer - strings on the bottom of most pages.
70 // TODO: translate the following.
71 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
72 // 'footer.credits' => 'Credits',
73 // 'footer.license' => 'License',
74 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
75                                      // This is a link to a webpage that describes how to contribute to the project.
76
77 // Error messages.
78 // TODO: translate the following.
79 // 'error.access_denied' => 'Access denied.',
80 // 'error.sys' => 'System error.',
81 'error.db' => 'Adatbázis hiba.',
82 'error.field' => 'Hibás "{0}" mező tartalma.',
83 'error.empty' => 'A "{0}" mező üres.',
84 'error.not_equal' => 'A "{0}" mező tartalma nem egyezik meg a "{1}" mező tartalmával.',
85 // TODO: translate the following.
86 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
87 'error.project' => 'Válassz projektet.',
88 // TODO: translate the following.
89 // 'error.task' => 'Select task.',
90 'error.client' => 'Válassz ügyfelet.',
91 // TODO: translate the following.
92 // 'error.report' => 'Select report.',
93 // 'error.record' => 'Select record.',
94 // 'error.auth' => 'Incorrect login or password.',
95 // 'error.user_exists' => 'User with this login already exists.',
96 'error.project_exists' => 'Ilyen nevű projekt már létezik.',
97 // TODO: translate the following.
98 // 'error.task_exists' => 'Task with this name already exists.',
99 // 'error.client_exists' => 'Client with this name already exists.',
100 // 'error.invoice_exists' => 'Invoice with this number 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_user' => 'Felhasználó felvétele',
123 'button.add_project' => 'Projekt felvétele',
124 // TODO: translate the following.
125 // 'button.add_task' => 'Add task',
126 'button.add_client' => 'Ügyfél hozzáadása',
127 // TODO: translate the following.
128 // 'button.add_invoice' => 'Add invoice',
129 // 'button.add_option' => 'Add option',
130 'button.add' => 'Hozzáadás',
131 'button.generate' => 'Generálás',
132 // TODO: translate the following.
133 // 'button.reset_password' => 'Reset password',
134 'button.send' => 'Küld',
135 'button.send_by_email' => 'Küldés e-mail-ben',
136 'button.create_team' => 'Csoport létrehozása',
137 'button.export' => 'Csoport exportálása',
138 'button.import' => 'Csoport importálása',
139 // TODO: translate the following.
140 // 'button.close' => 'Close',
141 // 'button.stop' => 'Stop',
142
143 // Labels for controls on forms. Labels in this section are used on multiple forms.
144 // TODO: translate the following.
145 // 'label.team_name' => 'Team name',
146 // 'label.address' => 'Address',
147 'label.currency' => 'Pénznem',
148 // TODO: translate the following.
149 // 'label.manager_name' => 'Manager name',
150 // 'label.manager_login' => 'Manager login',
151 'label.person_name' => 'Név',
152 'label.thing_name' => 'Név',
153 // TODO: translate the following.
154 // 'label.login' => 'Login',
155 'label.password' => 'Jelszó',
156 'label.confirm_password' => 'Jelszó megerősítése',
157 'label.thing_name' => 'Név',
158 // TODO: translate the following.
159 // 'label.email' => 'Email',
160 'label.cc' => 'Másolatot kap',
161 // TODO: translate the following.
162 // 'label.bcc' => 'Bcc',
163 'label.subject' => 'Tárgy',
164 'label.date' => 'Dátum',
165 'label.start_date' => 'Kezdő időpont',
166 'label.end_date' => 'Vég időpont',
167 // TODO: translate the following.
168 // 'label.user' => 'User',
169 // 'label.users' => 'Users',
170 'label.client' => 'Ügyfél',
171 'label.clients' => 'Ügyfelek',
172 'label.option' => 'Opció',
173 'label.invoice' => 'Számla',
174 'label.project' => 'Projekt',
175 'label.projects' => 'Projektek',
176 // TODO: translate the following.
177 // 'label.task' => 'Task',
178 // 'label.tasks' => 'Tasks',
179 // 'label.description' => 'Description',
180 'label.start' => 'Kezdete',
181 'label.finish' => 'Vége',
182 'label.duration' => 'Időtartam',
183 'label.note' => 'Megjegyzés',
184 'label.notes' => 'Megjegyzések',
185 // TODO: translate the following.
186 // 'label.item' => 'Item',
187 // 'label.cost' => 'Cost',
188 // 'label.day_total' => 'Day total',
189 // 'label.week_total' => 'Week total',
190 // 'label.month_total' => 'Month total',
191 'label.today' => 'Ma',
192 // TODO: translate the following.
193 // 'label.total_hours' => 'Total hours',
194 // 'label.total_cost' => 'Total cost',
195 // 'label.view' => 'View',
196 'label.edit' => 'Szerkesztés',
197 'label.delete' => 'Törlés',
198 // TODO: translate the following.
199 // 'label.configure' => 'Configure',
200 // TODO: translate the following.
201 'label.select_all' => 'Mindenkit kijelöl',
202 'label.select_none' => 'Senkit nem jelöl ki',
203 // 'label.day_view' => 'Day view',
204 // 'label.week_view' => 'Week view',
205 // 'label.id' => 'ID',
206 // 'label.language' => 'Language',
207 // 'label.decimal_mark' => 'Decimal mark',
208 // 'label.date_format' => 'Date format',
209 // 'label.time_format' => 'Time format',
210 // 'label.week_start' => 'First day of week',
211 'label.comment' => 'Megjegyzés',
212 'label.status' => 'Státusz',
213 'label.tax' => 'Adó',
214 // TODO: translate the following.
215 // 'label.subtotal' => 'Subtotal',
216 'label.total' => 'Összesen',
217 // TODO: translate the following.
218 // 'label.client_name' => 'Client name',
219 // 'label.client_address' => 'Client address',
220 'label.or' => 'vagy',
221 // TODO: translate the following.
222 // 'label.error' => 'Error',
223 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
224 'label.required_fields' => '* kötelezően kitöltendő mezők',
225 'label.on_behalf' => 'helyett',
226 'label.role_manager' => '(vezető)',
227 'label.role_comanager' => '(helyettes)',
228 'label.role_admin' => '(adminisztrátor)',
229 // TODO: translate the following.
230 // 'label.page' => 'Page',
231 // 'label.condition' => 'Condition',
232 // 'label.yes' => 'yes',
233 // 'label.no' => 'no',
234 // Labels for plugins (extensions to Time Tracker that provide additional features).
235 // TODO: translate the following.
236 // 'label.custom_fields' => 'Custom fields',
237 // 'label.monthly_quotas' => 'Monthly quotas',
238 // 'label.type' => 'Type',
239 // 'label.type_dropdown' => 'dropdown',
240 // 'label.type_text' => 'text',
241 // 'label.required' => 'Required',
242 'label.fav_report' => 'Előre definiált riport formátum',
243 // TODO: translate the following.
244 // 'label.cron_schedule' => 'Cron schedule',
245 // 'label.what_is_it' => 'What is it?',
246 // 'label.expense' => 'Expense',
247 // 'label.quantity' => 'Quantity',
248 // 'label.paid_status' => 'Paid status',
249 // 'label.paid' => 'Paid',
250 // 'label.mark_paid' => 'Mark paid',
251 // 'label.week_note' => 'Week note',
252 // 'label.week_list' => 'Week list',
253
254 // Form titles.
255 'title.login' => 'Bejelentkezés',
256 // TODO: translate the following.
257 // 'title.teams' => 'Teams',
258 // 'title.create_team' => 'Creating Team',
259 // 'title.edit_team' => 'Editing Team',
260 // 'title.delete_team' => 'Deleting Team',
261 // 'title.reset_password' => 'Resetting Password',
262 // 'title.change_password' => 'Changing Password',
263 // 'title.time' => 'Time',
264 // 'title.edit_time_record' => 'Editing Time Record',
265 // 'title.delete_time_record' => 'Deleting Time Record',
266 // 'title.expenses' => 'Expenses',
267 // 'title.edit_expense' => 'Editing Expense Item',
268 // 'title.delete_expense' => 'Deleting Expense Item',
269 // 'title.predefined_expenses' => 'Predefined Expenses',
270 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
271 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
272 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
273 'title.reports' => 'Riportok',
274 // TODO: translate the following.
275 // 'title.report' => 'Report',
276 // 'title.send_report' => 'Sending Report',
277 'title.invoice' => 'Számla',
278 // TODO: translate the following.
279 // 'title.send_invoice' => 'Sending Invoice',
280 // 'title.charts' => 'Charts',
281 'title.projects' => 'Projektek',
282 'title.add_project' => 'Projekt hozzáadása',
283 'title.edit_project' => 'Projekt szerkesztése',
284 'title.delete_project' => 'Projekt törlése',
285 // TODO: translate the following.
286 // 'title.tasks' => 'Tasks',
287 // 'title.add_task' => 'Adding Task',
288 // 'title.edit_task' => 'Editing Task',
289 // 'title.delete_task' => 'Deleting Task',
290 // 'title.users' => 'Users',
291 // 'title.add_user' => 'Adding User',
292 // 'title.edit_user' => 'Editing User',
293 // 'title.delete_user' => 'Deleting User',
294 'title.clients' => 'Ügyfelek',
295 'title.add_client' => 'Ügyfél hozzáadása',
296 'title.edit_client' => 'Ügyfél szerkesztése',
297 'title.delete_client' => 'Ügyfél törlése',
298 'title.invoices' => 'Számlák',
299 // TODO: translate the following.
300 // 'title.add_invoice' => 'Adding Invoice',
301 // 'title.view_invoice' => 'Viewing Invoice',
302 // 'title.delete_invoice' => 'Deleting Invoice',
303 // 'title.notifications' => 'Notifications',
304 // 'title.add_notification' => 'Adding Notification',
305 // 'title.edit_notification' => 'Editing Notification',
306 // 'title.delete_notification' => 'Deleting Notification',
307 // 'title.monthly_quotas' => 'Monthly Quotas',
308 // 'title.export' => 'Exporting Team Data',
309 // 'title.import' => 'Importing Team Data',
310 'title.options' => 'Opciók',
311 'title.profile' => 'Profil',
312 // TODO: translate the following.
313 // 'title.cf_custom_fields' => 'Custom Fields',
314 // 'title.cf_add_custom_field' => 'Adding Custom Field',
315 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
316 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
317 // 'title.cf_dropdown_options' => 'Dropdown Options',
318 // 'title.cf_add_dropdown_option' => 'Adding Option',
319 // 'title.cf_edit_dropdown_option' => 'Editing Option',
320 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
321 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
322 // It is also a name for the Locking plugin on the Team profile page.
323 // 'title.locking' => 'Locking',
324 // 'title.week_view' => 'Week View',
325
326 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
327 // Strings that are used in a single form must go to the specific form section.
328 'dropdown.all' => '--- összes ---',
329 'dropdown.no' => '--- nincs ---',
330 // TODO: translate the following.
331 // 'dropdown.current_day' => 'today',
332 // 'dropdown.previous_day' => 'yesterday',
333 // 'dropdown.selected_day' => 'day',
334 'dropdown.current_week' => 'ezen a héten',
335 'dropdown.previous_week' => 'múlt héten',
336 // TODO: translate the following.
337 // 'dropdown.selected_week' => 'week',
338 'dropdown.current_month' => 'ebben a hónapban',
339 'dropdown.previous_month' => 'múlt hónapban',
340 // TODO: translate the following.
341 // 'dropdown.selected_month' => 'month',
342 // 'dropdown.current_year' => 'this year',
343 // 'dropdown.previous_year' => 'previous year',
344 // 'dropdown.selected_year' => 'year',
345 // 'dropdown.all_time' => 'all time',
346 'dropdown.projects' => 'projektek',
347 // TODO: translate the following.
348 // 'dropdown.tasks' => 'tasks',
349 'dropdown.clients' => 'ügyfelek',
350 // TODO: translate the following.
351 // 'dropdown.select' => '--- select ---',
352 // 'dropdown.select_invoice' => '--- select invoice ---',
353 // 'dropdown.status_active' => 'active',
354 // 'dropdown.status_inactive' => 'inactive',
355 // 'dropdown.delete'=>'delete',
356 // 'dropdown.do_not_delete'=>'do not delete',
357 // 'dropdown.paid' => 'paid',
358 // 'dropdown.not_paid' => 'not paid',
359
360 // Login form. See example at https://timetracker.anuko.com/login.php.
361 'form.login.forgot_password' => 'Elfelejtetted a jelszót?',
362 // TODO: translate the following.
363 // '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.',
364
365 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
366 // TODO: translate the following.
367 // 'form.reset_password.message' => 'Password reset request sent by email.',
368 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
369 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
370
371 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
372 // TODO: translate the following.
373 // 'form.change_password.tip' => 'Type new password and click on Save.',
374
375 // Time form. See example at https://timetracker.anuko.com/time.php.
376 // TODO: translate the following.
377 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
378 // 'form.time.billable' => 'Billable',
379 // 'form.time.uncompleted' => 'Uncompleted',
380 // 'form.time.remaining_quota' => 'Remaining quota',
381 // 'form.time.over_quota' => 'Over quota',
382
383 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
384 // TODO: translate the following.
385 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
386
387 // Week view form. See example at https://timetracker.anuko.com/week.php.
388 // TODO: translate the following.
389 // 'form.week.new_entry' => 'New entry',
390
391 // Reports form. See example at https://timetracker.anuko.com/reports.php
392 'form.reports.save_as_favorite' => 'Mentsük el ezt a riport formátumot',
393 // TODO: translate the following.
394 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
395 // 'form.reports.include_billable' => 'billable',
396 // 'form.reports.include_not_billable' => 'not billable',
397 // 'form.reports.include_invoiced' => 'invoiced',
398 // 'form.reports.include_not_invoiced' => 'not invoiced',
399 'form.reports.select_period' => 'Jelölj meg egy időszakot',
400 'form.reports.set_period' => 'vagy állíts be konkrét dátumot',
401 // TODO: translate the following.
402 // 'form.reports.show_fields' => 'Show fields',
403 'form.reports.group_by' => 'Csoportosítva',
404 'form.reports.group_by_no' => '--- csoportosítás nélkül ---',
405 // TODO: translate the following.
406 // 'form.reports.group_by_date' => 'date',
407 // 'form.reports.group_by_user' => 'user',
408 // 'form.reports.group_by_client' => 'client',
409 'form.reports.group_by_project' => 'projekt',
410 // TODO: translate the following.
411 // 'form.reports.group_by_task' => 'task',
412 // 'form.reports.totals_only' => 'Totals only',
413
414 // Report form. See example at https://timetracker.anuko.com/report.php
415 // (after generating a report at https://timetracker.anuko.com/reports.php).
416 'form.report.export' => 'Exportálása', // TODO: is this correct?
417 // TODO: translate the following.
418 // 'form.report.assign_to_invoice' => 'Assign to invoice',
419
420 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
421 // (you can get to this form after generating a report).
422 // TODO: translate the following.
423 // 'form.invoice.number' => 'Invoice number',
424 // 'form.invoice.person' => 'Person',
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' => 'Role',
450 // 'form.users.manager' => 'Manager',
451 // 'form.users.comanager' => 'Co-manager',
452 // 'form.users.rate' => 'Rate',
453 // 'form.users.default_rate' => 'Default hourly rate',
454
455 // Clients form. See example at https://timetracker.anuko.com/clients.php
456 // TODO: translate the following.
457 // 'form.clients.active_clients' => 'Active Clients',
458 // 'form.clients.inactive_clients' => 'Inactive Clients',
459
460 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
461 // TODO: translate the following.
462 // 'form.client.client_to_delete' => 'Client to delete',
463 // 'form.client.client_entries' => 'Client entries',
464
465 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
466 // TODO: improve or check form.export.hint as the translation seems incorrect if we trust translate.google.com.
467 // Export does a single team export (all data in ONE team).
468 '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.',
469 'form.export.compression' => 'Tömörítés',
470 // TODO: translate the following.
471 // 'form.export.compression_none' => 'none',
472 // 'form.export.compression_bzip' => 'bzip',
473
474 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
475 // TODO: translate the following.
476 // 'form.import.hint' => 'Import team data from an xml file.',
477 // 'form.import.file' => 'Select file',
478 // 'form.import.success' => 'Import completed successfully.',
479
480 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
481 // TODO: fix form.teams.hint by translating it properly from the English string. Note that the ending is not translated at all.
482 '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).',
483
484
485
486 // TODO: refactoring ongoing down from here.
487
488 // administrator form
489 "form.admin.profile.title" => 'csoportok',
490 "form.admin.profile.noprofiles" => 'az adatbázis üres. lépj be adminisztrátorként és hozz létre egyet.',
491 "form.admin.profile.comment" => 'csoport törlése',
492 "form.admin.profile.th.id" => 'azonosító',
493 "form.admin.profile.th.active" => 'aktív',
494
495 // my time form attributes
496 "form.mytime.title" => 'munkaidőm',
497 "form.mytime.edit_title" => 'szerkesztés',
498 "form.mytime.del_str" => 'törlés',
499 "form.mytime.time_form" => ' (óó:pp)',
500 "form.mytime.total" => 'összesített óraszám: ',
501 "form.mytime.del_yes" => 'a bejegyzés törölve',
502 "form.mytime.no_finished_rec" => 'csak az munka kezdete lett megjelölve, ha később visszalépsz a rendszerbe beállíthatod a vég-időpontot...',
503
504 // profile form attributes
505 // Note to translators: we need a more accurate translation of form.profile.create_title
506 "form.profile.create_title" => 'új vezetői jogosultság létrehozása',
507 "form.profile.edit_title" => 'profil szerkesztése',
508
509 // people form attributes
510 "form.people.ppl_str" => 'munkatársak',
511 "form.people.createu_str" => 'új munkatárs hozzáadása',
512 "form.people.edit_str" => 'munkatárs adatainak szerkesztése',
513 "form.people.del_str" => 'munkatárs adatainak törlése',
514 "form.people.th.role" => 'szerepkör',
515 "form.people.th.rate" => 'tarifa',
516 "form.people.manager" => 'vezető',
517 "form.people.comanager" => 'helyettes',
518
519 "form.people.rate" => 'általános óradíj',
520 "form.people.comanager" => 'helyettes',
521
522 // report attributes
523 "form.report.total" => 'összesített óraszám',
524
525 // mail form attributes
526 "form.mail.from" => 'feladó',
527 "form.mail.to" => 'címzett',
528 "form.mail.above" => 'küldjük el ezt a riportot e-mail-ben...',
529 // Note to translators: the string below must be translated
530 // "form.mail.footer_str" => '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.',
531 "form.mail.sending_str" => '<b>az üzenet elküldve</b>',
532
533 // invoice attributes
534 "form.invoice.title" => 'számla',
535 "form.invoice.caption" => 'Számla',
536 "form.invoice.above" => 'a számlához tartozó adatok',
537 "form.invoice.select_cust" => 'válassz ügyfelet',
538 "form.invoice.fillform" => 'töltsd ki a mezőket',
539 "form.invoice.number" => 'számla azonosító száma',
540 "form.invoice.th.username" => 'személy',
541 "form.invoice.th.time" => 'óra',
542 "form.invoice.th.rate" => 'tarifa',
543 "form.invoice.th.summ" => 'darab',
544 "form.invoice.subtotal" => 'részösszeg',
545 "form.invoice.customer" => 'Ügyfél',
546 "form.invoice.mailinv_above" => 'küldjük el ezt a számlát e-mail-en',
547 "form.invoice.sending_str" => '<b>a számla elküldve</b>',
548
549 "form.migration.file" => 'válassz file-nevet',
550 "form.migration.import.title" => 'adatok importálása',
551 "form.migration.import.success" => 'az importálás sikeresen véget ért',
552 "form.migration.import.text" => 'csoport adatok importja XML file-ból',
553 "form.migration.export.title" => 'az adatok exportálása',
554 "form.migration.export.success" => 'az exportálás sikeres volt',
555 );