Till Brehm
2016-01-31 4070036454731508a7caa56d19e0d5bc9e64614c
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['Directive Snippets'] = 'Fragmentos de código';
$wb['name_txt'] = 'Nombre del fragmento';
$wb['type_txt'] = 'Tipo';
$wb['snippet_txt'] = 'Fragmento';
$wb['active_txt'] = 'Habilitado';
$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['variables_txt'] = 'Variables';
$wb['customer_viewable_txt'] = 'Customer viewable';
?>