Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
bfcdef 1 <?php
2ab1e5 2 $wb['active_txt'] = 'Habilitado';
2e4662 3 $wb['customer_viewable_txt'] = 'Visible por los clientes';
CD 4 $wb['Directive Snippets'] = 'Fragmentos de código';
2ab1e5 5 $wb['directive_snippets_name_empty'] = 'Por favor ingrese un nombre para el fragmento.';
TB 6 $wb['directive_snippets_name_error_unique'] = 'Ya existe un fragmento de código con ese nombre.';
2e4662 7 $wb['name_txt'] = 'Nombre del fragmento';
CD 8 $wb['snippet_txt'] = 'Fragmento';
9 $wb['type_txt'] = 'Tipo';
dc9e64 10 $wb['variables_txt'] = 'Variables';
2e4662 11 ?>