Marius Burkard
2015-12-14 1b9d2f3435f9d90443f68017cb0cd4abbe69ae52
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';
?>