commit | author | age
|
1ca823
|
1 |
<?php |
T |
2 |
$wb['server_id_txt'] = 'Server'; |
|
3 |
$wb['zone_txt'] = 'Ζώνη'; |
|
4 |
$wb['name_txt'] = 'Hostname'; |
|
5 |
$wb['type_txt'] = 'τύπος'; |
|
6 |
$wb['data_txt'] = 'Κείμενο'; |
|
7 |
$wb['ttl_txt'] = 'TTL'; |
|
8 |
$wb['active_txt'] = 'Ενεργή'; |
|
9 |
$wb['limit_dns_record_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος των εγγραφών DNS για τον λογαριασμό σας.'; |
|
10 |
$wb['no_zone_perm'] = 'Δεν έχετε δικαίωμα να προσθέσετε εγγραφές σε αυτή τη ζώνη DNS.'; |
|
11 |
$wb['name_error_empty'] = 'Το hostname δεν έχει οριστεί.'; |
|
12 |
$wb['name_error_regex'] = 'Το hostname δεν έχει σωστή μορφοποίηση.'; |
|
13 |
$wb['data_error_empty'] = 'Το κείμενο δεν έχει οριστεί'; |
|
14 |
$wb['data_error_regex'] = 'Κείμενο με μη έγκυρη μορφοποίηση'; |
dc9e64
|
15 |
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
378d83
|
16 |
$wb['invalid_type_dkim'] = 'DKIM is not allowed. Use the DKIM button'; |
FS |
17 |
$wb['invalid_type_dmarc'] = 'DMARC is not allowed. Use the DMARC button'; |
|
18 |
$wb['invalid_type_spf'] = 'SPF is not allowed. Use the SPF button.'; |
1ca823
|
19 |
?> |