gecko-dev/browser/locales/en-US/browser/aboutConfig.ftl
Suriyaa Sundararuban 5138f194d5 Bug 1534001 - Add page title to about:config r=Gijs,flod
The about:config site doesn't have an appropriate page title.

Differential Revision: https://phabricator.services.mozilla.com/D22846

--HG--
extra : moz-landing-system : lando
2019-04-04 11:54:58 +00:00

39 lines
1.6 KiB
Plaintext

# 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/.
# An old map warning, see https://en.wikipedia.org/wiki/Here_be_dragons
about-config-warning-title = Here be dragons!
about-config-warning-text = Changing these advanced settings can be harmful to the stability, security, and performance of this application. You should only continue if you are sure of what you are doing.
about-config-warning-checkbox = Annoy me again, please!
about-config-warning-button = I accept the risk
about-config2-title = Advanced Configurations
about-config-search-input =
.placeholder = Search
about-config-show-all = Show All
about-config-pref-add = Add
about-config-pref-toggle = Toggle
about-config-pref-edit = Edit
about-config-pref-save = Save
about-config-pref-reset = Reset
about-config-pref-delete = Delete
## Labels for the type selection radio buttons shown when adding preferences.
about-config-pref-add-type-boolean = Boolean
about-config-pref-add-type-number = Number
about-config-pref-add-type-string = String
## Preferences with a non-default value are differentiated visually, and at the
## same time the state is made accessible to screen readers using an aria-label
## that won't be visible or copied to the clipboard.
##
## Variables:
## $value (String): The full value of the preference.
about-config-pref-accessible-value-default =
.aria-label = { $value } (default)
about-config-pref-accessible-value-custom =
.aria-label = { $value } (custom)