Skip to content

Commit c9ebc16

Browse files
author
thom
committed
Fix typo
1 parent 2f77e26 commit c9ebc16

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed
Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
<<<<<<< HEAD
32
$wb['server_id_txt'] = 'Server';
43
$wb['zone_txt'] = 'Zone';
54
$wb['name_txt'] = 'Hostname';
@@ -17,26 +16,6 @@ $wb['name_error_empty'] = 'The hostname is empty.';
1716
$wb['name_error_regex'] = 'The hostname has the wrong format.';
1817
$wb['data_error_empty'] = 'NAPTR record is empty.';
1918
$wb['naptr_error_regex'] = 'Invalid NAPTR record. The NAPTR record must include Order, Pref and either Regex or Replacement.';
20-
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
21-
=======
22-
$wb["server_id_txt"] = 'Server';
23-
$wb["zone_txt"] = 'Zone';
24-
$wb["name_txt"] = 'Hostname';
25-
$wb["order_txt"] = 'Order';
26-
$wb["pref_txt"] = 'Pref';
27-
$wb["flags_txt"] = 'Flags';
28-
$wb["service_txt"] = 'Service';
29-
$wb["regexp_txt"] = 'RegExp';
30-
$wb["replacement_txt"] = 'Replacement';
31-
$wb["ttl_txt"] = 'TTL';
32-
$wb["active_txt"] = 'Active';
33-
$wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.';
34-
$wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
35-
$wb["name_error_empty"] = 'The hostname is empty.';
36-
$wb["name_error_regex"] = 'The hostname has the wrong format.';
37-
$wb["data_error_empty"] = 'NAPTR record is empty.';
38-
$wb["naptr_error_regex"] = 'Invalid NAPTR record. The NAPTR record must include Order, Pref and either Regex or Replacement.';
3919
$wb['ttl_range_error'] = 'Минималния TTL е 60 секунди.';
40-
>>>>>>> ca5966faa549f9e6390adfb2d315de0f18e24578
4120
$wb['record_parse_error'] = 'Could not parse the record found in database.';
4221
?>

0 commit comments

Comments
 (0)