| | |
| | | $wb['uid_txt'] = 'UID'; |
| | | $wb['gid_txt'] = 'GID'; |
| | | $wb['dir_txt'] = 'Directorio'; |
| | | $wb['quota_files_txt'] = 'Cuota de Archivo'; |
| | | $wb['ul_ratio_txt'] = 'Velocidad subida'; |
| | | $wb['dl_ratio_txt'] = 'Velocidad bajada'; |
| | | $wb['ul_bandwidth_txt'] = 'Ancho de banda subida'; |
| | | $wb['dl_bandwidth_txt'] = 'Ancho de banda bajada'; |
| | | $wb['quota_files_txt'] = 'Cuota de ficheros'; |
| | | $wb['ul_ratio_txt'] = 'Velocidad de subida'; |
| | | $wb['dl_ratio_txt'] = 'Velocidad de bajada'; |
| | | $wb['ul_bandwidth_txt'] = 'Ancho de banda de subida'; |
| | | $wb['dl_bandwidth_txt'] = 'Ancho de banda de bajada'; |
| | | $wb['server_id_txt'] = 'Servidor'; |
| | | $wb['parent_domain_id_txt'] = 'Sitio web'; |
| | | $wb['username_txt'] = 'Usuario'; |
| | |
| | | $wb['quota_size_error_empty'] = 'Cuota vacía'; |
| | | $wb['uid_error_empty'] = 'GID vacío'; |
| | | $wb['directory_error_empty'] = 'Directorio vacío'; |
| | | $wb['quota_files_unity_txt'] = 'Files'; |
| | | $wb['quota_files_unity_txt'] = 'Ficheros'; |
| | | $wb['directory_error_notinweb'] = 'El directorio no está dentro del directorio web raíz.'; |
| | | $wb['parent_domain_id_error_empty'] = 'No se ha seleccionado un sitio web.'; |
| | | $wb['quota_size_error_regex'] = 'Quota: enter a -1 for unlimited or a number > 0'; |
| | | $wb['dir_dot_error'] = 'No .. in path allowed.'; |
| | | $wb['dir_slashdot_error'] = 'No ./ in path allowed.'; |
| | | ?> |