From e253202995d188925fa4e9df4f6dea0523511eae Mon Sep 17 00:00:00 2001 From: oilyflutesalad <oilyflutesalad@ispconfig3> Date: Mon, 18 Jan 2010 05:56:48 -0500 Subject: [PATCH] Fixed: FS#928 - System Load Averages should no longer show as zero on non-english linux distros --- interface/web/sites/lib/lang/bg_database_list.lng | 18 ++++++------------ 1 files changed, 6 insertions(+), 12 deletions(-) diff --git a/interface/web/sites/lib/lang/bg_database_list.lng b/interface/web/sites/lib/lang/bg_database_list.lng index 58a6bf9..4ca18c1 100644 --- a/interface/web/sites/lib/lang/bg_database_list.lng +++ b/interface/web/sites/lib/lang/bg_database_list.lng @@ -1,14 +1,8 @@ <?php -$wb['list_head_txt'] = 'Database'; -$wb['active_txt'] = 'Active'; -$wb['remote_access_txt'] = 'Remote Access'; -$wb['server_id_txt'] = 'Server'; -$wb['database_name_txt'] = 'Database name'; -$wb['page_txt'] = 'Page'; -$wb['page_of_txt'] = 'of'; -$wb['page_next_txt'] = 'Next'; -$wb['page_back_txt'] = 'Back'; -$wb['delete_txt'] = 'Delete'; -$wb['filter_txt'] = 'Filter'; -$wb['add_new_record_txt'] = 'Add new 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'] = 'Нова база данни'; ?> -- Gitblit v1.9.1