Some more cleanup in translation files.
[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' => 'Select client.',
91 // 'error.report' => 'Select report.',
92 // 'error.record' => 'Select record.',
93 // 'error.auth' => 'Incorrect login or password.',
94 // 'error.user_exists' => 'User with this login 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.no_invoiceable_items' => 'There are no invoiceable items.',
101 // 'error.no_login' => 'No user with this login.',
102 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
103 'error.upload' => 'File feltöltési hiba.',
104 // TODO: translate the following.
105 // 'error.range_locked' => 'Date range is locked.',
106 // 'error.mail_send' => 'Error sending mail.',
107 // 'error.no_email' => 'No email associated with this login.',
108 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
109 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
110 // 'error.overlap' => 'Time interval overlaps with existing records.',
111 // 'error.future_date' => 'Date is in future.',
112
113 // Labels for buttons.
114 'button.login' => 'Bejelentkezés',
115 'button.now' => 'Most',
116 'button.save' => 'Mentés',
117 // TODO: translate the following.
118 // 'button.copy' => 'Copy',
119 'button.cancel' => 'Vissza',
120 'button.submit' => 'Mentés',
121 'button.add_user' => 'Felhasználó felvétele',
122 'button.add_project' => 'Projekt felvétele',
123 // TODO: translate the following.
124 // 'button.add_task' => 'Add task',
125 'button.add_client' => 'Ügyfél hozzáadása',
126 // TODO: translate the following.
127 // 'button.add_invoice' => 'Add invoice',
128 // 'button.add_option' => 'Add option',
129 'button.add' => 'Hozzáadás',
130 'button.generate' => 'Generálás',
131 // TODO: translate the following.
132 // 'button.reset_password' => 'Reset password',
133 'button.send' => 'Küld',
134 'button.send_by_email' => 'Küldés e-mail-ben',
135 'button.create_team' => 'Csoport létrehozása',
136 'button.export' => 'Csoport exportálása',
137 'button.import' => 'Csoport importálása',
138 // TODO: translate the following.
139 // 'button.close' => 'Close',
140 // 'button.stop' => 'Stop',
141
142 // Labels for controls on forms. Labels in this section are used on multiple forms.
143 // TODO: translate the following.
144 // 'label.team_name' => 'Team name',
145 // 'label.address' => 'Address',
146 'label.currency' => 'Pénznem',
147 // TODO: translate the following.
148 // 'label.manager_name' => 'Manager name',
149 // 'label.manager_login' => 'Manager login',
150 'label.person_name' => 'Név',
151 'label.thing_name' => 'Név',
152 // TODO: translate the following.
153 // 'label.login' => 'Login',
154 'label.password' => 'Jelszó',
155 'label.confirm_password' => 'Jelszó megerősítése',
156 'label.thing_name' => 'Név',
157 // TODO: translate the following.
158 // 'label.email' => 'Email',
159 'label.cc' => 'Másolatot kap',
160 // TODO: translate the following.
161 // 'label.bcc' => 'Bcc',
162 'label.subject' => 'Tárgy',
163 // TODO: translate the following.
164 // 'label.date' => 'Date',
165 // 'label.start_date' => 'Start date',
166 // 'label.end_date' => 'End date',
167 // 'label.user' => 'User',
168 // 'label.users' => 'Users',
169 // 'label.client' => 'Client',
170 // 'label.clients' => 'Clients',
171 // 'label.option' => 'Option',
172 // 'label.invoice' => 'Invoice',
173 'label.project' => 'Projekt',
174 'label.projects' => 'Projektek',
175 // TODO: translate the following.
176 // 'label.task' => 'Task',
177 // 'label.tasks' => 'Tasks',
178 // 'label.description' => 'Description',
179 // 'label.start' => 'Start',
180 // 'label.finish' => 'Finish',
181 // 'label.duration' => 'Duration',
182 // 'label.note' => 'Note',
183 // 'label.notes' => 'Notes',
184 // 'label.item' => 'Item',
185 // 'label.cost' => 'Cost',
186 // 'label.day_total' => 'Day total',
187 // 'label.week_total' => 'Week total',
188 // 'label.month_total' => 'Month total',
189 'label.today' => 'Ma',
190 // TODO: translate the following.
191 // 'label.total_hours' => 'Total hours',
192 // 'label.total_cost' => 'Total cost',
193 // 'label.view' => 'View',
194 'label.edit' => 'Szerkesztés',
195 'label.delete' => 'Törlés',
196 // TODO: translate the following.
197 // 'label.configure' => 'Configure',
198 // 'label.select_all' => 'Select all',
199 // 'label.select_none' => 'Deselect all',
200 // 'label.day_view' => 'Day view',
201 // 'label.week_view' => 'Week view',
202 // 'label.id' => 'ID',
203 // 'label.language' => 'Language',
204 // 'label.decimal_mark' => 'Decimal mark',
205 // 'label.date_format' => 'Date format',
206 // 'label.time_format' => 'Time format',
207 // 'label.week_start' => 'First day of week',
208 // 'label.comment' => 'Comment',
209 // 'label.status' => 'Status',
210 // 'label.tax' => 'Tax',
211 // 'label.subtotal' => 'Subtotal',
212 'label.total' => 'Összesen',
213 // TODO: translate the following.
214 // 'label.client_name' => 'Client name',
215 // 'label.client_address' => 'Client address',
216 'label.or' => 'vagy',
217 // TODO: translate the following.
218 // 'label.error' => 'Error',
219 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
220 'label.required_fields' => '* kötelezően kitöltendő mezők',
221 'label.on_behalf' => 'helyett',
222 'label.role_manager' => '(vezető)',
223 'label.role_comanager' => '(helyettes)',
224 'label.role_admin' => '(adminisztrátor)',
225 // TODO: translate the following.
226 // 'label.page' => 'Page',
227 // 'label.condition' => 'Condition',
228 // 'label.yes' => 'yes',
229 // 'label.no' => 'no',
230 // Labels for plugins (extensions to Time Tracker that provide additional features).
231 // TODO: translate the following.
232 // 'label.custom_fields' => 'Custom fields',
233 // 'label.monthly_quotas' => 'Monthly quotas',
234 // 'label.type' => 'Type',
235 // 'label.type_dropdown' => 'dropdown',
236 // 'label.type_text' => 'text',
237 // 'label.required' => 'Required',
238 'label.fav_report' => 'Előre definiált riport formátum',
239 // TODO: translate the following.
240 // 'label.cron_schedule' => 'Cron schedule',
241 // 'label.what_is_it' => 'What is it?',
242 // 'label.expense' => 'Expense',
243 // 'label.quantity' => 'Quantity',
244 // 'label.paid_status' => 'Paid status',
245 // 'label.paid' => 'Paid',
246 // 'label.mark_paid' => 'Mark paid',
247 // 'label.week_note' => 'Week note',
248 // 'label.week_list' => 'Week list',
249
250 // Form titles.
251 'title.login' => 'Bejelentkezés',
252 // TODO: translate the following.
253 // 'title.teams' => 'Teams',
254 // 'title.create_team' => 'Creating Team',
255 // 'title.edit_team' => 'Editing Team',
256 // 'title.delete_team' => 'Deleting Team',
257 // 'title.reset_password' => 'Resetting Password',
258 // 'title.change_password' => 'Changing Password',
259 // 'title.time' => 'Time',
260 // 'title.edit_time_record' => 'Editing Time Record',
261 // 'title.delete_time_record' => 'Deleting Time Record',
262 // 'title.expenses' => 'Expenses',
263 // 'title.edit_expense' => 'Editing Expense Item',
264 // 'title.delete_expense' => 'Deleting Expense Item',
265 // 'title.predefined_expenses' => 'Predefined Expenses',
266 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
267 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
268 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
269 'title.reports' => 'Riportok',
270 // TODO: translate the following.
271 // 'title.report' => 'Report',
272 // 'title.send_report' => 'Sending Report',
273 // 'title.invoice' => 'Invoice',
274 // 'title.send_invoice' => 'Sending Invoice',
275 // 'title.charts' => 'Charts',
276 'title.projects' => 'Projektek',
277 // TODO: translate the following.
278 // 'title.add_project' => 'Adding Project',
279 // 'title.edit_project' => 'Editing Project',
280 // 'title.delete_project' => 'Deleting Project',
281 // 'title.tasks' => 'Tasks',
282 // 'title.add_task' => 'Adding Task',
283 // 'title.edit_task' => 'Editing Task',
284 // 'title.delete_task' => 'Deleting Task',
285 // 'title.users' => 'Users',
286 // 'title.add_user' => 'Adding User',
287 // 'title.edit_user' => 'Editing User',
288 // 'title.delete_user' => 'Deleting User',
289 // 'title.clients' => 'Clients',
290 // 'title.add_client' => 'Adding Client',
291 // 'title.edit_client' => 'Editing Client',
292 // 'title.delete_client' => 'Deleting Client',
293 // 'title.invoices' => 'Invoices',
294 // 'title.add_invoice' => 'Adding Invoice',
295 // 'title.view_invoice' => 'Viewing Invoice',
296 // 'title.delete_invoice' => 'Deleting Invoice',
297 // 'title.notifications' => 'Notifications',
298 // 'title.add_notification' => 'Adding Notification',
299 // 'title.edit_notification' => 'Editing Notification',
300 // 'title.delete_notification' => 'Deleting Notification',
301 // 'title.monthly_quotas' => 'Monthly Quotas',
302 // 'title.export' => 'Exporting Team Data',
303 // 'title.import' => 'Importing Team Data',
304 // 'title.options' => 'Options',
305 // 'title.profile' => 'Profile',
306 // 'title.cf_custom_fields' => 'Custom Fields',
307 // 'title.cf_add_custom_field' => 'Adding Custom Field',
308 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
309 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
310 // 'title.cf_dropdown_options' => 'Dropdown Options',
311 // 'title.cf_add_dropdown_option' => 'Adding Option',
312 // 'title.cf_edit_dropdown_option' => 'Editing Option',
313 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
314 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
315 // It is also a name for the Locking plugin on the Team profile page.
316 // 'title.locking' => 'Locking',
317 // 'title.week_view' => 'Week View',
318
319 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
320 // Strings that are used in a single form must go to the specific form section.
321 // TODO: translate the following.
322 // 'dropdown.all' => '--- all ---',
323 // 'dropdown.no' => '--- no ---',
324 // 'dropdown.current_day' => 'today',
325 // 'dropdown.previous_day' => 'yesterday',
326 // 'dropdown.selected_day' => 'day',
327 // 'dropdown.current_week' => 'this week',
328 // 'dropdown.previous_week' => 'previous week',
329 // 'dropdown.selected_week' => 'week',
330 // 'dropdown.current_month' => 'this month',
331 // 'dropdown.previous_month' => 'previous month',
332 // 'dropdown.selected_month' => 'month',
333 // 'dropdown.current_year' => 'this year',
334 // 'dropdown.previous_year' => 'previous year',
335 // 'dropdown.selected_year' => 'year',
336 // 'dropdown.all_time' => 'all time',
337 'dropdown.projects' => 'projektek',
338 // TODO: translate the following.
339 // 'dropdown.tasks' => 'tasks',
340 // 'dropdown.clients' => 'clients',
341 // 'dropdown.select' => '--- select ---',
342 // 'dropdown.select_invoice' => '--- select invoice ---',
343 // 'dropdown.status_active' => 'active',
344 // 'dropdown.status_inactive' => 'inactive',
345 // 'dropdown.delete'=>'delete',
346 // 'dropdown.do_not_delete'=>'do not delete',
347 // 'dropdown.paid' => 'paid',
348 // 'dropdown.not_paid' => 'not paid',
349
350 // Login form. See example at https://timetracker.anuko.com/login.php.
351 // TODO: translate the following.
352 // 'form.login.forgot_password' => 'Forgot password?',
353 // '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.',
354
355 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
356 // TODO: translate the following.
357 // 'form.reset_password.message' => 'Password reset request sent by email.',
358 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
359 // '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",
360
361 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
362 // TODO: translate the following.
363 // 'form.change_password.tip' => 'Type new password and click on Save.',
364
365 // Time form. See example at https://timetracker.anuko.com/time.php.
366 // TODO: translate the following.
367 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
368 // 'form.time.billable' => 'Billable',
369 // 'form.time.uncompleted' => 'Uncompleted',
370 // 'form.time.remaining_quota' => 'Remaining quota',
371 // 'form.time.over_quota' => 'Over quota',
372
373 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
374 // TODO: translate the following.
375 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
376
377 // Week view form. See example at https://timetracker.anuko.com/week.php.
378 // TODO: translate the following.
379 // 'form.week.new_entry' => 'New entry',
380
381 // Reports form. See example at https://timetracker.anuko.com/reports.php
382 'form.reports.save_as_favorite' => 'Mentsük el ezt a riport formátumot',
383 // TODO: translate the following.
384 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
385 // 'form.reports.include_billable' => 'billable',
386 // 'form.reports.include_not_billable' => 'not billable',
387 // 'form.reports.include_invoiced' => 'invoiced',
388 // 'form.reports.include_not_invoiced' => 'not invoiced',
389 // 'form.reports.select_period' => 'Select time period',
390 // 'form.reports.set_period' => 'or set dates',
391 // 'form.reports.show_fields' => 'Show fields',
392 // 'form.reports.group_by' => 'Group by',
393 'form.reports.group_by_no' => '--- csoportosítás nélkül ---',
394 // TODO: translate the following.
395 // 'form.reports.group_by_date' => 'date',
396 // 'form.reports.group_by_user' => 'user',
397 // 'form.reports.group_by_client' => 'client',
398 'form.reports.group_by_project' => 'projekt',
399 // TODO: translate the following.
400 // 'form.reports.group_by_task' => 'task',
401 // 'form.reports.totals_only' => 'Totals only',
402
403
404
405 // TODO: refactoring ongoing down from here.
406
407 // password reminder form attributes
408 "form.fpass.send_pass_str" => 'jelszó alap állapotra állítása megkezdve',
409 "form.fpass.send_pass_subj" => 'A jelszó alap állapotra állítása a Anuko TimeTracker-ben',
410 "form.fpass.reset_comment" => "a jelszót a megváltoztatásához írja be és mentse el",
411
412 // administrator form
413 "form.admin.title" => 'Adminisztrátor',
414 "form.admin.duty_text" => 'új csoport létrehozása egy csoport-vezetői jogosultsággal.<br>a csoport adatokat importálhatjuk XML-ből (csak az e-mail címek ne ütközzenek).',
415
416 "form.admin.change_pass" => 'az adminisztrátori jelszó megváltoztatása',
417 "form.admin.profile.title" => 'csoportok',
418 "form.admin.profile.noprofiles" => 'az adatbázis üres. lépj be adminisztrátorként és hozz létre egyet.',
419 "form.admin.profile.comment" => 'csoport törlése',
420 "form.admin.profile.th.id" => 'azonosító',
421 "form.admin.profile.th.active" => 'aktív',
422 "form.admin.options" => 'opciók',
423
424 // my time form attributes
425 "form.mytime.title" => 'munkaidőm',
426 "form.mytime.edit_title" => 'szerkesztés',
427 "form.mytime.del_str" => 'törlés',
428 "form.mytime.time_form" => ' (óó:pp)',
429 "form.mytime.date" => 'dátum',
430 "form.mytime.project" => 'projekt',
431 "form.mytime.start" => 'kezdete',
432 "form.mytime.finish" => 'vége',
433 "form.mytime.duration" => 'hossz',
434 "form.mytime.note" => 'megjegyzés',
435 "form.mytime.daily" => 'napi munka',
436 "form.mytime.total" => 'összesített óraszám: ',
437 "form.mytime.th.project" => 'projekt',
438 "form.mytime.th.start" => 'kezdete',
439 "form.mytime.th.finish" => 'vége',
440 "form.mytime.th.duration" => 'hossz',
441 "form.mytime.th.note" => 'megjegyzés',
442 "form.mytime.del_yes" => 'a bejegyzés törölve',
443 "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...',
444
445 // profile form attributes
446 // Note to translators: we need a more accurate translation of form.profile.create_title
447 "form.profile.create_title" => 'új vezetői jogosultság létrehozása',
448 "form.profile.edit_title" => 'profil szerkesztése',
449
450 // people form attributes
451 "form.people.ppl_str" => 'munkatársak',
452 "form.people.createu_str" => 'új munkatárs hozzáadása',
453 "form.people.edit_str" => 'munkatárs adatainak szerkesztése',
454 "form.people.del_str" => 'munkatárs adatainak törlése',
455 "form.people.th.role" => 'szerepkör',
456 "form.people.th.status" => 'státusz',
457 "form.people.th.project" => 'projekt',
458 "form.people.th.rate" => 'tarifa',
459 "form.people.manager" => 'vezető',
460 "form.people.comanager" => 'helyettes',
461 "form.people.empl" => 'dolgozó',
462
463 "form.people.rate" => 'általános óradíj',
464 "form.people.comanager" => 'helyettes',
465 "form.people.projects" => 'projektek',
466 // Note to translators: the string below is missing and must be added and translated 
467
468 // projects form attributes
469 "form.project.proj_title" => 'projektek',
470 "form.project.edit_str" => 'projekt adatainak szerkesztése',
471 "form.project.add_str" => 'új projekt hozzáadása',
472 "form.project.del_str" => 'projekt törlése',
473
474 // activities form attributes
475 "form.activity.project" => 'projekt',
476
477 // report attributes
478 "form.report.from" => 'kezdő időpont',
479 "form.report.to" => 'vég időpont',
480 "form.report.groupby_user" => 'személyek szerint',
481 "form.report.groupby_project" => 'projektek szerint',
482 "form.report.duration" => 'időtartam',
483 "form.report.start" => 'kezdet',
484 "form.report.finish" => 'befejezés',
485 "form.report.note" => 'megjegyzés',
486 "form.report.project" => 'projekt',
487 "form.report.totals_only" => 'csak a teljes óraszám',
488 "form.report.total" => 'összesített óraszám',
489 "form.report.th.empllist" => 'dolgozó',
490 "form.report.th.date" => 'dátum',
491 "form.report.th.project" => 'projekt',
492 "form.report.th.start" => 'elkezdve',
493 "form.report.th.finish" => 'befejezve',
494 "form.report.th.duration" => 'időtartam',
495 "form.report.th.note" => 'megjegyzés',
496
497 // mail form attributes
498 "form.mail.from" => 'feladó',
499 "form.mail.to" => 'címzett',
500 "form.mail.comment" => 'megjegyzés',
501 "form.mail.above" => 'küldjük el ezt a riportot e-mail-ben...',
502 // Note to translators: the string below must be translated
503 // "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.',
504 "form.mail.sending_str" => '<b>az üzenet elküldve</b>',
505
506 // invoice attributes
507 "form.invoice.title" => 'számla',
508 "form.invoice.caption" => 'Számla',
509 "form.invoice.above" => 'a számlához tartozó adatok',
510 "form.invoice.select_cust" => 'válassz ügyfelet',
511 "form.invoice.fillform" => 'töltsd ki a mezőket',
512 "form.invoice.date" => 'Dátum',
513 "form.invoice.number" => 'számla azonosító száma',
514 "form.invoice.tax" => 'adó',
515 "form.invoice.comment" => 'megjegyzés ',
516 "form.invoice.th.username" => 'személy',
517 "form.invoice.th.time" => 'óra',
518 "form.invoice.th.rate" => 'tarifa',
519 "form.invoice.th.summ" => 'darab',
520 "form.invoice.subtotal" => 'részösszeg',
521 "form.invoice.customer" => 'Ügyfél',
522 "form.invoice.mailinv_above" => 'küldjük el ezt a számlát e-mail-en',
523 "form.invoice.sending_str" => '<b>a számla elküldve</b>',
524
525 "form.migration.zip" => 'tömörítés',
526 "form.migration.file" => 'válassz file-nevet',
527 "form.migration.import.title" => 'adatok importálása',
528 "form.migration.import.success" => 'az importálás sikeresen véget ért',
529 "form.migration.import.text" => 'csoport adatok importja XML file-ból',
530 "form.migration.export.title" => 'az adatok exportálása',
531 "form.migration.export.success" => 'az exportálás sikeres volt',
532 "form.migration.export.text" => 'kimentheted az összes felvitt csoport adatait egy XML file-ba, ami megkönnyíti a TimeTracker szerverek közötti adatátvitelt...',
533
534 "form.client.title"=> 'ügyfelek',
535 "form.client.add_title" => 'új ügyfél hozzáadása',
536 "form.client.edit_title" => 'ügyfél adatainak szerkesztése',
537 "form.client.del_title" => 'ügyfél törlése',
538 "form.client.tax" => 'adó',
539 "form.client.comment" => 'megjegyzés ',
540
541 // miscellaneous strings
542 "forward.forgot_password" => 'elfelejtetted a jelszót?',
543 "forward.tocsvfile" => 'az adatok exportálása CSV file-ba',
544 "forward.geninvoice" => 'számla készítés',
545
546 "controls.select.client" => '--- válassz ügyfelet ---',
547 "controls.project_bind" => '--- összes ---',
548 "controls.all" => '--- összes ---',
549 "controls.notbind" => '--- nincs ---',
550 "controls.per_tm" => 'ebben a hónapban',
551 "controls.per_lm" => 'múlt hónapban',
552 "controls.per_tw" => 'ezen a héten',
553 "controls.per_lw" => 'múlt héten',
554 "controls.sel_period" => '--- válassz időszakot ---',
555
556 // labels
557 "label.sel_tp" => 'jelölj meg egy időszakot',
558 "label.set_tp" => '... vagy állíts be konkrét dátumot',
559 "label.fields" => 'csak a kijelölt mezők fognak szerepelni a riportban',
560 "label.group_title" => 'csoportosítva',
561 "label.inv_str" => 'számla',
562 "label.set_empl" => 'válassz dolgozót',
563 "label.sel_all" => 'mindenkit kijelöl',
564 "label.sel_none" => 'senkit nem jelöl ki',
565 "label.disable" => 'tiltva',
566 "label.enable" => 'engedélyezve',
567 );