From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- l10n-it/devtools/client/application.ftl | 97 +++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 l10n-it/devtools/client/application.ftl (limited to 'l10n-it/devtools/client/application.ftl') diff --git a/l10n-it/devtools/client/application.ftl b/l10n-it/devtools/client/application.ftl new file mode 100644 index 0000000000..7684c36311 --- /dev/null +++ b/l10n-it/devtools/client/application.ftl @@ -0,0 +1,97 @@ +# 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 Application panel which is available +### by setting the preference `devtools-application-enabled` to true. + +### 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. + +serviceworker-list-header = Service worker + +serviceworker-list-aboutdebugging = Apri about:debugging per service worker da altri domini + +serviceworker-worker-unregister = Deregistra + +serviceworker-worker-debug = Avvia debug + .title = Il debug è disponibile solo per service worker in esecuzione + +# Alt text for the image icon displayed inside a debug link for a service worker. +serviceworker-worker-inspect-icon = + .alt = Ispeziona + +serviceworker-worker-start3 = Avvia + +serviceworker-worker-updated = Ultimo aggiornamento: + +## Service Worker status strings: all serviceworker-worker-status-* strings are also +## defined in aboutdebugging.properties and should be synchronized with them. + +serviceworker-worker-status-running = In esecuzione + +serviceworker-worker-status-stopped = Bloccato + +serviceworker-empty-intro2 = Non è stato trovato alcun service worker + +serviceworker-empty-intro-link = Ulteriori informazioni + +serviceworker-empty-suggestions2 = Se si ritiene che questa pagina debba mostrare un service worker, controllare la presenza di errori nella Console o analizzare passo per passo la registrazione del service worker nel Debugger. + +serviceworker-empty-suggestions-aboutdebugging2 = Visualizza i service worker da altri domini + +manifest-view-header = Manifesto dell’app + +manifest-empty-intro2 = Non è stato trovato alcun manifesto web app + +manifest-empty-intro-link = Scopri come aggiungere un manifesto + +manifest-item-warnings = Errori e avvisi + +manifest-item-identity = Identità + +manifest-item-presentation = Presentazione + +manifest-item-icons = Icone + +manifest-loading = Caricamento manifesto in corso… + +manifest-loaded-ok = Caricato manifesto. + +manifest-loaded-error = Si è verificato un errore durante il caricamento del manifesto: + +manifest-loaded-devtools-error = Errore in Firefox DevTools + +manifest-non-existing = Nessun manifesto trovato da analizzare. + +manifest-json-link-data-url = Il manifesto è incorporato in un Data URL. + +manifest-icon-purpose = Scopo: {$purpose} + +manifest-icon-img = + .alt = Icona + +manifest-icon-img-title = Icona con dimensioni: {$sizes} + +manifest-icon-img-title-no-sizes = Dimensioni icona non specificate + +# Sidebar navigation item for Manifest sidebar item section +sidebar-item-manifest = Manifesto + .alt = Icona manifesto + .title = Manifesto + +# Sidebar navigation item for Service Workers sidebar item section +sidebar-item-service-workers = Service worker + .alt = Icona service worker + .title = Service worker + +icon-warning = + .alt = Icona avviso + .title = Avviso + +icon-error = + .alt = Icona errore + .title = Errore + -- cgit v1.2.3