Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
commit | author | age
c64502 1 <?php
TB 2 $wb['template_type_txt'] = 'Typ e-mailu';
3 $wb['template_name_txt'] = 'Název šablony';
4 $wb['subject_txt'] = 'Předmět';
5 $wb['message_txt'] = 'Zpráva';
6 $wb['Email template'] = 'Šablona e-mailu';
7 $wb['Settings'] = 'Nastavení';
8 $wb['variables_txt'] = 'Proměnné';
9 $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.';
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 ?>
206676 12
1fbf0d 13