33 lines
1.6 KiB
Properties
33 lines
1.6 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 Responsive Design Mode,
|
|
# available from the Browser Tools sub-menu -> 'Responsive Design Mode'.
|
|
#
|
|
# 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 (responsive.deviceAdderName): Label of form field for the
|
|
# name of a new device.
|
|
responsive.deviceAdderName = Nemme
|
|
# LOCALIZATION NOTE (responsive.deviceAdderSize): Label of form field for the
|
|
# size of a new device.
|
|
responsive.deviceAdderSize = Size
|
|
# LOCALIZATION NOTE (responsive.deviceAdderSave): Button text that submits a
|
|
# form to add a new device.
|
|
responsive.deviceAdderSave = Save
|
|
# LOCALIZATION NOTE (responsive.deviceDetails.size): Used to display the pixel
|
|
# size in a tooltip that appears when hovering on a device in the device modal.
|
|
# %1$S: width
|
|
# %2$S: height
|
|
responsive.deviceDetails.size = Size: %1$S x %2$S
|
|
# LOCALIZATION NOTE (responsive.devicePixelRatioOption): UI option in a menu to configure
|
|
# the device pixel ratio. %1$S is the devicePixelRatio value of the device.
|
|
responsive.devicePixelRatioOption = DPR: %1$S
|
|
# LOCALIZATION NOTE (responsive.deviceFormUpdate): Button text that updates a custom
|
|
# device when the form is submitted.
|
|
responsive.deviceFormUpdate = Update
|