Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
1
2
3
4
5
6
7
8
9
10
<?php
$wb['Directive Snippets'] = 'Fragmentos de código';
$wb['name_txt'] = 'Nombre del fragmento';
$wb['type_txt'] = 'Tipo';
$wb['snippet_txt'] = 'Fragmento';
$wb['active_txt'] = 'Habilitado';
$wb['directive_snippets_name_empty'] = 'Por favor ingrese un nombre para el fragmento.';
$wb['directive_snippets_name_error_unique'] = 'Ya existe un fragmento de código con ese nombre.';
$wb['variables_txt'] = 'Variables';
?>