...
Florian Schaal
2014-01-26 98aae1febc6571d2d35dd21f08e68be5f540b80a
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'] = 'Πηγή';
$wb['destination_error_isemail'] = 'Ο προορισμός δεν είναι έγκυρη διεύθυνση email.';
?>