Skip to content
cz_mail_domain.lng 488 B
Newer Older
tbrehm's avatar
tbrehm committed
<?php
$wb['server_id_txt'] = 'Server';
$wb['domain_txt'] = 'Doména';
$wb['type_txt'] = 'Typ';
$wb['active_txt'] = 'Aktivní';
$wb['domain_error_empty'] = 'Doména je prázdná.';
$wb['domain_error_unique'] = 'Dupolikování domény.';
tbrehm's avatar
tbrehm committed
$wb['domain_error_regex'] = 'Chybný název domény.';
$wb['client_txt'] = 'Klient';
$wb['limit_maildomain_txt'] = 'Dosažen maximální počet email domén pro Váš účet.';
$wb['policy_txt'] = 'Spamfiltr';
tbrehm's avatar
tbrehm committed
$wb['no_policy'] = '- nepovoleno -';
?>