Skip to content
de_mail_user.lng 1.43 KiB
Newer Older
redray's avatar
redray committed
<?php
$wb['custom_mailfilter_txt'] = 'Custom mail filter recipe';
$wb['email_txt'] = 'Email';
$wb['cryptpwd_txt'] = 'Passwort';
$wb['active_txt'] = 'Aktiv';
tbrehm's avatar
tbrehm committed
$wb['email_error_isemail'] = 'Emailadresse ist ungültig.';
$wb['email_error_unique'] = 'Doppelte Emailadresse.';
redray's avatar
redray committed
$wb['autoresponder_text_txt'] = 'Text';
$wb['autoresponder_txt'] = 'Autoresponder';
torusturtle's avatar
torusturtle committed
$wb['no_domain_perm'] = 'Sie haben keine Berechtigung für diese Domain.';
redray's avatar
redray committed
$wb['error_no_pwd'] = 'Passwort ist leer.';
$wb['quota_error_isint'] = 'Mailboxgröße muss eine Zahl sein.';
$wb['quota_txt'] = 'Quota';
torusturtle's avatar
torusturtle committed
$wb['server_id_txt'] = 'Server ID';
redray's avatar
redray committed
$wb['password_txt'] = 'Passwort';
$wb['maildir_txt'] = 'Maildir';
$wb['postfix_txt'] = 'Aktiviere Empfang';
$wb['access_txt'] = 'Aktiviere Zugriff';
$wb['policy_txt'] = 'Spamfilter';
$wb['no_policy'] = '- nicht aktiviert -';
torusturtle's avatar
torusturtle committed
$wb['limit_mailbox_txt'] = 'Die max. Anzahl an Mailboxen für ihren Account wurde erreich.';
$wb['limit_mailquota_txt'] = 'Der max. Speicherplatz für ihre Mailboxen wurde erreicht. Der max. verfügbare Speicher in MB ist';
$wb['welcome_mail_subject'] = 'Willkommen zu ihrem neuen Emailaccount.';
$wb['welcome_mail_message'] = 'Willkommen zu ihrem neuen Emailaccount.';
redray's avatar
redray committed
$wb['disableimap_txt'] = 'IMAP deaktivieren';
$wb['disablepop3_txt'] = 'POP3 deaktivieren';
tbrehm's avatar
tbrehm committed
$wb['password_strength_txt'] = 'Passwortkomplexität';
$wb['welcome_mail_fromname_txt'] = 'ISPConfig3';
tbrehm's avatar
tbrehm committed
$wb['welcome_mail_fromemail_txt'] = 'webmaster@ihredomain.at';
redray's avatar
redray committed
?>