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/dns/lib/lang/bg_dns_a_list.lng | 30 ++++++++++++++---------------- 1 files changed, 14 insertions(+), 16 deletions(-) diff --git a/interface/web/dns/lib/lang/bg_dns_a_list.lng b/interface/web/dns/lib/lang/bg_dns_a_list.lng index 4832451..0b86e34 100644 --- a/interface/web/dns/lib/lang/bg_dns_a_list.lng +++ b/interface/web/dns/lib/lang/bg_dns_a_list.lng @@ -1,17 +1,15 @@ <?php -$wb["list_head_txt"] = 'A-Record'; -$wb["active_txt"] = 'Active'; -$wb["server_id_txt"] = 'Server'; -$wb["zone_txt"] = 'Zone'; -$wb["name_txt"] = 'Name'; -$wb["data_txt"] = 'Data'; -$wb["aux_txt"] = 'Priority'; -$wb["type_txt"] = 'Type'; -$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 DNS A-Record'; -?> \ No newline at end of file +$wb['list_head_txt'] = 'A-Запис'; +$wb['active_txt'] = 'Активен'; +$wb['server_id_txt'] = 'Сървър'; +$wb['zone_txt'] = 'Зона'; +$wb['name_txt'] = 'Име'; +$wb['data_txt'] = 'Дата'; +$wb['aux_txt'] = 'Приоритед'; +$wb['type_txt'] = 'Тип'; +$wb['add_new_record_txt'] = 'Добави нов DNS A Запис'; +$wb['page_txt'] = 'Страница'; +$wb['page_of_txt'] = 'от'; +$wb['delete_confirmation'] = 'Наистина ли искате да изтриете този запис?'; +$wb['ttl_txt'] = 'TTL'; +?> -- Gitblit v1.9.1