From 03e1700a01dd3b425ec5d6cb7bd9684360900a53 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 07 Jun 2012 06:59:07 -0400 Subject: [PATCH] FS#1814 - Add option for custom php.ini for execution of ispconfig server.php script --- interface/web/sites/lib/lang/ru_database_list.lng | 19 +++++++------------ 1 files changed, 7 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..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["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'; ?> -- Gitblit v1.9.1