From 3560c8d8e14e5ddc8a619844d9ab86d3b9d8d52e Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Wed, 06 Jul 2016 10:29:10 -0400 Subject: [PATCH] Fixed issue in SQL lib. --- interface/web/sites/lib/lang/ru_database_list.lng | 19 ++++++++----------- 1 files changed, 8 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..0b2580d 100644 --- a/interface/web/sites/lib/lang/ru_database_list.lng +++ b/interface/web/sites/lib/lang/ru_database_list.lng @@ -1,14 +1,11 @@ <?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'; +$wb['parent_domain_id_txt'] = 'Website'; +$wb['type_txt'] = 'Type'; ?> -- Gitblit v1.9.1