phpmailer.lang-it.php

Go to the documentation of this file.
00001 <?php
00009 $PHPMAILER_LANG = array();
00010 
00011 $PHPMAILER_LANG["provide_address"]      = 'Deve essere fornito almeno un'.
00012                                           ' indirizzo ricevente';
00013 $PHPMAILER_LANG["mailer_not_supported"] = 'Mailer non supportato';
00014 $PHPMAILER_LANG["execute"]              = "Impossibile eseguire l'operazione: ";
00015 $PHPMAILER_LANG["instantiate"]          = 'Impossibile istanziare la funzione mail';
00016 $PHPMAILER_LANG["authenticate"]         = 'SMTP Error: Impossibile autenticarsi.';
00017 $PHPMAILER_LANG["from_failed"]          = 'I seguenti indirizzi mittenti hanno'.
00018                                           ' generato errore: ';
00019 $PHPMAILER_LANG["recipients_failed"]    = 'SMTP Error: I seguenti indirizzi'.
00020                                           'destinatari hanno generato errore: ';
00021 $PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Error: Data non accettati dal'.
00022                                           'server.';
00023 $PHPMAILER_LANG["connect_host"]         = 'SMTP Error: Impossibile connettersi'.
00024                                           ' all\'host SMTP.';
00025 $PHPMAILER_LANG["file_access"]          = 'Impossibile accedere al file: ';
00026 $PHPMAILER_LANG["file_open"]            = 'File Error: Impossibile aprire il file: ';
00027 $PHPMAILER_LANG["encoding"]             = 'Encoding set dei caratteri sconosciuto: ';
00028 $PHPMAILER_LANG["signing"]              = 'Signing Error: ';
00029 
00030 ?>

Generated on Mon Dec 8 01:06:46 2008 for Ship-Simulator by  doxygen 1.5.6