Skip to content
cz_directive_snippets.lng 519 B
Newer Older
<?php
$wb['Directive Snippets'] = 'Directive Snippets';
$wb['name_txt'] = 'Name of Snippet';
$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.';
Till Brehm's avatar
Till Brehm committed
$wb['variables_txt'] = 'Proměnné';
$wb['customer_viewable_txt'] = 'Customer viewable';
Florian Schaal's avatar
Florian Schaal committed
$wb['required_php_snippets_txt'] = 'Requiered PHP Snippet';