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