diff options
Diffstat (limited to '')
4 files changed, 131 insertions, 0 deletions
diff --git a/l10n-it/toolkit/chrome/mozapps/downloads/downloads.properties b/l10n-it/toolkit/chrome/mozapps/downloads/downloads.properties new file mode 100644 index 0000000000..d93181e018 --- /dev/null +++ b/l10n-it/toolkit/chrome/mozapps/downloads/downloads.properties @@ -0,0 +1,72 @@ +# 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/. + +shortSeconds = s;s + +shortMinutes = m;m + +shortHours = h;h + +shortDays = g;g + +# LOCALIZATION NOTE (downloadErrorBlockedBy): %S is the name of the blocking +# extension. +downloadErrorBlockedBy = Impossibile salvare il download in quanto è bloccato da %S. +# LOCALIZATION NOTE (downloadErrorExtension): used when the blocking extension +# name is unavailable. +downloadErrorExtension = Impossibile salvare il download in quanto è bloccato da un’estensione. + +downloadErrorAlertTitle = Errore download +downloadErrorGeneric = Si è verificato un errore sconosciuto e il download non è stato salvato.\n\nSi consiglia di ritentare. + +quitCancelDownloadsAlertTitle = Annullare tutti i download? +quitCancelDownloadsAlertMsg = Chiudendo ora l’applicazione verrà annullato il download. Continuare? +quitCancelDownloadsAlertMsgMultiple = Chiudendo ora l’applicazione verranno annullati %S download. Continuare? +quitCancelDownloadsAlertMsgMac = Chiudendo ora l’applicazione verrà annullato il download. Continuare? +quitCancelDownloadsAlertMsgMacMultiple = Chiudendo ora l’applicazione verranno annullati %S download. Continuare? +offlineCancelDownloadsAlertTitle = Annullare tutti i download? +offlineCancelDownloadsAlertMsg = Scollegandosi ora verrà annullato il download. Scollegarsi? +offlineCancelDownloadsAlertMsgMultiple = Scollegandosi ora verranno annullati %S download. Scollegarsi? +leavePrivateBrowsingCancelDownloadsAlertTitle = Annullare tutti i download? +leavePrivateBrowsingWindowsCancelDownloadsAlertMsg2 = Chiudendo tutte le finestre in modalità Navigazione anonima verrà annullato il download in corso. Abbandonare la modalità Navigazione anonima? +leavePrivateBrowsingWindowsCancelDownloadsAlertMsgMultiple2 = Chiudendo tutte le finestre in modalità Navigazione anonima verranno annullati %S download in corso. Abbandonare la modalità Navigazione anonima? +cancelDownloadsOKText = Annulla il download +cancelDownloadsOKTextMultiple = Annulla %S download +dontQuitButtonWin = Non uscire +dontQuitButtonMac = Non uscire +dontGoOfflineButton = Rimani collegato +dontLeavePrivateBrowsingButton2 = Rimani in modalità Navigazione anonima + +infiniteRate = molto veloce + +statusFormat3 = %4$S — %1$S (%2$S %3$S/sec) + +statusFormatInfiniteRate = %3$S — %1$S (%2$S) + +statusFormatNoRate = %2$S — %1$S + +bytes = byte +kilobyte = kB +megabyte = MB +gigabyte = GB + +transferSameUnits2 = %1$S di %2$S %3$S +transferDiffUnits2 = %1$S %2$S di %3$S %4$S +transferNoTotal2 = %1$S %2$S + +timePair3 = %1$S%2$S +timeLeftSingle3 = %1$S al termine +timeLeftDouble3 = %1$S %2$S al termine +timeFewSeconds2 = Pochi secondi al termine +timeUnknown2 = Tempo rimanente sconosciuto + +doneScheme2 = risorsa %1$S +doneFileScheme = file locale + +yesterday = Ieri + +fileExecutableSecurityWarning = “%S” è un file eseguibile e potrebbe contenere virus o altri codici potenzialmente dannosi per il computer. Aprire questo file con cautela. Procedere con l’apertura di “%S”? +fileExecutableSecurityWarningTitle = Aprire il file eseguibile? + +downloadsFolder = Download diff --git a/l10n-it/toolkit/chrome/mozapps/downloads/settingsChange.dtd b/l10n-it/toolkit/chrome/mozapps/downloads/settingsChange.dtd new file mode 100644 index 0000000000..165692b32e --- /dev/null +++ b/l10n-it/toolkit/chrome/mozapps/downloads/settingsChange.dtd @@ -0,0 +1,6 @@ +<!-- 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/. --> + +<!ENTITY settingsChangePreferences.label "È possibile cambiare le impostazioni attraverso le preferenze di &brandShortName;."> +<!ENTITY settingsChangeOptions.label "È possibile cambiare le impostazioni attraverso le opzioni di &brandShortName;."> diff --git a/l10n-it/toolkit/chrome/mozapps/downloads/unknownContentType.dtd b/l10n-it/toolkit/chrome/mozapps/downloads/unknownContentType.dtd new file mode 100644 index 0000000000..d3bfc95bf6 --- /dev/null +++ b/l10n-it/toolkit/chrome/mozapps/downloads/unknownContentType.dtd @@ -0,0 +1,26 @@ +<!-- 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/. --> + +<!ENTITY intro2.label "È stato scelto di aprire:"> +<!ENTITY from.label "da:"> +<!ENTITY actionQuestion.label "Che cosa deve fare &brandShortName; con questo file?"> + +<!ENTITY openWith.label "Apri con"> +<!ENTITY openWith.accesskey "A"> +<!ENTITY other.label "Altro…"> + +<!ENTITY saveFile.label "Salva file"> +<!ENTITY saveFile.accesskey "s"> + +<!ENTITY rememberChoice.label "D’ora in poi esegui questa azione per tutti i file di questo tipo."> +<!ENTITY rememberChoice.accesskey "f"> + +<!ENTITY whichIs.label "tipo:"> + +<!ENTITY chooseHandlerMac.label "Scegli…"> +<!ENTITY chooseHandlerMac.accesskey "c"> +<!ENTITY chooseHandler.label "Sfoglia…"> +<!ENTITY chooseHandler.accesskey "f"> + +<!ENTITY unknownPromptText.label "Salvare questo file?"> diff --git a/l10n-it/toolkit/chrome/mozapps/downloads/unknownContentType.properties b/l10n-it/toolkit/chrome/mozapps/downloads/unknownContentType.properties new file mode 100644 index 0000000000..9fc769b1f7 --- /dev/null +++ b/l10n-it/toolkit/chrome/mozapps/downloads/unknownContentType.properties @@ -0,0 +1,27 @@ +# 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/. + +# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +# 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/. + +title = Apertura di %S +saveDialogTitle = Inserire il nome del file da salvare… +defaultApp = %S (predefinita) +chooseAppFilePickerTitle = Scegliere un’applicazione +badApp = L’applicazione scelta (“%S”) non è stata trovata. Controllare il nome del file o scegliere un’altra applicazione. +badApp.title = Applicazione non trovata +badPermissions = Il file non può essere salvato perché non si dispone di permessi sufficienti. Selezionare un percorso diverso per il salvataggio. +badPermissions.title = Permessi insufficienti per il salvataggio +unknownAccept.label = Salva file +unknownCancel.label = Annulla +fileType = File %S +orderedFileSizeWithType = %1$S (%2$S %3$S) +pdfHandlerDescription = PDF (Portable Document Format) +avifExtHandlerDescription = AV1 Image File (AVIF) +pdfExtHandlerDescription = Portable Document Format (PDF) +svgExtHandlerDescription = Scalable Vector Graphics (SVG) +webpExtHandlerDescription = Immagine WebP +xmlExtHandlerDescription = Extensible Markup Language (XML) |