PHPMailer6
language
phpmailer.lang-af.php
phpmailer.lang-ar.php
phpmailer.lang-az.php
phpmailer.lang-ba.php
phpmailer.lang-be.php
phpmailer.lang-bg.php
phpmailer.lang-ca.php
phpmailer.lang-cs.php
phpmailer.lang-da.php
phpmailer.lang-de.php
phpmailer.lang-el.php
phpmailer.lang-eo.php
phpmailer.lang-es.php
phpmailer.lang-et.php
phpmailer.lang-fa.php
phpmailer.lang-fi.php
phpmailer.lang-fo.php
phpmailer.lang-fr.php
phpmailer.lang-gl.php
phpmailer.lang-he.php
phpmailer.lang-hi.php
phpmailer.lang-hr.php
phpmailer.lang-hu.php
phpmailer.lang-hy.php
phpmailer.lang-id.php
phpmailer.lang-it.php
phpmailer.lang-ja.php
phpmailer.lang-ka.php
phpmailer.lang-ko.php
phpmailer.lang-lt.php
phpmailer.lang-lv.php
phpmailer.lang-mg.php
phpmailer.lang-mn.php
phpmailer.lang-ms.php
phpmailer.lang-nb.php
phpmailer.lang-nl.php
phpmailer.lang-pl.php
phpmailer.lang-pt.php
phpmailer.lang-pt_br.php
phpmailer.lang-ro.php
phpmailer.lang-ru.php
phpmailer.lang-sk.php
phpmailer.lang-sl.php
phpmailer.lang-sr.php
phpmailer.lang-sr_latn.php
phpmailer.lang-sv.php
phpmailer.lang-tl.php
phpmailer.lang-tr.php
phpmailer.lang-uk.php
phpmailer.lang-vi.php
phpmailer.lang-zh.php
phpmailer.lang-zh_cn.php
src
COMMITMENT
LICENSE
README.md
SECURITY.md
VERSION
composer.json
get_oauth_token.php
auswertung
bootstrap
classes
config
controller
dashboard
datepicker
jquery
js
language
lib
media
msd
selfregistration
sql
survey
templates
test
tinymce
.gitignore
Hinweise_zu_php8.txt
config.inc.php
todo.txt
28 lines
1.7 KiB
PHP
28 lines
1.7 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Hungarian PHPMailer language file: refer to English translation for definitive list
|
|
* @package PHPMailer
|
|
* @author @dominicus-75
|
|
*/
|
|
|
|
$PHPMAILER_LANG['authenticate'] = 'SMTP hiba: az azonosítás sikertelen.';
|
|
$PHPMAILER_LANG['connect_host'] = 'SMTP hiba: nem lehet kapcsolódni az SMTP-szerverhez.';
|
|
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP hiba: adatok visszautasítva.';
|
|
$PHPMAILER_LANG['empty_message'] = 'Üres az üzenettörzs.';
|
|
$PHPMAILER_LANG['encoding'] = 'Ismeretlen kódolás: ';
|
|
$PHPMAILER_LANG['execute'] = 'Nem lehet végrehajtani: ';
|
|
$PHPMAILER_LANG['file_access'] = 'A következő fájl nem elérhető: ';
|
|
$PHPMAILER_LANG['file_open'] = 'Fájl hiba: a következő fájlt nem lehet megnyitni: ';
|
|
$PHPMAILER_LANG['from_failed'] = 'A feladóként megadott következő cím hibás: ';
|
|
$PHPMAILER_LANG['instantiate'] = 'A PHP mail() függvényt nem sikerült végrehajtani.';
|
|
$PHPMAILER_LANG['invalid_address'] = 'Érvénytelen cím: ';
|
|
$PHPMAILER_LANG['mailer_not_supported'] = ' a mailer-osztály nem támogatott.';
|
|
$PHPMAILER_LANG['provide_address'] = 'Legalább egy címzettet fel kell tüntetni.';
|
|
$PHPMAILER_LANG['recipients_failed'] = 'SMTP hiba: a címzettként megadott következő címek hibásak: ';
|
|
$PHPMAILER_LANG['signing'] = 'Hibás aláírás: ';
|
|
$PHPMAILER_LANG['smtp_connect_failed'] = 'Hiba az SMTP-kapcsolatban.';
|
|
$PHPMAILER_LANG['smtp_error'] = 'SMTP-szerver hiba: ';
|
|
$PHPMAILER_LANG['variable_set'] = 'A következő változók beállítása nem sikerült: ';
|
|
$PHPMAILER_LANG['extension_missing'] = 'Bővítmény hiányzik: ';
|