From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-it/devtools/shared/accessibility.properties | 59 +++++ .../devtools/shared/debugger-paused-reasons.ftl | 87 +++++++ l10n-it/devtools/shared/debugger.properties | 36 +++ l10n-it/devtools/shared/eyedropper.properties | 12 + l10n-it/devtools/shared/highlighters.ftl | 63 +++++ l10n-it/devtools/shared/screenshot.properties | 73 ++++++ l10n-it/devtools/shared/shared.properties | 5 + l10n-it/devtools/shared/styleinspector.properties | 262 +++++++++++++++++++++ l10n-it/devtools/shared/webconsole-commands.ftl | 36 +++ 9 files changed, 633 insertions(+) create mode 100644 l10n-it/devtools/shared/accessibility.properties create mode 100644 l10n-it/devtools/shared/debugger-paused-reasons.ftl create mode 100644 l10n-it/devtools/shared/debugger.properties create mode 100644 l10n-it/devtools/shared/eyedropper.properties create mode 100644 l10n-it/devtools/shared/highlighters.ftl create mode 100644 l10n-it/devtools/shared/screenshot.properties create mode 100644 l10n-it/devtools/shared/shared.properties create mode 100644 l10n-it/devtools/shared/styleinspector.properties create mode 100644 l10n-it/devtools/shared/webconsole-commands.ftl (limited to 'l10n-it/devtools/shared') diff --git a/l10n-it/devtools/shared/accessibility.properties b/l10n-it/devtools/shared/accessibility.properties new file mode 100644 index 0000000000..62c1f0399a --- /dev/null +++ b/l10n-it/devtools/shared/accessibility.properties @@ -0,0 +1,59 @@ +# 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/. + +accessibility.contrast.ratio = Contrasto: %S + +accessibility.contrast.ratio.error = Impossibile calcolare + +accessibility.contrast.ratio.label = Contrasto: + +accessibility.contrast.ratio.label.large = Contrasto (testo grande): + +accessibility.text.label.issue.area = Utilizzare l’attributo “alt” per assegnare un’etichetta agli elementi “area” che presentano un attributo “href”. + +accessibility.text.label.issue.dialog = I dialoghi devono avere un’etichetta. + +accessibility.text.label.issue.document.title = I documenti devono avere un title. + +accessibility.text.label.issue.embed = I contenuti incorporati (“embedded”) devono avere un’etichetta. + +accessibility.text.label.issue.figure = Figure con didascalie (“caption”) facoltative devono avere un’etichetta. + +accessibility.text.label.issue.fieldset = Gli elementi “fieldset” devono avere un’etichetta. + +accessibility.text.label.issue.fieldset.legend2 = Utilizzare un elemento “legend” per assegnare un’etichetta a un elemento “fieldset”. + +accessibility.text.label.issue.form = Gli elementi di un modulo devono avere un’etichetta. + +accessibility.text.label.issue.form.visible = Gli elementi di un modulo devono avere un’etichetta di testo visibile. + +accessibility.text.label.issue.frame = Gli elementi “frame” devono avere un’etichetta. + +accessibility.text.label.issue.glyph = Utilizzare l’attributo “alt” per assegnare un’etichetta agli elementi “mglyph”. + +accessibility.text.label.issue.heading = Le intestazioni devono avere un’etichetta. + +accessibility.text.label.issue.heading.content = Le intestazioni devono avere un contenuto di testo visibile. + +accessibility.text.label.issue.iframe = Utilizzare l’attributo “title” per descrivere il contenuto di un “iframe”. + +accessibility.text.label.issue.image = I contenuti con immagini devono avere un’etichetta. + +accessibility.text.label.issue.interactive = Gli elementi interattivi devono avere un’etichetta. + +accessibility.text.label.issue.optgroup.label2 = Utilizzare un attributo “label” per assegnare un’etichetta a un elemento “optgroup”. + +accessibility.text.label.issue.toolbar = Le barre degli strumenti devono avere un’etichetta quando è presente più di una barra degli strumenti. + +accessibility.keyboard.issue.semantics = Gli elementi che possono essere attivati (“focusable”) dovrebbero avere una semantica interattiva. + +accessibility.keyboard.issue.tabindex = Evitare l’uso dell’attributo “tabindex” con valori superiori a zero. + +accessibility.keyboard.issue.action = Dovrebbe essere possibile attivare gli elementi interattivi attraverso la tastiera. + +accessibility.keyboard.issue.focusable = Gli elementi interattivi devono poter essere attivati (“focusable”). + +accessibility.keyboard.issue.focus.visible = Gli elementi che possono essere attivati (“focusable”) potrebbero non avere uno stile associato per il focus. + +accessibility.keyboard.issue.mouse.only = Gli elementi selezionabili (“clickable”) devono poter essere attivati (“focusable”) e avere una semantica interattiva. diff --git a/l10n-it/devtools/shared/debugger-paused-reasons.ftl b/l10n-it/devtools/shared/debugger-paused-reasons.ftl new file mode 100644 index 0000000000..42f373ce35 --- /dev/null +++ b/l10n-it/devtools/shared/debugger-paused-reasons.ftl @@ -0,0 +1,87 @@ +# 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 inside the Debugger which is available from the Web +### Developer sub-menu -> 'Debugger', as well as in the "Paused Debugger +### Overlay" that is displayed in the content page when it pauses. + + +### The correct localization of this file might be to keep it in +### English, or another language commonly spoken among web developers. +### You want to make that choice consistent across the developer tools. +### A good criteria is the language in which you'd find the best +### documentation on web development on the web. + +# The text that is displayed in a info block explaining how the debugger is +# currently paused due to a `debugger` statement in the code +whypaused-debugger-statement = Sospeso su una dichiarazione del debugger + +# The text that is displayed in a info block explaining how the debugger is +# currently paused on a breakpoint +whypaused-breakpoint = Sospeso su un punto di interruzione + +# The text that is displayed in a info block explaining how the debugger is +# currently paused on an event breakpoint. +whypaused-event-breakpoint = Sospeso su un punto di interruzione per un evento + +# The text that is displayed in a info block explaining how the debugger is +# currently paused on an exception +whypaused-exception = Sospeso su un’eccezione + +# The text that is displayed in a info block explaining how the debugger is +# currently paused on a DOM mutation breakpoint +whypaused-mutation-breakpoint = Sospeso su una mutazione DOM + +# The text that is displayed to describe an added node which triggers a subtree +# modification +whypaused-mutation-breakpoint-added = Aggiunto: + +# The text that is displayed to describe a removed node which triggers a subtree +# modification +whypaused-mutation-breakpoint-removed = Rimosso: + +# The text that is displayed in a info block explaining how the debugger is +# currently paused at a JS execution +whypaused-interrupted = Sospeso su esecuzione + +# The text that is displayed in a info block explaining how the debugger is +# currently paused while stepping in or out of the stack +whypaused-resume-limit = Sospeso durante l’avanzamento manuale + +# The text that is displayed in a info block explaining how the debugger is +# currently paused on a dom event +whypaused-pause-on-dom-events = Sospeso su un listener eventi + +# The text that is displayed in an info block when evaluating a conditional +# breakpoint throws an error +whypaused-breakpoint-condition-thrown = Errore su punto di interruzione condizionale + +# The text that is displayed in a info block explaining how the debugger is +# currently paused on an xml http request +whypaused-xhr = Sospeso su una richiesta XMLHttpRequest + +# The text that is displayed in a info block explaining how the debugger is +# currently paused on a promise rejection +whypaused-promise-rejection = Sospeso sul rifiuto di un promise + +# The text that is displayed in a info block explaining how the debugger is +# currently paused at a watchpoint on an object property +whypaused-get-watchpoint = Sospeso sull’accesso a una proprietà + +# The text that is displayed in an info block explaining how the debugger is +# currently paused at a watchpoint on an object property +whypaused-set-watchpoint = Sospeso sull’impostazione di una proprietà + +# The text that is displayed in a info block explaining how the debugger is +# currently paused on an assert +whypaused-assert = Sospeso su un’asserzione + +# The text that is displayed in a info block explaining how the debugger is +# currently paused on a debugger statement +whypaused-debug-command = Sospeso su una funzione in debug + +# The text that is displayed in a info block explaining how the debugger is +# currently paused on an event listener breakpoint set +whypaused-other = Debugger Sospeso diff --git a/l10n-it/devtools/shared/debugger.properties b/l10n-it/devtools/shared/debugger.properties new file mode 100644 index 0000000000..3fafcd6267 --- /dev/null +++ b/l10n-it/devtools/shared/debugger.properties @@ -0,0 +1,36 @@ +# 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 inside the Debugger +# which is available from the Web Developer sub-menu -> 'Debugger'. +# The correct localization of this file might be to keep it in +# English, or another language commonly spoken among web developers. +# You want to make that choice consistent across the developer tools. +# A good criteria is the language in which you'd find the best +# documentation on web development on the web. + +# LOCALIZATION NOTE These strings are used inside the Debugger +# which is available from the Browser Tools sub-menu -> 'Debugger'. +# The correct localization of this file might be to keep it in +# English, or another language commonly spoken among web developers. +# You want to make that choice consistent across the developer tools. +# A good criteria is the language in which you'd find the best +# documentation on web development on the web. + +remoteIncomingPromptTitle = Connessione in entrata + +remoteIncomingPromptHeader = È stata rilevata una connessione in entrata per consentire il debug remoto. Un client remoto è in grado di assumere il completo controllo del browser. +remoteIncomingPromptClientEndpoint = Endpoint del client: %1$S +remoteIncomingPromptServerEndpoint = Endpoint del server: %1$S +remoteIncomingPromptFooter = Consentire la connessione? + +remoteIncomingPromptDisable = Disattiva + +clientSendOOBTitle = Identificazione client +clientSendOOBHeader = Il terminale con cui si sta cercando di connettersi richiede ulteriori informazioni per autenticare questa connessione. Inserire il seguente token nella richiesta che appare nell’altro dispositivo. +clientSendOOBHash = Certificato: %1$S +clientSendOOBToken = Token: %1$S + +serverReceiveOOBTitle = Richiesta token del client +serverReceiveOOBBody = Sul client dovrebbe essere visualizzato il valore del token. Inserire il token fornito per completare l’autenticazione con questo client. diff --git a/l10n-it/devtools/shared/eyedropper.properties b/l10n-it/devtools/shared/eyedropper.properties new file mode 100644 index 0000000000..cfda34bb12 --- /dev/null +++ b/l10n-it/devtools/shared/eyedropper.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/. + +# LOCALIZATION NOTE These strings are used in the Eyedropper color tool. +# LOCALIZATION NOTE The correct localization of this file might be to keep it +# in English, or another language commonly spoken among web developers. +# You want to make that choice consistent across the developer tools. +# A good criteria is the language in which you'd find the best documentation +# on web development on the web. + +colorValue.copied = copiato diff --git a/l10n-it/devtools/shared/highlighters.ftl b/l10n-it/devtools/shared/highlighters.ftl new file mode 100644 index 0000000000..7ab1d31a86 --- /dev/null +++ b/l10n-it/devtools/shared/highlighters.ftl @@ -0,0 +1,63 @@ +# 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 strings used in highlighters. +### Highlighters are visualizations that DevTools draws on top of content to aid +### in understanding content sizing, etc. + +# The row and column position of a grid cell shown in the grid cell infobar when hovering +# over the CSS grid outline. +# Variables +# $row (integer) - The row index +# $column (integer) - The column index +grid-row-column-positions = Riga { $row } - Colonna { $column } + +# The layout type of an element shown in the infobar when hovering over a DOM element and +# it is a grid container. +gridtype-container = Contenitore griglia + +# The layout type of an element shown in the infobar when hovering over a DOM element and +# it is a grid item. +gridtype-item = Elemento griglia + +# The layout type of an element shown in the infobar when hovering over a DOM element and +# it is both a grid container and a grid item. +gridtype-dual = Contenitore/elemento griglia + +# The layout type of an element shown in the infobar when hovering over a DOM element and +# it is a flex container. +flextype-container = Contenitore flex + +# The layout type of an element shown in the infobar when hovering over a DOM element and +# it is a flex item. +flextype-item = Elemento flex + +# The layout type of an element shown in the infobar when hovering over a DOM element and +# it is both a flex container and a flex item. +flextype-dual = Contenitore/elemento flex + +# The message displayed in the content page when the user clicks on the +# "Pick an element from the page" in about:devtools-toolbox inspector panel, when +# debugging a remote page. +# Variables +# $action (string) - Will either be remote-node-picker-notice-action-desktop or +# remote-node-picker-notice-action-touch +remote-node-picker-notice = Selettore nodi attivo. { $action } + +# Text displayed in `remote-node-picker-notice`, when the remote page is on desktop +remote-node-picker-notice-action-desktop = Fare clic su un elemento per selezionarlo in Analisi pagina + +# Text displayed in `remote-node-picker-notice`, when the remote page is on Android +remote-node-picker-notice-action-touch = Toccare un elemento per selezionarlo in Analisi pagina + +# The text displayed in the button that is in the notice in the content page when the user +# clicks on the "Pick an element from the page" in about:devtools-toolbox inspector panel, +# when debugging a remote page. +remote-node-picker-notice-hide-button = Nascondi + +simple-highlighters-message = Quando prefers-reduced-motion è attivo, è possibile selezionare evidenziatori semplificati nel pannello impostazioni per evitare il lampeggiamento di colori. + +simple-highlighters-settings-button = Apri impostazioni + diff --git a/l10n-it/devtools/shared/screenshot.properties b/l10n-it/devtools/shared/screenshot.properties new file mode 100644 index 0000000000..eb8eeef695 --- /dev/null +++ b/l10n-it/devtools/shared/screenshot.properties @@ -0,0 +1,73 @@ +# 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 inside Web Console commands. +# The Web Console command line is available from the Web Developer sub-menu +# -> 'Web Console'. +# +# The correct localization of this file might be to keep it in +# English, or another language commonly spoken among web developers. +# You want to make that choice consistent across the developer tools. +# A good criteria is the language in which you'd find the best +# documentation on web development on the web. + +# LOCALIZATION NOTE These strings are used inside the Web Console commands +# which can be executed in the Developer Tools, available in the +# Browser Tools sub-menu -> 'Web Developer Tools' +# +# The correct localization of this file might be to keep it in +# English, or another language commonly spoken among web developers. +# You want to make that choice consistent across the developer tools. +# A good criteria is the language in which you'd find the best +# documentation on web development on the web. + +screenshotDesc = Salva un’immagine della pagina + +screenshotFilenameDesc = Nome file destinazione + +screenshotFilenameManual = Il nome del file in cui salvare la schermata (dovrebbe avere estensione “.png”). + +screenshotClipboardDesc = Copiare la schermata negli appunti? (true/false) + +screenshotClipboardManual = Utilizzare true per copiare la schermata negli appunti invece di salvarla su file. + +screenshotGroupOptions = Opzioni + +screenshotDelayDesc = Ritardo (secondi) + +screenshotDelayManual = Il tempo di attesa (in secondi) prima che venga acquisita la schermata + +screenshotDPRDesc = Proporzioni pixel + +screenshotDPRManual = Le proporzioni pixel (“pixel ratio”) da utilizzare per la schermata + +screenshotFullPageDesc = Pagina web intera? (true/false) + +screenshotFullPageManual = Utilizzare true per fare in modo che la schermata includa anche le parti della pagina web attualmente non visualizzate sullo schermo. + +screenshotFileDesc = Salvare in un file? (true/false) + +screenshotFileManual = True per salvare la schermata in un file anche quando sono attive altre opzioni (es. appunti). + +screenshotGeneratedFilename = Schermata %1$S alle %2$S + +screenshotErrorSavingToFile = Errore durante il salvataggio in %S + +screenshotSavedToFile = Salvato in %S + +screenshotErrorCopying = Si è verificato un errore durante la copia negli appunti. + +screenshotCopied = Copiata negli appunti. + +inspectNodeDesc = Selettore CSS + +inspectNodeManual = Un selettore CSS da utilizzare con document.querySelector per identificare un singolo elemento + +screenshotTruncationWarning = L’immagine è stata ridotta a %1$S×%2$S in quanto l’immagine risultante era troppo grande + +screenshotDPRDecreasedWarning = Le proporzioni pixel del dispositivo sono state ridotte a 1 in quanto l’immagine risultante era troppo grande + +screenshotRenderingError = Errore durante la creazione dell’immagine. È possibile che l’immagine risultante fosse troppo grande. + +screenshotNoSelectorMatchWarning = Il selettore “%S” non corrisponde ad alcun elemento nella pagina. diff --git a/l10n-it/devtools/shared/shared.properties b/l10n-it/devtools/shared/shared.properties new file mode 100644 index 0000000000..5d8888b729 --- /dev/null +++ b/l10n-it/devtools/shared/shared.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/. + +ellipsis = … diff --git a/l10n-it/devtools/shared/styleinspector.properties b/l10n-it/devtools/shared/styleinspector.properties new file mode 100644 index 0000000000..36ef7569db --- /dev/null +++ b/l10n-it/devtools/shared/styleinspector.properties @@ -0,0 +1,262 @@ +# 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 inside the Style Inspector. +# +# The correct localization of this file might be to keep it in +# English, or another language commonly spoken among web developers. +# You want to make that choice consistent across the developer tools. +# A good criteria is the language in which you'd find the best +# documentation on web development on the web. + + +# LOCALIZATION NOTE (rule.status): For each style property the panel shows +# the rules which hold that specific property. For every rule, the rule status +# is also displayed: a rule can be the best match, a match, a parent match, or a +# rule did not match the element the user has highlighted. +rule.status.BEST=Migliore corrispondenza +rule.status.MATCHED=Corrispondenza +rule.status.PARENT_MATCH=Corrispondenza padre + +# LOCALIZATION NOTE (rule.sourceElement, rule.sourceInline, +# rule.sourceConstructed): For each style property the panel shows the rules +# which hold that specific property. +# For every rule, the rule source is also displayed: a rule can come from a +# file, from the same page (inline), from a constructed style sheet +# (constructed), or from the element itself (element). +rule.sourceInline=inline +rule.sourceConstructed=costruito +rule.sourceElement=elemento + +# LOCALIZATION NOTE (rule.inheritedFrom): Shown for CSS rules +# that were inherited from a parent node. Will be passed a node +# identifier of the parent node. +# e.g "Inherited from body#bodyID" +rule.inheritedFrom=Ereditato da %S + +# LOCALIZATION NOTE (rule.keyframe): Shown for CSS Rules keyframe header. +# Will be passed an identifier of the keyframe animation name. +rule.keyframe=Fotogrammi %S + +# LOCALIZATION NOTE (rule.userAgentStyles): Shown next to the style sheet +# link for CSS rules that were loaded from a user agent style sheet. +# These styles will not be editable, and will only be visible if the +# devtools.inspector.showUserAgentStyles pref is true. +rule.userAgentStyles=(user agent) + +# LOCALIZATION NOTE (rule.pseudoElement): Shown for CSS rules +# pseudo element header +rule.pseudoElement=Pseudo-elementi + +# LOCALIZATION NOTE (rule.selectedElement): Shown for CSS rules element header if +# pseudo elements are present in the rule view. +rule.selectedElement=Questo elemento + +# LOCALIZATION NOTE (rule.warning.title): When an invalid property value is +# entered into the rule view a warning icon is displayed. This text is used for +# the title attribute of the warning icon. +rule.warning.title=Valore proprietà non valido + +# LOCALIZATION NOTE (rule.warningName.title): When an invalid property name is +# entered into the rule view a warning icon is displayed. This text is used for +# the title attribute of the warning icon. +rule.warningName.title=Nome proprietà non valido + +# LOCALIZATION NOTE (rule.filterProperty.title): Text displayed in the tooltip +# of the search button that is shown next to a property that has been overridden +# in the rule view. +rule.filterProperty.title=Filtra regole che contengono questa proprietà + +# LOCALIZATION NOTE (rule.empty): Text displayed when the highlighter is +# first opened and there's no node selected in the rule view. +rule.empty=Nessun elemento selezionato. + +# LOCALIZATION NOTE (rule.variableValue): Text displayed in a tooltip +# when the mouse is over a variable use (like "var(--something)") in +# the rule view. The first argument is the variable name and the +# second argument is the value. +rule.variableValue=%S = %S + +# LOCALIZATION NOTE (rule.variableUnset): Text displayed in a tooltip +# when the mouse is over a variable use (like "var(--something)"), +# where the variable is not set. the rule view. The argument is the +# variable name. +rule.variableUnset=%S non è impostato + +# LOCALIZATION NOTE (rule.selectorHighlighter.tooltip): Text displayed in a +# tooltip when the mouse is over a selector highlighter icon in the rule view. +rule.selectorHighlighter.tooltip=Evidenzia tutti gli elementi che corrispondono a questo selettore. + +# LOCALIZATION NOTE (rule.colorSwatch.tooltip): Text displayed in a tooltip +# when the mouse is over a color swatch in the rule view. +rule.colorSwatch.tooltip=Fare clic per aprire il selettore dei colori, Maiusc+clic per cambiare il formato dei colori + +# LOCALIZATION NOTE (rule.bezierSwatch.tooltip): Text displayed in a tooltip +# when the mouse is over a cubic-bezier swatch in the rule view. +rule.bezierSwatch.tooltip=Fare clic per aprire l’editor timing-function + +# LOCALIZATION NOTE (rule.filterSwatch.tooltip): Text displayed in a tooltip +# when the mouse is over a filter swatch in the rule view. +rule.filterSwatch.tooltip=Fare clic per aprire l’editor dei filtri + +# LOCALIZATION NOTE (rule.angleSwatch.tooltip): Text displayed in a tooltip +# when the mouse is over a angle swatch in the rule view. +rule.angleSwatch.tooltip=Maiusc+clic per modificare il formato degli angoli + +# LOCALIZATION NOTE (rule.flexToggle.tooltip): Text displayed in a tooltip +# when the mouse is over a Flexbox toggle icon in the rule view. +rule.flexToggle.tooltip=Fare clic per attivare/disattivare l’evidenziatore flexbox + +# LOCALIZATION NOTE (rule.gridToggle.tooltip): Text displayed in a tooltip +# when the mouse is over a CSS Grid toggle icon in the rule view. +rule.gridToggle.tooltip=Fare clic per attivare/disattivare l’evidenziatore della griglia CSS + +# LOCALIZATION NOTE (rule.filterStyles.placeholder): This is the placeholder that +# goes in the search box when no search term has been entered. +rule.filterStyles.placeholder=Filtra stili + +# LOCALIZATION NOTE (rule.addRule.tooltip): This is the tooltip shown when +# hovering the `Add new rule` button in the rules view toolbar. +rule.addRule.tooltip=Aggiungi nuova regola + +# LOCALIZATION NOTE (rule.togglePseudo.tooltip): This is the tooltip +# shown when hovering over the `Toggle Pseudo Class Panel` button in the +# rule view toolbar. +rule.togglePseudo.tooltip=Attiva/disattiva pseudoclassi + +# LOCALIZATION NOTE (rule.classPanel.toggleClass.tooltip): This is the tooltip +# shown when hovering over the `Toggle Class Panel` button in the +# rule view toolbar. +rule.classPanel.toggleClass.tooltip=Attiva/disattiva classi + +# LOCALIZATION NOTE (rule.classPanel.newClass.placeholder): This is the placeholder +# shown inside the text field used to add a new class in the rule-view. +rule.classPanel.newClass.placeholder=Aggiungi nuova classe + +# LOCALIZATION NOTE (rule.classPanel.noClasses): This is the text displayed in the +# class panel when the current element has no classes applied. +rule.classPanel.noClasses=Nessuna classe per questo elemento + +# LOCALIZATION NOTE (rule.printSimulation.tooltip): +# This is the tooltip of the print simulation button in the Rule View toolbar +# that toggles print simulation. +rule.printSimulation.tooltip=Attiva/disattiva simulazione media di stampa per la pagina + +# LOCALIZATION NOTE (rule.colorSchemeSimulation.tooltip): +# This is the tooltip of the color scheme simulation button in the Rule View +# toolbar that toggles color-scheme simulation. +rule.colorSchemeSimulation.tooltip=Attiva/disattiva simulazione combinazione colori per la pagina + +# LOCALIZATION NOTE (rule.twistyCollapse.label): The text a screen reader +# speaks when the header of a rule is expanded. +rule.twistyCollapse.label=Comprimi + +# LOCALIZATION NOTE (rule.twistyExpand.label): The text a screen reader +# speaks when the header of a rule is collapsed. +rule.twistyExpand.label=Espandi + +rule.expandableContainerToggleButton.title=Attiva/disattiva pannello + +# LOCALIZATION NOTE (rule.containerQuery.selectContainerButton.tooltip): Text displayed in a +# tooltip when the mouse is over the icon to select a container in a container query in the rule view. +rule.containerQuery.selectContainerButton.tooltip=Fare clic per selezionare il nodo contenitore + +# LOCALIZATION NOTE (rule.propertyToggle.label): +# This is the label for the checkbox input in the rule view that allow to disable/re-enable +# a specific property in a rule. +# The argument is the property name. +rule.propertyToggle.label=Attiva proprietà %S + +rule.newPropertyName.label = Nome nuova proprietà +rule.propertyName.label = Nome proprietà + +# LOCALIZATION NOTE (styleinspector.contextmenu.copyColor): Text displayed in the rule +# and computed view context menu when a color value was clicked. +styleinspector.contextmenu.copyColor=Copia colore + +# LOCALIZATION NOTE (styleinspector.contextmenu.copyColor.accessKey): Access key for +# the rule and computed view context menu "Copy Color" entry. +styleinspector.contextmenu.copyColor.accessKey=e + +# LOCALIZATION NOTE (styleinspector.contextmenu.copyUrl): In rule and computed view : +# text displayed in the context menu for an image URL. +# Clicking it copies the URL to the clipboard of the user. +styleinspector.contextmenu.copyUrl=Copia URL + +# LOCALIZATION NOTE (styleinspector.contextmenu.copyUrl.accessKey): Access key for +# the rule and computed view context menu "Copy URL" entry. +styleinspector.contextmenu.copyUrl.accessKey=R + +# LOCALIZATION NOTE (styleinspector.contextmenu.copyImageDataUrl): In rule and computed view : +# text displayed in the context menu for an image URL. +# Clicking it copies the image as Data-URL to the clipboard of the user. +styleinspector.contextmenu.copyImageDataUrl=Copia Data-URL immagine + +# LOCALIZATION NOTE (styleinspector.contextmenu.copyImageDataUrl.accessKey): Access key for +# the rule and computed view context menu "Copy Image Data-URL" entry. +styleinspector.contextmenu.copyImageDataUrl.accessKey=L + +# LOCALIZATION NOTE (styleinspector.copyImageDataUrlError): Text set in the clipboard +# if an error occurs when using the copyImageDataUrl context menu action +# (invalid image link, timeout, etc...) +styleinspector.copyImageDataUrlError=Impossibile copiare Data-URL dell’immagine + +# LOCALIZATION NOTE (styleinspector.contextmenu.toggleOrigSources): Text displayed in the rule view +# context menu. +styleinspector.contextmenu.toggleOrigSources=Visualizza sorgenti originali + +# LOCALIZATION NOTE (styleinspector.contextmenu.toggleOrigSources.accessKey): Access key for +# the rule view context menu "Show original sources" entry. +styleinspector.contextmenu.toggleOrigSources.accessKey=o + +# LOCALIZATION NOTE (styleinspector.contextmenu.addNewRule): Text displayed in the +# rule view context menu for adding a new rule to the element. +# This should match inspector.addRule.tooltip in inspector.properties +styleinspector.contextmenu.addNewRule=Aggiungi nuova regola + +# LOCALIZATION NOTE (styleinspector.contextmenu.addNewRule.accessKey): Access key for +# the rule view context menu "Add rule" entry. +styleinspector.contextmenu.addNewRule.accessKey=u + +# LOCALIZATION NOTE (styleinspector.contextmenu.selectAll): Text displayed in the +# computed view context menu. +styleinspector.contextmenu.selectAll=Seleziona tutto + +# LOCALIZATION NOTE (styleinspector.contextmenu.selectAll.accessKey): Access key for +# the computed view context menu "Select all" entry. +styleinspector.contextmenu.selectAll.accessKey=A + +# LOCALIZATION NOTE (styleinspector.contextmenu.copy): Text displayed in the +# computed view context menu. +styleinspector.contextmenu.copy=Copia + +# LOCALIZATION NOTE (styleinspector.contextmenu.copy.accessKey): Access key for +# the computed view context menu "Copy" entry. +styleinspector.contextmenu.copy.accessKey=C + +# LOCALIZATION NOTE (styleinspector.contextmenu.copyLocation): Text displayed in the +# rule view context menu for copying the source location. +styleinspector.contextmenu.copyLocation=Copia posizione + +# LOCALIZATION NOTE (styleinspector.contextmenu.copyDeclaration): Text +# displayed in the rule view context menu for copying the CSS declaration. +styleinspector.contextmenu.copyDeclaration=Copia dichiarazione + +# LOCALIZATION NOTE (styleinspector.contextmenu.copyPropertyName): Text displayed in +# the rule view context menu for copying the property name. +styleinspector.contextmenu.copyPropertyName=Copia nome proprietà + +# LOCALIZATION NOTE (styleinspector.contextmenu.copyPropertyValue): Text displayed in +# the rule view context menu for copying the property value. +styleinspector.contextmenu.copyPropertyValue=Copia valore proprietà + +# LOCALIZATION NOTE (styleinspector.contextmenu.copyRule): Text displayed in the +# rule view context menu for copying the rule. +styleinspector.contextmenu.copyRule=Copia regola + +# LOCALIZATION NOTE (styleinspector.contextmenu.copySelector): Text displayed in the +# rule view context menu for copying the selector. +styleinspector.contextmenu.copySelector=Copia selettore + + diff --git a/l10n-it/devtools/shared/webconsole-commands.ftl b/l10n-it/devtools/shared/webconsole-commands.ftl new file mode 100644 index 0000000000..ffae1b38aa --- /dev/null +++ b/l10n-it/devtools/shared/webconsole-commands.ftl @@ -0,0 +1,36 @@ +# 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 inside the Web Console commands +# which can be executed in the Developer Tools, available in the +# Browser Tools sub-menu -> 'Web Developer Tools' + +# Usage string for :block command +webconsole-commands-usage-block = + :block URL_STRING + + Inizia blocco delle richieste di rete + + Accetta un solo parametro URL_STRING, una stringa senza virgolette che verrà utilizzata per bloccare tutte le richieste il cui URL include questa stringa. + Utilizzare :unblock o la barra laterale in Monitor di rete per rimuovere il blocco. + +# Usage string for :unblock command +webconsole-commands-usage-unblock = + :unblock URL_STRING + + Interrompi blocco delle richieste di rete + + Accetta un solo parametro, la stessa stringa passata in precedenza al comando :block. + +# Usage string for :trace command +webconsole-commands-usage-trace = + :trace + + Attiva/disattiva il tracer JavaScript + + Supporta i seguenti parametri: + --logMethod Impostare a “console” per registrare nella console web (predefinito), oppure “stdout” per registrare nell’output standard. + --prefix Stringa opzionale che verrà anteposta a tutti i registri del tracciamento. + --help o --usage per visualizzare questo messaggio. + -- cgit v1.2.3