From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 30 May 2012 07:30:44 -0400 Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons). --- interface/web/sites/lib/lang/es_ftp_user.lng | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/interface/web/sites/lib/lang/es_ftp_user.lng b/interface/web/sites/lib/lang/es_ftp_user.lng index 53f6907..1220783 100644 --- a/interface/web/sites/lib/lang/es_ftp_user.lng +++ b/interface/web/sites/lib/lang/es_ftp_user.lng @@ -2,11 +2,11 @@ $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'; @@ -21,5 +21,10 @@ $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.'; ?> -- Gitblit v1.9.1