From 62469fc6f5556f69eecfcce3e84cbc596009f172 Mon Sep 17 00:00:00 2001 From: karailiev <karailiev@ispconfig3> Date: Fri, 21 Nov 2008 20:45:31 -0500 Subject: [PATCH] * Bulgarian language pack --- interface/web/dns/lib/lang/bg_dns_soa.lng | 50 +++++++++++++++++++++++++------------------------- 1 files changed, 25 insertions(+), 25 deletions(-) diff --git a/interface/web/dns/lib/lang/bg_dns_soa.lng b/interface/web/dns/lib/lang/bg_dns_soa.lng index f03c0c4..b266bbb 100644 --- a/interface/web/dns/lib/lang/bg_dns_soa.lng +++ b/interface/web/dns/lib/lang/bg_dns_soa.lng @@ -1,26 +1,26 @@ <?php -$wb["btn_save_txt"] = 'Save'; -$wb["btn_cancel_txt"] = 'Cancel'; -$wb["server_id_txt"] = 'Server'; -$wb["origin_txt"] = 'Zone (SOA)'; -$wb["ns_txt"] = 'NS'; -$wb["mbox_txt"] = 'Email'; -$wb["serial_txt"] = 'Serial'; -$wb["refresh_txt"] = 'Refresh'; -$wb["retry_txt"] = 'Retry'; -$wb["expire_txt"] = 'Expire'; -$wb["minimum_txt"] = 'Minimum'; -$wb["ttl_txt"] = 'TTL'; -$wb["xfer_txt"] = 'Allow zone transfers to <br />these IPs (comma separated list)'; -$wb["active_txt"] = 'Active'; -$wb["limit_dns_zone_txt"] = 'The max. number of DNS zones for your account is reached.'; -$wb["client_txt"] = 'Client'; -$wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.'; -$wb["server_id_error_empty"] = 'No server selected'; -$wb["origin_error_empty"] = 'Zone empty.'; -$wb["origin_error_unique"] = 'There is already a record for this zone.'; -$wb["origin_error_regex"] = 'Zone has a invalid format.'; -$wb["ns_error_regex"] = 'NS has a invalid format.'; -$wb["mbox_error_empty"] = 'Email is empty.'; -$wb["mbox_error_regex"] = 'Email format invalid.'; -?> \ No newline at end of file +$wb['btn_save_txt'] = 'Save'; +$wb['btn_cancel_txt'] = 'Cancel'; +$wb['server_id_txt'] = 'Server'; +$wb['origin_txt'] = 'Zone (SOA)'; +$wb['ns_txt'] = 'NS'; +$wb['mbox_txt'] = 'Email'; +$wb['serial_txt'] = 'Serial'; +$wb['refresh_txt'] = 'Refresh'; +$wb['retry_txt'] = 'Retry'; +$wb['expire_txt'] = 'Expire'; +$wb['minimum_txt'] = 'Minimum'; +$wb['ttl_txt'] = 'TTL'; +$wb['xfer_txt'] = 'Allow zone transfers to <br />these IPs (comma separated list)'; +$wb['active_txt'] = 'Active'; +$wb['limit_dns_zone_txt'] = 'The max. number of DNS zones for your account is reached.'; +$wb['client_txt'] = 'Client'; +$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.'; +$wb['server_id_error_empty'] = 'No server selected'; +$wb['origin_error_empty'] = 'Zone empty.'; +$wb['origin_error_unique'] = 'There is already a record for this zone.'; +$wb['origin_error_regex'] = 'Zone has a invalid format.'; +$wb['ns_error_regex'] = 'NS has a invalid format.'; +$wb['mbox_error_empty'] = 'Email is empty.'; +$wb['mbox_error_regex'] = 'Email format invalid.'; +?> -- Gitblit v1.9.1