1- <?php
2- $wb["custom_mailfilter_txt"] = 'Custom mail filter recipe';
3- $wb["btn_save_txt"] = 'Save';
4- $wb["btn_cancel_txt"] = 'Cancel';
5- $wb["email_txt"] = 'Email';
6- $wb["cryptpwd_txt"] = 'Password';
7- $wb["active_txt"] = 'Active';
8- $wb["email_error_isemail"] = 'Email address is invalid.';
9- $wb["email_error_unique"] = 'Duplicate Emailaddress.';
10- $wb["autoresponder_text_txt"] = 'Text';
11- $wb["autoresponder_txt"] = 'Autoresponder';
12- $wb["no_domain_perm"] = 'You have no permission for this domain.';
13- $wb["error_no_pwd"] = 'Password is empty.';
14- $wb["quota_error_isint"] = 'Mailbox size must be a number.';
15- $wb["quota_txt"] = 'quota';
16- $wb["server_id_txt"] = 'server_id';
17- $wb["password_txt"] = 'password';
18- $wb["maildir_txt"] = 'maildir';
19- $wb["postfix_txt"] = 'Enable Receiving';
20- $wb["access_txt"] = 'Enable Access';
21- $wb["policy_txt"] = 'Spamfilter';
22- $wb["no_policy"] = '- not enabled -';
23- $wb["limit_mailbox_txt"] = 'The max. number of mailboxes for your account is reached.';
24- $wb["limit_mailquota_txt"] = 'The max space for mailboxes is reached. The max. available space in MB is';
25- $wb["welcome_mail_subject"] = 'Welcome to your new email account.';
26- $wb["welcome_mail_message"] = ' Welcome to your new email account.\n\nYour webmaster.';
1+ <?php
2+ $wb["custom_mailfilter_txt"] = 'Custom mail filter recipe';
3+ $wb["btn_save_txt"] = 'Save';
4+ $wb["btn_cancel_txt"] = 'Cancel';
5+ $wb["email_txt"] = 'Email';
6+ $wb["cryptpwd_txt"] = 'Password';
7+ $wb["active_txt"] = 'Active';
8+ $wb["email_error_isemail"] = 'Email address is invalid.';
9+ $wb["email_error_unique"] = 'Duplicate Emailaddress.';
10+ $wb["autoresponder_text_txt"] = 'Text';
11+ $wb["autoresponder_txt"] = 'Autoresponder';
12+ $wb["no_domain_perm"] = 'You have no permission for this domain.';
13+ $wb["error_no_pwd"] = 'Password is empty.';
14+ $wb["quota_error_isint"] = 'Mailbox size must be a number.';
15+ $wb["quota_txt"] = 'quota';
16+ $wb["server_id_txt"] = 'server_id';
17+ $wb["password_txt"] = 'password';
18+ $wb["maildir_txt"] = 'maildir';
19+ $wb["postfix_txt"] = 'Enable Receiving';
20+ $wb["access_txt"] = 'Enable Access';
21+ $wb["policy_txt"] = 'Spamfilter';
22+ $wb["no_policy"] = '- not enabled -';
23+ $wb["limit_mailbox_txt"] = 'The max. number of mailboxes for your account is reached.';
24+ $wb["limit_mailquota_txt"] = 'The max space for mailboxes is reached. The max. available space in MB is';
25+ $wb["welcome_mail_subject"] = 'Welcome to your new email account.';
26+ $wb["welcome_mail_message"] = " Welcome to your new email account.\n\nYour webmaster.";
2727?>
0 commit comments