summaryrefslogtreecommitdiffstats
path: root/l10n-it/suite/chrome/common/downloads
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-it/suite/chrome/common/downloads
parentInitial commit. (diff)
downloadfirefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz
firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-it/suite/chrome/common/downloads')
-rw-r--r--l10n-it/suite/chrome/common/downloads/downloadmanager.dtd96
-rw-r--r--l10n-it/suite/chrome/common/downloads/downloadmanager.properties147
-rw-r--r--l10n-it/suite/chrome/common/downloads/progressDialog.dtd20
3 files changed, 263 insertions, 0 deletions
diff --git a/l10n-it/suite/chrome/common/downloads/downloadmanager.dtd b/l10n-it/suite/chrome/common/downloads/downloadmanager.dtd
new file mode 100644
index 0000000000..0da0a73728
--- /dev/null
+++ b/l10n-it/suite/chrome/common/downloads/downloadmanager.dtd
@@ -0,0 +1,96 @@
+<!-- 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 downloadManager.title "Gestione download">
+
+<!ENTITY menuBar.tooltip "Barra del menu">
+<!ENTITY searchBar.tooltip "Barra di ricerca">
+
+<!ENTITY search.placeholder "Cerca nei download">
+<!ENTITY search.label "Cerca nei download">
+<!ENTITY search.accesskey "C">
+<!ENTITY search.key "f">
+
+<!ENTITY cmd.clearList.label "Svuota elenco">
+<!ENTITY cmd.clearList.tooltip "Rimuovi dall'elenco i download completati, annullati e non riusciti.">
+<!ENTITY cmd.clearList.accesskey "S">
+
+<!ENTITY col.name.label "Nome">
+<!ENTITY col.name.accesskey "N">
+<!ENTITY col.name.tooltip "Nome file">
+<!ENTITY col.status.label "Stato">
+<!ENTITY col.status.accesskey "S">
+<!ENTITY col.status.tooltip "Stato">
+<!ENTITY col.actionPlay.label "In pausa/Riprendi/Riprova">
+<!ENTITY col.actionPlay.accesskey "u">
+<!ENTITY col.actionPlay.tooltip "In pausa/Riprendi/Riprova">
+<!ENTITY col.actionStop.label "Annulla/Elimina">
+<!ENTITY col.actionStop.accesskey "A">
+<!ENTITY col.actionStop.tooltip "Annulla/Elimina">
+<!ENTITY col.progress.label "Avanzamento">
+<!ENTITY col.progress.accesskey "z">
+<!ENTITY col.progress.tooltip "Avanzamento">
+<!ENTITY col.timeremaining.label "Tempo rimasto">
+<!ENTITY col.timeremaining.accesskey "e">
+<!ENTITY col.timeremaining.tooltip "Tempo rimasto">
+<!ENTITY col.transferred.label "Trasferito">
+<!ENTITY col.transferred.accesskey "T">
+<!ENTITY col.transferred.tooltip "Trasferito">
+<!ENTITY col.transferrate.label "Velocità">
+<!ENTITY col.transferrate.accesskey "V">
+<!ENTITY col.transferrate.tooltip "Velocità">
+<!ENTITY col.timeelapsed.label "Tempo trascorso">
+<!ENTITY col.timeelapsed.accesskey "m">
+<!ENTITY col.timeelapsed.tooltip "Tempo trascorso">
+<!ENTITY col.starttime.label "Iniziato">
+<!ENTITY col.starttime.accesskey "I">
+<!ENTITY col.starttime.tooltip "Iniziato">
+<!ENTITY col.endtime.label "Finito">
+<!ENTITY col.endtime.accesskey "F">
+<!ENTITY col.endtime.tooltip "Finito">
+<!ENTITY col.progresstext.label "&#037;">
+<!ENTITY col.progresstext.accesskey "&#037;">
+<!ENTITY col.progresstext.tooltip "Avanzamento (&#037;)">
+<!ENTITY col.source.label "Origine">
+<!ENTITY col.source.accesskey "O">
+<!ENTITY col.source.tooltip "Sorgente">
+
+<!ENTITY view.columns.label "Mostra colonne">
+<!ENTITY view.columns.accesskey "M">
+<!ENTITY view.sortBy.label "Ordina per">
+<!ENTITY view.sortBy.accesskey "O">
+
+<!ENTITY view.unsorted.label "Nessuno">
+<!ENTITY view.unsorted.accesskey "o">
+<!ENTITY view.sortAscending.label "Ordine alfabetico">
+<!ENTITY view.sortAscending.accesskey "a">
+<!ENTITY view.sortDescending.label "Ordine alfabetico inverso">
+<!ENTITY view.sortDescending.accesskey "r">
+
+<!ENTITY cmd.pause.label "Pausa">
+<!ENTITY cmd.pause.accesskey "u">
+<!ENTITY cmd.resume.label "Riprendi">
+<!ENTITY cmd.resume.accesskey "R">
+<!ENTITY cmd.retry.label "Riprova">
+<!ENTITY cmd.retry.accesskey "v">
+<!ENTITY cmd.cancel.label "Annulla">
+<!ENTITY cmd.cancel.accesskey "n">
+<!ENTITY cmd.remove.label "Elimina dall'elenco">
+<!ENTITY cmd.remove.accesskey "E">
+<!ENTITY cmd.open.label "Apri">
+<!ENTITY cmd.open.accesskey "A">
+<!ENTITY cmd.show.label "Apri cartella destinazione">
+<!ENTITY cmd.show.accesskey "d">
+<!ENTITY cmd.goToDownloadPage.label "Vai alla pagina di download">
+<!ENTITY cmd.goToDownloadPage.accesskey "V">
+<!ENTITY cmd.copyDownloadLink.label "Copia indirizzo di origine">
+<!ENTITY cmd.copyDownloadLink.accesskey "o">
+<!ENTITY cmd.properties.label "Proprietà">
+<!ENTITY cmd.properties.accesskey "P">
+<!-- LOCALIZATION NOTE (cmd.unblock2.label):
+ This command is shown in the context menu when downloads are blocked.
+ -->
+<!ENTITY cmd.unblock2.label "Consenti download">
+<!ENTITY cmd.unblock2.accesskey "C">
+
diff --git a/l10n-it/suite/chrome/common/downloads/downloadmanager.properties b/l10n-it/suite/chrome/common/downloads/downloadmanager.properties
new file mode 100644
index 0000000000..ffc20ac66b
--- /dev/null
+++ b/l10n-it/suite/chrome/common/downloads/downloadmanager.properties
@@ -0,0 +1,147 @@
+# 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/.
+
+# LOCALIZATION NOTE (stateUnknown):
+# Indicates that the download stat is unknown.
+# You should never see this in the ui.
+stateUnknown=Sconosciuto
+# LOCALIZATION NOTE (stateDownloading):
+# Indicates that the download is in progress.
+stateDownloading=Download in corso
+# LOCALIZATION NOTE (stateUploading):
+# Indicates that the upload is in progress.
+stateUploading=Upload in corso
+# LOCALIZATION NOTE (stateStarting):
+# Indicates that the download is starting.
+# You won't probably ever see this in the ui.
+stateStarting=Avvio…
+# LOCALIZATION NOTE (stateNotStarted):
+# Indicates that the download has not started yet.
+# You won't probably ever see this in the ui.
+stateNotStarted=Non avviato
+# LOCALIZATION NOTE (stateScanning):
+# Indicates that an external program is scanning the download for viruses.
+stateScanning=Ricerca di virus…
+# LOCALIZATION NOTE (stateFailed):
+# Indicates that the download failed because of an error.
+stateFailed=Non riuscito
+# LOCALIZATION NOTE (statePaused):
+# Indicates that the download was paused by the user.
+statePaused=In pausa
+# LOCALIZATION NOTE (stateCanceled):
+# Indicates that the download was canceled by the user.
+stateCanceled=Annullato
+# LOCALIZATION NOTE (stateCompleted):
+# Indicates that the download was completed.
+stateCompleted=Completato
+# LOCALIZATION NOTE (stateBlockedParentalControls):
+# Indicates that the download was blocked by the Parental Controls feature of
+# Windows. "Parental Controls" should be consistently named and capitalized
+# with the display of this feature in Windows. The following article can
+# provide a reference for the translation of "Parental Controls" in various
+# languages:
+# http://windows.microsoft.com/en-US/windows-vista/Set-up-Parental-Controls
+stateBlockedParentalControls=Bloccato dal Controllo genitori
+# LOCALIZATION NOTE (stateBlockedPolicy):
+# Indicates that the download was blocked on Windows because of the "Launching
+# applications and unsafe files" setting of the "security zone" associated with
+# the target site. "Security zone" should be consistently named and capitalized
+# with the display of this feature in Windows. The following article can
+# provide a reference for the translation of "security zone" in various
+# languages:
+# http://support.microsoft.com/kb/174360
+stateBlockedPolicy=Bloccato dai criteri per le aree di protezione
+# LOCALIZATION NOTE (stateDirty):
+# Indicates that the download was blocked after scanning.
+stateDirty=Bloccato: potrebbe contenere virus o spyware
+
+# LOCALIZATION NOTE (blockedMalware, blockedPotentiallyUnwanted,
+# blockedUncommon2):
+# These strings are shown in the panel for some types of blocked downloads, and
+# are immediately followed by the "Learn More" link, thus they must end with a
+# period. You may need to adjust "downloadDetails.width" in "downloads.dtd" if
+# this turns out to be longer than the other existing status strings.
+# Note: These strings don't exist in the UI yet. See bug 1053890.
+blockedMalware=Questo file contiene virus o malware.
+blockedPotentiallyUnwanted=Questo file potrebbe danneggiare il computer.
+blockedUncommon2=Questo file non viene comunemente scaricato.
+
+# LOCALIZATION NOTE (unblockHeaderUnblock, unblockHeaderOpen,
+# unblockTypeMalware, unblockTypePotentiallyUnwanted2,
+# unblockTypeUncommon2, unblockTip2, unblockButtonOpen,
+# unblockButtonUnblock, unblockButtonConfirmBlock):
+# These strings are displayed in the dialog shown when the user asks a blocked
+# download to be unblocked. The severity of the threat is expressed in
+# descending order by the unblockType strings, it is higher for files detected
+# as malware and lower for uncommon downloads.
+unblockHeaderUnblock=Consentire questo download?
+unblockHeaderOpen=Aprire questo file?
+unblockTypeMalware=Questo file contiene virus o altro tipo di malware in grado di danneggiare il computer.
+unblockTypePotentiallyUnwanted2=Questo file si presenta come un download utile ma potrebbe modificare i programmi installati e le impostazioni.
+unblockTypeUncommon2=Questo file non viene comunemente scaricato ed è rischioso aprirlo, in quanto potrebbe contenere virus o modificare in modo imprevisto i programmi installati e le impostazioni.
+unblockTip2=È possibile cercare una sorgente alternativa per il download o riprovare più tardi.
+unblockButtonOpen=Apri
+unblockButtonUnblock=Consenti download
+unblockButtonConfirmBlock=Elimina file
+
+fileExecutableSecurityWarning="%S" è un file eseguibile. Come tale potrebbe contenere virus o altri codici potenzialmente dannosi per il computer. Aprire questo file con cautela. Si è certi di voler avviare "%S"?
+fileExecutableSecurityWarningTitle=Aprire un file eseguibile?
+fileExecutableSecurityWarningDontAsk=Non chiedere nuovamente
+
+# LOCALIZATION NOTE (otherDownloads3):
+# This is displayed in an item at the bottom of the Downloads Panel when
+# there are more downloads than can fit in the list in the panel. Use a
+# semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/Localization_and_Plurals
+otherDownloads3=%1$S download in corso;%1$S download in corso
+
+# LOCALIZATION NOTE (downloadsTitleFiles, downloadsTitlePercent): Semi-colon list of
+# plural forms. See: http://developer.mozilla.org/en/Localization_and_Plurals
+# %1$S number of files; %2$S overall download percent (only for downloadsTitlePercent)
+# %% will appear as a single % sign, so %2$S%% is the percent number plus the % sign
+# examples: 2% of 1 file - Download Manager; 22% of 11 files - Download Manager
+downloadsTitleFiles=%1$S file - Gestione download;%1$S file - Gestione download
+downloadsTitlePercent=%2$S%% di %1$S file - Gestione download;%2$S%% di %1$S file - Gestione download
+
+# LOCALIZATION NOTE (progressTitle):
+# %1$S is the file name, %2$S is the download state
+# examples: coolvideo.ogg - Finished; seamonkey-nightly.zip - Paused
+progressTitle=%1$S - %2$S
+# LOCALIZATION NOTE (progressTitlePercent):
+# %1$S is download percent, %2$S is the file name, %3$S is the download state
+# %% will appear as a single % sign, so %1$S%% is the percent number plus the % sign
+# examples: 42% of coolvideo.ogg - Paused; 98% of seamonkey-nightly.zip - Downloading
+progressTitlePercent=%1$S%% di %2$S - %3$S
+
+# LOCALIZATION NOTE (percentFormat): %1$S is download percent
+# %% will appear as a single % sign, so %1$S%% is the percent number plus the % sign
+percentFormat=%1$S%%
+
+# LOCALIZATION NOTE (speedFormat):
+# %1$S rate number; %2$S rate unit
+# units are taken from toolkit's downloads.properties
+# example: 2.2 MB/sec
+speedFormat=%1$S %2$S/sec
+
+# LOCALIZATION NOTE (timeSingle): %1$S time number; %2$S time unit
+# example: 1 minute; 11 hours
+timeSingle=%1$S %2$S
+# LOCALIZATION NOTE (timeDouble):
+# %1$S time number; %2$S time unit; %3$S time sub number; %4$S time sub unit
+# example: 11 hours, 2 minutes; 1 day, 22 hours
+timeDouble=%1$S %2$S, %3$S %4$S
+
+# LOCALIZATION NOTE (sizeSpeed):
+# %1$S is transfer progress; %2$S download speed
+# example: 1.1 of 11.1 GB (2.2 MB/sec)
+sizeSpeed=%1$S (%2$S)
+
+# LOCALIZATION NOTE (statusActive): — is the "em dash" (long dash)
+# %1$S download status; %2$S time remaining
+# example: Paused — 11 hours, 2 minutes remaining
+statusActive=%1$S — %2$S
+
+fromSource=Da %S
+toTarget=A %S
+
diff --git a/l10n-it/suite/chrome/common/downloads/progressDialog.dtd b/l10n-it/suite/chrome/common/downloads/progressDialog.dtd
new file mode 100644
index 0000000000..90b81b3d0d
--- /dev/null
+++ b/l10n-it/suite/chrome/common/downloads/progressDialog.dtd
@@ -0,0 +1,20 @@
+<!-- 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 progress.title "Download in corso…">
+<!ENTITY closeWindow.key "w">
+<!ENTITY cmd.pause.tooltip "Pausa">
+<!ENTITY cmd.resume.tooltip "Riprendi">
+<!ENTITY cmd.retry.tooltip "Riprova">
+<!ENTITY cmd.cancel.tooltip "Annulla">
+<!ENTITY cmd.open.label "Apri">
+<!ENTITY cmd.open.accesskey "A">
+<!ENTITY cmd.show.label "Apri cartella destinazione">
+<!ENTITY cmd.show.accesskey "c">
+<!ENTITY cmd.goToDownloadPage.label "Vai alla pagina di download">
+<!ENTITY cmd.goToDownloadPage.accesskey "V">
+<!ENTITY cmd.copyDownloadLink.label "Copia indirizzo di origine">
+<!ENTITY cmd.copyDownloadLink.accesskey "o">
+<!ENTITY closeWhenDone.label "Chiudi questa finestra al termine del download.">
+<!ENTITY closeWhenDone.accesskey "w">