summaryrefslogtreecommitdiffstats
path: root/l10n-it/toolkit/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-it/toolkit/chrome')
-rw-r--r--l10n-it/toolkit/chrome/alerts/alert.properties12
-rw-r--r--l10n-it/toolkit/chrome/autoconfig/autoconfig.properties12
-rw-r--r--l10n-it/toolkit/chrome/global-platform/mac/intl.properties5
-rw-r--r--l10n-it/toolkit/chrome/global-platform/mac/platformKeys.properties25
-rw-r--r--l10n-it/toolkit/chrome/global-platform/unix/intl.properties5
-rw-r--r--l10n-it/toolkit/chrome/global-platform/unix/platformKeys.properties25
-rw-r--r--l10n-it/toolkit/chrome/global-platform/win/intl.properties5
-rw-r--r--l10n-it/toolkit/chrome/global-platform/win/platformKeys.properties25
-rw-r--r--l10n-it/toolkit/chrome/global/aboutStudies.properties21
-rw-r--r--l10n-it/toolkit/chrome/global/autocomplete.properties5
-rw-r--r--l10n-it/toolkit/chrome/global/browser.properties7
-rw-r--r--l10n-it/toolkit/chrome/global/commonDialogs.properties42
-rw-r--r--l10n-it/toolkit/chrome/global/contentAreaCommands.properties20
-rw-r--r--l10n-it/toolkit/chrome/global/dialog.properties12
-rw-r--r--l10n-it/toolkit/chrome/global/extensions.properties21
-rw-r--r--l10n-it/toolkit/chrome/global/fallbackMenubar.properties8
-rw-r--r--l10n-it/toolkit/chrome/global/filepicker.properties18
-rw-r--r--l10n-it/toolkit/chrome/global/intl.css11
-rw-r--r--l10n-it/toolkit/chrome/global/intl.properties12
-rw-r--r--l10n-it/toolkit/chrome/global/keys.properties60
-rw-r--r--l10n-it/toolkit/chrome/global/narrate.properties21
-rw-r--r--l10n-it/toolkit/chrome/global/printdialog.properties49
-rw-r--r--l10n-it/toolkit/chrome/global/resetProfile.properties11
-rw-r--r--l10n-it/toolkit/chrome/global/viewSource.properties16
-rw-r--r--l10n-it/toolkit/chrome/global/wizard.properties8
-rw-r--r--l10n-it/toolkit/chrome/mozapps/downloads/downloads.properties5
-rw-r--r--l10n-it/toolkit/chrome/mozapps/downloads/unknownContentType.properties26
-rw-r--r--l10n-it/toolkit/chrome/mozapps/profile/profileSelection.properties48
-rw-r--r--l10n-it/toolkit/chrome/mozapps/update/updates.properties40
-rw-r--r--l10n-it/toolkit/chrome/passwordmgr/passwordmgr.properties49
-rw-r--r--l10n-it/toolkit/chrome/places/places.properties24
31 files changed, 648 insertions, 0 deletions
diff --git a/l10n-it/toolkit/chrome/alerts/alert.properties b/l10n-it/toolkit/chrome/alerts/alert.properties
new file mode 100644
index 0000000000..1c4dab50ab
--- /dev/null
+++ b/l10n-it/toolkit/chrome/alerts/alert.properties
@@ -0,0 +1,12 @@
+# 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/.
+
+closeButton.title = Chiudi
+actionButton.label = …
+webActions.disableForOrigin.label = Disattiva notifiche da %S
+
+source.label = da %1$S
+webActions.settings.label = Impostazioni notifiche
+
+pauseNotifications.label = Sospendi notifiche fino al riavvio di %S
diff --git a/l10n-it/toolkit/chrome/autoconfig/autoconfig.properties b/l10n-it/toolkit/chrome/autoconfig/autoconfig.properties
new file mode 100644
index 0000000000..bf4478b128
--- /dev/null
+++ b/l10n-it/toolkit/chrome/autoconfig/autoconfig.properties
@@ -0,0 +1,12 @@
+# 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/.
+
+readConfigTitle = Errore di configurazione
+readConfigMsg = Lettura del file di configurazione non riuscita. Contattare l’amministratore di sistema.
+
+autoConfigTitle = Avviso configurazione automatica
+autoConfigMsg = Netscape.cfg (configurazione automatica) non riuscita. Contattare l’amministratore di sistema. \n Errore: %S non riuscita:
+
+emailPromptTitle = Indirizzo email
+emailPromptMsg = Inserire l’indirizzo email
diff --git a/l10n-it/toolkit/chrome/global-platform/mac/intl.properties b/l10n-it/toolkit/chrome/global-platform/mac/intl.properties
new file mode 100644
index 0000000000..bb6989921d
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global-platform/mac/intl.properties
@@ -0,0 +1,5 @@
+# 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/.
+
+intl.ellipsis = …
diff --git a/l10n-it/toolkit/chrome/global-platform/mac/platformKeys.properties b/l10n-it/toolkit/chrome/global-platform/mac/platformKeys.properties
new file mode 100644
index 0000000000..0121756a46
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global-platform/mac/platformKeys.properties
@@ -0,0 +1,25 @@
+# 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/.
+
+# Platform: Mac
+# This file defines the on-screen display names for the various modifier keys
+# and the Return key (VK_RETURN).
+# These are used in XP menus to show keyboard shortcuts.
+
+VK_SHIFT = ⇧
+
+VK_META = ⌘
+
+VK_WIN = win
+
+VK_COMMAND_OR_WIN = \u2318
+
+VK_ALT = ⌥
+
+VK_CONTROL = ⌃
+
+VK_RETURN = Invio
+
+MODIFIER_SEPARATOR =
+
diff --git a/l10n-it/toolkit/chrome/global-platform/unix/intl.properties b/l10n-it/toolkit/chrome/global-platform/unix/intl.properties
new file mode 100644
index 0000000000..bb6989921d
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global-platform/unix/intl.properties
@@ -0,0 +1,5 @@
+# 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/.
+
+intl.ellipsis = …
diff --git a/l10n-it/toolkit/chrome/global-platform/unix/platformKeys.properties b/l10n-it/toolkit/chrome/global-platform/unix/platformKeys.properties
new file mode 100644
index 0000000000..8abca7d515
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global-platform/unix/platformKeys.properties
@@ -0,0 +1,25 @@
+# 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/.
+
+# Platform: Unix
+# This file defines the on-screen display names for the various modifier keys
+# and the Enter key (VK_RETURN).
+# These are used in XP menus to show keyboard shortcuts.
+
+VK_SHIFT = Maiusc
+
+VK_META = Meta
+
+VK_WIN = Win
+
+VK_COMMAND_OR_WIN = Win
+
+VK_ALT = Alt
+
+VK_CONTROL = Ctrl
+
+VK_RETURN = Invio
+
+MODIFIER_SEPARATOR = +
+
diff --git a/l10n-it/toolkit/chrome/global-platform/win/intl.properties b/l10n-it/toolkit/chrome/global-platform/win/intl.properties
new file mode 100644
index 0000000000..bb6989921d
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global-platform/win/intl.properties
@@ -0,0 +1,5 @@
+# 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/.
+
+intl.ellipsis = …
diff --git a/l10n-it/toolkit/chrome/global-platform/win/platformKeys.properties b/l10n-it/toolkit/chrome/global-platform/win/platformKeys.properties
new file mode 100644
index 0000000000..f76d85ab48
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global-platform/win/platformKeys.properties
@@ -0,0 +1,25 @@
+# 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/.
+
+# Platform: Windows
+# This file defines the on-screen display names for the various modifier keys
+# and the Enter key (VK_RETURN).
+# These are used in XP menus to show keyboard shortcuts.
+
+VK_SHIFT = Maiusc
+
+VK_META = Meta
+
+VK_WIN = Win
+
+VK_COMMAND_OR_WIN = Win
+
+VK_ALT = Alt
+
+VK_CONTROL = Ctrl
+
+VK_RETURN = Invio
+
+MODIFIER_SEPARATOR = +
+
diff --git a/l10n-it/toolkit/chrome/global/aboutStudies.properties b/l10n-it/toolkit/chrome/global/aboutStudies.properties
new file mode 100644
index 0000000000..0a65d179d2
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/aboutStudies.properties
@@ -0,0 +1,21 @@
+# 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 = Studi Shield
+removeButton = Rimuovi
+
+activeStudiesList = Studi attivi
+completedStudiesList = Studi completati
+activeStatus = Attivo
+completeStatus = Completato
+
+updateButtonWin = Aggiorna opzioni
+updateButtonUnix = Aggiorna preferenze
+learnMore = Ulteriori informazioni
+noStudies = Non hai ancora partecipato ad alcun studio.
+disabledList = Questo è un elenco degli studi a cui hai partecipato. Non verrai coinvolto in nuovi studi.
+enabledList = Che cos’è questo? %S può installare e condurre degli studi di tanto in tanto.
+
+preferenceStudyDescription = Questo studio imposta %1$S a %2$S.
diff --git a/l10n-it/toolkit/chrome/global/autocomplete.properties b/l10n-it/toolkit/chrome/global/autocomplete.properties
new file mode 100644
index 0000000000..c41dbb930c
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/autocomplete.properties
@@ -0,0 +1,5 @@
+# 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/.
+
+bookmarkKeywordSearch = %1$S: %2$S
diff --git a/l10n-it/toolkit/chrome/global/browser.properties b/l10n-it/toolkit/chrome/global/browser.properties
new file mode 100644
index 0000000000..9d3ae10db4
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/browser.properties
@@ -0,0 +1,7 @@
+# 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/.
+
+formPostSecureToInsecureWarning.title = Avviso di sicurezza
+formPostSecureToInsecureWarning.message = Le informazioni inserite in questa pagina verranno inviate attraverso una connessione non sicura e potrebbero essere facilmente intercettate da altri soggetti.\n\nInviare ugualmente queste informazioni?
+formPostSecureToInsecureWarning.continue = Continua
diff --git a/l10n-it/toolkit/chrome/global/commonDialogs.properties b/l10n-it/toolkit/chrome/global/commonDialogs.properties
new file mode 100644
index 0000000000..d9ba90587a
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/commonDialogs.properties
@@ -0,0 +1,42 @@
+# 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/.
+
+Alert = Avviso
+Confirm = Conferma
+ConfirmCheck = Conferma
+Prompt = Richiesta
+PromptUsernameAndPassword3 = Autenticazione richiesta - %S
+PromptPassword3 = Password richiesta - %S
+Select = Seleziona
+OK = OK
+Cancel = Annulla
+Yes = &Sì
+No = &No
+Save = &Salva
+Revert = &Ripristina
+DontSave = &Non salvare
+ScriptDlgGenericHeading = [Applicazione JavaScript]
+ScriptDlgHeading = La pagina sul server %S riporta:
+ScriptDlgNullPrincipalHeading = Questa pagina riporta:
+ScriptDialogLabel = Impedisci a questa pagina di aprire ulteriori finestre di dialogo
+
+ScriptDialogLabelNullPrincipal = Impedisci a questa pagina di richiedere ulteriori conferme
+# LOCALIZATION NOTE (ScriptDialogLabelContentPrincipal):
+# %S is either the domain and port of the site prompting, or the name of
+# an add-on prompting.
+ScriptDialogLabelContentPrincipal = Impedisci a %S di richiedere ulteriori conferme
+
+ScriptDialogPreventTitle = Impostazioni finestre di dialogo
+EnterLoginForRealm3 = %2$S richiede un nome utente e una password. Il sito riporta: “%1$S”
+EnterLoginForProxy3 = Il proxy %2$S richiede un nome utente e una password. Il sito riporta: “%1$S”
+EnterUserPasswordFor2 = %1$S richiede un nome utente e una password.
+EnterUserPasswordForCrossOrigin2 = %1$S richiede un nome utente e una password. ATTENZIONE: la password verrà trasmessa a un sito web diverso da quello attualmente visualizzato.
+EnterPasswordFor = Inserire la password per %1$S su %2$S
+
+EnterCredentials = Questo sito richiede di effettuare l’accesso.
+# %S is the username for which a password is requested.
+EnterPasswordOnlyFor = Questo sito richiede di effettuare l’accesso come %S.
+# %S is the domain of the site being accessed.
+EnterCredentialsCrossOrigin = Questo sito richiede di effettuare l’accesso. Attenzione: le informazioni di accesso verranno condivise con %S, non il sito web attualmente visualizzato.
+SignIn = Accedi
diff --git a/l10n-it/toolkit/chrome/global/contentAreaCommands.properties b/l10n-it/toolkit/chrome/global/contentAreaCommands.properties
new file mode 100644
index 0000000000..72b425a44c
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/contentAreaCommands.properties
@@ -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/.
+
+# context menu strings
+
+SaveImageTitle = Salva immagine
+SaveMediaTitle = Salva file multimediale
+SaveVideoTitle = Salva video
+SaveAudioTitle = Salva audio
+SaveLinkTitle = Salva con nome
+WebPageCompleteFilter = Pagina web, completa
+WebPageHTMLOnlyFilter = Pagina web, solo HTML
+WebPageXHTMLOnlyFilter = Pagina web, solo XHTML
+WebPageSVGOnlyFilter = Pagina web, solo SVG
+WebPageXMLOnlyFilter = Pagina web, solo XML
+
+UntitledSaveFileName = Senza titolo
+
+filesFolder = %S_files
diff --git a/l10n-it/toolkit/chrome/global/dialog.properties b/l10n-it/toolkit/chrome/global/dialog.properties
new file mode 100644
index 0000000000..fb37fbb310
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/dialog.properties
@@ -0,0 +1,12 @@
+# 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/.
+
+button-accept = OK
+button-cancel = Annulla
+button-help = ?
+button-disclosure = Altre informazioni
+accesskey-accept =
+accesskey-cancel =
+accesskey-help = ?
+accesskey-disclosure = n
diff --git a/l10n-it/toolkit/chrome/global/extensions.properties b/l10n-it/toolkit/chrome/global/extensions.properties
new file mode 100644
index 0000000000..06a9dd3afc
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/extensions.properties
@@ -0,0 +1,21 @@
+# 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/.
+
+uninstall.confirmation.title = Disinstallazione di %S
+
+uninstall.confirmation.message = L’estensione “%S” richiede di essere disinstallata. Procedere con la disinstallazione?
+
+uninstall.confirmation.button-0.label = Disinstalla
+uninstall.confirmation.button-1.label = Mantieni installata
+
+saveaspdf.saveasdialog.title = Salva con nome
+
+newTabControlled.message2 = La pagina visualizzata quando si apre una nuova scheda è stata modificata da un’estensione (%S).
+newTabControlled.learnMore = Ulteriori informazioni
+
+homepageControlled.message = Il contenuto visualizzato nella pagina iniziale e quando si aprono nuove finestre è stato modificato da un’estensione (%S).
+homepageControlled.learnMore = Ulteriori informazioni
+
+tabHideControlled.message = Alcune schede sono state nascoste da un’estensione (%1$S). È possibile accedere a tutte le schede utilizzando %2$S.
+tabHideControlled.learnMore = Ulteriori informazioni
diff --git a/l10n-it/toolkit/chrome/global/fallbackMenubar.properties b/l10n-it/toolkit/chrome/global/fallbackMenubar.properties
new file mode 100644
index 0000000000..b15011c250
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/fallbackMenubar.properties
@@ -0,0 +1,8 @@
+# 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/.
+
+# OSX only. Default menu label when there is no xul menubar.
+
+quitMenuitem.label = Esci
+quitMenuitem.key = q
diff --git a/l10n-it/toolkit/chrome/global/filepicker.properties b/l10n-it/toolkit/chrome/global/filepicker.properties
new file mode 100644
index 0000000000..08116a13d6
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/filepicker.properties
@@ -0,0 +1,18 @@
+# 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/.
+
+allTitle = Tutti i file
+htmlTitle = File HTML
+textTitle = File di testo
+imageTitle = File di immagini
+xmlTitle = File XML
+xulTitle = File XUL
+appsTitle = Applicazioni
+audioTitle = File audio
+videoTitle = File video
+pdfTitle = File PDF
+
+formatLabel = Formato:
+selectedFileNotReadableError = Permessi di lettura non disponibili per il file selezionato
+
diff --git a/l10n-it/toolkit/chrome/global/intl.css b/l10n-it/toolkit/chrome/global/intl.css
new file mode 100644
index 0000000000..619d865c59
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/intl.css
@@ -0,0 +1,11 @@
+/* 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/. */
+
+/*
+ * This file contains all localizable skin settings such as
+ * font, layout, and geometry
+ */
+window {
+ font: 3mm tahoma,arial,helvetica,sans-serif;
+}
diff --git a/l10n-it/toolkit/chrome/global/intl.properties b/l10n-it/toolkit/chrome/global/intl.properties
new file mode 100644
index 0000000000..67c5ff85fd
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/intl.properties
@@ -0,0 +1,12 @@
+# 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/.
+
+intl.accept_languages = it-IT, it, en-US, en
+
+font.language.group = x-western
+
+pluralRule = 1
+
+intl.menuitems.alwaysappendaccesskeys =
+intl.menuitems.insertseparatorbeforeaccesskeys = true
diff --git a/l10n-it/toolkit/chrome/global/keys.properties b/l10n-it/toolkit/chrome/global/keys.properties
new file mode 100644
index 0000000000..614c3ab4a4
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/keys.properties
@@ -0,0 +1,60 @@
+# 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 : FILE This file contains the application's labels for keys on the keyboard.
+# If you decide to translate this file, you should translate it based on
+# the prevalent kind of keyboard for your target user.
+# LOCALIZATION NOTE : There are two types of keys, those w/ text on their labels
+# and those w/ glyphs.
+# LOCALIZATION NOTE : VK_<…> represents a key on the keyboard.
+#
+# For more information please see bugzilla bug 90888.
+
+VK_F1 = F1
+VK_F2 = F2
+VK_F3 = F3
+VK_F4 = F4
+VK_F5 = F5
+VK_F6 = F6
+VK_F7 = F7
+VK_F8 = F8
+VK_F9 = F9
+VK_F10 = F10
+
+VK_F11 = F11
+VK_F12 = F12
+VK_F13 = F13
+VK_F14 = F14
+VK_F15 = F15
+VK_F16 = F16
+VK_F17 = F17
+VK_F18 = F18
+VK_F19 = F19
+VK_F20 = F20
+# LOCALIZATION NOTE : BLOCK end do not translate block
+
+VK_UP = Freccia su
+VK_DOWN = Freccia giù
+VK_LEFT = Freccia sinistra
+VK_RIGHT = Freccia destra
+VK_PAGE_UP = Pag. Su
+VK_PAGE_DOWN = Pag. Giù
+# LOCALIZATION NOTE : BLOCK end GLYPHS
+
+# Enter, backspace, and Tab might have both glyphs and text
+# if the keyboards usually have a glyph,
+# if there is a meaningful translation,
+# or if keyboards are localized
+# then translate them or insert the appropriate glyph
+# otherwise you should probably just translate the glyph regions
+
+VK_TAB = Tab
+VK_BACK = Backspace
+VK_DELETE = Canc
+VK_HOME = Home
+VK_END = Fine
+
+VK_ESCAPE = Esc
+VK_INSERT = Ins
+# LOCALIZATION NOTE : BLOCK end
diff --git a/l10n-it/toolkit/chrome/global/narrate.properties b/l10n-it/toolkit/chrome/global/narrate.properties
new file mode 100644
index 0000000000..a4013493cd
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/narrate.properties
@@ -0,0 +1,21 @@
+# 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/.
+
+listen-label = Ascolta (%S)
+back = Indietro
+previous-label = Indietro (%S)
+# %S is the keyboard shortcut for the start command
+start-label = Avvia (%S)
+# %S is the keyboard shortcut for the stop command
+stop-label = Interrompi (%S)
+# Keyboard shortcut to toggle the narrate feature
+narrate-key-shortcut = N
+forward = Avanti
+next-label = Avanti (%S)
+speed = Velocità
+selectvoicelabel = Voce:
+defaultvoice = Predefinita
+
+voiceLabel = %S (%S)
+
diff --git a/l10n-it/toolkit/chrome/global/printdialog.properties b/l10n-it/toolkit/chrome/global/printdialog.properties
new file mode 100644
index 0000000000..76210b2c71
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/printdialog.properties
@@ -0,0 +1,49 @@
+# 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 in the native GTK, Mac and Windows print dialogs.
+
+printTitleGTK = Stampa
+optionsTabLabelGTK = Opzioni
+
+optionsTitleMac = Opzioni:
+appearanceTitleMac = Aspetto:
+pageHeadersTitleMac = Intestazione di pagina:
+pageFootersTitleMac = Piè di pagina:
+
+optionsTitleWindows = Opzioni
+
+# TRANSLATOR NOTE: For radio button labels and check button labels, an underscore _
+# before a character will turn that character into an accesskey in the GTK dialog.
+# e.g. "_As laid out" will make A the accesskey.
+# In the Windows labels, use an ampersand (&).
+# On Mac, underscores will be stripped.
+
+shrinkToFit = Ignora le proporzioni e _adatta alla larghezza della pagina
+selectionOnly = Stampa solo la _selezione
+printBGOptions = Stampa sfondi
+printBGColors = Stampa colori di s_fondo
+printBGImages = Stampa i_mmagini di sfondo
+headerFooter = Intestazione e piè di pagina
+left = A sinistra:
+center = Centrata
+right = A destra:
+headerFooterBlank = --vuoto--
+headerFooterTitle = Titolo
+headerFooterURL = URL
+headerFooterDate = Data/ora
+headerFooterPage = Pagina #
+headerFooterPageTotal = Pagina # di #
+headerFooterCustom = Personalizza…
+customHeaderFooterPrompt = Inserire un testo per intestazione e piè di pagina
+
+summarySelectionOnlyTitle = Stampa selezione
+summaryShrinkToFitTitle = Adatta alla pagina
+summaryPrintBGColorsTitle = Stampa colori di sfondo
+summaryPrintBGImagesTitle = Stampa immagini di sfondo
+summaryHeaderTitle = Intestazioni di pagina
+summaryFooterTitle = Piè di pagina
+summaryNAValue = N.D.
+summaryOnValue = Attivo
+summaryOffValue = Disattivato
diff --git a/l10n-it/toolkit/chrome/global/resetProfile.properties b/l10n-it/toolkit/chrome/global/resetProfile.properties
new file mode 100644
index 0000000000..9094df9f2d
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/resetProfile.properties
@@ -0,0 +1,11 @@
+# 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: These strings are used for profile reset.
+
+resetUnusedProfile.message = Sembra che %S non venga utilizzato da un po’ di tempo. Procedere con un’operazione di pulizia per garantire una migliore esperienza? A proposito, bentornato.
+resetUninstalled.message = Sembra che %S sia stato reinstallato. Procedere con un’operazione di pulizia per garantire una migliore esperienza?
+
+refreshProfile.resetButton.label = Ripristina %S…
+refreshProfile.resetButton.accesskey = R
diff --git a/l10n-it/toolkit/chrome/global/viewSource.properties b/l10n-it/toolkit/chrome/global/viewSource.properties
new file mode 100644
index 0000000000..b834a544d4
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/viewSource.properties
@@ -0,0 +1,16 @@
+# 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/.
+
+goToLineTitle = Vai alla riga
+goToLineText = Inserire il numero di riga
+invalidInputTitle = Valore non valido
+invalidInputText = Il numero di riga inserito non è valido.
+outOfRangeTitle = Riga non trovata
+outOfRangeText = La riga specificata non è stata trovata.
+viewSelectionSourceTitle = Sorgente DOM della selezione
+
+context_goToLine_label = Vai alla riga…
+context_goToLine_accesskey = L
+context_wrapLongLines_label = A capo automatico
+context_highlightSyntax_label = Evidenzia sintassi
diff --git a/l10n-it/toolkit/chrome/global/wizard.properties b/l10n-it/toolkit/chrome/global/wizard.properties
new file mode 100644
index 0000000000..d423d3f4a3
--- /dev/null
+++ b/l10n-it/toolkit/chrome/global/wizard.properties
@@ -0,0 +1,8 @@
+# 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/.
+
+default-first-title = Benvenuti in %S
+default-last-title = Conclusione - %S
+default-first-title-mac = Introduzione
+default-last-title-mac = Conclusione
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..4f00903c36
--- /dev/null
+++ b/l10n-it/toolkit/chrome/mozapps/downloads/downloads.properties
@@ -0,0 +1,5 @@
+# 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/.
+
+downloadsFolder = Download
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..85803c788f
--- /dev/null
+++ b/l10n-it/toolkit/chrome/mozapps/downloads/unknownContentType.properties
@@ -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/.
+
+# -*- 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)
+avifExtHandlerDescription = AV1 Image File (AVIF)
+pdfExtHandlerDescription = Portable Document Format (PDF)
+svgExtHandlerDescription = Scalable Vector Graphics (SVG)
+webpExtHandlerDescription = Immagine WebP
+xmlExtHandlerDescription = Extensible Markup Language (XML)
diff --git a/l10n-it/toolkit/chrome/mozapps/profile/profileSelection.properties b/l10n-it/toolkit/chrome/mozapps/profile/profileSelection.properties
new file mode 100644
index 0000000000..a2b68daaae
--- /dev/null
+++ b/l10n-it/toolkit/chrome/mozapps/profile/profileSelection.properties
@@ -0,0 +1,48 @@
+# 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: These strings are used for startup/profile problems and the profile manager.
+
+restartTitle = Chiudi %S
+restartMessageNoUnlocker2 = %S è già avviato ma non risponde. Per aprire %S si deve prima chiudere il processo esistente di %S, riavviare il dispositivo oppure utilizzare un altro profilo.
+restartMessageUnlocker = %S è già avviato ma non risponde. Il processo esistente di %S deve essere chiuso per aprire una nuova finestra.
+restartMessageNoUnlockerMac = Una copia di %S è già aperta. Si può aprire solamente una copia di %S alla volta.
+restartMessageUnlockerMac = Una copia di %S è già aperta. La copia in esecuzione di %S verrà chiusa per poter aprire questa.
+
+profileTooltip = Profilo: “%S” – Percorso: “%S”
+
+pleaseSelectTitle = Selezione profilo
+pleaseSelect = Selezionare un profilo per avviare %S oppure crearne uno nuovo.
+
+renameProfileTitle = Rinomina il profilo
+renameProfilePrompt = Rinomina il profilo “%S” come:
+
+profileNameInvalidTitle = Nome profilo non valido
+profileNameInvalid = Il nome “%S” indicato per il profilo non è valido.
+
+chooseFolder = Scegliere una cartella per il profilo
+profileNameEmpty = Il nome del profilo non può essere vuoto.
+invalidChar = Il carattere “%S” non è permesso nel nome di un profilo. Scegliere un nome differente.
+
+deleteTitle = Elimina il profilo
+deleteProfileConfirm = Quando si elimina un profilo questo verrà rimosso dall’elenco dei profili disponibili e non sarà possibile annullare l’operazione.\nÈ possibile scegliere di cancellare anche i file associati al profilo, inclusi impostazioni, certificati e altri dati dell’utente. Scegliendo questa opzione la cartella “%S” verrà eliminata e non sarà possibile ripristinarla.\nEliminare i file associati al profilo?
+deleteFiles = Elimina i file
+dontDeleteFiles = Non eliminare i file
+
+profileCreationFailed = Il profilo non può essere creato. Probabilmente non è possibile scrivere nella cartella scelta.
+profileCreationFailedTitle = Creazione del profilo non riuscita
+profileExists = Esiste già un profilo con questo nome. Scegliere un nome differente.
+profileFinishText = Fare clic su Fine per creare il profilo.
+profileFinishTextMac = Fare clic su Fatto per creare il nuovo profilo.
+profileMissing = Impossibile caricare il profilo %S. Il profilo risulta mancante o non accessibile.
+profileMissingTitle = Profilo mancante
+profileDeletionFailed = Non è stato possibile eliminare il profilo in quanto potrebbe essere attualmente in uso.
+profileDeletionFailedTitle = Eliminazione non riuscita
+
+resetBackupDirectory = Dati precedenti di %S
+
+flushFailTitle = Modifiche non salvate
+flushFailMessage = Un errore imprevisto ha impedito il salvataggio delle modifiche.
+flushFailRestartButton = Riavvia %S
+flushFailExitButton = Esci
diff --git a/l10n-it/toolkit/chrome/mozapps/update/updates.properties b/l10n-it/toolkit/chrome/mozapps/update/updates.properties
new file mode 100644
index 0000000000..3ed5262a42
--- /dev/null
+++ b/l10n-it/toolkit/chrome/mozapps/update/updates.properties
@@ -0,0 +1,40 @@
+# 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/.
+
+updateName = %S %S
+
+noThanksButton = No grazie
+noThanksButton.accesskey = N
+restartLaterButton = Riavvia in seguito
+restartLaterButton.accesskey = s
+restartNowButton = Riavvia %S
+restartNowButton.accesskey = R
+
+statusFailed = Installazione non riuscita
+
+installSuccess = L’aggiornamento è stato installato correttamente
+installPending = Installazione in attesa
+patchApplyFailure = L’aggiornamento non può essere installato (applicazione patch non riuscita)
+elevationFailure = Non si possiedono i permessi necessari per installare questo aggiornamento. Contattare l’amministratore di sistema.
+
+check_error-200 = File XML di aggiornamento non valido (200)
+check_error-403 = Accesso negato (403)
+check_error-404 = File XML di aggiornamento non trovato (404)
+check_error-500 = Errore interno del server (500)
+check_error-2152398849 = Operazione non riuscita (motivo sconosciuto)
+check_error-2152398861 = Connessione rifiutata
+check_error-2152398862 = Connessione fuori tempo massimo
+check_error-2152398864 = Rete non collegata (passare alla modalità Lavora in linea)
+check_error-2152398867 = Porta non consentita
+check_error-2152398868 = Nessun dato ricevuto (ritentare)
+check_error-2152398878 = Impossibile contattare il server degli aggiornamenti (verificare la connessione a Internet)
+check_error-2152398890 = Impossibile contattare il server proxy (verificare la connessione a Internet)
+check_error-2152398918 = Rete non collegata (passare alla modalità Lavora in linea)
+check_error-2152398919 = Trasferimento dati interrotto (ritentare)
+check_error-2152398920 = Connessione al server proxy rifiutata
+check_error-2153390069 = Il certificato del server è scaduto (verificare ed eventualmente correggere le impostazioni dell’orologio di sistema)
+check_error-verification_failed = Impossibile verificare l’integrità dell’aggiornamento
+check_error-move_failed = Non è stato possibile preparare l’aggiornamento per l’installazione
+check_error-update_url_not_available = URL per aggiornamento non disponibile
+check_error-connection_aborted = Connessione annullata
diff --git a/l10n-it/toolkit/chrome/passwordmgr/passwordmgr.properties b/l10n-it/toolkit/chrome/passwordmgr/passwordmgr.properties
new file mode 100644
index 0000000000..b7309a32d5
--- /dev/null
+++ b/l10n-it/toolkit/chrome/passwordmgr/passwordmgr.properties
@@ -0,0 +1,49 @@
+# 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/.
+
+rememberPassword = Utilizzare Gestione password per memorizzare questa password.
+savePasswordTitle = Conferma
+saveLoginMsg2 = Salvare le credenziali di accesso per %S?
+saveLoginMsgNoUser2 = Salvare la password per %S?
+saveLoginButtonAllow.label = Salva
+saveLoginButtonAllow.accesskey = S
+saveLoginButtonDeny.label = Non salvare
+saveLoginButtonDeny.accesskey = N
+saveLoginButtonNever.label = Non salvare mai
+saveLoginButtonNever.accesskey = m
+updateLoginMsg3 = Aggiornare le credenziali per %S?
+updateLoginMsgNoUser3 = Aggiornare la password per %S?
+updateLoginMsgAddUsername2 = Aggiungere un nome utente alla password salvata?
+updateLoginButtonText = Aggiorna
+updateLoginButtonAccessKey = A
+updateLoginButtonDeny.label = Non aggiornare
+updateLoginButtonDeny.accesskey = N
+updateLoginButtonDelete.label = Elimina credenziali salvate
+updateLoginButtonDelete.accesskey = E
+rememberPasswordMsg = Salvare la password per “%1$S” su %2$S?
+rememberPasswordMsgNoUsername = Salvare la password su %S?
+noUsernamePlaceholder = Nessun nome utente
+togglePasswordLabel = Mostra password
+togglePasswordAccessKey2 = M
+notNowButtonText = &Non adesso
+neverForSiteButtonText = &Mai per questo sito
+rememberButtonText = &Ricorda
+passwordChangeTitle = Conferma cambio password
+updatePasswordMsg = Aggiornare la password salvata per “%S”?
+updatePasswordMsgNoUser = Aggiornare la password salvata?
+userSelectText2 = Selezionare le credenziali di accesso da aggiornare:
+loginsDescriptionAll2 = Sono state salvate le credenziali di accesso per i seguenti siti
+
+useASecurelyGeneratedPassword = Usa password generata in modo sicuro
+generatedPasswordWillBeSaved = La password per questo sito web verrà salvata in %S.
+loginHostAge = %1$S (%2$S)
+noUsername = Nessun nome utente
+displaySameOrigin = Da questo sito web
+
+insecureFieldWarningDescription2 = Questa connessione non è sicura. Le credenziali inserite potrebbero essere vulnerabili. %1$S
+insecureFieldWarningLearnMore = Ulteriori informazioni
+
+viewSavedLogins.label = Visualizza credenziali salvate
+managePasswords.label = Gestisci password
+
diff --git a/l10n-it/toolkit/chrome/places/places.properties b/l10n-it/toolkit/chrome/places/places.properties
new file mode 100644
index 0000000000..babf909827
--- /dev/null
+++ b/l10n-it/toolkit/chrome/places/places.properties
@@ -0,0 +1,24 @@
+# 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/.
+
+BookmarksMenuFolderTitle = Menu segnalibri
+BookmarksToolbarFolderTitle = Barra dei segnalibri
+OtherBookmarksFolderTitle = Altri segnalibri
+TagsFolderTitle = Etichette
+MobileBookmarksFolderTitle = Segnalibri da dispositivi mobile
+OrganizerQueryHistory = Cronologia
+OrganizerQueryDownloads = Download
+OrganizerQueryAllBookmarks = Tutti i segnalibri
+
+finduri-AgeInDays-is-0 = Oggi
+finduri-AgeInDays-is-1 = Ieri
+finduri-AgeInDays-is = %S giorni fa
+finduri-AgeInDays-last-is = Ultimi %S giorni
+finduri-AgeInDays-isgreater = Più vecchi di %S giorni
+finduri-AgeInMonths-is-0 = Questo mese
+finduri-AgeInMonths-isgreater = Più vecchi di %S mesi
+
+localhost = (file locali)
+
+backupFileSizeText = %1$S %2$S