Florian Schaal
2015-02-15 54afe0e3036f339e623e98f5d3fbb397376c7ca2
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';
?>