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