Till Brehm
2016-07-24 b9a3ef486ebcde18a5ade37865ff8f397185d24f
commit | author | age
4cde42 1 <?php
T 2 $wb["custom_mailfilter_txt"] = 'Custom mail filter recipe';
3 $wb["email_txt"] = 'Email';
4 $wb["cryptpwd_txt"] = 'Password';
f66aae 5 $wb["password_strength_txt"] = 'Password strength';
4cde42 6 $wb["active_txt"] = 'Active';
T 7 $wb["email_error_isemail"] = 'Email address is invalid.';
b5edc5 8 $wb["email_error_unique"] = 'Duplicate Email address.';
868e7a 9 $wb["autoresponder_subject_txt"] = 'Email Subject';
L 10 $wb["autoresponder_subject"] = 'Out of office reply';
4cde42 11 $wb["autoresponder_text_txt"] = 'Text';
fcc698 12 $wb["autoresponder_txt"] = 'Active';
W 13 $wb["autoresponder_start_date_txt"] = 'Start on';
b67344 14 $wb["autoresponder_start_date_ispast"] = 'Start date cannot be in the past.';
fcc698 15 $wb["autoresponder_end_date_txt"] = 'End by';
W 16 $wb["autoresponder_end_date_isgreater"] = 'End date must be set and be later than start date.';
96ae77 17 $wb['autoresponder_start_date_is_required'] = 'Start date must be set when Autoresponder is enabled.';
4cde42 18 $wb["no_domain_perm"] = 'You have no permission for this domain.';
T 19 $wb["error_no_pwd"] = 'Password is empty.';
20 $wb["quota_error_isint"] = 'Mailbox size must be a number.';
a28e2e 21 $wb["quota_txt"] = 'Quota (0 for unlimited)';
7c461d 22 $wb["server_id_txt"] = 'Aerver_id';
R 23 $wb["password_txt"] = 'Password';
229a3f 24 $wb['password_click_to_set_txt'] = 'Click to set';
7c461d 25 $wb["maildir_txt"] = 'Maildir';
44c2dd 26 $wb["postfix_txt"] = 'Enable receiving';
f665ce 27 $wb['greylisting_txt'] = 'Enable greylisting';
44c2dd 28 $wb["access_txt"] = 'Enable access';
4cde42 29 $wb["policy_txt"] = 'Spamfilter';
T 30 $wb["no_policy"] = '- not enabled -';
31 $wb["limit_mailbox_txt"] = 'The max. number of mailboxes for your account is reached.';
32 $wb["limit_mailquota_txt"] = 'The max space for mailboxes is reached. The max. available space in MB is';
44c2dd 33 $wb["disablesmtp_txt"] = 'Disable SMTP (sending)';
4c0bc2 34 $wb["disableimap_txt"] = 'Disable IMAP';
T 35 $wb["disablepop3_txt"] = 'Disable POP3';
1ca823 36 $wb["duplicate_alias_or_forward_txt"] = 'There is already an alias or forward with this email address.';
6dd5d5 37 $wb["quota_error_value"] = 'Invalid quota value. Allowed values are: 0 for unlimited or numbers > 1';
a28e2e 38 $wb["move_junk_txt"] = 'Move Spam Emails to Junk directory.';
L 39 $wb["name_txt"] = 'Name';
fd7b50 40 $wb["name_optional_txt"] = '(Optional)';
df7e6d 41 $wb['autoresponder_active'] = 'Enable the autoresponder';
2a704f 42 $wb['cc_txt'] = 'Send copy to';
f2d9d0 43 $wb['sender_cc_txt'] = 'Send outgoing copy to';
a28e2e 44 $wb['cc_error_isemail'] = 'The -Send copy to- field does not contain a valid email address';
f2d9d0 45 $wb['sender_cc_error_isemail'] = 'The -Send outgoing copy to- field does not contain a valid email address';
1985cb 46 $wb['domain_txt'] = 'Domain';
9539ce 47 $wb['now_txt']='Now';
d4c760 48 $wb['login_error_unique'] = 'Login is already taken.';
M 49 $wb['login_error_regex'] = 'Valid characters are A-Z, a-z, 0-9, ., _ and -.';
e94a9f 50 $wb['login_txt'] = 'Login';
d4c760 51 $wb['error_login_email_txt'] = 'This login is not allowed. Please enter a different login or use the mail address as login.';
726cfa 52 $wb['generate_password_txt'] = 'Generate Password';
2a1893 53 $wb['repeat_password_txt'] = 'Repeat Password';
F 54 $wb['password_mismatch_txt'] = 'The passwords do not match.';
55 $wb['password_match_txt'] = 'The passwords do match.';
f17718 56 $wb["backup_interval_txt"] = 'Backup interval';
FS 57 $wb["backup_copies_txt"] = 'Number of backup copies';
58 $wb['no_backup_txt'] = 'No backup';
59 $wb['daily_backup_txt'] = 'Daily';
60 $wb['weekly_backup_txt'] = 'Weekly';
61 $wb['monthly_backup_txt'] = 'Monthly';
c99650 62 $wb['email_error_isascii'] = 'Please do not use special unicode characters for your password. This could lead to problems with your mail client.';
f798aa 63 $wb['cc_note_txt'] = '(Separate multiple email addresses with commas)';
f2d9d0 64 $wb['sender_cc_note_txt'] = '(Separate multiple email addresses with commas)';
f66aae 65 ?>