From 19b5e01da02aa2115ee802cf2e43a7f3e58f4eac Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Wed, 13 Aug 2014 13:28:03 -0400
Subject: [PATCH] Added function "is_superadmin" in auth library and improved other functions.

---
 interface/web/dns/lib/lang/ru_dns_soa_list.lng |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/interface/web/dns/lib/lang/ru_dns_soa_list.lng b/interface/web/dns/lib/lang/ru_dns_soa_list.lng
index 2114aec..d9827f1 100644
--- a/interface/web/dns/lib/lang/ru_dns_soa_list.lng
+++ b/interface/web/dns/lib/lang/ru_dns_soa_list.lng
@@ -1,15 +1,10 @@
 <?php
-$wb['list_head_txt'] = 'DNS Zones';
-$wb['active_txt'] = 'Активный';
+$wb['list_head_txt'] = 'DNS зоны';
+$wb['active_txt'] = 'Активна?';
 $wb['server_id_txt'] = 'Сервер';
-$wb['origin_txt'] = 'Zone';
+$wb['origin_txt'] = 'Зона';
 $wb['ns_txt'] = 'NS';
 $wb['mbox_txt'] = 'Email';
-$wb['page_txt'] = 'Страница';
-$wb['page_of_txt'] = 'из';
-$wb['page_next_txt'] = 'Дальше';
-$wb['page_back_txt'] = 'Назад';
-$wb['delete_txt'] = 'Удалить';
-$wb['filter_txt'] = 'Фильтр';
 $wb['add_new_record_txt'] = 'Добавить новую DNS Zone (SOA)';
+$wb['add_new_record_wizard_txt'] = 'Add new DNS Zone with Wizard';
 ?>

--
Gitblit v1.9.1