Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
2d870d 1 <?php
F 2 $wb['action_txt'] = 'Acción';
2ab1e5 3 $wb['active_txt'] = 'Habilitado';
ff2b71 4 $wb['data_txt'] = 'Dato';
2ab1e5 5 $wb['pattern_error_empty'] = 'La expresión regular está vacía.';
ff2b71 6 $wb['pattern_txt'] = 'Patrón de expresión regular.';
CD 7 $wb['server_id_txt'] = 'Servidor';
8 $wb['type_txt'] = 'Filtro';
4bdecc 9 ?>