Bug 1299580 - Remove unused localized strings from webaudioeditor, scratchpad, appcacheutils;r=miker

MozReview-Commit-ID: KwsUL9UgAZL

--HG--
extra : rebase_source : 9e33eebf13678b8222237fe6847a03dfad931118
extra : histedit_source : e60a9f183f882bc351c3943e4c6360d3e6dc238e
This commit is contained in:
Julian Descottes 2016-08-31 20:03:19 +02:00
parent 4cb6128474
commit e924f4f759
3 changed files with 0 additions and 14 deletions

View File

@ -117,7 +117,3 @@ settingsBadValue=The SETTINGS section may only contain a single value, “prefer
# contains an invalid section name. Parameters: %1$S is the section name, %2$S
# is the line number.
invalidSectionName=Invalid section name (%1$S) at line %2$S.
# LOCALIZATION NOTE (entryNotFound): the requested cache entry that does not
# exist.
entryNotFound=Entry not found.

View File

@ -69,11 +69,6 @@ confirmRevert.title=Revert Changes
# 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 (scratchpad.noargs): This error message is shown when
# Scratchpad instance is created without any arguments. Scratchpad window
# expects to receive its unique identifier as the first window argument.
scratchpad.noargs=Scratchpad was created without any arguments.
# LOCALIZATION NOTE (notification.browserContext): 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.

View File

@ -32,8 +32,3 @@ collapseInspector=Collapse inspector
# LOCALIZATION NOTE (expandInspector): This is the tooltip for the button
# that expands the inspector in the web audio tool UI.
expandInspector=Expand inspector
# LOCALIZATION NOTE (webAudioEditorTooltipBypass): This is the tooltip for the
# button that bypasses an AudioNode
webAudioEditorTooltipBypass=Bypass AudioNode