From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/sites/lib/lang/ru_database_list.lng | 18 +++++++----------- 1 files changed, 7 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..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['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'; ?> -- Gitblit v1.9.1