Fix RSS cookie support

This commit is contained in:
Christophe Dumez 2010-05-17 19:23:16 +00:00
parent b9a3890dd5
commit 4832a24ac5
33 changed files with 391 additions and 385 deletions

View file

@ -508,7 +508,7 @@ Copyright © 2006 by Christophe Dumez<br>
</message>
<message>
<location filename="../cookiesdlg.cpp" line="43"/>
<source>Common keys for cookies are : &apos;%1&apos;&apos;, &apos;%2&apos;.
<source>Common keys for cookies are : &apos;%1&apos;, &apos;%2&apos;.
You should get this information from your Web browser preferences.</source>
<translation type="unfinished"></translation>
</message>
@ -6664,112 +6664,112 @@ Changelog:
<translation>Errore I/O</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="200"/>
<location filename="../downloadthread.cpp" line="206"/>
<source>The remote host name was not found (invalid hostname)</source>
<translation>L&apos;host remoto non è stato trovato (hostname invalido)</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="202"/>
<location filename="../downloadthread.cpp" line="208"/>
<source>The operation was canceled</source>
<translation>L&apos;operazione è stata annullata</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="204"/>
<location filename="../downloadthread.cpp" line="210"/>
<source>The remote server closed the connection prematurely, before the entire reply was received and processed</source>
<translation>Il server remoto ha interrotto la connessione prematuramente, prima che la risposta completa fosse ricevuta e processata</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="206"/>
<location filename="../downloadthread.cpp" line="212"/>
<source>The connection to the remote server timed out</source>
<translation>La connessione al server remoto è scaduta</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="208"/>
<location filename="../downloadthread.cpp" line="214"/>
<source>SSL/TLS handshake failed</source>
<translation>Handshake SSL/TLS fallito</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="210"/>
<location filename="../downloadthread.cpp" line="216"/>
<source>The remote server refused the connection</source>
<translation>Il server remoto ha rifiutato la connessione</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="212"/>
<location filename="../downloadthread.cpp" line="218"/>
<source>The connection to the proxy server was refused</source>
<translation>La connessione al server proxy è stata rifiutata</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="214"/>
<location filename="../downloadthread.cpp" line="220"/>
<source>The proxy server closed the connection prematurely</source>
<translation>Il server proxy ha interrotto la connessione prematuramente</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="216"/>
<location filename="../downloadthread.cpp" line="222"/>
<source>The proxy host name was not found</source>
<translation>L&apos;hostname del proxy non è stato trovato</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="218"/>
<location filename="../downloadthread.cpp" line="224"/>
<source>The connection to the proxy timed out or the proxy did not reply in time to the request sent</source>
<translation>La connessione al proxy è scaduta o il proxy non ha risposto in tempo alla richiesta</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="220"/>
<location filename="../downloadthread.cpp" line="226"/>
<source>The proxy requires authentication in order to honour the request but did not accept any credentials offered</source>
<translation>Il proxy richiede l&apos;autenticazione per onorare la richiesta ma non ha accettato le credenziali fornite</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="222"/>
<location filename="../downloadthread.cpp" line="228"/>
<source>The access to the remote content was denied (401)</source>
<translation>L&apos;accesso al contenuto remoto è stato negato (401)</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="224"/>
<location filename="../downloadthread.cpp" line="230"/>
<source>The operation requested on the remote content is not permitted</source>
<translation>L&apos;operazione richiesta sul contenuto remoto non è permessa</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="226"/>
<location filename="../downloadthread.cpp" line="232"/>
<source>The remote content was not found at the server (404)</source>
<translation>Il contenuto remoto non è stato trovato sul server (404)</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="228"/>
<location filename="../downloadthread.cpp" line="234"/>
<source>The remote server requires authentication to serve the content but the credentials provided were not accepted</source>
<translation>Il server remoto richiede l&apos;autenticazione per fornire il contenuto ma le credenziali fornite non sono state accettate</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="230"/>
<location filename="../downloadthread.cpp" line="236"/>
<source>The Network Access API cannot honor the request because the protocol is not known</source>
<translation>Le API dell&apos;Accesso Remoto non possono onorare la richiesta perché il protocollo è sconosciuto</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="232"/>
<location filename="../downloadthread.cpp" line="238"/>
<source>The requested operation is invalid for this protocol</source>
<translation>L&apos;operazione richiesta non è valida per questo protocollo</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="234"/>
<location filename="../downloadthread.cpp" line="240"/>
<source>An unknown network-related error was detected</source>
<translation>Un errore di rete sconosciuto è stato rilevato</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="236"/>
<location filename="../downloadthread.cpp" line="242"/>
<source>An unknown proxy-related error was detected</source>
<translation>Un errore proxy sconosciuto è stato rilevato</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="238"/>
<location filename="../downloadthread.cpp" line="244"/>
<source>An unknown error related to the remote content was detected</source>
<translation>Un errore sconosciuto del contenuto remoto è stato rilevato</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="240"/>
<location filename="../downloadthread.cpp" line="246"/>
<source>A breakdown in protocol was detected</source>
<translation>Un malfunzionamento del protocollo è stato rilevato</translation>
</message>
<message>
<location filename="../downloadthread.cpp" line="242"/>
<location filename="../downloadthread.cpp" line="248"/>
<source>Unknown error</source>
<translation>Errore sconosciuto</translation>
</message>