Till Brehm
2014-04-03 a08e6c32e70561a3fadbd6062ca02c5f8c94b81d
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';
17 $wb['maildir_txt'] = 'Mailová záložka';
18 $wb['postfix_txt'] = 'Povoliť príjem';
19 $wb['access_txt'] = 'Povoliť Prístup';
20 $wb['policy_txt'] = 'Spamfilter';
21 $wb['no_policy'] = '- nepovolená -';
22 $wb['limit_mailbox_txt'] = 'Max. počet poštových schránok pre váš účet je dosiahnutý.';
23 $wb['limit_mailquota_txt'] = 'Maximálny priestor pre poštové schránky je dosiahnutý. Max. dostupné miesto v MB je';
24 $wb['disableimap_txt'] = 'Deaktivovať IMAP';
25 $wb['disablepop3_txt'] = 'Deaktivovať POP3';
26 $wb['duplicate_alias_or_forward_txt'] = 'Existuje už alias alebo preposlanie pre túto e-mailovú adresu.';
27 $wb['quota_error_value'] = 'Neplatná hodnota kvóty. Povolené hodnoty sú: 0 pre neobmedzený alebo čísla > 1';
28 $wb['autoresponder_start_date_txt'] = 'Start on';
b67344 29 $wb['autoresponder_start_date_ispast'] = 'Start date cannot be in the past.';
333866 30 $wb['autoresponder_end_date_txt'] = 'End by';
T 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';
33 $wb['name_txt'] = 'Realname';
34 $wb['name_optional_txt'] = '(Optional)';
35 $wb['autoresponder_active'] = 'Enable the autoresponder';
36 $wb['cc_txt'] = 'Send copy to';
37 $wb['cc_error_isemail'] = 'The Send copy to field does not conatin a valid email address';
d7be27 38 $wb['domain_txt'] = 'Domain';
T 39 $wb['now_txt'] = 'Now';
40 $wb['login_error_unique'] = 'Login is already taken.';
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)';
333866 53 ?>