tbrehm
2009-06-29 c8d40dcde6c8c6c26850f2a96f2348d176a2fdc4
interface/web/mail/lib/lang/de_mail_get.lng
@@ -1,13 +1,15 @@
<?php
$wb['server_id_txt'] = 'Server';
$wb['type_txt'] = 'Typ';
$wb['source_server_txt'] = 'POP3/IMAP Server';
$wb['source_username_txt'] = 'Benutzername';
$wb['source_password_txt'] = 'Passwort';
<?php
$wb['server_id_txt'] = 'Server';
$wb['type_txt'] = 'Typ';
$wb['source_server_txt'] = 'POP3/IMAP Server';
$wb['source_username_txt'] = 'Benutzername';
$wb['source_password_txt'] = 'Passwort';
$wb['source_delete_txt'] = 'Mails nach Empfang löschen';
$wb['destination_txt'] = 'Ziel';
$wb['active_txt'] = 'Aktiv';
$wb['limit_fetchmail_txt'] = 'The max. number of Fetchmail records for your account is reached.';
?>
$wb['destination_txt'] = 'Ziel';
$wb['active_txt'] = 'Aktiv';
$wb['limit_fetchmail_txt'] = 'Die max. Anzahl an Fetchmail Einträgen für ihren Account wurde erreicht.';
$wb['source_server_error_isempty'] = 'Server ist leer.';
$wb['source_username_error_isempty'] = 'Benutzername ist leer.';
$wb['source_password_error_isempty'] = 'Passwort ist leer.';
$wb['destination_error_isemail'] = 'Keine Destination gewählt.';
?>