Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
da5a1d 1 <?php
F 2 $wb['server_id_txt'] = 'Server';
14f228 3 $wb['zone_txt'] = 'Zon';
TB 4 $wb['name_txt'] = 'Namn';
5 $wb['type_txt'] = 'typ';
da5a1d 6 $wb['data_txt'] = 'Canonical Hostname';
F 7 $wb['ttl_txt'] = 'TTL';
14f228 8 $wb['active_txt'] = 'Aktiv';
da5a1d 9 $wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.';
F 10 $wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
14f228 11 $wb['name_error_empty'] = 'Namnfältet är tomt.';
TB 12 $wb['name_error_regex'] = 'Namnfältet har fel format.';
da5a1d 13 $wb['data_error_empty'] = 'Canonical hostname empty';
F 14 $wb['data_error_regex'] = 'Canonical hostname format invalid';
dc9e64 15 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
da5a1d 16 ?>