language/phpmailer.lang-it.php Quellcode

phpmailer.lang-it.php
gehe zur Dokumentation dieser Datei
1 <?php
9 $PHPMAILER_LANG['authenticate'] = 'SMTP Error: Impossibile autenticarsi.';
10 $PHPMAILER_LANG['connect_host'] = 'SMTP Error: Impossibile connettersi all\'host SMTP.';
11 $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Dati non accettati dal server.';
12 $PHPMAILER_LANG['empty_message'] = 'Il corpo del messaggio è vuoto';
13 $PHPMAILER_LANG['encoding'] = 'Codifica dei caratteri sconosciuta: ';
14 $PHPMAILER_LANG['execute'] = 'Impossibile eseguire l\'operazione: ';
15 $PHPMAILER_LANG['file_access'] = 'Impossibile accedere al file: ';
16 $PHPMAILER_LANG['file_open'] = 'File Error: Impossibile aprire il file: ';
17 $PHPMAILER_LANG['from_failed'] = 'I seguenti indirizzi mittenti hanno generato errore: ';
18 $PHPMAILER_LANG['instantiate'] = 'Impossibile istanziare la funzione mail';
19 $PHPMAILER_LANG['invalid_address'] = 'Impossibile inviare, l\'indirizzo email non è valido: ';
20 $PHPMAILER_LANG['provide_address'] = 'Deve essere fornito almeno un indirizzo ricevente';
21 $PHPMAILER_LANG['mailer_not_supported'] = 'Mailer non supportato';
22 $PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: I seguenti indirizzi destinatari hanno generato un errore: ';
23 $PHPMAILER_LANG['signing'] = 'Errore nella firma: ';
24 $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallita.';
25 $PHPMAILER_LANG['smtp_error'] = 'Errore del server SMTP: ';
26 $PHPMAILER_LANG['variable_set'] = 'Impossibile impostare o resettare la variabile: ';




Korrekturen, Hinweise und Ergänzungen

Bitte scheuen Sie sich nicht und melden Sie, was auf dieser Seite sachlich falsch oder irreführend ist, was ergänzt werden sollte, was fehlt usw. Dazu bitte oben aus dem Menü Seite den Eintrag Support Forum wählen. Es ist eine kostenlose Anmeldung erforderlich, um Anmerkungen zu posten. Unpassende Postings, Spam usw. werden kommentarlos entfernt.