Till Brehm
2016-07-24 b9a3ef486ebcde18a5ade37865ff8f397185d24f
commit | author | age
333866 1 <?php
T 2 $wb['custom_mailfilter_txt'] = 'Vlastný mail filter';
3 $wb['email_txt'] = 'Email';
4 $wb['cryptpwd_txt'] = 'Heslo';
5 $wb['password_strength_txt'] = 'Pevnosť hesla';
6 $wb['active_txt'] = 'Aktívne';
7 $wb['email_error_isemail'] = 'E-mailová adresa je neplatná.';
8 $wb['email_error_unique'] = 'Duplicitná E-mailová adresa.';
9 $wb['autoresponder_text_txt'] = 'Text';
10 $wb['autoresponder_txt'] = 'Automatická odpoveď';
11 $wb['no_domain_perm'] = 'Nemáte žiadne povolenie pre túto doménu.';
12 $wb['error_no_pwd'] = 'Heslo je prázdne.';
13 $wb['quota_error_isint'] = 'Veľkosť schránky, musí byť číslo.';
14 $wb['quota_txt'] = 'Kvóta';
15 $wb['server_id_txt'] = 'Server_id';
16 $wb['password_txt'] = 'Heslo';
229a3f 17 $wb['password_click_to_set_txt'] = 'Click to set';
333866 18 $wb['maildir_txt'] = 'Mailová záložka';
T 19 $wb['postfix_txt'] = 'Povoliť príjem';
f665ce 20 $wb['greylisting_txt'] = 'Enable greylisting';
333866 21 $wb['access_txt'] = 'Povoliť Prístup';
T 22 $wb['policy_txt'] = 'Spamfilter';
23 $wb['no_policy'] = '- nepovolená -';
24 $wb['limit_mailbox_txt'] = 'Max. počet poštových schránok pre váš účet je dosiahnutý.';
25 $wb['limit_mailquota_txt'] = 'Maximálny priestor pre poštové schránky je dosiahnutý. Max. dostupné miesto v MB je';
26 $wb['disableimap_txt'] = 'Deaktivovať IMAP';
27 $wb['disablepop3_txt'] = 'Deaktivovať POP3';
28 $wb['duplicate_alias_or_forward_txt'] = 'Existuje už alias alebo preposlanie pre túto e-mailovú adresu.';
29 $wb['quota_error_value'] = 'Neplatná hodnota kvóty. Povolené hodnoty sú: 0 pre neobmedzený alebo čísla > 1';
30 $wb['autoresponder_start_date_txt'] = 'Start on';
b67344 31 $wb['autoresponder_start_date_ispast'] = 'Start date cannot be in the past.';
333866 32 $wb['autoresponder_end_date_txt'] = 'End by';
T 33 $wb['autoresponder_end_date_isgreater'] = 'End date must be set and be later than start date.';
34 $wb['move_junk_txt'] = 'Move Spam Emails to Junk directory';
35 $wb['name_txt'] = 'Realname';
36 $wb['name_optional_txt'] = '(Optional)';
37 $wb['autoresponder_active'] = 'Enable the autoresponder';
38 $wb['cc_txt'] = 'Send copy to';
39 $wb['cc_error_isemail'] = 'The Send copy to field does not conatin a valid email address';
d7be27 40 $wb['domain_txt'] = 'Domain';
T 41 $wb['now_txt'] = 'Now';
42 $wb['login_error_unique'] = 'Login is already taken.';
43 $wb['login_error_regex'] = 'Valid characters are A-Z, a-z, 0-9, ., _ and -.';
44 $wb['login_txt'] = 'Login (optional)';
45 $wb['error_login_email_txt'] = 'This login is not allowed. Please enter a different login or use the mail address as login.';
142907 46 $wb['autoresponder_subject_txt'] = 'Email Subject';
T 47 $wb['autoresponder_subject'] = 'Out of office reply';
48 $wb['generate_password_txt'] = 'Generate Password';
49 $wb['repeat_password_txt'] = 'Repeat Password';
50 $wb['password_mismatch_txt'] = 'The passwords do not match.';
51 $wb['password_match_txt'] = 'The passwords do match.';
407003 52 $wb['backup_interval_txt'] = 'Backup interval';
TB 53 $wb['backup_copies_txt'] = 'Number of backup copies';
71144c 54 $wb['no_backup_txt'] = 'No backup';
FS 55 $wb['daily_backup_txt'] = 'Daily';
56 $wb['weekly_backup_txt'] = 'Weekly';
57 $wb['monthly_backup_txt'] = 'Monthly';
dc9e64 58 $wb['email_error_isascii'] = 'Please do not use special unicode characters for your password. This could lead to problems with your mail client.';
TB 59 $wb['cc_note_txt'] = '(Separate multiple email addresses with commas)';
a08e6c 60 $wb['disablesmtp_txt'] = 'Disable SMTP (sending)';
407003 61 $wb['autoresponder_start_date_is_required'] = 'Start date must be set when Autoresponder is enabled.';
TB 62 $wb['sender_cc_txt'] = 'Send outgoing copy to';
63 $wb['sender_cc_error_isemail'] = 'The -Send outgoing copy to- field does not contain a valid email address';
64 $wb['sender_cc_note_txt'] = '(Separate multiple email addresses with commas)';
333866 65 ?>