| | |
| | | $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['directory_error_notinweb'] = 'Directory not inside of web root directory.'; |
| | | $wb['parent_domain_id_error_empty'] = 'No website selected.'; |
| | | $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'] = 'Cuota: introduzca un -1 para ilimitados ó un número > 0'; |
| | | $wb['dir_dot_error'] = 'No se permite .. en la ruta.'; |
| | | $wb['dir_slashdot_error'] = 'No se permite ./ en la ruta.'; |
| | | $wb['generate_password_txt'] = 'Generar contraseña'; |
| | | $wb['repeat_password_txt'] = 'Repetir contraseña'; |
| | | $wb['password_mismatch_txt'] = 'Las contraseñas no coinciden.'; |
| | | $wb['password_match_txt'] = 'Las contraseñas coinciden.'; |
| | | ?> |