From b0ebbdedaa0805599b97a9d3bbc96c0a5cf2bbac Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 21 Mar 2010 06:04:32 -0400
Subject: [PATCH] Fixed: FS#1124 - Traffic quota on some systems not working

---
 interface/web/sites/lib/lang/es_shell_user.lng |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/interface/web/sites/lib/lang/es_shell_user.lng b/interface/web/sites/lib/lang/es_shell_user.lng
index 8edb9d9..6bafd70 100644
--- a/interface/web/sites/lib/lang/es_shell_user.lng
+++ b/interface/web/sites/lib/lang/es_shell_user.lng
@@ -8,7 +8,7 @@
 $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';
@@ -18,4 +18,5 @@
 $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.';
 ?>

--
Gitblit v1.9.1