Marius Cramer
2014-04-23 9b3069a1eacd3cbda0bfe565925e80f667f6c96d
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['domain_txt'] = 'Domain';
$wb['destination_txt'] = 'Προορισμός';
$wb['active_txt'] = 'Ενεργό';
$wb['domain_error_unique'] = 'Υπάρχει ήδη μία εγγραφή Catchall για αυτό το domain.';
$wb['no_domain_perm'] = 'Δεν έχετε δικαιώματα για αυτό το domain.';
$wb['domain_error_regex'] = 'Μη έγκρυρο όνομα domain ή το όνομα περιέχει μη επιτρεπόμενους χαρακτήρες';
$wb['limit_mailcatchall_txt'] = 'Το μέγιστο πλήθος των email catchall για τον λογαριασμό σας, έχει εξαντληθεί.';
$wb['source_txt'] = 'Source';
$wb['destination_error_isemail'] = 'Destination is no valid email address.';
?>