Jan-Claas Dirks
2015-09-14 6c2436ec529ed4f75b1c57c0d43a3138c6fbff6f
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';
?>