1<?php
2# $Id$
3//
4// Language file Hungarian
5// by Christian Hamar <krics at linuxforum dot hu> and Levente Farkas <lfarkas at lfarkas dot org>
6//
7
8$PALANG['YES'] = 'IGEN';
9$PALANG['NO'] = 'NEM';
10$PALANG['edit'] = 'szerkeszt';
11$PALANG['del'] = 'töröl';
12$PALANG['exit'] = 'Kilép';
13$PALANG['cancel'] = 'Cancel'; # XXX
14$PALANG['save'] = 'Save changes'; # XXX
15$PALANG['confirm'] = 'Biztos vagy benne hogy törlöd ezt?\n';
16$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX
17$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX
18$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX
19$PALANG['confirm_delete_domain'] = 'Biztos hogy törölni akarod az összes bejegyzést ez alól a domain alól? Nem lehet visszahozni késõbb!\n (%s)'; # XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone'
20$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX
21$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX
22$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX
23$PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX
24$PALANG['check_update'] = 'Check for update'; # XXX
25$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX
26$PALANG['show'] = 'Show:'; # XXX
27$PALANG['all'] = 'All'; # XXX
28$PALANG['created'] = 'Created'; # XXX
29$PALANG['unknown'] = 'unknown'; # XXX
30$PALANG['download_csv'] = 'Download this list as CSV file'; # XXX
31$PALANG['missing_field'] = 'Field %s is missing'; # XXX
32$PALANG['must_be_numeric'] = '%s must be numeric'; # XXX
33$PALANG['must_be_numeric_bigger_than_null'] = '%s must be numeric and bigger than 0'; # XXX
34$PALANG['must_be_boolean'] = '%s must be boolean'; # XXX
35$PALANG['invalid_value_given'] = 'Invalid value given for %s'; # XXX
36$PALANG['edit_not_allowed'] = 'You are not allowed to edit %s'; # XXX
37$PALANG['searchparams'] = 'Search parameters:'; # XXX
38
39$PALANG['pFooter_logged_as'] = '%s-ként bejelentkezve'; # XXX Text change: 'logged in as %s' (the 'in' was missing)
40
41$PALANG['pLogin_welcome'] = 'Mail adminisztrátorok itt jelentkezzenek be, hogy adminisztrálják a domainjüket.';
42$PALANG['pLogin_username'] = 'Bejelentkezés (email)'; # XXX compare with pUsersLogin_username - should be "Login (email)"
43$PALANG['password'] = 'Jelszó';
44$PALANG['pLogin_language'] = 'Language'; # XXX
45$PALANG['pLogin_button'] = 'Bejelentkezés'; # XXX compare with pUsersLogin_button - should be "Login"
46$PALANG['pLogin_failed'] = 'Your email address or password are not correct.'; # XXX
47$PALANG['pLogin_login_users'] = 'A felhasználók kattintsanak ide a felhasználói felülethez.';
48
49$PALANG['pMenu_main'] = 'Főmenü';
50$PALANG['pMenu_overview'] = 'Áttekintés';
51$PALANG['add_alias'] = 'Alias felvétele';
52$PALANG['add_alias_domain'] = 'Add Alias Domain'; # XXX
53$PALANG['add_mailbox'] = 'Felhasználó felvétele'; # XXX check text - should be 'Add Mailbox'
54$PALANG['pMenu_fetchmail'] = 'Email lehozása';
55$PALANG['pMenu_sendmail'] = 'Email küldése';
56$PALANG['pMenu_password'] = 'Jelszó';
57$PALANG['pMenu_viewlog'] = 'Napló megtekintése';
58$PALANG['pMenu_logout'] = 'Kilépés';
59
60$PALANG['pMain_welcome'] = 'Üdvözöllek a Postfix Adminisztrációs rendszerben!';
61$PALANG['pMain_overview'] = 'Listázd az alias-okat és a postafiókokat. Innen tudod õket törölni / módosítani.'; # XXX Text changed to "List your domains. You can edit / delete them from here."
62$PALANG['pMain_create_alias'] = 'Új alias készítése az adott domainhez.'; # XXX Text changed to "Create a new email forward."
63$PALANG['pMain_create_mailbox'] = 'Új felhasználó felvétele az adott domainhez.'; # XXX Text changed to "Create a new mailbox."
64$PALANG['pMain_sendmail'] = 'Küldjön a rendszer emailt minden egyes új felhasználónak.';
65$PALANG['pMain_password'] = 'Admin jelszó megváltoztatása.';
66$PALANG['pMain_viewlog'] = 'Naplófájlok megtekintése.';
67$PALANG['pMain_logout'] = 'Kijelentkezés a rendszerbõl';
68
69$PALANG['pOverview_disabled'] = 'Letiltva';
70$PALANG['pOverview_unlimited'] = 'Korlátlan';
71$PALANG['pOverview_title'] = ':: Definiált Domain-ok';
72$PALANG['pOverview_up_arrow'] = 'Vissza a tetejére';
73$PALANG['pOverview_right_arrow'] = 'Következő oldal';
74$PALANG['pOverview_left_arrow'] = 'Előző oldal';
75$PALANG['pOverview_alias_domain_title'] = ':: Domain Aliases'; # XXX
76$PALANG['pOverview_alias_title'] = ':: Alias';
77$PALANG['pOverview_mailbox_title'] = ':: Mailbox-ok';
78$PALANG['go'] = 'Gyerünk'; # XXX check text - should be 'Go'
79$PALANG['pOverview_welcome'] = 'Áttekintés: ';
80$PALANG['pOverview_alias_domain_aliases'] = 'Alias Domains'; # XXX
81$PALANG['pOverview_alias_address'] = 'Honnan';
82$PALANG['active'] = 'Aktív';
83$PALANG['and_x_more'] = '[and %s more...]'; # XXX
84$PALANG['pOverview_mailbox_username'] = 'Email';
85$PALANG['name'] = 'Név';
86$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
87$PALANG['pOverview_vacation_edit'] = 'SZABADSÁG EKKOR';
88$PALANG['pOverview_vacation_option'] = 'Szabadság beállítása';
89$PALANG['no_domains_for_this_admin'] = 'You don\'t have permissions for any domains.'; # XXX
90$PALANG['no_domains_exist'] = 'You have to create at least one domain before you can use virtual list.'; # "virtual list" should match $PALANG['pAdminMenu_list_virtual'] # XXX
91
92
93$PALANG['domain'] = 'Domain';
94$PALANG['pOverview_get_alias_domains'] = 'Domain Aliases'; # XXX
95$PALANG['mailboxes'] = 'Postafiókok';
96$PALANG['pOverview_get_quota'] = 'Postafiók Quota (MB)';
97
98$PALANG['pDelete_delete_error'] = 'Nem sikerült törölni a bejegyzést ';
99$PALANG['pDelete_delete_success'] = '%s deleted.'; # XXX
100$PALANG['pDelete_domain_error'] = 'Ehhez a domainhez nincs jogosultságod ';
101$PALANG['pDelete_alias_error'] = 'Nem sikerült törölni az alias-t ';
102$PALANG['pCreate_alias_domain_welcome'] = 'Mirror addresses of one of your domains to another.'; # XXX
103$PALANG['pCreate_alias_domain_alias'] = 'Alias Domain'; # XXX
104$PALANG['pCreate_alias_domain_alias_text'] = 'The domain that mails come in for.'; # XXX
105$PALANG['pCreate_alias_domain_target'] = 'Target Domain'; # XXX
106$PALANG['pCreate_alias_domain_target_text'] = 'The domain where mails should go to.'; # XXX
107$PALANG['pCreate_alias_domain_error1'] = 'You are not allowed to create the chosen configuration.'; # XXX
108$PALANG['pCreate_alias_domain_error2'] = 'The chosen configuration is invalid, please choose a different one!'; # XXX
109$PALANG['alias_domain_already_exists'] = 'This domain is already an alias domain!'; # XXX
110$PALANG['alias_domain_does_not_exist'] = 'This domain isn\'t an alias domain!'; # XXX
111$PALANG['alias_domain_create_failed'] = 'Creating the alias domain %s failed!'; # XXX
112$PALANG['alias_domain_change_failed'] = 'Changing the alias domain %s failed!'; # XXX
113$PALANG['pCreate_alias_domain_error4'] = 'All domains are already aliased.'; # XXX
114$PALANG['pCreate_alias_domain_success'] = 'The alias domain %s has been created.'; # XXX
115$PALANG['alias_domain_changed'] = 'The alias domain %s has been changed.'; # XXX
116$PALANG['alias_domain_to_itsself'] = 'A domain can\'t be an alias domain to itsself!'; # XXX
117$PALANG['delete_domain_aliasdomain_target'] = 'The domain %s is the target for one or more alias domains and can\'t be deleted! (Delete the alias domains first.)'; # XXX
118
119$PALANG['pCreate_alias_address_text_error1'] = 'Az ALIAS érvénytelen!';
120$PALANG['alias_does_not_exist'] = 'This alias does not exist!'; # XXX
121$PALANG['email_address_already_exists'] = 'Ez az email cím már létezik, kérlek válassz másikat!';
122$PALANG['pCreate_alias_address_text_error3'] = 'Elérted a maximális alias limitet!';
123$PALANG['pCreate_alias_goto_text'] = 'Ahova a levélnek mennie kell.';
124$PALANG['pCreate_alias_goto_text_error'] = 'Érvénytelen a HOVA mezõ!';
125$PALANG['pCreate_alias_result_error'] = 'Nemsikerült hozzáadni az aliast az alias táblához! (%s)'; # XXX Text changed to: Creating the alias %s failed!
126$PALANG['pCreate_alias_result_success'] = 'Az aliast felvettük az alias táblába!'; # XXX text change: 'The alias %s has been created!'
127$PALANG['alias_updated'] = 'The alias %s has been updated!'; # XXX
128$PALANG['pCreate_alias_catchall_text'] = 'A catch-all (*@valami.hu) beállításához használj "*" -ot az alias mezõnél. A domain-domain közötti átirányításhoz használd a "*@akarmi.hu" címet.'; # XXX check/beautify - was split in two lines before
129$PALANG['mailbox_alias_cant_be_deleted'] = 'This alias belongs to a mailbox and can\'t be deleted!'; # XXX
130$PALANG['protected_alias_cant_be_deleted'] = 'The alias %s is protected and can only be deleted by a superadmin'; # XXX
131$PALANG['alias_points_to_itself'] = 'Alias may not point to itself'; # XXX
132
133$PALANG['pEdit_alias_welcome'] = 'Alias szerkesztése a domainhez.'; # XXX Text change to: 'Edit forwarding settings'
134$PALANG['pEdit_alias_help'] = 'Soronként egy.'; # XXX # XXX Text change to: 'Accepts multiple targets, one entry per line.'
135$PALANG['alias'] = 'Alias';
136$PALANG['to'] = 'Hova';
137$PALANG['pEdit_alias_goto_text_error1'] = 'Nem írtál semmit a \'Hova\' mezõbe';
138$PALANG['pEdit_alias_goto_text_error2'] = 'Az email cím amit beírtál érvénytelen: ';
139$PALANG['pEdit_alias_domain_result_error'] = 'Unable to modify the alias domain!'; # XXX
140$PALANG['pEdit_alias_forward_and_store'] = 'Kézbesítés helyi mailbox-ba.';
141$PALANG['pEdit_alias_forward_only'] = 'Továbbítás csak az adott email címre.';
142$PALANG['pEdit_alias_result_error'] = 'Nemsikerült módosítani az Aliast! (%s)'; # XXX Text changed to: Modifying the alias %s failed!
143
144$PALANG['pCreate_mailbox_welcome'] = 'Új postafiók létrehozása az adott domainhez.';
145$PALANG['pCreate_mailbox_local_part_error'] = 'Should be the bit before the @ sign.'; # XXX
146$PALANG['pCreate_mailbox_username_text_error1'] = 'Érvénytelen EMAIL !';
147$PALANG['pCreate_mailbox_username_text_error3'] = 'Elérted a maximális postafiók számot!';
148$PALANG['pCreate_mailbox_password_text'] = 'Jelszó a POP3/IMAP -hoz';
149$PALANG['pCreate_mailbox_name_text'] = 'Teljes név';
150$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX
151$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX
152$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX
153$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX
154$PALANG['pCreate_mailbox_mail'] = 'Postafiók létrehozása'; # XXX Text change to 'Send Welcome mail'
155$PALANG['pCreate_mailbox_result_error'] = 'Nemsikerült a postafiókot felvenni a mailbox adatbázis táblába! (%s)'; # XXX Text changed to: Creating the mailbox %s failed!
156$PALANG['pCreate_mailbox_result_success'] = 'A postafiókot sikeresen felvettük a mailbox adatbázis táblába! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table!
157$PALANG['pCreate_mailbox_result_succes_nosubfolders'] = 'A postafiókot hozzáadtuk a postafiók táblához, de egyik előre definiált alkönyvtárat sem tudtuk létrehozni (vagy csak néhányat) (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table, but none (or only some) of the predefined sub-folders could be created.
158$PALANG['mailbox_updated'] = "The mailbox %s has been updated.";  # XXX
159$PALANG['mailbox_update_failed'] = "Updating the mailbox %s failed!"; # XXX
160
161$PALANG['pEdit_mailbox_welcome'] = 'Postafiók szerkesztése az adott domainhez.';
162$PALANG['pEdit_mailbox_username'] = 'Felhasználónév';
163$PALANG['pEdit_mailbox_password_text_error'] = 'A beírt jelszavak nem egyeznek!';
164$PALANG['pEdit_mailbox_quota'] = 'Quota';
165$PALANG['pEdit_mailbox_quota_text'] = 'MB';
166$PALANG['mb_max'] = 'MB (max: %s)'; # XXX
167$PALANG['pEdit_mailbox_quota_text_error'] = 'A megadott quota érték túl magas!';
168$PALANG['pEdit_mailbox_domain_error'] = 'Ehhez a domainhez nincs jogosultságod: ';
169$PALANG['pEdit_mailbox_result_error'] = 'Nemsikerült megváltoztatni a jelszót!';
170
171$PALANG['pPassword_welcome'] = 'Bejelentkezési jelszó megváltoztatása';
172$PALANG['pPassword_admin'] = 'Bejelentkezés';
173$PALANG['pPassword_password_current'] = 'Régi jelszó';
174$PALANG['pPassword_password_current_text_error'] = 'Nem adtad meg a régi jelszavadat!';
175$PALANG['pPassword_password'] = 'Új jelszó';
176$PALANG['pPassword_password2'] = 'Új jelszó (mégegyszer)';
177$PALANG['pPassword_password_text_error'] = 'A beírt jelszavak nem egyeznek! Vagy üresek!'; # XXX check/beautify - was split in two lines before
178$PALANG['change_password'] = 'Jelszó megváltoztatása';
179$PALANG['pPassword_result_error'] = 'Nemsikerült megváltoztatni a jelszavad! (%s)'; # XXX Text changed to: Changing the password for %s failed!
180$PALANG['pPassword_result_success'] = 'A jelszavad megváltozott! (%s)'; # XXX Text changed to: The password for %s has been changed.
181$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX
182$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX
183$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX
184$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX
185$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX
186$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX
187$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX
188
189$PALANG['pEdit_vacation_set'] = 'Nem vagyok elérhatő üzenet módosítás / beállítás';
190$PALANG['pEdit_vacation_remove'] = 'Nem vagyok elérhatő üzenet törlése';
191
192$PALANG['pVacation_result_error'] = 'Nem sikerült frissíteni az automatikus válasz beállításait! (%s)'; # XXX Text changed to: Updating the auto response settings for %s failed
193$PALANG['pVacation_result_removed'] = 'Az automatikus válasz törölve! (%s)'; # XXX Text changed to "Auto response for %s has been disabled!"
194$PALANG['pVacation_result_added'] = 'Az automatikus válasz engedélyezve! (%s)'; # XXX Text changed to "Auto response for %s has been enabled!"
195$PALANG['pVacation_reply_type'] = 'Choice of reply'; # XXX
196$PALANG['pVacation_reply_delay_time'] = 'Interval time'; # XXX
197$PALANG['pVacation_reply_delay_time_text'] = 'Time in seconds'; # XXX
198$PALANG['pVacation_until_before_today'] = 'The Date of [Active until] is set  before Today'; # XXX
199$PALANG['pVacation_until_before_from'] = 'The Date of [Active until] is set before [Active from]'; # XXX
200$PALANG['reply_once'] = 'Reply once'; # XXX
201$PALANG['reply_every_mail'] = 'Reply on every mail'; # XXX
202$PALANG['reply_once_per_day'] = 'Reply once a day'; # XXX
203$PALANG['reply_once_per_week'] = 'Reply once per week'; # XXX
204
205$PALANG['pViewlog_welcome'] = 'Az utolsó %s esemény megtekintése: ';
206$PALANG['pViewlog_welcome_all'] = 'View the last %s actions '; # XXX
207$PALANG['pViewlog_timestamp'] = 'Idõbélyeg';
208$PALANG['pViewlog_action'] = 'Akció';
209$PALANG['pViewlog_data'] = 'Adat';
210$PALANG['pViewlog_action_create_domain'] = 'create domain'; # XXX
211$PALANG['pViewlog_action_delete_domain'] = 'delete domain'; # XXX
212$PALANG['pViewlog_action_edit_domain'] = 'edit domain'; # XXX
213
214$PALANG['pViewlog_action_create_mailbox'] = 'postafiók létrehozása';
215$PALANG['pViewlog_action_delete_mailbox'] = 'postafiók törlése';
216$PALANG['pViewlog_action_edit_mailbox'] = 'postafiók módosítása';
217$PALANG['pViewlog_action_edit_mailbox_state'] = 'postafiók aktivitás módosítása';
218$PALANG['pViewlog_action_create_alias'] = 'alias létrehozása';
219$PALANG['pViewlog_action_create_alias_domain'] = 'create alias domain'; # XXX
220$PALANG['pViewlog_action_edit_alias_domain'] = 'edit alias domain'; # XXX
221$PALANG['pViewlog_action_delete_alias'] = 'alias törlése';
222$PALANG['pViewlog_action_delete_alias_domain'] = 'delete alias domain'; # XXX
223$PALANG['pViewlog_action_edit_alias'] = 'alias módosítása';
224$PALANG['pViewlog_action_edit_alias_state'] = 'alias aktivitás módosítása';
225$PALANG['pViewlog_action_edit_alias_domain_state'] = 'edit alias domain active'; # XXX
226$PALANG['pViewlog_action_edit_password'] = 'jelszó módosítása';
227$PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX
228$PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX
229$PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX
230$PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX
231$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX
232$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX
233$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX
234
235$PALANG['pViewlog_result_error'] = 'Nemsikerült megtalálni a napló fájlokat!';
236
237$PALANG['pSendmail_welcome'] = 'Email küldése.';
238$PALANG['from'] = 'Feladó';
239$PALANG['pSendmail_to'] = 'Címzett';
240$PALANG['pSendmail_to_text_error'] = 'Ez egy üres, vagy nem megfelelõ email cím!';
241$PALANG['subject'] = 'Tárgy';
242$PALANG['pSendmail_subject_text'] = 'Postafiókja sikeresen elkészült!';
243$PALANG['pSendmail_body'] = 'Üzenet';
244$PALANG['pSendmail_button'] = 'Üzenet küldése';
245$PALANG['pSendmail_result_error'] = 'Postafiók létrehozása sikertelen! (%s)'; # XXX text change - new: Unable to send email to %s!
246$PALANG['pSendmail_result_success'] = 'A postafiók sikeresen elkészült! (%s)'; # XXX text change - new: Email sent to %s.
247
248$PALANG['pAdminMenu_list_admin'] = 'Admin Lista';
249$PALANG['pAdminMenu_list_domain'] = 'Domain Lista';
250$PALANG['pAdminMenu_list_virtual'] = 'Postafiók Lista';
251$PALANG['pAdminMenu_backup'] = 'Adatbázis mentés';
252$PALANG['pAdminMenu_create_domain_admins'] = 'Domain Adminok';
253$PALANG['pAdminMenu_create_admin'] = 'Új Admin';
254$PALANG['pAdminMenu_create_domain'] = 'Új Domain';
255
256$PALANG['pAdminList_admin_count'] = 'Domain-ek';
257
258$PALANG['description'] = 'Leírás';
259$PALANG['aliases'] = 'Alias-ok';
260$PALANG['pAdminList_domain_quota'] = 'Domain quota (MB)'; # XXX
261$PALANG['pAdminList_domain_backupmx'] = 'Backup MX'; # XXX
262$PALANG['last_modified'] = 'Utolsó módosítás';
263
264
265$PALANG['pAdminCreate_domain_welcome'] = 'Új domain felvétele';
266$PALANG['pAdminCreate_domain_domain_text_error'] = 'A domain már létezik!';
267$PALANG['domain_does_not_exist'] = 'This domain does not exist!'; # XXX
268$PALANG['pAdminCreate_domain_domain_text_error2'] = 'A domain érvénytelen!';
269$PALANG['pAdminCreate_domain_defaultaliases'] = 'Alapértelmezett alias-ok hozzáadása';
270$PALANG['pAdminCreate_domain_button'] = 'Domain felvétele';
271$PALANG['pAdminCreate_domain_result_error'] = 'A domain felvétele sikertelen! (%s)'; # XXX Text changed to: Adding the domain %s failed!
272$PALANG['pAdminCreate_domain_result_success'] = 'A domain-t felvettük az adatbázisba! (%s)'; # XXX Text changed to: The domain %s has been added.
273$PALANG['domain_updated'] = 'The domain %s has been updated.'; # XXX
274$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX
275
276$PALANG['domain_postdel_failed'] = 'A domain törlése nem sikerült!'; # XXX Text changed to: The domain postdeletion script failed, check the error log for details!
277$PALANG['domain_postedit_failed'] = 'The domain postedit script failed, check the error log for details!'; # XXX
278$PALANG['domain_postcreate_failed'] = 'The domain postcreate script failed, check the error log for details!'; # XXX
279$PALANG['mailbox_postdel_failed'] = 'The mailbox postdeletion script failed, check the error log for details!'; # XXX
280$PALANG['mailbox_postedit_failed'] = 'The mailbox postedit script failed, check the error log for details!'; # XXX
281$PALANG['mailbox_postcreate_failed'] = 'The mailbox postcreate script failed, check the error log for details!'; # XXX
282$PALANG['mailbox_postpassword_failed'] = 'The mailbox postpassword script failed, check the error log for details!'; # XXX
283$PALANG['pAdminDelete_alias_domain_error'] = 'Unable to remove domain alias!'; # XXX
284$PALANG['domain_conflict_vacation_domain'] = 'You can\'t use the vacation domain as mail domain!'; # XXX
285
286$PALANG['pAdminEdit_domain_welcome'] = 'Domain szerkesztése';
287$PALANG['pAdminEdit_domain_aliases_text'] = '-1 = kikapcsol | 0 = végtelen';
288$PALANG['pAdminEdit_domain_maxquota'] = 'Max Quota'; # XXX
289$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB | -1 = kikapcsol | 0 = végtelen';
290$PALANG['pAdminEdit_domain_quota'] = 'Domain Quota'; # XXX
291$PALANG['transport'] = 'Transport';
292$PALANG['pAdminEdit_domain_transport_text'] = 'Transport definiálása';
293$PALANG['pAdminEdit_domain_backupmx'] = 'A mail szerver egy backup MX';
294$PALANG['pAdminEdit_domain_result_error'] = 'A domain módosítása sikertelen! (%s)'; # XXX Text changed to: Modifying the domain %s failed!
295
296$PALANG['pAdminCreate_admin_welcome'] = 'Új domain admin felvétele';
297$PALANG['email_address'] = 'Email cím';
298$PALANG['pAdminCreate_admin_username_text_error1'] = 'Az Admin nem valós email cím!';
299$PALANG['admin_already_exists'] = 'Az Admin már létezik, vagy nem valós a cím!'; # XXX Text changed to: The admin already exists!
300$PALANG['admin_does_not_exist'] = 'The admin does not exist!'; # XXX
301$PALANG['pAdminCreate_admin_button'] = 'Admin felvétele';
302$PALANG['pAdminCreate_admin_result_error'] = 'Nemsikerült az Admint felvenni! (%s)'; # XXX Text changed to: Adding the admin %s failed!
303$PALANG['pAdminCreate_admin_result_success'] = 'Az Admin sikeresen bekerült az adatbázisba! (%s)'; # XXX Text changed to: The admin %s has been added.
304
305$PALANG['pAdminEdit_admin_welcome'] = 'Domain admin szerkesztése';
306$PALANG['admin'] = 'Admin';
307$PALANG['password_again'] = 'Jelszó (mégegyszer)';
308$PALANG['super_admin'] = 'Super admin'; # XXX
309$PALANG['super_admin_desc'] = 'Super admins have access to all domains, can manage domains and admin accounts.'; # XXX
310$PALANG['pAdminEdit_admin_result_error'] = 'Nemsikerült módosítani az admint! (%s)'; # XXX Text changed to: Modifying the admin %s failed!
311$PALANG['pAdminEdit_admin_result_success'] = 'Az Admin módosítása megtörtént! (%s)'; # XXX Text changed to: The admin %s has been modified.
312
313$PALANG['pUsersLogin_welcome'] = 'A felhasználók ezen a felületen tudnak bejelentkezni a levelezõ rendszerbe a saját felhasználó nevükkel (azaz email címükkel) és itt tudják megváltoztatni az aliasokat, stb..'; # XXX check/beautify - was split in two lines before
314$PALANG['pUsersLogin_username_incorrect'] = 'Nem megfelelõ a Login (email) cím! Kérlek pontosítsd!';
315$PALANG['pUsersLogin_password_incorrect'] = 'Nem megfelelõ a jelszavad!';
316$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX
317
318$PALANG['pUsersMenu_vacation'] = 'Automatikus Válasz';
319$PALANG['pUsersMenu_edit_alias'] = 'Átirányítás beállítása';
320
321$PALANG['pUsersMain_vacation'] = 'Itt lehet beállítani az automatikus válasz levél szövegét, ha az ember távol van.';
322$PALANG['pUsersMain_vacationSet'] = $PALANG['pUsersMenu_vacation'] . ' bekapcsolva, click \'' . $PALANG['pUsersMenu_vacation'] . '\' to ' . $PALANG['edit'] . '/remove';
323$PALANG['pUsersMain_edit_alias'] = 'Email átirányítás beállítása.';
324$PALANG['pUsersMain_password'] = 'Jelenlegi jelszó megváltoztatása.';
325
326$PALANG['pUsersVacation_welcome'] = 'Automatikus válasz.';
327$PALANG['pUsersVacation_welcome_text'] = 'Már van be állítva automatikus válasz ! (%s)'; # XXX Text changed to: 'Auto response for %s is active!'
328$PALANG['pUsersVacation_subject_text'] = 'Sajnálom, de jelenleg nem vagyok email közelben!';
329$PALANG['message'] = 'Üzenet'; # XXX text changed to 'Message'
330$PALANG['pUsersVacation_body_text'] = <<<EOM
331Üdvözlöm. Sajnálom de jelenleg nem vagyok email közelben.
332Ettõl - Eddig.
333
334Ez egy automatikus üzenet.
335EOM;
336$PALANG['pUsersVacation_activefrom'] = 'Active from'; # XXX
337$PALANG['pUsersVacation_activeuntil'] = 'Active until'; # XXX
338
339
340$PALANG['pEdit_dbLog_editactive'] = 'aktív státusz megváltoztatása';
341
342$PALANG['pSearch'] = 'search';
343$PALANG['pSearch_welcome'] = 'Keresendõ kulcsszó: ';
344
345$PALANG['pReturn_to'] = 'Válasz ide';
346
347$PALANG['pBroadcast_title'] = 'Broadcast üzenet küldése';
348$PALANG['pBroadcast_name'] = 'Neved';
349$PALANG['pBroadcast_success'] = 'Broadcast üzeneted elküldve.';
350$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast üzenet'; # XXX partly translated
351$PALANG['pBroadcast_error_empty'] = 'A név, téma és üzenet mezők nem lehetnek üresek !';
352$PALANG['broadcast_mailboxes_only'] = 'Only send to mailboxes'; # XXX
353$PALANG['broadcast_to_domains'] = 'Send to domains:'; # XXX
354
355$PALANG['pStatus_undeliverable'] = 'lehet hogy nem kézbesíthető ';
356$PALANG['pStatus_disabled'] = 'Account disabled '; # XXX
357$PALANG['pStatus_expired'] = 'Password expired '; # XXX
358$PALANG['pStatus_vacation'] = 'Vacation enabled '; # XXX
359$PALANG['pStatus_custom'] = 'Ide kézbesítődik ';
360$PALANG['pStatus_popimap'] = 'POP/IMAP ';
361
362$PALANG['password_too_short'] = "A Jelszó túl rövid - legalább %s karakter szükséges";
363$PALANG['password_no_characters'] = "Your password must contain at least %s letters (A-Z, a-z)."; # XXX
364$PALANG['password_no_digits'] = "Your password must contain at least %s digit(s)."; # XXX
365$PALANG['pInvalidDomainRegex'] = "Invalid domain name %s, fails regexp check"; # XXX
366$PALANG['pInvalidDomainDNS'] = "Invalid domain %s, and/or not discoverable in DNS"; # XXX
367$PALANG['pInvalidMailRegex'] = "Invalid email address %s, fails regexp check"; # XXX
368
369$PALANG['pFetchmail_welcome'] = 'Mail lehozása:';
370$PALANG['pFetchmail_new_entry'] = 'Új bejegyzés';
371$PALANG['fetchmail_already_exists']         = 'This fetchmail job already exists!'; # XXX
372$PALANG['fetchmail_does_not_exist']         = 'This fetchmail job does not exist!'; # XXX
373$PALANG['pFetchmail_database_save_error'] = 'Could not save this entry in the database!'; # XXX
374$PALANG['pFetchmail_database_save_success'] = 'Entry saved in database.'; # XXX
375$PALANG['pFetchmail_error_invalid_id'] = 'No entry with ID %s found!'; # XXX
376$PALANG['pFetchmail_invalid_mailbox'] = 'Invalid mailbox!'; # XXX
377$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
378$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
379$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
380$PALANG['pFetchmail_field_id']              = 'ID'; # XXX
381$PALANG['pFetchmail_field_mailbox']         = 'Mailbox'; # XXX
382$PALANG['pFetchmail_field_src_server']      = 'Server'; # XXX
383$PALANG['pFetchmail_field_src_port']        = 'Port'; # XXX
384$PALANG['pFetchmail_field_src_auth']        = 'Auth Type'; # XXX
385$PALANG['pFetchmail_field_src_user']        = 'User'; # XXX
386$PALANG['pFetchmail_field_src_password']    = $PALANG['password']; # needed until fetchmail is migrated into FetchmailHandler
387$PALANG['pFetchmail_field_src_folder']      = 'Folder'; # XXX
388$PALANG['pFetchmail_field_poll_time']       = 'Poll'; # XXX
389$PALANG['pFetchmail_field_fetchall']        = 'Fetch All'; # XXX
390$PALANG['pFetchmail_field_keep']            = 'Keep'; # XXX
391$PALANG['pFetchmail_field_protocol']        = 'Protocol'; # XXX
392$PALANG['pFetchmail_field_usessl']          = 'SSL active'; # XXX
393$PALANG['pFetchmail_field_sslcertck']       = 'SSL certificate check'; # XXX
394$PALANG['pFetchmail_field_sslcertpath']     = 'SSL path to certificates'; # XXX
395$PALANG['pFetchmail_field_sslfingerprint']  = 'SSL fingerprint (md5)'; # XXX
396$PALANG['pFetchmail_field_extra_options']   = 'Extra Options'; # XXX
397$PALANG['pFetchmail_field_mda']             = 'MDA'; # XXX
398$PALANG['pFetchmail_field_date']            = 'Date'; # XXX
399$PALANG['pFetchmail_field_returned_text']   = 'Returned Text'; # XXX
400$PALANG['pFetchmail_desc_id']               = 'Record ID'; # XXX
401$PALANG['pFetchmail_desc_mailbox']          = 'Local mailbox'; # XXX
402$PALANG['pFetchmail_desc_src_server']       = 'Remote Server'; # XXX
403$PALANG['pFetchmail_desc_src_port']         = 'Remote port number, if a non-standard remote port is needed. (0: use default)'; # XXX
404$PALANG['pFetchmail_desc_src_auth']         = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
405$PALANG['pFetchmail_desc_src_user']         = 'Remote User'; # XXX
406$PALANG['pFetchmail_desc_src_password']     = 'Remote Password'; # XXX
407$PALANG['pFetchmail_desc_src_folder']       = 'Remote Folder'; # XXX
408$PALANG['pFetchmail_desc_poll_time']        = 'Poll every ... minutes'; # XXX
409$PALANG['pFetchmail_desc_fetchall']         = 'Retrieve  both old (seen) and new messages'; # XXX
410$PALANG['pFetchmail_desc_keep']             = 'Keep retrieved messages on the remote mailserver'; # XXX
411$PALANG['pFetchmail_desc_protocol']         = 'Protocol to use'; # XXX
412$PALANG['pFetchmail_desc_usessl']           = 'SSL encryption'; # XXX
413$PALANG['pFetchmail_desc_extra_options']    = 'Extra fetchmail Options'; # XXX
414$PALANG['pFetchmail_desc_mda']              = 'Mail Delivery Agent'; # XXX
415$PALANG['pFetchmail_desc_date']             = 'Date of last polling/configuration change'; # XXX
416$PALANG['pFetchmail_desc_returned_text']    = 'Text message from last polling'; # XXX
417$PALANG['dateformat_pgsql'] = 'YYYY-mm-dd'; # translators: rearrange to your local date format, but make sure it's a valid PostgreSQL date format # XXX
418$PALANG['dateformat_mysql'] = '%Y-%m-%d';   # translators: rearrange to your local date format, but make sure it's a valid MySQL date format # XXX
419$PALANG['password_expiration'] = 'Pass expires'; # XXX
420$PALANG['password_expiration_desc'] = 'Date when password will expire'; # XXX
421
422$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
423/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
424?>
425