tbrehm
2009-09-04 d78c3f52999d4256056cdf979dcc668fbab8b0cb
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.';
4cde42 9 $wb["autoresponder_text_txt"] = 'Text';
T 10 $wb["autoresponder_txt"] = 'Autoresponder';
11 $wb["no_domain_perm"] = 'You have no permission for this domain.';
12 $wb["error_no_pwd"] = 'Password is empty.';
13 $wb["quota_error_isint"] = 'Mailbox size must be a number.';
7c461d 14 $wb["quota_txt"] = 'Quota';
R 15 $wb["server_id_txt"] = 'Aerver_id';
16 $wb["password_txt"] = 'Password';
17 $wb["maildir_txt"] = 'Maildir';
4cde42 18 $wb["postfix_txt"] = 'Enable Receiving';
T 19 $wb["access_txt"] = 'Enable Access';
20 $wb["policy_txt"] = 'Spamfilter';
21 $wb["no_policy"] = '- not enabled -';
22 $wb["limit_mailbox_txt"] = 'The max. number of mailboxes for your account is reached.';
23 $wb["limit_mailquota_txt"] = 'The max space for mailboxes is reached. The max. available space in MB is';
690cfe 24 $wb["welcome_mail_fromname_txt"] = 'ISPConfig3';
A 25 $wb["welcome_mail_fromemail_txt"] = "webmaster@localhost.tld";
4cde42 26 $wb["welcome_mail_subject"] = 'Welcome to your new email account.';
690cfe 27 $wb["welcome_mail_message"] = "Welcome to your new email account. Your webmaster.";
4c0bc2 28 $wb["disableimap_txt"] = 'Disable IMAP';
T 29 $wb["disablepop3_txt"] = 'Disable POP3';
8c4aa3 30 $wb["duplicate_alias_or_forward_txt"] = 'There is already an alias or forwrd with this email address.';
d78c3f 31 $wb["quota_error_value"] = 'Invalid quota value. Allowed values are: 0 for unlimited or numbers > 1';
f66aae 32 ?>