Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['template_type_txt'] = 'Typ e-mailu';
$wb['template_name_txt'] = 'Název šablony';
$wb['subject_txt'] = 'Předmět';
$wb['message_txt'] = 'Zpráva';
$wb['Email template'] = 'Šablona e-mailu';
$wb['Settings'] = 'Nastavení';
$wb['variables_txt'] = 'Proměnné';
$wb['variables_description_txt'] = 'Proměnné uživatelské jméno a heslo jsou k dispozici (funkční) jako volba pouze v uvítacím e-mailu.';
$wb['duplicate_welcome_error'] = 'There can be only one default welcome email template. Please edit the existing template instead of adding a new one.';
?>