Till Brehm
2015-11-15 f4f981d8f98e4f74a8d69d05a31ab63e188ea808
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';
?>