Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
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 ?>