File tree Expand file tree Collapse file tree 24 files changed +504
-0
lines changed
interface/web/dns/lib/lang Expand file tree Collapse file tree 24 files changed +504
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["server_id_txt"] = 'Server';
3+ $wb["zone_txt"] = 'Zone';
4+ $wb["name_txt"] = 'Hostname';
5+ $wb["order_txt"] = 'Order';
6+ $wb["pref_txt"] = 'Pref';
7+ $wb["flags_txt"] = 'Flags';
8+ $wb["service_txt"] = 'Service';
9+ $wb["regexp_txt"] = 'RegExp';
10+ $wb["replacement_txt"] = 'Replacement';
11+ $wb["ttl_txt"] = 'TTL';
12+ $wb["active_txt"] = 'Active';
13+ $wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.';
14+ $wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
15+ $wb["name_error_empty"] = 'The hostname is empty.';
16+ $wb["name_error_regex"] = 'The hostname has the wrong format.';
17+ $wb["data_error_empty"] = 'NAPTR record is empty.';
18+ $wb["naptr_error_regex"] = 'Invalid NAPTR record. The NAPTR record must include Order, Pref and either Regex or Replacement.';
19+ $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
20+ $wb['record_parse_error'] = 'Could not parse the record found in database.';
21+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["server_id_txt"] = 'Server';
3+ $wb["zone_txt"] = 'Zone';
4+ $wb["name_txt"] = 'Hostname';
5+ $wb["order_txt"] = 'Order';
6+ $wb["pref_txt"] = 'Pref';
7+ $wb["flags_txt"] = 'Flags';
8+ $wb["service_txt"] = 'Service';
9+ $wb["regexp_txt"] = 'RegExp';
10+ $wb["replacement_txt"] = 'Replacement';
11+ $wb["ttl_txt"] = 'TTL';
12+ $wb["active_txt"] = 'Active';
13+ $wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.';
14+ $wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
15+ $wb["name_error_empty"] = 'The hostname is empty.';
16+ $wb["name_error_regex"] = 'The hostname has the wrong format.';
17+ $wb["data_error_empty"] = 'NAPTR record is empty.';
18+ $wb["naptr_error_regex"] = 'Invalid NAPTR record. The NAPTR record must include Order, Pref and either Regex or Replacement.';
19+ $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
20+ $wb['record_parse_error'] = 'Could not parse the record found in database.';
21+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["server_id_txt"] = 'Server';
3+ $wb["zone_txt"] = 'Zone';
4+ $wb["name_txt"] = 'Hostname';
5+ $wb["order_txt"] = 'Order';
6+ $wb["pref_txt"] = 'Pref';
7+ $wb["flags_txt"] = 'Flags';
8+ $wb["service_txt"] = 'Service';
9+ $wb["regexp_txt"] = 'RegExp';
10+ $wb["replacement_txt"] = 'Replacement';
11+ $wb["ttl_txt"] = 'TTL';
12+ $wb["active_txt"] = 'Active';
13+ $wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.';
14+ $wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
15+ $wb["name_error_empty"] = 'The hostname is empty.';
16+ $wb["name_error_regex"] = 'The hostname has the wrong format.';
17+ $wb["data_error_empty"] = 'NAPTR record is empty.';
18+ $wb["naptr_error_regex"] = 'Invalid NAPTR record. The NAPTR record must include Order, Pref and either Regex or Replacement.';
19+ $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
20+ $wb['record_parse_error'] = 'Could not parse the record found in database.';
21+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["server_id_txt"] = 'Server';
3+ $wb["zone_txt"] = 'Zone';
4+ $wb["name_txt"] = 'Hostname';
5+ $wb["order_txt"] = 'Order';
6+ $wb["pref_txt"] = 'Pref';
7+ $wb["flags_txt"] = 'Flags';
8+ $wb["service_txt"] = 'Service';
9+ $wb["regexp_txt"] = 'RegExp';
10+ $wb["replacement_txt"] = 'Replacement';
11+ $wb["ttl_txt"] = 'TTL';
12+ $wb["active_txt"] = 'Active';
13+ $wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.';
14+ $wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
15+ $wb["name_error_empty"] = 'The hostname is empty.';
16+ $wb["name_error_regex"] = 'The hostname has the wrong format.';
17+ $wb["data_error_empty"] = 'NAPTR record is empty.';
18+ $wb["naptr_error_regex"] = 'Invalid NAPTR record. The NAPTR record must include Order, Pref and either Regex or Replacement.';
19+ $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
20+ $wb['record_parse_error'] = 'Could not parse the record found in database.';
21+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["server_id_txt"] = 'Server';
3+ $wb["zone_txt"] = 'Zone';
4+ $wb["name_txt"] = 'Hostname';
5+ $wb["order_txt"] = 'Order';
6+ $wb["pref_txt"] = 'Pref';
7+ $wb["flags_txt"] = 'Flags';
8+ $wb["service_txt"] = 'Service';
9+ $wb["regexp_txt"] = 'RegExp';
10+ $wb["replacement_txt"] = 'Replacement';
11+ $wb["ttl_txt"] = 'TTL';
12+ $wb["active_txt"] = 'Active';
13+ $wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.';
14+ $wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
15+ $wb["name_error_empty"] = 'The hostname is empty.';
16+ $wb["name_error_regex"] = 'The hostname has the wrong format.';
17+ $wb["data_error_empty"] = 'NAPTR record is empty.';
18+ $wb["naptr_error_regex"] = 'Invalid NAPTR record. The NAPTR record must include Order, Pref and either Regex or Replacement.';
19+ $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
20+ $wb['record_parse_error'] = 'Could not parse the record found in database.';
21+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["server_id_txt"] = 'Server';
3+ $wb["zone_txt"] = 'Zone';
4+ $wb["name_txt"] = 'Hostname';
5+ $wb["order_txt"] = 'Order';
6+ $wb["pref_txt"] = 'Pref';
7+ $wb["flags_txt"] = 'Flags';
8+ $wb["service_txt"] = 'Service';
9+ $wb["regexp_txt"] = 'RegExp';
10+ $wb["replacement_txt"] = 'Replacement';
11+ $wb["ttl_txt"] = 'TTL';
12+ $wb["active_txt"] = 'Active';
13+ $wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.';
14+ $wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
15+ $wb["name_error_empty"] = 'The hostname is empty.';
16+ $wb["name_error_regex"] = 'The hostname has the wrong format.';
17+ $wb["data_error_empty"] = 'NAPTR record is empty.';
18+ $wb["naptr_error_regex"] = 'Invalid NAPTR record. The NAPTR record must include Order, Pref and either Regex or Replacement.';
19+ $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
20+ $wb['record_parse_error'] = 'Could not parse the record found in database.';
21+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["server_id_txt"] = 'Server';
3+ $wb["zone_txt"] = 'Zone';
4+ $wb["name_txt"] = 'Hostname';
5+ $wb["order_txt"] = 'Order';
6+ $wb["pref_txt"] = 'Pref';
7+ $wb["flags_txt"] = 'Flags';
8+ $wb["service_txt"] = 'Service';
9+ $wb["regexp_txt"] = 'RegExp';
10+ $wb["replacement_txt"] = 'Replacement';
11+ $wb["ttl_txt"] = 'TTL';
12+ $wb["active_txt"] = 'Active';
13+ $wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.';
14+ $wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
15+ $wb["name_error_empty"] = 'The hostname is empty.';
16+ $wb["name_error_regex"] = 'The hostname has the wrong format.';
17+ $wb["data_error_empty"] = 'NAPTR record is empty.';
18+ $wb["naptr_error_regex"] = 'Invalid NAPTR record. The NAPTR record must include Order, Pref and either Regex or Replacement.';
19+ $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
20+ $wb['record_parse_error'] = 'Could not parse the record found in database.';
21+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["server_id_txt"] = 'Server';
3+ $wb["zone_txt"] = 'Zone';
4+ $wb["name_txt"] = 'Hostname';
5+ $wb["order_txt"] = 'Order';
6+ $wb["pref_txt"] = 'Pref';
7+ $wb["flags_txt"] = 'Flags';
8+ $wb["service_txt"] = 'Service';
9+ $wb["regexp_txt"] = 'RegExp';
10+ $wb["replacement_txt"] = 'Replacement';
11+ $wb["ttl_txt"] = 'TTL';
12+ $wb["active_txt"] = 'Active';
13+ $wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.';
14+ $wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
15+ $wb["name_error_empty"] = 'The hostname is empty.';
16+ $wb["name_error_regex"] = 'The hostname has the wrong format.';
17+ $wb["data_error_empty"] = 'NAPTR record is empty.';
18+ $wb["naptr_error_regex"] = 'Invalid NAPTR record. The NAPTR record must include Order, Pref and either Regex or Replacement.';
19+ $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
20+ $wb['record_parse_error'] = 'Could not parse the record found in database.';
21+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["server_id_txt"] = 'Server';
3+ $wb["zone_txt"] = 'Zone';
4+ $wb["name_txt"] = 'Hostname';
5+ $wb["order_txt"] = 'Order';
6+ $wb["pref_txt"] = 'Pref';
7+ $wb["flags_txt"] = 'Flags';
8+ $wb["service_txt"] = 'Service';
9+ $wb["regexp_txt"] = 'RegExp';
10+ $wb["replacement_txt"] = 'Replacement';
11+ $wb["ttl_txt"] = 'TTL';
12+ $wb["active_txt"] = 'Active';
13+ $wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.';
14+ $wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
15+ $wb["name_error_empty"] = 'The hostname is empty.';
16+ $wb["name_error_regex"] = 'The hostname has the wrong format.';
17+ $wb["data_error_empty"] = 'NAPTR record is empty.';
18+ $wb["naptr_error_regex"] = 'Invalid NAPTR record. The NAPTR record must include Order, Pref and either Regex or Replacement.';
19+ $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
20+ $wb['record_parse_error'] = 'Could not parse the record found in database.';
21+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["server_id_txt"] = 'Server';
3+ $wb["zone_txt"] = 'Zone';
4+ $wb["name_txt"] = 'Hostname';
5+ $wb["order_txt"] = 'Order';
6+ $wb["pref_txt"] = 'Pref';
7+ $wb["flags_txt"] = 'Flags';
8+ $wb["service_txt"] = 'Service';
9+ $wb["regexp_txt"] = 'RegExp';
10+ $wb["replacement_txt"] = 'Replacement';
11+ $wb["ttl_txt"] = 'TTL';
12+ $wb["active_txt"] = 'Active';
13+ $wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.';
14+ $wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
15+ $wb["name_error_empty"] = 'The hostname is empty.';
16+ $wb["name_error_regex"] = 'The hostname has the wrong format.';
17+ $wb["data_error_empty"] = 'NAPTR record is empty.';
18+ $wb["naptr_error_regex"] = 'Invalid NAPTR record. The NAPTR record must include Order, Pref and either Regex or Replacement.';
19+ $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
20+ $wb['record_parse_error'] = 'Could not parse the record found in database.';
21+ ?>
You can’t perform that action at this time.
0 commit comments