Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
f99b12 1 <?php
b51db0 2 $wb['custom_mailfilter_txt'] = 'Custom mail filter recipe';
T 3 $wb['email_txt'] = 'Email';
8cf78b 4 $wb['cryptpwd_txt'] = 'Šifra';
b51db0 5 $wb['password_strength_txt'] = 'Password strength';
8cf78b 6 $wb['active_txt'] = 'Aktivno';
b51db0 7 $wb['email_error_isemail'] = 'Email address is invalid.';
T 8 $wb['email_error_unique'] = 'Duplicate Email address.';
9 $wb['autoresponder_text_txt'] = 'Text';
8cf78b 10 $wb['autoresponder_txt'] = 'Aktivno';
b51db0 11 $wb['autoresponder_start_date_txt'] = 'Start on';
T 12 $wb['autoresponder_end_date_txt'] = 'End by';
13 $wb['autoresponder_end_date_isgreater'] = 'End date must be set and be later than start date.';
14 $wb['no_domain_perm'] = 'You have no permission for this domain.';
15 $wb['error_no_pwd'] = 'Password is empty.';
16 $wb['quota_error_isint'] = 'Mailbox size must be a number.';
02bf99 17 $wb['quota_txt'] = 'Kvota';
b51db0 18 $wb['server_id_txt'] = 'Aerver_id';
8cf78b 19 $wb['password_txt'] = 'Šifra';
b51db0 20 $wb['maildir_txt'] = 'Maildir';
T 21 $wb['postfix_txt'] = 'Enable Receiving';
22 $wb['access_txt'] = 'Enable Access';
23 $wb['policy_txt'] = 'Spamfilter';
24 $wb['no_policy'] = '- not enabled -';
25 $wb['limit_mailbox_txt'] = 'The max. number of mailboxes for your account is reached.';
26 $wb['limit_mailquota_txt'] = 'The max space for mailboxes is reached. The max. available space in MB is';
27 $wb['disableimap_txt'] = 'Disable IMAP';
28 $wb['disablepop3_txt'] = 'Disable POP3';
29 $wb['duplicate_alias_or_forward_txt'] = 'There is already an alias or forward with this email address.';
30 $wb['quota_error_value'] = 'Invalid quota value. Allowed values are: 0 for unlimited or numbers > 1';
31 $wb['move_junk_txt'] = 'Move Spam Emails to Junk directory';
32 $wb['name_txt'] = 'Realname';
33 $wb['name_optional_txt'] = '(Optional)';
f99b12 34 $wb['autoresponder_active'] = 'Enable the autoresponder';
T 35 $wb['cc_txt'] = 'Send copy to';
36 $wb['cc_error_isemail'] = 'The -Send copy to- field does not conatin a valid email address';
8cf78b 37 $wb['domain_txt'] = 'Domena';
b51db0 38 $wb['now_txt'] = 'Now';
T 39 $wb['login_error_unique'] = 'Login is already taken.';
40 $wb['login_error_regex'] = 'Valid characters are A-Z, a-z, 0-9, ., _ and -.';
41 $wb['login_txt'] = 'Login (optional)';
42 $wb['error_login_email_txt'] = 'This login is not allowed. Please enter a different login or use the mail address as login.';
02bf99 43 $wb['autoresponder_start_date_ispast'] = 'Start date cannot be in the past.';
142907 44 $wb['autoresponder_subject_txt'] = 'Email Subject';
T 45 $wb['autoresponder_subject'] = 'Out of office reply';
21c8aa 46 $wb['generate_password_txt'] = 'Generiraj šifru';
TB 47 $wb['repeat_password_txt'] = 'Ponovi šifru';
48 $wb['password_mismatch_txt'] = 'Šifre nisu identične.';
49 $wb['password_match_txt'] = 'Šifre su identične.';
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)';
f99b12 53 ?>
21c8aa 54
TB 55