From f2ea1ac2223dd3c86abe2d41f96b58ea30f8fe61 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 27 Oct 2009 12:02:32 -0400
Subject: [PATCH] Added: FS#696 - Make the allow override settings configurable per server and website 

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

diff --git a/interface/web/admin/lib/lang/ru_server_ip.lng b/interface/web/admin/lib/lang/ru_server_ip.lng
index eab51c9..14bb8e3 100644
--- a/interface/web/admin/lib/lang/ru_server_ip.lng
+++ b/interface/web/admin/lib/lang/ru_server_ip.lng
@@ -1,8 +1,7 @@
 <?php
-$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['server_id_txt'] = 'Сервер';
+$wb['ip_address_txt'] = 'IP адрес';
+$wb['virtualhost_txt'] = 'HTTP NameVirtualHost';
+$wb['ip_error_wrong'] = 'IP адрес неправилен';
+$wb['ip_error_unique'] = 'The IP address must be unique';
 ?>

--
Gitblit v1.9.1