Marius Burkard
2016-01-22 bdb3e8057e46d5e69bae3dffb4d2669090b0ee8f
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['server_id_txt'] = 'Server';
$wb['domain_txt'] = 'Domain';
$wb['type_txt'] = 'Τύπος';
$wb['active_txt'] = 'Ενεργό';
$wb['domain_error_empty'] = 'Το Domain δεν έχει οριστεί.';
$wb['domain_error_unique'] = 'Διπλό Domain.';
$wb['domain_error_regex'] = 'Το όνομα domain δεν είναι έγκυρο.';
$wb['client_txt'] = 'Πελάτης';
$wb['limit_maildomain_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος των email domains για τον λογαριασμό σας.';
$wb['policy_txt'] = 'Spamfilter';
$wb['no_policy'] = '- ανενεργό -';
?>