Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
commit | author | age
bfcdef 1 <?php
2ab1e5 2 $wb['Directive Snippets'] = 'Fragmentos de código';
TB 3 $wb['name_txt'] = 'Nombre del fragmento';
4 $wb['type_txt'] = 'Tipo';
5 $wb['snippet_txt'] = 'Fragmento';
6 $wb['active_txt'] = 'Habilitado';
7 $wb['directive_snippets_name_empty'] = 'Por favor ingrese un nombre para el fragmento.';
8 $wb['directive_snippets_name_error_unique'] = 'Ya existe un fragmento de código con ese nombre.';
dc9e64 9 $wb['variables_txt'] = 'Variables';
10b4c8 10 ?>