<?php
|
$wb['email_txt'] = 'E-mail';
|
$wb['destination_txt'] = 'Cílový e-mail';
|
$wb['active_txt'] = 'Aktivní';
|
$wb['limit_mailforward_txt'] = 'Dosažen maximální počet email předávání pro Váš účet.';
|
$wb['duplicate_mailbox_txt'] = 'Mailbox s touto adresou již existuje';
|
$wb['domain_txt'] = 'Doména';
|
$wb['source_txt'] = 'Zdrojový e-mail';
|
$wb['greylisting_txt'] = 'Enable greylisting';
|
$wb['email_error_isemail'] = 'Please enter a valid email address.';
|
$wb['send_as_txt'] = 'Send as';
|
$wb['send_as_exp'] = 'Allow target to send mail using this address as origin (if target is internal)';
|
?>
|