Mercurial > hg > rr-repo
comparison sites/all/modules/smtp/phpmailer/language/phpmailer.lang-it.php @ 9:830c812b520f
added smtp module
author | root <root@paio.local> |
---|---|
date | Mon, 28 Oct 2013 15:34:27 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
8:49b8ebaaad78 | 9:830c812b520f |
---|---|
1 <?php | |
2 /** | |
3 * PHPMailer language file: refer to English translation for definitive list | |
4 * Italian version | |
5 * @package PHPMailer | |
6 * @author Ilias Bartolini <brain79@inwind.it> | |
7 */ | |
8 | |
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: Data non accettati dal server.'; | |
12 //$PHPMAILER_LANG['empty_message'] = 'Message body empty'; | |
13 $PHPMAILER_LANG['encoding'] = 'Encoding set dei caratteri sconosciuto: '; | |
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_email'] = 'Not sending, email address is invalid: '; | |
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 errore: '; | |
23 //$PHPMAILER_LANG['signing'] = 'Signing Error: '; | |
24 //$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.'; | |
25 //$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: '; | |
26 //$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: '; | |
27 ?> |