123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <!-- 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 (saveBodies.label): You can see this string in
- - the Web Console and Browser Console menu. -->
- <!ENTITY saveBodies.label "Log Request and Response Bodies">
- <!ENTITY saveBodies.accesskey "L">
- <!-- 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">
|