96 lines
6.1 KiB
Properties
96 lines
6.1 KiB
Properties
# 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 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.
|
|
|
|
# LOCALIZATION NOTE (screenshotDesc) A very short description of the
|
|
# 'screenshot' command. Displayed when the --help flag is passed to
|
|
# the screenshot command.
|
|
screenshotDesc = Guarda una imatge de la pàgina
|
|
# LOCALIZATION NOTE (screenshotFilenameDesc) A very short string to describe
|
|
# the 'filename' parameter to the 'screenshot' command. Displayed when the
|
|
# --help flag is passed to the screenshot command.
|
|
screenshotFilenameDesc = Nom del fitxer de destí
|
|
# LOCALIZATION NOTE (screenshotFilenameManual) A fuller description of the
|
|
# 'filename' parameter to the 'screenshot' command.
|
|
screenshotFilenameManual = El nom del fitxer (ha de tindre l'extensió «.png») on s'escriurà la captura de pantalla.
|
|
# LOCALIZATION NOTE (screenshotClipboardDesc) A very short string to describe
|
|
# the 'clipboard' parameter to the 'screenshot' command. Displayed when the
|
|
# --help flag is passed to the screenshot command.
|
|
screenshotClipboardDesc = Voleu copiar la captura de pantalla al porta-retalls? (cert/fals)
|
|
# LOCALIZATION NOTE (screenshotClipboardManual) A fuller description of the
|
|
# 'clipboard' parameter to the 'screenshot' command. Displayed when the
|
|
# --help flag is passed to the screenshot command.
|
|
screenshotClipboardManual = Cert si voleu copiar la captura de pantalla en lloc de guardar-la en un fitxer.
|
|
# LOCALIZATION NOTE (screenshotGroupOptions) A label for the optional options of
|
|
# the screenshot command. Displayed when the --help flag is passed to the
|
|
# screenshot command.
|
|
screenshotGroupOptions = Opcions
|
|
# LOCALIZATION NOTE (screenshotDelayDesc) A very short string to describe
|
|
# the 'delay' parameter to the 'screenshot' command. Displayed when the
|
|
# --help flag is passed to the screenshot command.
|
|
screenshotDelayDesc = Retard (segons)
|
|
# LOCALIZATION NOTE (screenshotDelayManual) A fuller description of the
|
|
# 'delay' parameter to the 'screenshot' command. Displayed when the
|
|
# --help flag is passed to the screenshot command.
|
|
screenshotDelayManual = Temps que cal esperar (en segons) per fer la captura de pantalla
|
|
# LOCALIZATION NOTE (screenshotDPRDesc) A very short string to describe
|
|
# the 'dpr' parameter to the 'screenshot' command. Displayed when the
|
|
# --help flag is passed to the `screenshot command.
|
|
screenshotDPRDesc = Relació de píxels del dispositiu
|
|
# LOCALIZATION NOTE (screenshotDPRManual) A fuller description of the
|
|
# 'dpr' parameter to the 'screenshot' command. Displayed when the
|
|
# --help flag is passed to the `screenshot command.
|
|
screenshotDPRManual = La relació de píxels del dispositiu que s'utilitzarà per fer la captura de pantalla
|
|
# LOCALIZATION NOTE (screenshotFullPageDesc) A very short string to describe
|
|
# the 'fullpage' parameter to the 'screenshot' command. Displayed when the
|
|
# --help flag is passed to the `screenshot command.
|
|
screenshotFullPageDesc = La pàgina web sencera? (cert/fals)
|
|
# LOCALIZATION NOTE (screenshotFullPageManual) A fuller description of the
|
|
# 'fullpage' parameter to the 'screenshot' command. Displayed when the
|
|
# --help flag is passed to the `screenshot command.
|
|
screenshotFullPageManual = Cert si la captura de pantalla ha d'incloure les parts de la pàgina web que queden fora dels límits visibles actuals.
|
|
# LOCALIZATION NOTE (screenshotFileDesc) A very short string to describe
|
|
# the 'file' parameter to the 'screenshot' command. Displayed when the
|
|
# --help flag is passed to the `screenshot command.
|
|
screenshotFileDesc = Voleu guardar-la en un fitxer? (cert/fals)
|
|
# LOCALIZATION NOTE (screenshotFileManual) A fuller description of the
|
|
# 'file' parameter to the 'screenshot' command. Displayed when the
|
|
# --help flag is passed to the `screenshot command.
|
|
screenshotFileManual = «Cert» si cal guardar la captura de pantalla en un fitxer fins i tot si s'han activat altres opcions (p. ex. porta-retalls).
|
|
# LOCALIZATION NOTE (screenshotGeneratedFilename) The auto generated filename
|
|
# when no file name is provided. The first argument (%1$S) is the date string
|
|
# in yyyy-mm-dd format and the second argument (%2$S) is the time string
|
|
# in HH.MM.SS format. Please don't add the extension here.
|
|
screenshotGeneratedFilename = Captura de pantalla feta el %1$S a les %2$S
|
|
# LOCALIZATION NOTE (screenshotErrorSavingToFile) Text displayed to user upon
|
|
# encountering error while saving the screenshot to the file specified.
|
|
# The argument (%1$S) is the filename.
|
|
screenshotErrorSavingToFile = S'ha produït un error en guardar %1$S
|
|
# LOCALIZATION NOTE (screenshotSavedToFile) Text displayed to user when the
|
|
# screenshot is successfully saved to the file specified.
|
|
# The argument (%1$S) is the filename.
|
|
screenshotSavedToFile = S'ha guardat a %1$S
|
|
# LOCALIZATION NOTE (screenshotErrorCopying) Text displayed to user upon
|
|
# encountering error while copying the screenshot to clipboard.
|
|
screenshotErrorCopying = S'ha produït un error en copiar la captura de pantalla al porta-retalls.
|
|
# LOCALIZATION NOTE (screenshotCopied) Text displayed to user when the
|
|
# screenshot is successfully copied to the clipboard.
|
|
screenshotCopied = La captura de pantalla s'ha copiat al porta-retalls.
|
|
# LOCALIZATION NOTE (inspectNodeDesc) A very short string to describe the
|
|
# 'node' parameter to the 'inspect' command. Displayed when the
|
|
# --help flag is passed to the `screenshot command.
|
|
inspectNodeDesc = Selector CSS
|
|
# LOCALIZATION NOTE (inspectNodeManual) A fuller description of the 'node'
|
|
# parameter to the 'inspect' command. Displayed when the --help flag is
|
|
# passed to the `screenshot command.
|
|
inspectNodeManual = Un selector CSS per utilitzar-lo amb el Document.querySelector per identificar un únic element
|