From edca9d621a27e4f4f2c8b3963c96faf4348b759e Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Tue, 28 Aug 2012 06:38:09 -0400
Subject: [PATCH] fixed display of addon templates FS#1464

---
 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