Florian Schaal
2015-02-15 54afe0e3036f339e623e98f5d3fbb397376c7ca2
1
2
3
4
5
6
7
8
9
10
<?php
$wb['Directive Snippets'] = 'Direktive';
$wb['name_txt'] = 'Naziv direktive';
$wb['type_txt'] = 'Vrsta';
$wb['snippet_txt'] = 'direktiva';
$wb['active_txt'] = 'Aktivno';
$wb['directive_snippets_name_empty'] = 'Molimo vas specificirajte naziv direktive.';
$wb['directive_snippets_name_error_unique'] = 'Već postoji direktiva sa tim imenom.';
$wb['variables_txt'] = 'Varijable';
?>