Cristian Deluxe
2016-03-21 2e466274c2d7ae6410c212a27c87c9eafe95e8f1
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['template_type_txt'] = 'Email type';
$wb['subject_txt'] = 'Subject';
$wb['message_txt'] = 'Message';
$wb['Email template'] = 'Email template';
$wb['Settings'] = 'Setting';
$wb['variables_txt'] = 'Variables';
$wb['variables_description_txt'] = '(The username and password variables are only available in welcome emails.)';
$wb['duplicate_welcome_error'] = 'There can be only one default welcome email template. Please edit the existing template instead of adding a new one.';
$wb['template_name_txt'] = 'Template name';
?>