Marius Burkard
2016-01-31 3117f2e70389b0a3e03a683ec8b03e4e0a7eea87
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';
?>