From ec3d9abb92487aab666cab95d6f5b3d4e9d23dbb Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Thu, 24 May 2012 03:00:18 -0400
Subject: [PATCH] added missing lang-string top_menu_mailuser + changed umlaut code to utf8 chars

---
 interface/web/sites/lib/lang/ru_database_list.lng |   17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/interface/web/sites/lib/lang/ru_database_list.lng b/interface/web/sites/lib/lang/ru_database_list.lng
index ca51fe7..0d737de 100644
--- a/interface/web/sites/lib/lang/ru_database_list.lng
+++ b/interface/web/sites/lib/lang/ru_database_list.lng
@@ -1,14 +1,9 @@
 <?php
-$wb['list_head_txt'] = 'Database';
-$wb['active_txt'] = 'Активный';
-$wb['remote_access_txt'] = 'Remote Access';
+$wb['list_head_txt'] = 'Базы данных';
+$wb['active_txt'] = 'Активен?';
+$wb['remote_access_txt'] = 'Удаленный доступ';
 $wb['server_id_txt'] = 'Сервер';
-$wb['database_name_txt'] = 'Database name';
-$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'] = 'Добавить новую Database';
+$wb['database_name_txt'] = 'Имя БД';
+$wb['add_new_record_txt'] = 'Добавить новую БД';
+$wb['database_user_txt'] = 'Database user';
 ?>

--
Gitblit v1.9.1