| | |
| | | <?php
|
| | | $wb['uid_txt'] = 'UID';
|
| | | $wb['gid_txt'] = 'GID';
|
| | | $wb['dir_txt'] = 'Directorio';
|
| | | $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['password_txt'] = 'Contraseña';
|
| | | $wb['password_strength_txt'] = 'Fortaleza de la contraseña';
|
| | | $wb['quota_size_txt'] = 'Cuota de disco';
|
| | | $wb['active_txt'] = 'Activar';
|
| | | $wb['limit_ftp_user_txt'] = 'Se ha alcanzado el número máximo de usuarios FTP';
|
| | | $wb['username_error_empty'] = 'El usuario está vacío';
|
| | | $wb['username_error_unique'] = 'El usuario debe ser único';
|
| | | $wb['username_error_regex'] = 'El usuario contiene caracteres no válidos';
|
| | | $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'] = '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.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['uid_txt'] = 'UID'; |
| | | $wb['gid_txt'] = 'GID'; |
| | | $wb['dir_txt'] = 'Directorio'; |
| | | $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['password_txt'] = 'Contraseña'; |
| | | $wb['password_strength_txt'] = 'Fortaleza de la contraseña'; |
| | | $wb['quota_size_txt'] = 'Cuota de disco'; |
| | | $wb['active_txt'] = 'Activar'; |
| | | $wb['limit_ftp_user_txt'] = 'Se ha alcanzado el número máximo de usuarios FTP'; |
| | | $wb['username_error_empty'] = 'El usuario está vacío'; |
| | | $wb['username_error_unique'] = 'El usuario debe ser único'; |
| | | $wb['username_error_regex'] = 'El usuario contiene caracteres no válidos'; |
| | | $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'] = '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.'; |
| | | ?> |