Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
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';
4bdecc 11 ?>