tbrehm
2012-07-09 63fdfa58314a8bb9cac9c8a7fdbec2257d866db9
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';
?>