Bug 1466744 - Support localization for Application panel tab title;r=flod

MozReview-Commit-ID: 7dhAfLisZS0

--HG--
extra : rebase_source : 68e540480c2ee9c82d7eb28507e378a186b61bc7
This commit is contained in:
Julian Descottes 2018-06-05 12:48:14 +02:00
parent 9449b22908
commit 9837cd624e
2 changed files with 17 additions and 3 deletions

View File

@ -462,9 +462,9 @@ Tools.application = {
visibilityswitch: "devtools.application.enabled",
icon: "chrome://devtools/skin/images/tool-application.svg",
url: "chrome://devtools/content/application/index.html",
label: "Application",
panelLabel: "Application",
tooltip: "Application",
label: l10n("application.label"),
panelLabel: l10n("application.panellabel"),
tooltip: l10n("application.tooltip"),
inMenu: false,
hiddenInOptions: true,

View File

@ -268,6 +268,20 @@ accessibility.accesskey=y
# Keyboard shortcut for Accessibility panel will be shown inside the brackets.
accessibility.tooltip2=Accessibility
# LOCALIZATION NOTE (application.label):
# This string is displayed in the title of the tab when the Application panel
# is displayed inside the developer tools window and in the Developer Tools Menu.
application.label=Application
# LOCALIZATION NOTE (application.panelLabel):
# This is used as the label for the toolbox panel.
application.panelLabel=Application Panel
# LOCALIZATION NOTE (application.tooltip):
# This string is displayed in the tooltip of the tab when the Application panel is
# displayed inside the developer tools window.
application.tooltip=Application Panel
# LOCALIZATION NOTE (toolbox.buttons.responsive):
# This is the tooltip of the button in the toolbox toolbar that toggles
# the Responsive mode.