From 2b9951bbfe7b2635a630e8eccb05a6134d3b8a24 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 13 Aug 2013 15:36:38 -0400 Subject: [PATCH] Improved permission checks. --- interface/web/tools/lib/lang/es_usersettings.lng | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/interface/web/tools/lib/lang/es_usersettings.lng b/interface/web/tools/lib/lang/es_usersettings.lng index de2105c..eaa47b7 100644 --- a/interface/web/tools/lib/lang/es_usersettings.lng +++ b/interface/web/tools/lib/lang/es_usersettings.lng @@ -5,6 +5,8 @@ $wb['password_mismatch'] = 'La contraseƱa indicada en el segundo campo no coincide con la del primero.'; $wb['Form to edit the user password and language.'] = 'Formulario para editar el usuario y la contraseƱa.'; $wb['Settings'] = 'Configuraciones'; -$wb['id_rsa_txt'] = 'De claves RSA'; -$wb['ssh_rsa_txt'] = 'Claves SSH RSA'; +$wb['generate_password_txt'] = 'Generate Password'; +$wb['repeat_password_txt'] = 'Repeat Password'; +$wb['password_mismatch_txt'] = 'The passwords do not match.'; +$wb['password_match_txt'] = 'The passwords do match.'; ?> -- Gitblit v1.9.1