Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
bfcdef 1 <?php
407003 2 $wb['Directive Snippets'] = 'Direttive Snippets';
TB 3 $wb['name_txt'] = 'Nome Snippet';
4 $wb['type_txt'] = 'Tipo';
10b4c8 5 $wb['snippet_txt'] = 'Snippet';
407003 6 $wb['active_txt'] = 'Attivo';
TB 7 $wb['directive_snippets_name_empty'] = 'Indicare un nome per lo snippet.';
8 $wb['directive_snippets_name_error_unique'] = 'Esiste giĆ  una direttiva snippet con questo nome.';
9 $wb['variables_txt'] = 'Variabili';
10 $wb['customer_viewable_txt'] = 'Customer viewable';
10b4c8 11 ?>