diff options
Diffstat (limited to 'devtools/client/locales/en-US/webConsole.dtd')
-rw-r--r-- | devtools/client/locales/en-US/webConsole.dtd | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/devtools/client/locales/en-US/webConsole.dtd b/devtools/client/locales/en-US/webConsole.dtd new file mode 100644 index 000000000..17ae02699 --- /dev/null +++ b/devtools/client/locales/en-US/webConsole.dtd @@ -0,0 +1,101 @@ +<!-- 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 : FILE 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. --> + +<!ENTITY window.title "Web Console"> +<!ENTITY browserConsole.title "Browser Console"> + +<!-- LOCALIZATION NOTE (openURL.label): You can see this string in the Web + - Console context menu. --> +<!ENTITY openURL.label "Open URL in New Tab"> +<!ENTITY openURL.accesskey "T"> + +<!-- LOCALIZATION NOTE (btnPageNet.label): This string is used for the menu + - button that allows users to toggle the network logging output. + - This string and the following strings toggle various kinds of output + - filters. --> +<!ENTITY btnPageNet.label "Net"> +<!ENTITY btnPageNet.tooltip "Log network access"> +<!ENTITY btnPageNet.accesskey "N"> +<!-- LOCALIZATION NOTE (btnPageNet.accesskeyMacOSX): This string is used as + - access key for the menu button that allows users to toggle the network + - logging output. On MacOSX accesskeys are available with Ctrl-*. Please make + - sure you do not use the following letters: A, E, N and P. These are used + - for editing commands in text inputs. --> +<!ENTITY btnPageNet.accesskeyMacOSX "t"> +<!ENTITY btnPageCSS.label "CSS"> +<!ENTITY btnPageCSS.tooltip2 "Log CSS errors and warnings"> +<!ENTITY btnPageCSS.accesskey "C"> +<!ENTITY btnPageJS.label "JS"> +<!ENTITY btnPageJS.tooltip "Log JavaScript exceptions"> +<!ENTITY btnPageJS.accesskey "J"> +<!ENTITY btnPageSecurity.label "Security"> +<!ENTITY btnPageSecurity.tooltip "Log security errors and warnings"> +<!ENTITY btnPageSecurity.accesskey "u"> + +<!-- LOCALIZATION NOTE (btnPageLogging): This is used as the text of the + - the toolbar. It shows or hides messages that the web developer inserted on + - the page for debugging purposes, using calls such console.log() and + - console.error(). --> +<!ENTITY btnPageLogging.label "Logging"> +<!ENTITY btnPageLogging.tooltip "Log messages sent to the window.console object"> +<!ENTITY btnPageLogging.accesskey3 "L"> +<!ENTITY btnConsoleErrors "Errors"> +<!ENTITY btnConsoleInfo "Info"> +<!ENTITY btnConsoleWarnings "Warnings"> +<!ENTITY btnConsoleLog "Log"> +<!ENTITY btnConsoleXhr "XHR"> +<!ENTITY btnConsoleReflows "Reflows"> + +<!-- LOCALIZATION NOTE (btnServerLogging): This is used as the text of the + - the toolbar. It shows or hides messages that the web developer inserted on + - the page for debugging purposes, using calls on the HTTP server. --> +<!ENTITY btnServerLogging.label "Server"> +<!ENTITY btnServerLogging.tooltip "Log messages received from a web server"> +<!ENTITY btnServerLogging.accesskey "S"> +<!ENTITY btnServerErrors "Errors"> +<!ENTITY btnServerInfo "Info"> +<!ENTITY btnServerWarnings "Warnings"> +<!ENTITY btnServerLog "Log"> + +<!-- LOCALIZATION NODE (btnConsoleSharedWorkers) the term "Shared Workers" + - should not be translated. --> +<!ENTITY btnConsoleSharedWorkers "Shared Workers"> +<!-- LOCALIZATION NODE (btnConsoleServiceWorkers) the term "Service Workers" + - should not be translated. --> +<!ENTITY btnConsoleServiceWorkers "Service Workers"> +<!-- LOCALIZATION NODE (btnConsoleWindowlessWorkers) the term "Workers" + - should not be translated. --> +<!ENTITY btnConsoleWindowlessWorkers "Add-on or Chrome Workers"> + +<!ENTITY filterOutput.placeholder "Filter output"> +<!ENTITY btnClear.label "Clear"> +<!ENTITY btnClear.tooltip "Clear the Web Console output"> +<!ENTITY btnClear.accesskey "r"> + +<!ENTITY fullZoomEnlargeCmd.commandkey "+"> +<!ENTITY fullZoomEnlargeCmd.commandkey2 "="> <!-- + is above this key on many keyboards --> +<!ENTITY fullZoomEnlargeCmd.commandkey3 ""> + +<!ENTITY fullZoomReduceCmd.commandkey "-"> +<!ENTITY fullZoomReduceCmd.commandkey2 ""> + +<!ENTITY fullZoomResetCmd.commandkey "0"> +<!ENTITY fullZoomResetCmd.commandkey2 ""> + +<!ENTITY copyURLCmd.label "Copy Link Location"> +<!ENTITY copyURLCmd.accesskey "a"> + +<!ENTITY closeCmd.key "W"> +<!ENTITY findCmd.key "F"> +<!ENTITY clearOutputCtrl.key "L"> +<!ENTITY openInVarViewCmd.label "Open in Variables View"> +<!ENTITY openInVarViewCmd.accesskey "V"> +<!ENTITY storeAsGlobalVar.label "Store as global variable"> +<!ENTITY storeAsGlobalVar.accesskey "S"> |