From b91328b225502a9fd9d871bae4529b6ea04b9b67 Mon Sep 17 00:00:00 2001
From: Sergio Cambra <sergio@programatica.es>
Date: Mon, 30 Jun 2014 05:09:21 -0400
Subject: [PATCH] display info message after domain owner change

---
 interface/lib/lang/es.lng |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/lib/lang/es.lng b/interface/lib/lang/es.lng
index 63b6245..8945297 100644
--- a/interface/lib/lang/es.lng
+++ b/interface/lib/lang/es.lng
@@ -147,4 +147,5 @@
 $wb['strength_5'] = 'Very Strong';
 $wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \\"{strength}\\".';
 $wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
+$wb['domain_owner_changed'] = 'Has cambiado el propietario del dominio {domain}, por favor cambia tambiƩn el propietario del sitio web y dominio de correo de este dominio.';
 ?>

--
Gitblit v1.9.1