Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
bfcdef 1 <?php
T 2 $wb['Directive Snippets'] = 'Directive Snippets';
3 $wb['name_txt'] = 'Name of Snippet';
4 $wb['type_txt'] = 'Type';
5 $wb['snippet_txt'] = 'Snippet';
6 $wb['active_txt'] = 'Active';
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.';
dc9e64 9 $wb['variables_txt'] = 'Variables';
407003 10 $wb['customer_viewable_txt'] = 'Customer viewable';
bfcdef 11 ?>