From 63fdfa58314a8bb9cac9c8a7fdbec2257d866db9 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 09 Jul 2012 04:48:18 -0400 Subject: [PATCH] Updated bulgarian language files. --- interface/web/dns/lib/lang/bg_dns_import.lng | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/interface/web/dns/lib/lang/bg_dns_import.lng b/interface/web/dns/lib/lang/bg_dns_import.lng index 201a755..f34b441 100644 --- a/interface/web/dns/lib/lang/bg_dns_import.lng +++ b/interface/web/dns/lib/lang/bg_dns_import.lng @@ -1,8 +1,9 @@ <?php + $wb['server_id_txt'] = 'Server'; $wb['client_txt'] = 'Client'; -$wb['btn_save_txt'] = 'Import Zonefile'; -$wb['btn_cancel_txt'] = 'Cancel'; +$wb["btn_save_txt"] = 'Import Zonefile'; +$wb["btn_cancel_txt"] = 'Cancel'; $wb['domain_txt'] = 'Domain'; $wb['zone_file_successfully_imported_txt'] = 'The zone file has successfully been imported!'; $wb['error_no_valid_zone_file_txt'] = 'This appears to be no valid zone file!'; @@ -11,3 +12,6 @@ $wb['title'] = 'Import Zone Files'; $wb['no_file_uploaded_error'] = 'No zonefile uploaded'; ?> + + + -- Gitblit v1.9.1