Sergio Cambra
2014-06-27 9df44a90fd7fd57693899ccbe2231955a48fe64b
1
2
3
4
5
6
7
8
9
10
<?php
$wb['Directive Snippets'] = 'Fragmentos de Directivas';
$wb['name_txt'] = 'Nombre';
$wb['type_txt'] = 'Tipo';
$wb['snippet_txt'] = 'Código';
$wb['active_txt'] = 'Activo';
$wb['directive_snippets_name_empty'] = 'Por favor especifica un nombre para el fragmento.';
$wb['directive_snippets_name_error_unique'] = 'Ya hay un fragmento de directivas con este nombre.';
$wb['variables_txt'] = 'Variables';
?>