Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['Directive Snippets'] = 'Zestawy dyrektyw';
$wb['name_txt'] = 'Nazwa';
$wb['type_txt'] = 'Rodzaj';
$wb['snippet_txt'] = 'Zestaw';
$wb['active_txt'] = 'Aktywne';
$wb['directive_snippets_name_empty'] = 'Wybierz nazwę dla zestawu dyrektyw';
$wb['directive_snippets_name_error_unique'] = 'Istnieje już zestaw dyrektyw o podanej nazwie';
$wb['variables_txt'] = 'Variables';
$wb['customer_viewable_txt'] = 'Customer viewable';
?>