| | |
| | | <?php |
| | | $wb['custom_mailfilter_txt'] = 'Custom mail filter recipe'; |
| | | $wb['btn_save_txt'] = 'Save'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | $wb['email_txt'] = 'Email'; |
| | | $wb['cryptpwd_txt'] = 'Password'; |
| | | $wb['password_strength_txt'] = 'Password strength'; |
| | |
| | | Your webmaster.'; |
| | | $wb['disableimap_txt'] = 'Disable IMAP'; |
| | | $wb['disablepop3_txt'] = 'Disable POP3'; |
| | | $wb['welcome_mail_fromname_txt'] = 'ISPConfig3'; |
| | | $wb['welcome_mail_fromemail_txt'] = 'webmaster@localhost.tld'; |
| | | $wb['duplicate_alias_or_forward_txt'] = 'There is already an alias or forwrd with this email address.'; |
| | | $wb['quota_error_value'] = 'Invalid quota value. Allowed values are: 0 for unlimited or numbers > 1'; |
| | | $wb['autoresponder_start_date_txt'] = 'Start on'; |
| | | $wb['autoresponder_start_date_isfuture'] = 'Start date cannot be in the past.'; |
| | | $wb['autoresponder_end_date_txt'] = 'End by'; |
| | | $wb['autoresponder_end_date_isgreater'] = 'End date must be set and be later than start date.'; |
| | | $wb['move_junk_txt'] = 'Move Spam Emails to Junk directory'; |
| | | ?> |