From 4ffb51e51f89a45256836fb55ad1c29f5e06beb2 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Mon, 19 Sep 2011 06:17:52 -0400 Subject: [PATCH] - Added nginx support to the installer. --- interface/web/sites/lib/lang/es_shell_user.lng | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/interface/web/sites/lib/lang/es_shell_user.lng b/interface/web/sites/lib/lang/es_shell_user.lng index fec9b23..6ab1e5b 100644 --- a/interface/web/sites/lib/lang/es_shell_user.lng +++ b/interface/web/sites/lib/lang/es_shell_user.lng @@ -1,16 +1,12 @@ <?php -$wb['uid_txt'] = 'Usuario web'; -$wb['gid_txt'] = 'Grupo'; $wb['shell_txt'] = 'Consola (shell)'; $wb['dir_txt'] = 'Dir'; -$wb['btn_save_txt'] = 'Guardar'; -$wb['btn_cancel_txt'] = 'Cancelar'; $wb['server_id_txt'] = 'Servidor'; $wb['parent_domain_id_txt'] = 'Sitio'; $wb['username_txt'] = 'Usuario'; $wb['password_txt'] = 'Contraseña'; $wb['password_strength_txt'] = 'Fortaleza de la contraseña'; -$wb['chroot_txt'] = 'Consola Chroot'; +$wb['chroot_txt'] = 'Consola chroot'; $wb['quota_size_txt'] = 'Cuota'; $wb['active_txt'] = 'Activar'; $wb['username_error_empty'] = 'El usuario está vacío'; @@ -20,5 +16,7 @@ $wb['uid_error_empty'] = 'GID vacío'; $wb['directory_error_empty'] = 'Directorio vacío'; $wb['limit_shell_user_txt'] = 'Se ha alcanzado el número máximo de usuarios de consola'; +$wb['parent_domain_id_error_empty'] = 'No se ha seleccionado un sitio web.'; +$wb['puser_txt'] = 'Web Username'; +$wb['pgroup_txt'] = 'Web Group'; ?> - -- Gitblit v1.9.1