diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /devtools/client/locales/en-US/menus.properties | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'devtools/client/locales/en-US/menus.properties')
-rw-r--r-- | devtools/client/locales/en-US/menus.properties | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/devtools/client/locales/en-US/menus.properties b/devtools/client/locales/en-US/menus.properties new file mode 100644 index 000000000..66e158cbd --- /dev/null +++ b/devtools/client/locales/en-US/menus.properties @@ -0,0 +1,67 @@ +# 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/. + +devToolsCmd.key = VK_F12 +devToolsCmd.keytext = F12 + +devtoolsServiceWorkers.label = Service Workers +devtoolsServiceWorkers.accesskey = k + +devtoolsConnect.label = Connect… +devtoolsConnect.accesskey = C + +browserConsoleCmd.label = Browser Console +browserConsoleCmd.accesskey = B +browserConsoleCmd.key = j + +responsiveDesignMode.label = Responsive Design Mode +responsiveDesignMode.accesskey = R +responsiveDesignMode.key = M + +eyedropper.label = Eyedropper +eyedropper.accesskey = Y + +# LOCALIZATION NOTE (scratchpad.label): This menu item label appears +# in the Tools menu. See bug 653093. +# The Scratchpad is intended to provide a simple text editor for creating +# and evaluating bits of JavaScript code for the purposes of function +# prototyping, experimentation and convenient scripting. +# +# It's quite possible that you won't have a good analogue for the word +# "Scratchpad" in your locale. You should feel free to find a close +# approximation to it or choose a word (or words) that means +# "simple discardable text editor". +scratchpad.label = Scratchpad +scratchpad.accesskey = s +scratchpad.key = VK_F4 +scratchpad.keytext = F4 + +# LOCALIZATION NOTE (browserToolboxMenu.label): This is the label for the +# application menu item that opens the browser toolbox UI in the Tools menu. +browserToolboxMenu.label = Browser Toolbox +browserToolboxMenu.accesskey = e +browserToolboxMenu.key = i + +# LOCALIZATION NOTE (browserContentToolboxMenu.label): This is the label for the +# application menu item that opens the browser content toolbox UI in the Tools menu. +# This toolbox allows to debug the chrome of the content process in multiprocess builds. +browserContentToolboxMenu.label = Browser Content Toolbox +browserContentToolboxMenu.accesskey = x + +devToolbarMenu.label = Developer Toolbar +devToolbarMenu.accesskey = v +devToolbarMenu.key = VK_F2 +devToolbarMenu.keytext = F2 + +webide.label = WebIDE +webide.accesskey = W +webide.key = VK_F8 +webide.keytext = F8 + +devToolboxMenuItem.label = Toggle Tools +devToolboxMenuItem.accesskey = T +devToolboxMenuItem.key = I + +getMoreDevtoolsCmd.label = Get More Tools +getMoreDevtoolsCmd.accesskey = M |