From bd06baf3a9714c902d20f5aef09cfc13f87a981d Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 28 Jan 2010 07:07:14 -0500
Subject: [PATCH] Implemented: FS#1049 - Allow "Login as" also from the client list as it is allready possible from sysuser list.

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

diff --git a/interface/web/admin/lib/lang/ru_server_ip.lng b/interface/web/admin/lib/lang/ru_server_ip.lng
index ac5dc42..14bb8e3 100644
--- a/interface/web/admin/lib/lang/ru_server_ip.lng
+++ b/interface/web/admin/lib/lang/ru_server_ip.lng
@@ -2,7 +2,6 @@
 $wb['server_id_txt'] = 'Сервер';
 $wb['ip_address_txt'] = 'IP адрес';
 $wb['virtualhost_txt'] = 'HTTP NameVirtualHost';
-$wb['ip_err'] = 'IP адрес неправилен';
-$wb['btn_save_txt'] = 'Сохранить';
-$wb['btn_cancel_txt'] = 'Закончить';
+$wb['ip_error_wrong'] = 'IP адрес неправилен';
+$wb['ip_error_unique'] = 'The IP address must be unique';
 ?>

--
Gitblit v1.9.1