diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-ia/devtools/startup/aboutDevTools.ftl | 57 | ||||
-rw-r--r-- | l10n-ia/devtools/startup/key-shortcuts.properties | 67 | ||||
-rw-r--r-- | l10n-ia/devtools/startup/startup.properties | 8 |
3 files changed, 132 insertions, 0 deletions
diff --git a/l10n-ia/devtools/startup/aboutDevTools.ftl b/l10n-ia/devtools/startup/aboutDevTools.ftl new file mode 100644 index 0000000000..69ab524918 --- /dev/null +++ b/l10n-ia/devtools/startup/aboutDevTools.ftl @@ -0,0 +1,57 @@ +# 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/. + +head-title = Circa le utensiles de disveloppamento +enable-title = Activar le Utensiles de disveloppamento de Firefox +enable-inspect-element-title = Activar le Utensiles de disveloppamento de Firefox pro usar Inspicer elemento +enable-inspect-element-message = Examina e redige HTML e CSS le Inspector del utensiles de disveloppamento. +enable-about-debugging-message = Disveloppa e depura WebExtensions, web workers, service workers e plus per le Utensiles de disveloppamento de Firefox. +enable-key-shortcut-message = Tu ha activate un accesso directe al instrumentos de disveloppamento. Si isto esseva un error, tu pote clauder iste scheda. +enable-menu-message = Perfectiona le HTML, CSS, e JavaScript de tu sito web per utensiles como Inspector e Depurator. +enable-common-message = Le Utensiles de disveloppamento de Firefox es disactivate normalmente pro dar te major controlo de tu navigator. +enable-learn-more-link = Apprende plus re le Utensiles del disveloppamento +enable-enable-button = Activar le Utensiles de disveloppamento +enable-close-button = Clauder iste scheda + +welcome-title = Benvenite al Utensiles de disveloppamento de Firefox! +newsletter-title = Littera del novas de disveloppamento de Mozilla +newsletter-message = Recipe novas, artificios e ressources de disveloppamento inviate directemente a tu cassa de entrata. +newsletter-email-placeholder = + .placeholder = Email +newsletter-privacy-label = Io consenti con le tractamento per Mozilla de mi informationes como explicate in iste <a data-l10n-name="privacy-policy">Politica de confidentialitate</a>. +newsletter-subscribe-button = Subscriber +newsletter-thanks-title = Gratias! +newsletter-thanks-message = Si tu non habeva antea confirmate un subscription a un newsletter re Mozilla tu pote facer lo. Per favor controla tu cassa de entrata o tu filtro del spam pro un e-posta ab nos. + +footer-title = Firefox Developer Edition +footer-message = Cerca tu plus que justo Utensiles de disveloppamento? Controla le navigator Firefox create specificamente pro le disveloppatores e le fluxos de labor moderne. +footer-learn-more-link = Saper plus + +features-learn-more = Saper plus +features-inspector-title = Inspector +features-inspector-desc = Inspecta e optimisa le codice pro construer dispositiones de pagina perfecte al pixel. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-console-title = Consola +features-console-desc = Attrappa errores in le CSS, de JavaScript, de securitate e in rete. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-debugger-title = Depurator +features-debugger-desc = Depurator JavaScript potente compatibile con tu framework. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-network-title = Rete +features-network-desc = Controla le requestas de rete que pote relentar o blocar tu sito. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-storage-title = Immagazinage +features-storage-desc = Adde, modifica e remove cache, cookies, bases de datos e datos de session. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-responsive-title = Modo de designo responsive +features-responsive-desc = Testa le sitos sur apparatos simulate in tu navigator. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-visual-editing-title = Edition visual +features-visual-editing-desc = Optimisa le animationes, le alineamento e le margines. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-performance-title = Rendimento +features-performance-desc = Disbloca le collos de bottilia, simplifica le processos, optimisa le ressources. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-memory-title = Memoria +features-memory-desc = Trova le perditas de memoria e rende fulminee tu application. <a data-l10n-name="learn-more">{ features-learn-more }</a> +# Variables: +# $errorDescription (String) - The error that occurred e.g. 404 - Not Found +newsletter-error-common = Le demanda de abonamento es fallite ({ $errorDescription }). +newsletter-error-unknown = Un error non attendite occurreva. +newsletter-error-timeout = Le demanda de abonamento es expirate. +# Variables: +# $shortcut (String) - The keyboard shortcut used for the tool +welcome-message = Tu ha correctemente activate le Utensiles de disveloppamento! Pro comenciar, explora le menu "Disveloppator web" o aperi le utensiles per { $shortcut }. diff --git a/l10n-ia/devtools/startup/key-shortcuts.properties b/l10n-ia/devtools/startup/key-shortcuts.properties new file mode 100644 index 0000000000..a5bdf43188 --- /dev/null +++ b/l10n-ia/devtools/startup/key-shortcuts.properties @@ -0,0 +1,67 @@ +# 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 (toggleToolbox.commandkey): +# Key pressed to open a toolbox with the default panel selected +toggleToolbox.commandkey=I + +# LOCALIZATION NOTE (toggleToolboxF12.commandkey): +# Alternative key pressed to open a toolbox with the default panel selected +toggleToolboxF12.commandkey=VK_F12 + +# LOCALIZATION NOTE (browserToolbox.commandkey): +# Key pressed to open the Browser Toolbox, used for debugging Firefox itself +browserToolbox.commandkey=I + +# LOCALIZATION NOTE (browserConsole.commandkey): +# Key pressed to open the Browser Console, used for debugging Firefox itself +browserConsole.commandkey=J + +# LOCALIZATION NOTE (responsiveDesignMode.commandkey): +# Key pressed to toggle on the Responsive Design Mode +responsiveDesignMode.commandkey=M + +# LOCALIZATION NOTE (inspector.commandkey): +# Key pressed to open a toolbox with the inspector panel selected +inspector.commandkey=C + +# LOCALIZATION NOTE (webconsole.commandkey): +# Key pressed to open a toolbox with the web console panel selected +webconsole.commandkey=K + +# LOCALIZATION NOTE (jsdebugger.commandkey2): +# Key pressed to open a toolbox with the debugger panel selected +jsdebugger.commandkey2=Z + +# LOCALIZATION NOTE (netmonitor.commandkey): +# Key pressed to open a toolbox with the network monitor panel selected +netmonitor.commandkey=E + +# LOCALIZATION NOTE (styleeditor.commandkey): +# Key pressed to open a toolbox with the style editor panel selected +styleeditor.commandkey=VK_F7 + +# LOCALIZATION NOTE (performance.commandkey): +# Key pressed to open a toolbox with the performance panel selected +performance.commandkey=VK_F5 + +# LOCALIZATION NOTE (storage.commandkey): +# Key pressed to open a toolbox with the storage panel selected +storage.commandkey=VK_F9 + +# LOCALIZATION NOTE (dom.commandkey): +# Key pressed to open a toolbox with the DOM panel selected +dom.commandkey=W + +# LOCALIZATION NOTE (accessibilityF12.commandkey): +# Key pressed to open a toolbox with the accessibility panel selected +accessibilityF12.commandkey=VK_F12 + +# LOCALIZATION NOTE (profilerStartStop.commandkey): +# Key pressed to start or stop the performance profiler +profilerStartStop.commandkey=VK_1 + +# LOCALIZATION NOTE (profilerCapture.commandkey): +# Key pressed to capture a recorded performance profile +profilerCapture.commandkey=VK_2 diff --git a/l10n-ia/devtools/startup/startup.properties b/l10n-ia/devtools/startup/startup.properties new file mode 100644 index 0000000000..3d64d374d3 --- /dev/null +++ b/l10n-ia/devtools/startup/startup.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/. + +# LOCALIZATION NOTE (enableDevTools.label): +# Label for the menu item displayed in Tools > Developer Tools when DevTools are disabled. +enableDevTools.label=Activar le instrumentos de disveloppamento… +enableDevTools.accesskey=A |