diff options
Diffstat (limited to 'l10n-it/suite/chrome/common/certError.dtd')
-rw-r--r-- | l10n-it/suite/chrome/common/certError.dtd | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/l10n-it/suite/chrome/common/certError.dtd b/l10n-it/suite/chrome/common/certError.dtd new file mode 100644 index 0000000000..ba37fff50a --- /dev/null +++ b/l10n-it/suite/chrome/common/certError.dtd @@ -0,0 +1,34 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- These strings are used by SeaMonkey's custom about:certerror page, +a replacement for the standard security certificate errors produced +by NSS/PSM via netError.xhtml. --> + +<!ENTITY certerror.pagetitle "Connessione non verificata"> +<!ENTITY certerror.longpagetitle "Questa connessione non è verificata"> + +<!-- Localization note (certerror.introPara1a) - The text content of the span +tag will be replaced at runtime with the name of the server to which the user +was trying to connect. --> +<!ENTITY certerror.introPara1a "È stata richiesta a &brandShortName; una connessione +sicura con <span class='hostname'/>, ma non è possibile confermare la sicurezza +del collegamento."> +<!ENTITY certerror.introPara2 "Normalmente, quando si cerca di aprire una connessione sicura, il sito visitato dovrebbe fornire una modalità di identificazione affidabile per garantire la sicurezza del visitatore. L'identità di questo sito non può essere verificata."> + +<!ENTITY certerror.whatShouldIDo.heading "Cosa devo fare?"> +<!ENTITY certerror.whatShouldIDo.content "Se ti connetti di solito a questo sito senza problemi, questo errore potrebbe indicare che qualcuno sta provando a sostituirsi al sito, e non dovresti proseguire."> +<!ENTITY certerror.whatShouldIDo.badStsCertExplanation "Questo sito utilizza il protocollo HSTS (HTTP Strict Transport Security) per garantire che la connessione con &brandShortName; avvenga esclusivamente in modo sicuro. Per questo motivo non è possibile aggiungere un'eccezione per questo certificato."> +<!ENTITY certerror.getMeOutOfHere.label "Mi suona male, portami piuttosto alla mia pagina iniziale"> + +<!ENTITY certerror.expert.heading "Ho capito i rischi"> +<!ENTITY certerror.expert.content "Se capisci cosa succede, puoi dire a &brandShortName; di ritenere affidabile l'identificazione di questo sito. +<b>Anche se ti fidi di questo sito, questo errore potrebbe indicare che qualcuno sta cercando di manipolare la tua connessione.</b>"> +<!ENTITY certerror.expert.contentPara2 "Non aggiungere un'eccezione a meno di non avere un buon motivo per cui questo sito non sta usando una identificazione affidabile."> +<!ENTITY certerror.addException.label "Aggiungi eccezione…"> + +<!ENTITY certerror.technical.heading "Dettagli tecnici"> + +<!ENTITY dnsNotFound.pageTitle "Server non trovato"> +<!ENTITY malformedURI.pageTitle "URL non valido"> |