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
selfregistration
sql
survey
templates
test
tinymce
.gitignore
Hinweise_zu_php8.txt
config.inc.php
todo.txt
29 lines
1.8 KiB
PHP
29 lines
1.8 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Italian PHPMailer language file: refer to English translation for definitive list
|
|
* @package PHPMailer
|
|
* @author Ilias Bartolini <brain79@inwind.it>
|
|
* @author Stefano Sabatini <sabas88@gmail.com>
|
|
*/
|
|
|
|
$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Impossibile autenticarsi.';
|
|
$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Impossibile connettersi all\'host SMTP.';
|
|
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Dati non accettati dal server.';
|
|
$PHPMAILER_LANG['empty_message'] = 'Il corpo del messaggio è vuoto';
|
|
$PHPMAILER_LANG['encoding'] = 'Codifica dei caratteri sconosciuta: ';
|
|
$PHPMAILER_LANG['execute'] = 'Impossibile eseguire l\'operazione: ';
|
|
$PHPMAILER_LANG['file_access'] = 'Impossibile accedere al file: ';
|
|
$PHPMAILER_LANG['file_open'] = 'File Error: Impossibile aprire il file: ';
|
|
$PHPMAILER_LANG['from_failed'] = 'I seguenti indirizzi mittenti hanno generato errore: ';
|
|
$PHPMAILER_LANG['instantiate'] = 'Impossibile istanziare la funzione mail';
|
|
$PHPMAILER_LANG['invalid_address'] = 'Impossibile inviare, l\'indirizzo email non è valido: ';
|
|
$PHPMAILER_LANG['provide_address'] = 'Deve essere fornito almeno un indirizzo ricevente';
|
|
$PHPMAILER_LANG['mailer_not_supported'] = 'Mailer non supportato';
|
|
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: I seguenti indirizzi destinatari hanno generato un errore: ';
|
|
$PHPMAILER_LANG['signing'] = 'Errore nella firma: ';
|
|
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallita.';
|
|
$PHPMAILER_LANG['smtp_error'] = 'Errore del server SMTP: ';
|
|
$PHPMAILER_LANG['variable_set'] = 'Impossibile impostare o resettare la variabile: ';
|
|
$PHPMAILER_LANG['extension_missing'] = 'Estensione mancante: ';
|