Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
1ca823 1 <?php
T 2 $wb['server_id_txt'] = 'Server';
3 $wb['origin_txt'] = 'Ζώνη (SOA)';
4 $wb['ns_txt'] = 'NS';
5 $wb['mbox_txt'] = 'Email';
6 $wb['serial_txt'] = 'Serial';
8cf78b 7 $wb['refresh_txt'] = 'Ανανέωση';
T 8 $wb['retry_txt'] = 'Επαναπροσπάθεια';
9 $wb['expire_txt'] = 'Λήξη';
10 $wb['minimum_txt'] = 'Ελάχιστο';
1ca823 11 $wb['ttl_txt'] = 'TTL';
T 12 $wb['xfer_txt'] = 'Άδεια μεταφοράς ζώνης από <br />αυτές τς IP (λίστα χωρισμένη με κόμα)';
13 $wb['active_txt'] = 'Ενεργή';
14 $wb['limit_dns_zone_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος των ζωνών DNS για τον λογαριασμό σας';
15 $wb['client_txt'] = 'Πελάτης';
16 $wb['no_zone_perm'] = 'Δεν έχετε δικαίωμα να προσθέσε εγγραφές σε αυτή την ζώνη DNS';
17 $wb['server_id_error_empty'] = 'Δεν επιλέχθηκε server';
18 $wb['origin_error_empty'] = 'Η ζώνη είναι κενή.';
19 $wb['origin_error_unique'] = 'Υπάρχει ήδη μια εγγραφή για αυτή τη ζώνη.';
20 $wb['origin_error_regex'] = 'Η ζώνη δεν έχει έγκυρη μορφοποίηση.';
21 $wb['ns_error_regex'] = 'NS με μη έγκυρη μορφοποίηση.';
22 $wb['mbox_error_empty'] = 'Το Email δεν έχει οριστεί.';
23 $wb['mbox_error_regex'] = 'Email με μη έγκυρη μορφοποίηση.';
edf806 24 $wb['also_notify_txt'] = 'Ειδοποίηση επίσης σε';
T 25 $wb['also_notify_error_regex'] = 'Παρακαλούμε χρησιμοποιείστε μια διεύθυνση IP.';
26 $wb['update_acl_txt'] = 'Ανανέωση ACL';
27 $wb['seconds_txt'] = 'Δευτερόλεπτα';
28 $wb['eg_domain_tld'] = 'π.χ. domain.tld';
29 $wb['eg_ns1_domain_tld'] = 'π.χ. ns1.domain.tld';
30 $wb['eg_webmaster_domain_tld'] = 'π.χ. webmaster@domain.tld';
7dc438 31 $wb['The Domain can not be changed. Please ask your Administrator if you want to change the domain name.'] = 'The Domain can not be changed. Please ask your Administrator if you want to change the domain name.';
TB 32 $wb['refresh_range_error'] = 'Min. Refresh time is 60 seconds.';
33 $wb['retry_range_error'] = 'Min. Retry time is 60 seconds.';
34 $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.';
35 $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.';
36 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
37 $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.';
407003 38 $wb['dnssec_info_txt'] = 'DNSSEC DS-Data for registry';
TB 39 $wb['dnssec_wanted_txt'] = 'Sign zone (DNSSEC)';
40 $wb['dnssec_wanted_info'] = 'When disabling DNSSEC keys are not going to be deleted if DNSSEC was enabled before and keys already have been generated but the zone will no longer be delievered in signed format afterwards.';
41 $wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.';
42 $wb['soa_cannot_be_changed_txt'] = 'Die Zone (SOA) kann nicht verändert werden. Bitte kontaktieren Sie ihren Administrator, um die Zone zu ändern.';
1ca823 43 ?>