diff options
Diffstat (limited to 'l10n-ca-valencia/devtools/startup')
-rw-r--r-- | l10n-ca-valencia/devtools/startup/aboutDevTools.ftl | 42 | ||||
-rw-r--r-- | l10n-ca-valencia/devtools/startup/key-shortcuts.properties | 66 | ||||
-rw-r--r-- | l10n-ca-valencia/devtools/startup/startup.properties | 8 |
3 files changed, 116 insertions, 0 deletions
diff --git a/l10n-ca-valencia/devtools/startup/aboutDevTools.ftl b/l10n-ca-valencia/devtools/startup/aboutDevTools.ftl new file mode 100644 index 0000000000..caac3e9a1b --- /dev/null +++ b/l10n-ca-valencia/devtools/startup/aboutDevTools.ftl @@ -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/. + +head-title = Quant a les eines per a desenvolupadors +enable-title = Activa les eines per a desenvolupadors del Firefox +enable-inspect-element-message = Examineu i editeu HTML i CSS amb l'Inspector de les eines per a desenvolupadors. +enable-learn-more-link = Més informació sobre les eines per a desenvolupadors +enable-enable-button = Activa les eines per a desenvolupadors +enable-close-button = Tanca esta pestanya + +welcome-title = Vos donem la benvinguda a les eines per a desenvolupadors del Firefox! +newsletter-title = Butlletí de desenvolupadors de Mozilla +newsletter-email-placeholder = + .placeholder = Adreça electrònica +newsletter-privacy-label = Accepte que Mozilla gestione la meua informació en els termes descrits en la <a data-l10n-name="privacy-policy">política de privadesa</a>. +newsletter-subscribe-button = Subscriu-m'hi +newsletter-thanks-title = Gràcies! +newsletter-thanks-message = Si anteriorment no heu confirmat la subscripció a algun butlletí de notícies relacionat amb Mozilla, és possible que ho hàgeu de fer. Comproveu la safata d'entrada o el filtre de correu brossa per veure si hi ha algun missatge de Mozilla. + +footer-title = Firefox Developer Edition +footer-learn-more-link = Més informació + +features-learn-more = Més informació +features-inspector-title = Inspector +features-console-title = Consola +features-debugger-title = Depurador +features-network-title = Xarxa +features-network-desc = Superviseu les sol·licituds de xarxa que poden alentir o blocar el vostre lloc. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-storage-title = Emmagatzematge +features-storage-desc = Afegiu, modifiqueu i elimineu la memòria cau, les galetes, bases de dades i les dades de sessió. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-responsive-title = Mode de disseny responsiu +features-visual-editing-title = Edició visual +features-visual-editing-desc = Ajusteu les animacions, l'alineació i el farciment. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-performance-title = Rendiment +features-performance-desc = Desbloqueu els colls d'ampolla, optimitzeu els processos i els recursos. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-memory-title = Memòria +# Variables: +# $errorDescription (String) - The error that occurred e.g. 404 - Not Found +newsletter-error-common = Ha fallat la sol·licitud de subscripció ({ $errorDescription }). +newsletter-error-unknown = S'ha produït un error inesperat. +newsletter-error-timeout = S'ha esgotat el temps d'espera de la sol·licitud de subscripció diff --git a/l10n-ca-valencia/devtools/startup/key-shortcuts.properties b/l10n-ca-valencia/devtools/startup/key-shortcuts.properties new file mode 100644 index 0000000000..5d46d19b91 --- /dev/null +++ b/l10n-ca-valencia/devtools/startup/key-shortcuts.properties @@ -0,0 +1,66 @@ +# 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.commandkey): +# Key pressed to open a toolbox with the debugger panel selected + +# 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-ca-valencia/devtools/startup/startup.properties b/l10n-ca-valencia/devtools/startup/startup.properties new file mode 100644 index 0000000000..16fb90bff1 --- /dev/null +++ b/l10n-ca-valencia/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=Activa les eines per a desenvolupadors… +enableDevTools.accesskey=A |