Skip to content
it_directive_snippets.lng 942 B
Newer Older
$wb['Directive Snippets'] = 'Direttive Snippets';
$wb['name_txt'] = 'Nome Snippet';
$wb['type_txt'] = 'Tipo';
$wb['snippet_txt'] = 'Snippet';
$wb['active_txt'] = 'Attivo';
$wb['directive_snippets_name_empty'] = 'Indicare un nome per lo snippet.';
$wb['directive_snippets_name_error_unique'] = 'Esiste già una direttiva snippet con questo nome.';
$wb['variables_txt'] = 'Variabili';
$wb['customer_viewable_txt'] = 'Customer viewable';
Thom's avatar
Thom committed
$wb['required_php_snippets_txt'] = 'Required PHP Snippet';
$wb['update_sites_txt'] = 'Update sites using this snippet';
Marius Burkard's avatar
Marius Burkard committed
$wb['error_hide_snippet_active_sites'] = 'You cannot hide this snippet from customers as it is currently used by existing websites.';
$wb['error_disable_snippet_active_sites'] = 'You cannot disable this snippet as it is currently used by existing websites.';
$wb['error_delete_snippet_active_sites'] = 'You cannot delete this snippet as it is currently used by existing websites.';