Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
487df6 1 <?php
1ca823 2 $wb['server_id_txt'] = 'Szerver';
T 3 $wb['zone_txt'] = 'Zóna';
4 $wb['name_txt'] = 'Hosztnév';
5 $wb['type_txt'] = 'típus';
91609a 6 $wb['data_txt'] = 'IPv6-Address';
T 7 $wb['ttl_txt'] = 'TTL';
1ca823 8 $wb['active_txt'] = 'Aktív';
91609a 9 $wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.';
T 10 $wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
11 $wb['name_error_empty'] = 'The hostname is empty.';
12 $wb['name_error_regex'] = 'The hostname has the wrong format.';
13 $wb['data_error_empty'] = 'IP-Address empty';
3c6ea9 14 $wb['ip_error_wrong'] = 'IP-Address format invalid';
dc9e64 15 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
487df6 16 ?>