Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
522ef8 1 <?php
10b4c8 2 $wb['server_id_txt'] = 'Servidor';
T 3 $wb['parent_domain_id_txt'] = 'Sitio web';
4 $wb['path_txt'] = 'Ruta';
2ab1e5 5 $wb['active_txt'] = 'Habilitado';
TB 6 $wb['path_error_regex'] = 'La ruta a la carpeta en inválida.';
7 $wb['error_folder_already_protected_txt'] = 'Ya existe un registro para esta carpeta.';
d6cd45 8 ?>