Dominik Müller
2015-01-09 d453c16036dd5a4ff1dfb6c0dd4c3ea8f315b03a
1
2
3
4
5
6
7
8
9
10
<?php
$wb['Directive Snippets'] = 'Directive Snippets';
$wb['name_txt'] = 'Name of Snippet';
$wb['type_txt'] = 'Verze';
$wb['snippet_txt'] = 'Snippet';
$wb['active_txt'] = 'Aktivní';
$wb['directive_snippets_name_empty'] = 'Please specify a name for the snippet.';
$wb['directive_snippets_name_error_unique'] = 'There is already a directive snippet with this name.';
$wb['variables_txt'] = 'Proměnné';
?>