32 lines
1.6 KiB
PHP
Raw Permalink Normal View History

2013-01-30 22:02:55 -05:00
<?php
/*********************************************************************************
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*
********************************************************************************/
/**
* PHPMailer language file.
* English Version
*/
$PHPMAILER_LANG = array();
$PHPMAILER_LANG["provide_address"] = 'Sie m<>ssen wenigstens eine ' .
'Empf<70>nger E-Mail Adresse angeben.';
$PHPMAILER_LANG["mailer_not_supported"] = ' Mailprogramm wird nicht unterst<73>tzt.';
$PHPMAILER_LANG["execute"] = 'Konnte nicht ausf<73>hren: ';
$PHPMAILER_LANG["instantiate"] = 'Konnte die E-Mail Funktion nicht ausf<73>hren.';
$PHPMAILER_LANG["authenticate"] = 'SMTP Fehler: Authentifikation nicht m<>glich.';
$PHPMAILER_LANG["from_failed"] = 'Die folgende VON E-Mail Adresse ist fehlerhaft: ';
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Fehler: An die folgenden ' .
'Empf<70>nger konnte nichts gesendet werden: ';
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Fehler: Daten werden nicht akzeptiert.';
$PHPMAILER_LANG["connect_host"] = 'SMTP Fehler: Konnte den SMTP Host nicht erreichen =>.';
$PHPMAILER_LANG["file_access"] = 'Konnte nicht auf die Datei zugreifen: ';
$PHPMAILER_LANG["file_open"] = 'Dateifehler: Konnte die Datei nicht <20>ffenen: ';
$PHPMAILER_LANG["encoding"] = 'Unbekannte Kodierung: ';
?>