root@9
|
1 <?php
|
root@9
|
2 /**
|
root@9
|
3 * PHPMailer language file: refer to English translation for definitive list
|
root@9
|
4 * Italian version
|
root@9
|
5 * @package PHPMailer
|
root@9
|
6 * @author Ilias Bartolini <brain79@inwind.it>
|
root@9
|
7 */
|
root@9
|
8
|
root@9
|
9 $PHPMAILER_LANG['authenticate'] = 'SMTP Error: Impossibile autenticarsi.';
|
root@9
|
10 $PHPMAILER_LANG['connect_host'] = 'SMTP Error: Impossibile connettersi all\'host SMTP.';
|
root@9
|
11 $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Data non accettati dal server.';
|
root@9
|
12 //$PHPMAILER_LANG['empty_message'] = 'Message body empty';
|
root@9
|
13 $PHPMAILER_LANG['encoding'] = 'Encoding set dei caratteri sconosciuto: ';
|
root@9
|
14 $PHPMAILER_LANG['execute'] = 'Impossibile eseguire l\'operazione: ';
|
root@9
|
15 $PHPMAILER_LANG['file_access'] = 'Impossibile accedere al file: ';
|
root@9
|
16 $PHPMAILER_LANG['file_open'] = 'File Error: Impossibile aprire il file: ';
|
root@9
|
17 $PHPMAILER_LANG['from_failed'] = 'I seguenti indirizzi mittenti hanno generato errore: ';
|
root@9
|
18 $PHPMAILER_LANG['instantiate'] = 'Impossibile istanziare la funzione mail';
|
root@9
|
19 //$PHPMAILER_LANG['invalid_email'] = 'Not sending, email address is invalid: ';
|
root@9
|
20 $PHPMAILER_LANG['provide_address'] = 'Deve essere fornito almeno un indirizzo ricevente';
|
root@9
|
21 $PHPMAILER_LANG['mailer_not_supported'] = 'Mailer non supportato';
|
root@9
|
22 $PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: I seguenti indirizzi destinatari hanno generato errore: ';
|
root@9
|
23 //$PHPMAILER_LANG['signing'] = 'Signing Error: ';
|
root@9
|
24 //$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
|
root@9
|
25 //$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
|
root@9
|
26 //$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
|
root@9
|
27 ?> |