Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
a08e6c 1 <?php
TB 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.';
11 ?>
21c8aa 12
TB 13