Till Brehm
2014-04-03 a08e6c32e70561a3fadbd6062ca02c5f8c94b81d
commit | author | age
487df6 1 <?php
T 2 $wb['custom_mailfilter_txt'] = 'Egyéni levelezés szűrő';
3 $wb['email_txt'] = 'Email';
4 $wb['cryptpwd_txt'] = 'Jelszó';
5 $wb['active_txt'] = 'Aktív';
6 $wb['email_error_isemail'] = 'Email cím érvénytelen.';
7 $wb['email_error_unique'] = 'Már lézető email cím.';
8 $wb['autoresponder_text_txt'] = 'Szöveg.';
9 $wb['autoresponder_txt'] = 'Automatikus válasz';
10 $wb['no_domain_perm'] = 'Nincs joga ehhez a domainhoz';
11 $wb['error_no_pwd'] = 'Jeszó üres.';
12 $wb['quota_error_isint'] = 'Mailbox méret mező csak szákot tartalmazhat';
13 $wb['quota_txt'] = 'Korlát MB-ban kifejezve';
14 $wb['server_id_txt'] = 'szerver_azonosító';
15 $wb['password_txt'] = 'Jelszó';
16 $wb['maildir_txt'] = 'levelezőláda';
17 $wb['postfix_txt'] = 'Bejövő engedélyezés';
18 $wb['access_txt'] = 'Hozzáférés engelyezés';
19 $wb['policy_txt'] = 'Spam szűrő';
20 $wb['no_policy'] = '- nem engelyézett -';
21 $wb['limit_mailbox_txt'] = 'Nincs több mailbox lehetőség.';
22 $wb['limit_mailquota_txt'] = 'Mailbox tárhely elfogyott.';
23 $wb['disableimap_txt'] = 'IMAP Tiltás';
24 $wb['disablepop3_txt'] = 'POP3 Tiltás';
1ca823 25 $wb['password_strength_txt'] = 'Jelszó erőssége';
91609a 26 $wb['duplicate_alias_or_forward_txt'] = 'There is already an alias or forwrd with this email address.';
T 27 $wb['quota_error_value'] = 'Invalid quota value. Allowed values are: 0 for unlimited or numbers > 1';
2d870d 28 $wb['autoresponder_start_date_txt'] = 'Start on';
b67344 29 $wb['autoresponder_start_date_ispast'] = 'Start date cannot be in the past.';
2d870d 30 $wb['autoresponder_end_date_txt'] = 'End by';
F 31 $wb['autoresponder_end_date_isgreater'] = 'End date must be set and be later than start date.';
32 $wb['move_junk_txt'] = 'Move Spam Emails to Junk directory';
1ca823 33 $wb['name_txt'] = 'Név';
T 34 $wb['name_optional_txt'] = '(Opcionális)';
35 $wb['autoresponder_active'] = 'Automatikus válasz engedélyezése';
36 $wb['cc_txt'] = 'Másolat küldése';
0d9599 37 $wb['cc_error_isemail'] = 'The Send copy to field does not conatin a valid email address';
1ca823 38 $wb['domain_txt'] = 'Domain';
T 39 $wb['now_txt'] = 'Now';
d7be27 40 $wb['login_error_unique'] = 'Login is already taken.';
T 41 $wb['login_error_regex'] = 'Valid characters are A-Z, a-z, 0-9, ., _ and -.';
42 $wb['login_txt'] = 'Login (optional)';
43 $wb['error_login_email_txt'] = 'This login is not allowed. Please enter a different login or use the mail address as login.';
142907 44 $wb['autoresponder_subject_txt'] = 'Email Subject';
T 45 $wb['autoresponder_subject'] = 'Out of office reply';
46 $wb['generate_password_txt'] = 'Generate Password';
47 $wb['repeat_password_txt'] = 'Repeat Password';
48 $wb['password_mismatch_txt'] = 'The passwords do not match.';
49 $wb['password_match_txt'] = 'The passwords do match.';
dc9e64 50 $wb['email_error_isascii'] = 'Please do not use special unicode characters for your password. This could lead to problems with your mail client.';
TB 51 $wb['cc_note_txt'] = '(Separate multiple email addresses with commas)';
a08e6c 52 $wb['disablesmtp_txt'] = 'Disable SMTP (sending)';
487df6 53 ?>