From c9d4ef4e593bde5a12d3eaa19b44ea5829866004 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 05 May 2014 02:25:31 -0400 Subject: [PATCH] Merge branch 'stable-3.0.5' into 'stable-3.0.5' --- interface/web/sites/lib/lang/ru_database_list.lng | 20 ++++++++------------ 1 files changed, 8 insertions(+), 12 deletions(-) diff --git a/interface/web/sites/lib/lang/ru_database_list.lng b/interface/web/sites/lib/lang/ru_database_list.lng index ebca1b7..4647c0c 100644 --- a/interface/web/sites/lib/lang/ru_database_list.lng +++ b/interface/web/sites/lib/lang/ru_database_list.lng @@ -1,14 +1,10 @@ <?php -$wb["list_head_txt"] = 'Database'; -$wb["active_txt"] = 'Активный'; -$wb["remote_access_txt"] = 'Remote Access'; -$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['list_head_txt'] = 'Базы данных'; +$wb['active_txt'] = 'Активен?'; +$wb['remote_access_txt'] = 'Удаленный доступ'; +$wb['server_id_txt'] = 'Сервер'; +$wb['database_name_txt'] = 'Имя БД'; +$wb['add_new_record_txt'] = 'Добавить новую БД'; +$wb['database_user_txt'] = 'Database user'; +$wb['parent_domain_id_txt'] = 'Website'; ?> -- Gitblit v1.9.1