tbrehm
2012-04-05 cb9197fc8dc981aac3a9b0492c28a8e7fbc4b62a
commit | author | age
2d870d 1 <?php
F 2 $wb['uid_txt'] = 'UID';
3 $wb['gid_txt'] = 'GID';
4 $wb['dir_txt'] = 'Directorio';
5 $wb['quota_files_txt'] = 'Cuota de ficheros';
6 $wb['ul_ratio_txt'] = 'Velocidad de subida';
7 $wb['dl_ratio_txt'] = 'Velocidad de bajada';
8 $wb['ul_bandwidth_txt'] = 'Ancho de banda de subida';
9 $wb['dl_bandwidth_txt'] = 'Ancho de banda de bajada';
10 $wb['server_id_txt'] = 'Servidor';
11 $wb['parent_domain_id_txt'] = 'Sitio web';
12 $wb['username_txt'] = 'Usuario';
13 $wb['password_txt'] = 'Contraseña';
14 $wb['password_strength_txt'] = 'Fortaleza de la contraseña';
15 $wb['quota_size_txt'] = 'Cuota de disco';
16 $wb['active_txt'] = 'Activar';
17 $wb['limit_ftp_user_txt'] = 'Se ha alcanzado el número máximo de usuarios FTP';
18 $wb['username_error_empty'] = 'El usuario está vacío';
19 $wb['username_error_unique'] = 'El usuario debe ser único';
20 $wb['username_error_regex'] = 'El usuario contiene caracteres no válidos';
21 $wb['quota_size_error_empty'] = 'Cuota vacía';
22 $wb['uid_error_empty'] = 'GID vacío';
23 $wb['directory_error_empty'] = 'Directorio vacío';
24 $wb['quota_files_unity_txt'] = 'Ficheros';
25 $wb['directory_error_notinweb'] = 'El directorio no está dentro del directorio web raíz.';
26 $wb['parent_domain_id_error_empty'] = 'No se ha seleccionado un sitio web.';
1ca823 27 $wb['quota_size_error_regex'] = 'Quota: enter a -1 for unlimited or a number > 0';
cb9197 28 $wb['dir_dot_error'] = 'No .. in path allowed.';
T 29 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
2d870d 30 ?>