Revision 1020
Added by Matthias over 15 years ago
phpmailer.lang-it.php | ||
---|---|---|
1 |
<?php |
|
2 |
/** |
|
3 |
* PHPMailer language file. |
|
4 |
* Italian version |
|
5 |
* @package PHPMailer |
|
6 |
* @author Ilias Bartolini <brain79@inwind.it?>*/ |
|
7 |
|
|
8 |
$PHPMAILER_LANG = array(); |
|
9 |
|
|
10 |
$PHPMAILER_LANG["provide_address"] = 'Deve essere fornito almeno un'. |
|
11 |
' indirizzo ricevente'; |
|
12 |
$PHPMAILER_LANG["mailer_not_supported"] = 'Mailer non supportato'; |
|
13 |
$PHPMAILER_LANG["execute"] = "Impossibile eseguire l'operazione: "; |
|
14 |
$PHPMAILER_LANG["instantiate"] = 'Impossibile istanziare la funzione mail'; |
|
15 |
$PHPMAILER_LANG["authenticate"] = 'SMTP Error: Impossibile autenticarsi.'; |
|
16 |
$PHPMAILER_LANG["from_failed"] = 'I seguenti indirizzi mittenti hanno'. |
|
17 |
' generato errore: '; |
|
18 |
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Error: I seguenti indirizzi'. |
|
19 |
'destinatari hanno generato errore: '; |
|
20 |
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Error: Data non accettati dal'. |
|
21 |
'server.'; |
|
22 |
$PHPMAILER_LANG["connect_host"] = 'SMTP Error: Impossibile connettersi'. |
|
23 |
' all\'host SMTP.'; |
|
24 |
$PHPMAILER_LANG["file_access"] = 'Impossibile accedere al file: '; |
|
25 |
$PHPMAILER_LANG["file_open"] = 'File Error: Impossibile aprire il file: '; |
|
26 |
$PHPMAILER_LANG["encoding"] = 'Encoding set dei caratteri sconosciuto: '; |
|
27 |
$PHPMAILER_LANG["signing"] = 'Signing Error: '; |
|
28 |
|
|
1 |
<?php |
|
2 |
/** |
|
3 |
* PHPMailer language file. |
|
4 |
* Italian version |
|
5 |
* @package PHPMailer |
|
6 |
* @author Ilias Bartolini <brain79@inwind.it>*/ |
|
7 |
|
|
8 |
$PHPMAILER_LANG = array(); |
|
9 |
|
|
10 |
$PHPMAILER_LANG['provide_address'] = 'Deve essere fornito almeno un indirizzo ricevente'; |
|
11 |
$PHPMAILER_LANG['mailer_not_supported'] = 'Mailer non supportato'; |
|
12 |
$PHPMAILER_LANG['execute'] = 'Impossibile eseguire l\'operazione: '; |
|
13 |
$PHPMAILER_LANG['instantiate'] = 'Impossibile istanziare la funzione mail'; |
|
14 |
$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Impossibile autenticarsi.'; |
|
15 |
$PHPMAILER_LANG['from_failed'] = 'I seguenti indirizzi mittenti hanno generato errore: '; |
|
16 |
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: I seguenti indirizzi'. |
|
17 |
'destinatari hanno generato errore: '; |
|
18 |
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Data non accettati dal'. |
|
19 |
'server.'; |
|
20 |
$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Impossibile connettersi all\'host SMTP.'; |
|
21 |
$PHPMAILER_LANG['file_access'] = 'Impossibile accedere al file: '; |
|
22 |
$PHPMAILER_LANG['file_open'] = 'File Error: Impossibile aprire il file: '; |
|
23 |
$PHPMAILER_LANG['encoding'] = 'Encoding set dei caratteri sconosciuto: '; |
|
24 |
$PHPMAILER_LANG['signing'] = 'Signing Error: '; |
|
25 |
$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: '; |
|
29 | 26 |
?> |
Also available in: Unified diff
Update PHPMailer to version 2.0.4 (ticket #733)