Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
bfcdef 1 <?php
21c8aa 2 $wb['Directive Snippets'] = 'Direktive';
TB 3 $wb['name_txt'] = 'Naziv direktive';
4 $wb['type_txt'] = 'Vrsta';
5 $wb['snippet_txt'] = 'direktiva';
6 $wb['active_txt'] = 'Aktivno';
7 $wb['directive_snippets_name_empty'] = 'Molimo vas specificirajte naziv direktive.';
8 $wb['directive_snippets_name_error_unique'] = 'Već postoji direktiva sa tim imenom.';
9 $wb['variables_txt'] = 'Varijable';
bfcdef 10 ?>
21c8aa 11
TB 12