Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
ebef63 1 <?php
MB 2 $wb["template_type_txt"] = 'Email type';
3 $wb["template_name_txt"] = 'Template name';
4 $wb["subject_txt"] = 'Subject';
5 $wb["message_txt"] = 'Message';
6 $wb['Email template'] = 'Email template';
7 $wb['Settings'] = 'Setting';
8 $wb['variables_txt'] = 'Variables';
9 $wb['variables_description_txt'] = '(The username and password variables are only available in welcome emails.)';
10 $wb['duplicate_welcome_error'] = 'There can be only one default welcome email template. Please edit the existing template instead of adding a new one.';
fedbca 11 ?>