Florian Schaal
2014-08-14 a5ce4329bc1ad9d5695701e4c8b759d27fc3ba17
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';
?>