Till Brehm
2016-04-22 ebd0e986ed11f2a34fb58cdd33efbfab192083ad
commit | author | age
bfcdef 1 <?php
T 2 $wb['Directive Snippets'] = 'Directive Snippets';
3 $wb['name_txt'] = 'Name of Snippet';
43b345 4 $wb['type_txt'] = 'Verze';
bfcdef 5 $wb['snippet_txt'] = 'Snippet';
T 6 $wb['active_txt'] = 'Aktivní';
7 $wb['directive_snippets_name_empty'] = 'Please specify a name for the snippet.';
8 $wb['directive_snippets_name_error_unique'] = 'There is already a directive snippet with this name.';
c64502 9 $wb['variables_txt'] = 'Proměnné';
bfcdef 10 ?>
206676 11
1fbf0d 12