| | |
| | | <?php |
| | | $wb["mailinglist_txt"] = 'Mailing list'; |
| | | $wb["limit_mailmailinglist_txt"] = 'Limit reached'; |
| | | $wb["domain_error_empty"] = 'Domain is empty.'; |
| | | $wb["listname_error_empty"] = 'Listname is empty.'; |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb["listname_error_unique"] = 'There is already a mailinlist with name on the server. Please choose a different listname.'; |
| | | $wb["email_error_isemail"] = 'Email address is invalid.'; |
| | | ?> |