Bug 1425280 - Fix localization note mismatch in devtools files;r=pbro

MozReview-Commit-ID: FVJUjB25smI

--HG--
extra : rebase_source : acdf3b9dca3fede5c3b621f8f8064002bd77e978
extra : source : 9a75a20d6fba62635c6646af38cffabb5701a77a
This commit is contained in:
Julian Descottes 2017-12-14 15:43:37 -06:00
parent 4bebcbedb0
commit 7cbf0a6657
20 changed files with 80 additions and 80 deletions

View File

@ -189,17 +189,17 @@ configurationIsNotCompatible.learnMore = Learn more
# page when multi-e10s is enabled
multiProcessWarningTitle = Service Worker debugging is not compatible with multiple content processes at the moment.
# LOCALIZATION NOTE (multiProcessWarningMessage):
# LOCALIZATION NOTE (multiProcessWarningMessage2):
# This string is displayed in the warning section for multi-e10s in
# about:debugging#workers
multiProcessWarningMessage2 = The preference “dom.ipc.multiOptOut” can be modified to force a single content process for the current version.
# LOCALIZATION NOTE (multiProcessWarningLink):
# LOCALIZATION NOTE (multiProcessWarningUpdateLink2):
# This string is the text content of a link in the warning section for multi-e10s in
# about:debugging#workers. The link updates the pref and restarts the browser.
multiProcessWarningUpdateLink2 = Opt out of multiple content processes
# LOCALIZATION NOTE (multiProcessWarningConfirmUpdate):
# LOCALIZATION NOTE (multiProcessWarningConfirmUpdate2):
# This string is displayed as a confirmation message when the user clicks on
# the multiProcessWarningUpdateLink in about:debugging#workers
multiProcessWarningConfirmUpdate2 = Opt out of multiple processes?

View File

@ -21,7 +21,7 @@ panel.invalidElementSelected=No animations were found for the current element.
# user to select a new node by clicking on the element-picker icon.
panel.selectElement=Pick another element from the page.
# LOCALIZATION NOTE (panel.invalidElementSelected):
# LOCALIZATION NOTE (panel.noAnimation):
# This is the label shown in the panel when there are no displayable animations.
# (e.g. In case of user selected a non-element node or a node that is not animated).
panel.noAnimation=No animations were found for the current element.\nPick another element from the page.
@ -133,12 +133,12 @@ player.somePropertiesOnCompositorTooltip=Some animation properties are optimized
# run.
timeline.rateSelectorTooltip=Set the animations playback rates
# LOCALIZATION NOTE (timeline.pauseResumeButtonTooltip):
# LOCALIZATION NOTE (timeline.pausedButtonTooltip):
# This string is displayed in the timeline toolbar, as the tooltip of the
# pause/resume button that can be used to pause or resume the animations
timeline.pausedButtonTooltip=Resume the animations
# LOCALIZATION NOTE (timeline.pauseResumeButtonTooltip):
# LOCALIZATION NOTE (timeline.resumedButtonTooltip):
# This string is displayed in the timeline toolbar, as the tooltip of the
# pause/resume button that can be used to pause or resume the animations
timeline.resumedButtonTooltip=Pause the animations

View File

@ -9,7 +9,7 @@
# a frame, we use this string instead.
frame.unknownSource=(unknown)
# LOCALIZATION NOTE (viewsourceindebugger): The label for the tooltip when hovering over
# LOCALIZATION NOTE (frame.viewsourceindebugger): The label for the tooltip when hovering over
# a source link that links to the debugger.
# %S represents the URL to match in the debugger.
frame.viewsourceindebugger=View source in Debugger → %S

View File

@ -126,7 +126,7 @@
<!ENTITY debuggerUI.searchToken.key "F">
<!ENTITY debuggerUI.searchToken.accesskey "F">
<!-- LOCALIZATION NOTE (debuggerUI.searchLine): This is the text that appears
<!-- LOCALIZATION NOTE (debuggerUI.searchGoToLine): This is the text that appears
- in the source editor's context menu for the line search operation. -->
<!ENTITY debuggerUI.searchGoToLine "Go to Line…">
<!ENTITY debuggerUI.searchGoToLine.key "L">
@ -159,7 +159,7 @@
<!ENTITY debuggerUI.seMenuCondBreak "Add Conditional Breakpoint">
<!ENTITY debuggerUI.seMenuCondBreak.key "B">
<!-- LOCALIZATION NOTE (debuggerUI.seMenuBreak): This is the text that
<!-- LOCALIZATION NOTE (debuggerUI.seEditMenuCondBreak): This is the text that
- appears in the source editor context menu for editing a breakpoint. -->
<!ENTITY debuggerUI.seEditMenuCondBreak "Edit Conditional Breakpoint">
<!ENTITY debuggerUI.seEditMenuCondBreak.key "B">
@ -183,7 +183,7 @@
<!ENTITY debuggerUI.addWatch "Add Watch Expression">
<!ENTITY debuggerUI.addWatch.accesskey "E">
<!-- LOCALIZATION NOTE (debuggerUI.removeWatch): This is the text that
<!-- LOCALIZATION NOTE (debuggerUI.removeAllWatch): This is the text that
- appears in the watch expressions context menu for removing all expressions. -->
<!ENTITY debuggerUI.removeAllWatch "Remove All Watch Expressions">
<!ENTITY debuggerUI.removeAllWatch.key "E">

View File

@ -357,7 +357,7 @@ callStack.expand=Expand rows
# for the summarizing the selected search result. e.g. 5 of 10 results.
editor.searchResults=%d of %d results
# LOCALIZATION NOTE (sourceSearch.singleResult): Copy shown when there is one result.
# LOCALIZATION NOTE (editor.singleResult): Copy shown when there is one result.
editor.singleResult=1 result
# LOCALIZATION NOTE (editor.noResults): Editor Search bar message
@ -411,7 +411,7 @@ editor.addConditionalBreakpoint.accesskey=c
# input element inside ConditionalPanel component
editor.conditionalPanel.placeholder=This breakpoint will pause when the expression is true
# LOCALIZATION NOTE (editor.conditionalPanel.placeholder): Tooltip text for
# LOCALIZATION NOTE (editor.conditionalPanel.close): Tooltip text for
# close button inside ConditionalPanel component
editor.conditionalPanel.close=Cancel edit breakpoint and close
@ -557,7 +557,7 @@ welcome.searchFunction=%S to search for functions in file
# prompt for searching for files.
sourceSearch.search=Search sources…
# LOCALIZATION NOTE (sourceSearch.noResults): The center pane Source Search
# LOCALIZATION NOTE (sourceSearch.noResults2): The center pane Source Search
# message when the query did not match any of the sources.
sourceSearch.noResults2=No results found
@ -638,7 +638,7 @@ variablesCloseButtonTooltip=Click to remove
# in the variables list on a getter or setter which can be edited.
variablesEditButtonTooltip=Click to set value
# LOCALIZATION NOTE (variablesEditableValueTooltip): The text that is displayed
# LOCALIZATION NOTE (variablesDomNodeValueTooltip): The text that is displayed
# in a tooltip on the "open in inspector" button in the the variables list for a
# DOMNode item.
variablesDomNodeValueTooltip=Click to select the node in the inspector

View File

@ -24,7 +24,7 @@ fontinspector.system=system
# font.
fontinspector.remote=remote
# LOCALIZATION NOTE (fontinspector.previewHint):
# LOCALIZATION NOTE (fontinspector.previewText):
# This is the label shown as the placeholder in font inspector preview text box.
fontinspector.previewText=Preview Text

View File

@ -15,7 +15,7 @@
# in exported data.
har.responseBodyNotIncluded=Response bodies are not included.
# LOCALIZATION NOTE (har.responseBodyNotIncluded): A label used within
# LOCALIZATION NOTE (har.requestBodyNotIncluded): A label used within
# HAR file explaining that HTTP request bodies are not includes
# in exported data.
har.requestBodyNotIncluded=Request bodies are not included.

View File

@ -65,7 +65,7 @@ eventsTooltip.Bubbling=Bubbling
#LOCALIZATION NOTE: Used in the tooltip for Capturing
eventsTooltip.Capturing=Capturing
# LOCALIZATION NOTE (inspector.displaySplitRulesView): This is the tooltip for the button
# LOCALIZATION NOTE (inspector.showSplitRulesView): This is the tooltip for the button
# that toggles on the display of a split rule view sidebar in the inspector.
inspector.showSplitRulesView=Show the split Rules panel
@ -73,7 +73,7 @@ inspector.showSplitRulesView=Show the split Rules panel
# that toggles off the display of a split rule view sidebar in the inspector.
inspector.hideSplitRulesView=Hide the split Rules panel
# LOCALIZATION NOTE (inspector.searchResultsCount): This is the label that
# LOCALIZATION NOTE (inspector.searchResultsCount2): This is the label that
# will show up next to the inspector search box. %1$S is the current result
# index and %2$S is the total number of search results. For example: "3 of 9".
# This won't be visible until the search box is updated in Bug 835896.

View File

@ -96,7 +96,7 @@ censusDisplays.internalType.tooltip=Group items by their internal C++ type
# options of the label options.
toolbar.labelBy=Label by:
# LOCALIZATION NOTE (toolbar.labelBy): The tooltip for the label describing the
# LOCALIZATION NOTE (toolbar.labelBy.tooltip): The tooltip for the label describing the
# select menu options of the label options.
toolbar.labelBy.tooltip=Change how objects are labeled
@ -250,7 +250,7 @@ diffing.state.selecting.full=Select two snapshots to compare
# dominator tree state COMPUTING.
dominatorTree.state.computing=Generating dominators report…
# LOCALIZATION NOTE (dominatorTree.state.computing): The label describing the
# LOCALIZATION NOTE (dominatorTree.state.computing.full): The label describing the
# dominator tree state COMPUTING, used in the dominator tree view.
dominatorTree.state.computing.full=Generating dominators report…
@ -258,7 +258,7 @@ dominatorTree.state.computing.full=Generating dominators report…
# dominator tree state FETCHING.
dominatorTree.state.fetching=Computing sizes…
# LOCALIZATION NOTE (dominatorTree.state.fetching): The label describing the
# LOCALIZATION NOTE (dominatorTree.state.fetching.full): The label describing the
# dominator tree state FETCHING, used in the dominator tree view.
dominatorTree.state.fetching.full=Computing dominators retained sizes…
@ -266,7 +266,7 @@ dominatorTree.state.fetching.full=Computing dominators retained sizes…
# describing the dominator tree state INCREMENTAL_FETCHING.
dominatorTree.state.incrementalFetching=Fetching…
# LOCALIZATION NOTE (dominatorTree.state.incrementalFetching): The label describing the
# LOCALIZATION NOTE (dominatorTree.state.incrementalFetching.full): The label describing the
# dominator tree state INCREMENTAL_FETCHING, used in the dominator tree view.
dominatorTree.state.incrementalFetching.full=Fetching more…
@ -274,7 +274,7 @@ dominatorTree.state.incrementalFetching.full=Fetching more…
# dominator tree state ERROR.
dominatorTree.state.error=Error
# LOCALIZATION NOTE (dominatorTree.state.error): The label describing the
# LOCALIZATION NOTE (dominatorTree.state.error.full): The label describing the
# dominator tree state ERROR, used in the dominator tree view.
dominatorTree.state.error.full=There was an error while processing the dominator tree

View File

@ -305,7 +305,7 @@ charts.transferredSizeKB=%S KB
# in pie or table charts specifying the time for a request to finish (in seconds).
charts.totalS=%S s
# LOCALIZATION NOTE (charts.totalTranferredSize): This is the label displayed
# LOCALIZATION NOTE (charts.totalTransferredSize): This is the label displayed
# in the performance analysis view for total transferred size, in kilobytes.
charts.totalTransferredSize=Transferred Size: %S KB
@ -341,20 +341,20 @@ charts.totalCached=Cached responses: %S
# in the performance analysis view for total requests.
charts.totalCount=Total requests: %S
# LOCALIZATION NOTE (charts.totalCount): This is the label displayed
# LOCALIZATION NOTE (charts.size): This is the label displayed
# in the header column in the performance analysis view for size of the request.
charts.size=Size
# LOCALIZATION NOTE (charts.totalCount): This is the label displayed
# LOCALIZATION NOTE (charts.type): This is the label displayed
# in the header column in the performance analysis view for type of request.
charts.type=Type
# LOCALIZATION NOTE (charts.totalCount): This is the label displayed
# LOCALIZATION NOTE (charts.transferred): This is the label displayed
# in the header column in the performance analysis view for transferred
# size of the request.
charts.transferred=Transferred
# LOCALIZATION NOTE (charts.totalCount): This is the label displayed
# LOCALIZATION NOTE (charts.time): This is the label displayed
# in the header column in the performance analysis view for time of request.
charts.time=Time
@ -445,11 +445,11 @@ certmgr.issuerinfo.label=Issued By
# This section displays the valide period of this fingerprints
certmgr.periodofvalidity.label=Period of Validity
# LOCALIZATION NOTE (certmgr.certdetail.cn):
# LOCALIZATION NOTE (certmgr.begins):
# A label used for Period of Validity sub-section in security tab
certmgr.begins=Begins On:
# LOCALIZATION NOTE (certmgr.certdetail.cn):
# LOCALIZATION NOTE (certmgr.expires):
# A label used for Period of Validity sub-section in security tab
certmgr.expires=Expires On:
@ -478,7 +478,7 @@ netmonitor.reloadNotice1=• Perform a request or
netmonitor.reloadNotice2=Reload
netmonitor.reloadNotice3=the page to see detailed information about network activity.
# LOCALIZATION NOTE (netmonitor.toolbar.status2): This is the label displayed
# LOCALIZATION NOTE (netmonitor.toolbar.status3): This is the label displayed
# in the network table toolbar, above the "status" column.
netmonitor.toolbar.status3=Status
@ -875,7 +875,7 @@ netmonitor.context.copyPostData.accesskey=D
# http://en.wikipedia.org/wiki/CURL
netmonitor.context.copyAsCurl=Copy as cURL
# LOCALIZATION NOTE (netmonitor.context.copyAsCUrl.accesskey): This is the access key
# LOCALIZATION NOTE (netmonitor.context.copyAsCurl.accesskey): This is the access key
# for the Copy as cURL menu item displayed in the context menu for a request
netmonitor.context.copyAsCurl.accesskey=C
@ -899,7 +899,7 @@ netmonitor.context.copyResponseHeaders.accesskey=S
# on the context menu that copies the selected response as a string
netmonitor.context.copyResponse=Copy Response
# LOCALIZATION NOTE (netmonitor.context.copyRespose.accesskey): This is the access key
# LOCALIZATION NOTE (netmonitor.context.copyResponse.accesskey): This is the access key
# for the Copy Response menu item displayed in the context menu for a request
netmonitor.context.copyResponse.accesskey=R
@ -915,7 +915,7 @@ netmonitor.context.copyImageAsDataUri.accesskey=I
# on the context menu that save the Image
netmonitor.context.saveImageAs=Save Image As
# LOCALIZATION NOTE (netmonitor.context.copyImageAsDataUri.accesskey): This is the access key
# LOCALIZATION NOTE (netmonitor.context.saveImageAs.accesskey): This is the access key
# for the Copy Image As Data URI menu item displayed in the context menu for a request
netmonitor.context.saveImageAs.accesskey=V
@ -960,7 +960,7 @@ netmonitor.context.newTab.accesskey=T
# network container
netmonitor.context.openInDebugger=Open in Debugger
# LOCALIZATION NOTE (netmonitor.openInDebugger.accesskey): This is the access key
# LOCALIZATION NOTE (netmonitor.context.openInDebugger.accesskey): This is the access key
# for the Open in Debugger menu item displayed in the context menu of the
# network container
netmonitor.context.openInDebugger.accesskey=D

View File

@ -24,7 +24,7 @@
- is displayed when the profiler's circular buffer has started to overlap. -->
<!ENTITY performanceUI.bufferStatusFull "The buffer is full. Older samples are now being overwritten.">
<!-- LOCALIZATION NOTE (performanceUI.loadingNotice): This is the label shown
<!-- LOCALIZATION NOTE (performanceUI.unavailableNoticePB): This is the label shown
- in the details view while the profiler is unavailable, for example, while
- in Private Browsing mode. -->
<!ENTITY performanceUI.unavailableNoticePB "Recording a profile is currently unavailable. Please close all private browsing windows and try again.">

View File

@ -11,7 +11,7 @@
- A good criteria is the language in which you'd find the best
- documentation on web development on the web. -->
<!-- LOCALIZATION NOTE (scratchpad.title):
<!-- LOCALIZATION NOTE (window.title):
- 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.

View File

@ -64,12 +64,12 @@ confirmRevert=Do you want to revert the changes you made to this scratchpad?
# you try to revert unsaved content of scratchpad.
confirmRevert.title=Revert Changes
# LOCALIZATION NOTE (scratchpadIntro): This is a multi-line comment explaining
# LOCALIZATION NOTE (scratchpadIntro1): This is a multi-line comment explaining
# how to use the Scratchpad. Note that this should be a valid JavaScript
# comment inside /* and */.
scratchpadIntro1=/*\n * This is a JavaScript Scratchpad.\n *\n * Enter some JavaScript, then Right Click or choose from the Execute Menu:\n * 1. Run to evaluate the selected text (%1$S),\n * 2. Inspect to bring up an Object Inspector on the result (%2$S), or,\n * 3. Display to insert the result in a comment after the selection. (%3$S)\n */\n\n
# LOCALIZATION NOTE (notification.browserContext): This is the message displayed
# LOCALIZATION NOTE (browserContext.notification): This is the message displayed
# over the top of the editor when the user has switched to browser context.
browserContext.notification=This scratchpad executes in the Browser context.
@ -82,7 +82,7 @@ help.openDocumentationPage=https://developer.mozilla.org/en/Tools/Scratchpad
# Scratchpad.
scratchpad.statusBarLineCol = Line %1$S, Col %2$S
# LOCALIZATION NOTE (fileExists.notification): This is the message displayed
# LOCALIZATION NOTE (fileNoLongerExists.notification): This is the message displayed
# over the top of the the editor when a file does not exist.
fileNoLongerExists.notification=This file no longer exists.
@ -99,7 +99,7 @@ connectionTimeout=Connection timeout. Check the Error Console on both ends for p
# %1 is the text of selfxss.okstring
selfxss.msg=Scam Warning: Take care when pasting things you dont understand. This could allow attackers to steal your identity or take control of your computer. Please type %S in the scratchpad below to allow pasting.
# LOCALIZATION NOTE (selfxss.msg): the string to be typed
# LOCALIZATION NOTE (selfxss.okstring): the string to be typed
# in by a new user of the developer tools when they receive the sefxss.msg prompt.
# Please avoid using non-keyboard characters here
selfxss.okstring=allow pasting

View File

@ -6,6 +6,6 @@
# of a node or image, like 100×200.
dimensions=%S\u00D7%S
# LOCALIZATION NOTE (groupCheckbox.tooltip): This is used in the SideMenuWidget
# LOCALIZATION NOTE (sideMenu.groupCheckbox.tooltip): This is used in the SideMenuWidget
# as the default tooltip of a group checkbox
sideMenu.groupCheckbox.tooltip=Toggle all checkboxes in this group

View File

@ -70,7 +70,7 @@
- options panel and is used for settings that trigger page reload. -->
<!ENTITY options.context.triggersPageRefresh "* Current session only, reloads the page">
<!-- LOCALIZATION NOTE (options.enableChrome.label4): This is the label for the
<!-- LOCALIZATION NOTE (options.enableChrome.label5): This is the label for the
- checkbox that toggles chrome debugging, i.e. devtools.chrome.enabled
- boolean preference in about:config, in the options panel. -->
<!ENTITY options.enableChrome.label5 "Enable browser chrome and add-on debugging toolboxes">
@ -144,7 +144,7 @@
- heading of the group of Debugger preferences in the options panel. -->
<!ENTITY options.debugger.label "Debugger">
<!-- LOCALIZATION NOTE (options.sourceMap.label): This is the
<!-- LOCALIZATION NOTE (options.sourceMaps.label): This is the
- label for the checkbox that toggles source maps in all tools -->
<!ENTITY options.sourceMaps.label "Enable Source Maps">
<!ENTITY options.sourceMaps.tooltip1 "If you enable this option sources will be mapped in the tools.">

View File

@ -68,7 +68,7 @@ toolbox.defaultTitle=Developer Tools
# toolbox as a whole
toolbox.label=Developer Tools
# LOCALIZATION NOTE (options.toolNotSupported): This is the template
# LOCALIZATION NOTE (options.toolNotSupportedMarker): This is the template
# used to add a * marker to the label for the Options Panel tool checkbox for the
# tool which is not supported for the current toolbox target.
# The name of the tool: %1$S.

View File

@ -14,7 +14,7 @@ browserConsole.title=Browser Console
# %2$02S = minutes, %3$02S = seconds, %4$03S = milliseconds.
timestampFormat=%02S:%02S:%02S.%03S
helperFuncUnsupportedTypeError=Cant call pprint on this type of object.
# LOCALIZATION NOTE (NetworkPanel.deltaDurationMS): this string is used to
# LOCALIZATION NOTE (NetworkPanel.durationMS): this string is used to
# show the duration between two network events (e.g request and response
# header or response header and response body). Parameters: %S is the duration.
NetworkPanel.durationMS=%Sms
@ -145,7 +145,7 @@ cdFunctionInvalidArgument=Cannot cd() to the given window. Invalid argument.
# %1 is the text of selfxss.okstring
selfxss.msg=Scam Warning: Take care when pasting things you dont understand. This could allow attackers to steal your identity or take control of your computer. Please type %S below (no need to press enter) to allow pasting.
# LOCALIZATION NOTE (selfxss.msg): the string to be typed
# LOCALIZATION NOTE (selfxss.okstring): the string to be typed
# in by a new user of the developer tools when they receive the sefxss.msg prompt.
# Please avoid using non-keyboard characters here
selfxss.okstring=allow pasting

View File

@ -149,7 +149,7 @@ screenshotImgurManual=Use if you want to upload to imgur.com instead of saving t
# encountering error while uploading the screenshot to imgur.com.
screenshotImgurError=Could not reach imgur API
# LOCALIZATION NOTE (screenshotImgurUploading) Text displayed to user when the
# LOCALIZATION NOTE (screenshotImgurUploaded) Text displayed to user when the
# screenshot is successfully sent to Imgur but the program is waiting on a response.
# The argument (%1$S) is a new image URL at Imgur.
screenshotImgurUploaded=Uploaded to %1$S
@ -238,7 +238,7 @@ highlightKeepDesc=Keep existing highlighters
# help on what it does.
highlightKeepManual=By default, existing highlighters are hidden when running the command, unless this option is set
# LOCALIZATION NOTE (highlightOutputConfirm) A confirmation message for the
# LOCALIZATION NOTE (highlightOutputConfirm2) A confirmation message for the
# 'highlight' command, displayed to the user once the command has been entered,
# informing the user how many nodes have been highlighted successfully and how
# to turn highlighting off
@ -534,7 +534,7 @@ resizePageDesc=Resize the page
# when the user is using this command.
resizePageArgWidthDesc=Width in pixels
# LOCALIZATION NOTE (resizePageArgWidthDesc) A very short string to describe the
# LOCALIZATION NOTE (resizePageArgHeightDesc) A very short string to describe the
# 'height' parameter to the 'resizepage' command, which is displayed in a dialog
# when the user is using this command.
resizePageArgHeightDesc=Height in pixels
@ -554,7 +554,7 @@ resizeModeOffDesc=Exit Responsive Design Mode
# alongside the command name, which is why it should be as short as possible.
resizeModeToggleDesc=Toggle Responsive Design Mode
# LOCALIZATION NOTE (resizeModeToggleTooltip) A string displayed as the
# LOCALIZATION NOTE (resizeModeToggleTooltip2) A string displayed as the
# tooltip of button in devtools toolbox which toggles Responsive Design Mode.
# Keyboard shortcut will be shown inside brackets.
resizeModeToggleTooltip2=Responsive Design Mode (%S)
@ -569,7 +569,7 @@ resizeModeToDesc=Alter page size
# alongside the command name, which is why it should be as short as possible.
resizeModeDesc=Control Responsive Design Mode
# LOCALIZATION NOTE (resizeModeManual) A fuller description of the 'resize'
# LOCALIZATION NOTE (resizeModeManual2) A fuller description of the 'resize'
# command, displayed when the user asks for help on what it does.
# The argument (%1$S) is the browser name.
resizeModeManual2=Responsive websites respond to their environment, so they look good on a mobile display, a cinema display and everything in-between. Responsive Design Mode allows you to easily test a variety of page sizes in %1$S without needing to resize your whole browser.
@ -772,7 +772,7 @@ pagemodReplaceAttrOnlyDesc=Restrict search to attributes
# is displayed in a dialog when the user is using this command.
pagemodReplaceContentOnlyDesc=Restrict search to text nodes
# LOCALIZATION NOTE (pagemodReplaceResultMatchedElements) A string displayed as
# LOCALIZATION NOTE (pagemodReplaceResult) A string displayed as
# the result of the 'pagemod replace' command.
pagemodReplaceResult=Elements matched by selector: %1$S. Replaces in text nodes: %2$S. Replaces in attributes: %3$S.
@ -875,7 +875,7 @@ toolsSrcdirDir=A mozilla-central checkout
# command, which overrides a previous 'tools srcdir' command.
toolsBuiltinDesc=Use the builtin tools
# LOCALIZATION NOTE (toolsBuiltinDesc) A fuller description of the 'tools builtin'
# LOCALIZATION NOTE (toolsBuiltinManual) A fuller description of the 'tools builtin'
# command.
toolsBuiltinManual=Use the builtin tools, overriding any previous srcdir command.
@ -1141,7 +1141,7 @@ calllogStopNoLogging=No call logging is currently active
# the 'calllog stop' command when there are logging actions to stop.
calllogStopReply=Stopped call logging. Active contexts: %1$S.
# LOCALIZATION NOTE (calllogStartChromeDesc) A very short description of the
# LOCALIZATION NOTE (calllogChromeStartDesc) A very short description of the
# 'calllog chromestart' command. This string is designed to be shown in a menu
# alongside the command name, which is why it should be as short as possible.
calllogChromeStartDesc=Start logging function calls for chrome code to the console
@ -1151,7 +1151,7 @@ calllogChromeStartDesc=Start logging function calls for chrome code to the conso
# shown in a menu alongside the command name, which is why it should be as short as possible.
calllogChromeSourceTypeDesc=Global object, JSM URI, or JS to get a global object from
# LOCALIZATION NOTE (calllogChromeSourceTypeDesc) A very short description of the
# LOCALIZATION NOTE (calllogChromeSourceTypeManual) A very short description of the
# 'calllog chromestart' command. This string is designed to be shown in a menu
# alongside the command name, which is why it should be as short as possible.
calllogChromeSourceTypeManual=The global object, URI of a JSM, or JS to execute in the chrome window from which to obtain a global object
@ -1169,7 +1169,7 @@ calllogChromeStopDesc=Stop function call logging
# result of the 'calllog chromestop' command when there is nothing to stop.
calllogChromeStopNoLogging=No call logging for chrome code is currently active
# LOCALIZATION NOTE (calllogStopReply) A string displayed as the result of
# LOCALIZATION NOTE (calllogChromeStopReply) A string displayed as the result of
# the 'calllog chromestop' command when there are logging actions to stop.
calllogChromeStopReply=Stopped call logging. Active contexts: %1$S.
@ -1223,7 +1223,7 @@ paintflashingOnDesc=Turn on paint flashing
# function of the "paintflashing off" command.
paintflashingOffDesc=Turn off paint flashing
# LOCALIZATION NOTE (paintflashingChrome) A very short string used to describe the
# LOCALIZATION NOTE (paintflashingChromeDesc) A very short string used to describe the
# function of the "paintflashing on/off chrome" command.
paintflashingChromeDesc=chrome frames
@ -1239,7 +1239,7 @@ paintflashingTooltip=Highlight painted area
# function of the "paintflashing toggle" command.
paintflashingToggleDesc=Toggle paint flashing
# LOCALIZATION NOTE (splitconsoleTooltip) A string displayed as the
# LOCALIZATION NOTE (splitconsoleTooltip2) A string displayed as the
# tooltip of button in devtools toolbox which toggles the split webconsole.
# Keyboard shortcut will be shown inside brackets.
splitconsoleTooltip2=Toggle split console (%S)
@ -1261,7 +1261,7 @@ appCacheValidateManual=Find issues relating to a cache manifest and the files th
# the function of the "uri" parameter of the appcache validate" command.
appCacheValidateUriDesc=URI to check
# LOCALIZATION NOTE (appCacheValidated) Displayed by the "appcache validate"
# LOCALIZATION NOTE (appCacheValidatedSuccessfully) Displayed by the "appcache validate"
# command when it has been successfully validated.
appCacheValidatedSuccessfully=Appcache validated successfully.
@ -1277,15 +1277,15 @@ appCacheClearManual=Clear one or more entries from the application cache
# command when entries are successfully cleared.
appCacheClearCleared=Entries cleared successfully.
# LOCALIZATION NOTE (AppCacheListDesc) A very short string used to describe
# LOCALIZATION NOTE (appCacheListDesc) A very short string used to describe
# the function of the "appcache list" command.
appCacheListDesc=Display a list of application cache entries.
# LOCALIZATION NOTE (AppCacheListManual) A fuller description of the
# LOCALIZATION NOTE (appCacheListManual) A fuller description of the
# 'appcache list' command, displayed when the user asks for help on what it does.
appCacheListManual=Display a list of all application cache entries. If the search parameter is used then the table displays the entries containing the search term.
# LOCALIZATION NOTE (AppCacheListSearchDesc) A very short string used to describe
# LOCALIZATION NOTE (appCacheListSearchDesc) A very short string used to describe
# the function of the "search" parameter of the appcache list" command.
appCacheListSearchDesc=Filter results using a search term.
@ -1323,15 +1323,15 @@ profilerDesc=Manage profiler
# set of commands that control the profiler.
profilerManual=Commands to start or stop a JavaScript profiler
# LOCALIZATION NOTE (profilerOpen) A very short string used to describe the function
# LOCALIZATION NOTE (profilerOpenDesc) A very short string used to describe the function
# of the profiler open command.
profilerOpenDesc=Open the profiler
# LOCALIZATION NOTE (profilerClose) A very short string used to describe the function
# LOCALIZATION NOTE (profilerCloseDesc) A very short string used to describe the function
# of the profiler close command.
profilerCloseDesc=Close the profiler
# LOCALIZATION NOTE (profilerStart) A very short string used to describe the function
# LOCALIZATION NOTE (profilerStartDesc) A very short string used to describe the function
# of the profiler start command.
profilerStartDesc=Start profiling
@ -1340,7 +1340,7 @@ profilerStartDesc=Start profiling
# an existing profile by its name.
profilerStartManual=Name of a profile you wish to start.
# LOCALIZATION NOTE (profilerStop) A very short string used to describe the function
# LOCALIZATION NOTE (profilerStopDesc) A very short string used to describe the function
# of the profiler stop command.
profilerStopDesc=Stop profiling
@ -1348,11 +1348,11 @@ profilerStopDesc=Stop profiling
# parameter. This parameter is used to lookup an existing profile by its name.
profilerStopManual=Name of a profile you wish to stop.
# LOCALIZATION NOTE (profilerList) A very short string used to describe the function
# LOCALIZATION NOTE (profilerListDesc) A very short string used to describe the function
# of the profiler list command.
profilerListDesc=List all profiles
# LOCALIZATION NOTE (profilerShow) A very short string used to describe the function
# LOCALIZATION NOTE (profilerShowDesc) A very short string used to describe the function
# of the profiler show command.
profilerShowDesc=Show individual profile
@ -1361,7 +1361,7 @@ profilerShowDesc=Show individual profile
# an existing profile by its name.
profilerShowManual=Name of a profile.
# LOCALIZATION NOTE (profilerAlreadyStarted) A message that is displayed whenever
# LOCALIZATION NOTE (profilerAlreadyStarted2) A message that is displayed whenever
# an operation cannot be completed because the profile in question has already
# been started.
profilerAlreadyStarted2=Profile has already been started
@ -1371,7 +1371,7 @@ profilerAlreadyStarted2=Profile has already been started
# found.
profilerNotFound=Profile not found
# LOCALIZATION NOTE (profilerNotStarted) A message that is displayed whenever
# LOCALIZATION NOTE (profilerNotStarted3) A message that is displayed whenever
# an operation cannot be completed because the profile in question has not been
# started yet. It also contains a hint to use the 'profile start' command to
# start the profiler.
@ -1469,7 +1469,7 @@ folderInvalidPath=Please enter a valid path
# The argument (%1$S) is the folder path.
folderOpenDirResult=Opened %1$S
# LOCALIZATION NOTE (security)
# Security
securityPrivacyDesc=Display supported security and privacy features
securityManual=Commands to list and get suggestions about security features for the current domain.
securityListDesc=Display security features

View File

@ -63,7 +63,7 @@ rule.warning.title=Invalid property value
# in the rule view.
rule.filterProperty.title=Filter rules containing this property
# LOCALIZATION NOTE (ruleView.empty): Text displayed when the highlighter is
# LOCALIZATION NOTE (rule.empty): Text displayed when the highlighter is
# first opened and there's no node selected in the rule view.
rule.empty=No element selected.
@ -79,7 +79,7 @@ rule.variableValue=%S = %S
# variable name.
rule.variableUnset=%S is not set
# LOCALIZATION NOTE (ruleView.selectorHighlighter.tooltip): Text displayed in a
# LOCALIZATION NOTE (rule.selectorHighlighter.tooltip): Text displayed in a
# tooltip when the mouse is over a selector highlighter icon in the rule view.
rule.selectorHighlighter.tooltip=Highlight all elements matching this selector
@ -129,11 +129,11 @@ styleinspector.contextmenu.copyUrl.accessKey=U
# Clicking it copies the image as Data-URL to the clipboard of the user.
styleinspector.contextmenu.copyImageDataUrl=Copy Image Data-URL
# LOCALIZATION NOTE (styleinspector.contextmenu.copyDataUri.accessKey): Access key for
# LOCALIZATION NOTE (styleinspector.contextmenu.copyImageDataUrl.accessKey): Access key for
# the rule and computed view context menu "Copy Image Data-URL" entry.
styleinspector.contextmenu.copyImageDataUrl.accessKey=I
# LOCALIZATION NOTE (styleinspector.copyDataUriError): Text set in the clipboard
# LOCALIZATION NOTE (styleinspector.copyImageDataUrlError): Text set in the clipboard
# if an error occurs when using the copyImageDataUrl context menu action
# (invalid image link, timeout, etc...)
styleinspector.copyImageDataUrlError=Failed to copy image Data-URL
@ -151,7 +151,7 @@ styleinspector.contextmenu.toggleOrigSources.accessKey=O
# This should match inspector.addRule.tooltip in inspector.properties
styleinspector.contextmenu.addNewRule=Add New Rule
# LOCALIZATION NOTE (styleinspector.contextmenu.addRule.accessKey): Access key for
# LOCALIZATION NOTE (styleinspector.contextmenu.addNewRule.accessKey): Access key for
# the rule view context menu "Add rule" entry.
styleinspector.contextmenu.addNewRule.accessKey=R

View File

@ -2,15 +2,15 @@
# 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 (toogleToolbox.commandkey):
# LOCALIZATION NOTE (toggleToolbox.commandkey):
# Key pressed to open a toolbox with the default panel selected
toggleToolbox.commandkey=I
# LOCALIZATION NOTE (toogleToolboxF12.commandkey):
# LOCALIZATION NOTE (toggleToolboxF12.commandkey):
# Alternative key pressed to open a toolbox with the default panel selected
toggleToolboxF12.commandkey=VK_F12
# LOCALIZATION NOTE (toogleToolbar.commandkey):
# LOCALIZATION NOTE (toggleToolbar.commandkey):
# Key pressed to open the Developer Toolbar (a.k.a gcli)
toggleToolbar.commandkey=VK_F2