34 lines
1.9 KiB
PHP
34 lines
1.9 KiB
PHP
<?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.
|
|
*********************************************************************************
|
|
* $Header: \modules\Emails\language\phpmailer.lang-hu_hu.php - 11:31 2011.11.11. $
|
|
* Description: Defines the Hungarian language pack for the Emails module vtiger 5.3.x
|
|
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
|
|
* All Rights Reserved.
|
|
* Contributor(s): Istvan Holbok, e-mail: holbok@gmail.com , mobil: +3670-3420900 , Skype: holboki
|
|
********************************************************************************/
|
|
/**
|
|
* PHPMailer language file.
|
|
* Hungarian Version
|
|
*/
|
|
$PHPMAILER_LANG = array();
|
|
$PHPMAILER_LANG["provide_address"] = 'Legalább egy címzettet meg kell adni.';
|
|
$PHPMAILER_LANG["mailer_not_supported"] = ' a levelező nincs támogatva.';
|
|
$PHPMAILER_LANG["execute"] = 'Nem hajtható végre: ';
|
|
$PHPMAILER_LANG["instantiate"] = 'A levelező funkció nem inicializálható.';
|
|
$PHPMAILER_LANG["authenticate"] = 'SMTP hiba: nem tudott hitelesíteni.';
|
|
$PHPMAILER_LANG["from_failed"] = 'A következő Küldő email cím hibás: ';
|
|
$PHPMAILER_LANG["recipients_failed"] = 'SMTP hiba: A következő címzett hibás: ';
|
|
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP hiba: Az adatokat nem fogadta.';
|
|
$PHPMAILER_LANG["connect_host"] = 'SMTP hiba: Nem tudtam kapcsolódni az SMTP-hez host1111111111=======>.';
|
|
$PHPMAILER_LANG["file_access"] = 'A fájl nem hozzáférhető: ';
|
|
$PHPMAILER_LANG["file_open"] = 'Fájl hiba: A fájl nem nyitható meg: ';
|
|
$PHPMAILER_LANG["encoding"] = 'Ismeretlen kódolás: ';
|
|
?>
|