From d812165fbb0e9ff4079771e4b265039383a4e0f2 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Tue, 16 Sep 2014 02:42:32 -0400 Subject: [PATCH] Changed SSL cert generation mode to SHA256. --- interface/web/tools/lib/lang/es_usersettings.lng | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/interface/web/tools/lib/lang/es_usersettings.lng b/interface/web/tools/lib/lang/es_usersettings.lng index 12f5206..eaa47b7 100644 --- a/interface/web/tools/lib/lang/es_usersettings.lng +++ b/interface/web/tools/lib/lang/es_usersettings.lng @@ -5,4 +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['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