From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- devtools/client/locales/en-US/VariablesView.dtd | 12 + devtools/client/locales/en-US/aboutdebugging.dtd | 5 + .../client/locales/en-US/aboutdebugging.properties | 105 +++ .../locales/en-US/animationinspector.properties | 173 +++++ .../client/locales/en-US/app-manager.properties | 29 + .../client/locales/en-US/appcacheutils.properties | 119 ++++ devtools/client/locales/en-US/boxmodel.properties | 37 + devtools/client/locales/en-US/canvasdebugger.dtd | 45 ++ .../client/locales/en-US/canvasdebugger.properties | 70 ++ .../client/locales/en-US/components.properties | 19 + .../client/locales/en-US/connection-screen.dtd | 30 + .../locales/en-US/connection-screen.properties | 9 + devtools/client/locales/en-US/debugger.dtd | 212 ++++++ devtools/client/locales/en-US/debugger.properties | 383 +++++++++++ devtools/client/locales/en-US/device.properties | 20 + devtools/client/locales/en-US/dom.properties | 19 + .../client/locales/en-US/eyedropper.properties | 14 + .../client/locales/en-US/filterwidget.properties | 61 ++ .../client/locales/en-US/font-inspector.properties | 29 + devtools/client/locales/en-US/graphs.properties | 24 + devtools/client/locales/en-US/har.properties | 22 + devtools/client/locales/en-US/inspector.properties | 364 ++++++++++ .../locales/en-US/jit-optimizations.properties | 35 + devtools/client/locales/en-US/jsonview.properties | 49 ++ devtools/client/locales/en-US/layout.properties | 15 + devtools/client/locales/en-US/markers.properties | 174 +++++ devtools/client/locales/en-US/memory.properties | 446 ++++++++++++ devtools/client/locales/en-US/menus.properties | 67 ++ .../client/locales/en-US/netmonitor.properties | 747 +++++++++++++++++++++ devtools/client/locales/en-US/performance.dtd | 137 ++++ .../client/locales/en-US/performance.properties | 160 +++++ .../client/locales/en-US/projecteditor.properties | 88 +++ .../client/locales/en-US/responsive.properties | 81 +++ .../client/locales/en-US/responsiveUI.properties | 69 ++ devtools/client/locales/en-US/scratchpad.dtd | 155 +++++ .../client/locales/en-US/scratchpad.properties | 105 +++ devtools/client/locales/en-US/shadereditor.dtd | 32 + .../client/locales/en-US/shadereditor.properties | 22 + devtools/client/locales/en-US/shared.properties | 11 + devtools/client/locales/en-US/sourceeditor.dtd | 19 + .../client/locales/en-US/sourceeditor.properties | 139 ++++ devtools/client/locales/en-US/startup.properties | 262 ++++++++ devtools/client/locales/en-US/storage.dtd | 11 + devtools/client/locales/en-US/storage.properties | 97 +++ devtools/client/locales/en-US/styleeditor.dtd | 67 ++ .../client/locales/en-US/styleeditor.properties | 56 ++ devtools/client/locales/en-US/toolbox.dtd | 220 ++++++ devtools/client/locales/en-US/toolbox.properties | 160 +++++ devtools/client/locales/en-US/webConsole.dtd | 101 +++ devtools/client/locales/en-US/webaudioeditor.dtd | 53 ++ .../client/locales/en-US/webaudioeditor.properties | 20 + .../client/locales/en-US/webconsole.properties | 203 ++++++ devtools/client/locales/en-US/webide.dtd | 218 ++++++ devtools/client/locales/en-US/webide.properties | 92 +++ 54 files changed, 5912 insertions(+) create mode 100644 devtools/client/locales/en-US/VariablesView.dtd create mode 100644 devtools/client/locales/en-US/aboutdebugging.dtd create mode 100644 devtools/client/locales/en-US/aboutdebugging.properties create mode 100644 devtools/client/locales/en-US/animationinspector.properties create mode 100644 devtools/client/locales/en-US/app-manager.properties create mode 100644 devtools/client/locales/en-US/appcacheutils.properties create mode 100644 devtools/client/locales/en-US/boxmodel.properties create mode 100644 devtools/client/locales/en-US/canvasdebugger.dtd create mode 100644 devtools/client/locales/en-US/canvasdebugger.properties create mode 100644 devtools/client/locales/en-US/components.properties create mode 100644 devtools/client/locales/en-US/connection-screen.dtd create mode 100644 devtools/client/locales/en-US/connection-screen.properties create mode 100644 devtools/client/locales/en-US/debugger.dtd create mode 100644 devtools/client/locales/en-US/debugger.properties create mode 100644 devtools/client/locales/en-US/device.properties create mode 100644 devtools/client/locales/en-US/dom.properties create mode 100644 devtools/client/locales/en-US/eyedropper.properties create mode 100644 devtools/client/locales/en-US/filterwidget.properties create mode 100644 devtools/client/locales/en-US/font-inspector.properties create mode 100644 devtools/client/locales/en-US/graphs.properties create mode 100644 devtools/client/locales/en-US/har.properties create mode 100644 devtools/client/locales/en-US/inspector.properties create mode 100644 devtools/client/locales/en-US/jit-optimizations.properties create mode 100644 devtools/client/locales/en-US/jsonview.properties create mode 100644 devtools/client/locales/en-US/layout.properties create mode 100644 devtools/client/locales/en-US/markers.properties create mode 100644 devtools/client/locales/en-US/memory.properties create mode 100644 devtools/client/locales/en-US/menus.properties create mode 100644 devtools/client/locales/en-US/netmonitor.properties create mode 100644 devtools/client/locales/en-US/performance.dtd create mode 100644 devtools/client/locales/en-US/performance.properties create mode 100644 devtools/client/locales/en-US/projecteditor.properties create mode 100644 devtools/client/locales/en-US/responsive.properties create mode 100644 devtools/client/locales/en-US/responsiveUI.properties create mode 100644 devtools/client/locales/en-US/scratchpad.dtd create mode 100644 devtools/client/locales/en-US/scratchpad.properties create mode 100644 devtools/client/locales/en-US/shadereditor.dtd create mode 100644 devtools/client/locales/en-US/shadereditor.properties create mode 100644 devtools/client/locales/en-US/shared.properties create mode 100644 devtools/client/locales/en-US/sourceeditor.dtd create mode 100644 devtools/client/locales/en-US/sourceeditor.properties create mode 100644 devtools/client/locales/en-US/startup.properties create mode 100644 devtools/client/locales/en-US/storage.dtd create mode 100644 devtools/client/locales/en-US/storage.properties create mode 100644 devtools/client/locales/en-US/styleeditor.dtd create mode 100644 devtools/client/locales/en-US/styleeditor.properties create mode 100644 devtools/client/locales/en-US/toolbox.dtd create mode 100644 devtools/client/locales/en-US/toolbox.properties create mode 100644 devtools/client/locales/en-US/webConsole.dtd create mode 100644 devtools/client/locales/en-US/webaudioeditor.dtd create mode 100644 devtools/client/locales/en-US/webaudioeditor.properties create mode 100644 devtools/client/locales/en-US/webconsole.properties create mode 100644 devtools/client/locales/en-US/webide.dtd create mode 100644 devtools/client/locales/en-US/webide.properties (limited to 'devtools/client/locales/en-US') diff --git a/devtools/client/locales/en-US/VariablesView.dtd b/devtools/client/locales/en-US/VariablesView.dtd new file mode 100644 index 000000000..d9b34d5df --- /dev/null +++ b/devtools/client/locales/en-US/VariablesView.dtd @@ -0,0 +1,12 @@ + + + + + + diff --git a/devtools/client/locales/en-US/aboutdebugging.dtd b/devtools/client/locales/en-US/aboutdebugging.dtd new file mode 100644 index 000000000..1f38a9443 --- /dev/null +++ b/devtools/client/locales/en-US/aboutdebugging.dtd @@ -0,0 +1,5 @@ + + + diff --git a/devtools/client/locales/en-US/aboutdebugging.properties b/devtools/client/locales/en-US/aboutdebugging.properties new file mode 100644 index 000000000..eab9ac7f1 --- /dev/null +++ b/devtools/client/locales/en-US/aboutdebugging.properties @@ -0,0 +1,105 @@ +# 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 (debug): +# This string is displayed as a label of the button that starts +# debugging a service worker. +debug = Debug + +# LOCALIZATION NOTE (push): +# This string is displayed as a label of the button that pushes a test payload +# to a service worker. +push = Push + +# LOCALIZATION NOTE (start): +# This string is displayed as a label of the button that starts a service worker. +start = Start + +scope = Scope +unregister = unregister + +pushService = Push Service + +# LOCALIZATION NOTE (addons): +# This string is displayed as a header of the about:debugging#addons page. +addons = Add-ons + +# LOCALIZATION NOTE (addonDebugging.label): +# This string is displayed next to a check box that enables the user to switch +# addon debugging on/off. +addonDebugging.label = Enable add-on debugging + +# LOCALIZATION NOTE (addonDebugging.tooltip): +# This string is displayed in a tooltip that appears when hovering over a check +# box that switches addon debugging on/off. +addonDebugging.tooltip = Turning this on will allow you to debug add-ons and various other parts of the browser chrome + +# LOCALIZATION NOTE (moreInfo): +# This string is displayed next to addonDebugging.label as a link to a page +# with documentation. +moreInfo = more info + +# LOCALIZATION NOTE (loadTemporaryAddon): +# This string is displayed as a label of a button that allows the user to +# load additional add-ons. +loadTemporaryAddon = Load Temporary Add-on + +# LOCALIZATION NOTE (extensions): +# This string is displayed as a header above the list of loaded add-ons. +extensions = Extensions + +# LOCALIZATION NOTE (selectAddonFromFile2): +# This string is displayed as the title of the file picker that appears when +# the user clicks the 'Load Temporary Add-on' button +selectAddonFromFile2 = Select Manifest File or Package (.xpi) + +# LOCALIZATION NOTE (reload): +# This string is displayed as a label of the button that reloads a given addon. +reload = Reload + +# LOCALIZATION NOTE (reloadDisabledTooltip): +# This string is displayed in a tooltip that appears when hovering over a +# disabled 'reload' button. +reloadDisabledTooltip = Only temporarily installed add-ons can be reloaded + +# LOCALIZATION NOTE (workers): +# This string is displayed as a header of the about:debugging#workers page. +workers = Workers + +serviceWorkers = Service Workers +sharedWorkers = Shared Workers +otherWorkers = Other Workers + +# LOCALIZATION NOTE (running): +# This string is displayed as the state of a service worker in RUNNING state. +running = Running + +# LOCALIZATION NOTE (stopped): +# This string is displayed as the state of a service worker in STOPPED state. +stopped = Stopped + +# LOCALIZATION NOTE (registering): +# This string is displayed as the state of a service worker for which no service worker +# registration could be found yet. Only active registrations are visible from +# about:debugging, so such service workers are considered as registering. +registering = Registering + +# LOCALIZATION NOTE (tabs): +# This string is displayed as a header of the about:debugging#tabs page. +tabs = Tabs + +# LOCALIZATION NOTE (pageNotFound): +# This string is displayed as the main message at any error/invalid page. +pageNotFound = Page not found + +# LOCALIZATION NOTE (doesNotExist): +# This string is displayed as an error message when navigating to an invalid page +# %S will be replaced by the name of the page at run-time. +doesNotExist = #%S does not exist! + +# LOCALIZATION NOTE (nothing): +# This string is displayed when the list of workers is empty. +nothing = Nothing yet. + +configurationIsNotCompatible = Your browser configuration is not compatible with Service Workers diff --git a/devtools/client/locales/en-US/animationinspector.properties b/devtools/client/locales/en-US/animationinspector.properties new file mode 100644 index 000000000..a61f07f57 --- /dev/null +++ b/devtools/client/locales/en-US/animationinspector.properties @@ -0,0 +1,173 @@ +# 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 These strings are used inside the Animation inspector +# which is available as a sidebar panel in the Inspector. +# 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. + +# LOCALIZATION NOTE (panel.invalidElementSelected): +# This is the label shown in the panel when an invalid node is currently +# selected in the inspector (i.e. a non-element node or a node that is not +# animated). +panel.invalidElementSelected=No animations were found for the current element. + +# LOCALIZATION NOTE (panel.selectElement): This is the label shown in the panel +# when an invalid node is currently selected in the inspector, to invite the +# user to select a new node by clicking on the element-picker icon. +panel.selectElement=Pick another element from the page. + +# LOCALIZATION NOTE (panel.allAnimations): This is the label shown at the bottom of +# the panel, in a toolbar, to let the user know the toolbar applies to all +# animations, not just the ones applying to the current element. +panel.allAnimations=All animations + +# LOCALIZATION NOTE (player.animationDurationLabel): +# This string is displayed in each animation player widget. It is the label +# displayed before the animation duration. +player.animationDurationLabel=Duration: + +# LOCALIZATION NOTE (player.animationDelayLabel): +# This string is displayed in each animation player widget. It is the label +# displayed before the animation delay. +player.animationDelayLabel=Delay: + +# LOCALIZATION NOTE (player.animationEndDelayLabel): +# This string is displayed in each animation player widget. It is the label +# displayed before the animation endDelay. +player.animationEndDelayLabel=End delay: + +# LOCALIZATION NOTE (player.animationRateLabel): +# This string is displayed in each animation player widget. It is the label +# displayed before the animation playback rate. +player.animationRateLabel=Playback rate: + +# LOCALIZATION NOTE (player.animationIterationCountLabel): +# This string is displayed in each animation player widget. It is the label +# displayed before the number of times the animation is set to repeat. +player.animationIterationCountLabel=Repeats: + +# LOCALIZATION NOTE (player.infiniteIterationCount): +# In case the animation repeats infinitely, this string is displayed next to the +# player.animationIterationCountLabel string, instead of a number. +player.infiniteIterationCount=∞ + +# LOCALIZATION NOTE (player.infiniteIterationCountText): +# See player.infiniteIterationCount for a description of what this is. +# Unlike player.infiniteIterationCount, this string isn't used in HTML, but in +# a tooltip. +player.infiniteIterationCountText=∞ + +# LOCALIZATION NOTE (player.animationIterationStartLabel): +# This string is displayed in a tooltip that appears when hovering over +# animations in the timeline. It is the label displayed before the animation +# iterationStart value. +# %1$S will be replaced by the original iteration start value +# %2$S will be replaced by the actual time of iteration start +player.animationIterationStartLabel=Iteration start: %1$S (%2$Ss) + +# LOCALIZATION NOTE (player.animationEasingLabel): +# This string is displayed in a tooltip that appears when hovering over +# animations in the timeline. It is the label displayed before the animation +# easing value. +player.animationEasingLabel=Easing: + +# LOCALIZATION NOTE (player.animationFillLabel): +# This string is displayed in a tooltip that appears when hovering over +# animations in the timeline. It is the label displayed before the animation +# fill mode value. +player.animationFillLabel=Fill: + +# LOCALIZATION NOTE (player.animationDirectionLabel): +# This string is displayed in a tooltip that appears when hovering over +# animations in the timeline. It is the label displayed before the animation +# direction value. +player.animationDirectionLabel=Direction: + +# LOCALIZATION NOTE (player.timeLabel): +# This string is displayed in each animation player widget, to indicate either +# how long (in seconds) the animation lasts, or what is the animation's current +# time (in seconds too); +player.timeLabel=%Ss + +# LOCALIZATION NOTE (player.playbackRateLabel): +# This string is displayed in each animation player widget, as the label of +# drop-down list items that can be used to change the rate at which the +# animation runs (1× being the default, 2× being twice as fast). +player.playbackRateLabel=%S× + +# LOCALIZATION NOTE (player.runningOnCompositorTooltip): +# This string is displayed as a tooltip for the icon that indicates that the +# animation is running on the compositor thread. +player.runningOnCompositorTooltip=This animation is running on compositor thread + +# LOCALIZATION NOTE (player.allPropertiesOnCompositorTooltip): +# This string is displayed as a tooltip for the icon that indicates that +# all of animation is running on the compositor thread. +player.allPropertiesOnCompositorTooltip=All animation properties are optimized + +# LOCALIZATION NOTE (player.somePropertiesOnCompositorTooltip): +# This string is displayed as a tooltip for the icon that indicates that +# all of animation is not running on the compositor thread. +player.somePropertiesOnCompositorTooltip=Some animation properties are optimized + +# LOCALIZATION NOTE (timeline.rateSelectorTooltip): +# This string is displayed in the timeline toolbar, as the tooltip of the +# drop-down list that can be used to change the rate at which the animations +# run. +timeline.rateSelectorTooltip=Set the animations playback rates + +# LOCALIZATION NOTE (timeline.pauseResumeButtonTooltip): +# 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): +# 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 + +# LOCALIZATION NOTE (timeline.rewindButtonTooltip): +# This string is displayed in the timeline toolbar, as the tooltip of the +# rewind button that can be used to rewind the animations +timeline.rewindButtonTooltip=Rewind the animations + +# LOCALIZATION NOTE (timeline.timeGraduationLabel): +# This string is displayed at the top of the animation panel, next to each time +# graduation, to indicate what duration (in milliseconds) this graduation +# corresponds to. +timeline.timeGraduationLabel=%Sms + +# LOCALIZATION NOTE (timeline.cssanimation.nameLabel): +# This string is displayed in a tooltip of the animation panel that is shown +# when hovering over the name of a CSS Animation in the timeline UI. +# %S will be replaced by the name of the animation at run-time. +timeline.cssanimation.nameLabel=%S - CSS Animation + +# LOCALIZATION NOTE (timeline.csstransition.nameLabel): +# This string is displayed in a tooltip of the animation panel that is shown +# when hovering over the name of a CSS Transition in the timeline UI. +# %S will be replaced by the name of the transition at run-time. +timeline.csstransition.nameLabel=%S - CSS Transition + +# LOCALIZATION NOTE (timeline.scriptanimation.nameLabel): +# This string is displayed in a tooltip of the animation panel that is shown +# when hovering over the name of a script-generated animation in the timeline UI. +# %S will be replaced by the name of the animation at run-time. +timeline.scriptanimation.nameLabel=%S - Script Animation + +# LOCALIZATION NOTE (timeline.scriptanimation.unnamedLabel): +# This string is displayed in a tooltip of the animation panel that is shown +# when hovering over an unnamed script-generated animation in the timeline UI. +timeline.scriptanimation.unnamedLabel=Script Animation + +# LOCALIZATION NOTE (timeline.unknown.nameLabel): +# This string is displayed in a tooltip of the animation panel that is shown +# when hovering over the name of an unknown animation type in the timeline UI. +# This can happen if devtools couldn't figure out the type of the animation. +# %S will be replaced by the name of the transition at run-time. +timeline.unknown.nameLabel=%S diff --git a/devtools/client/locales/en-US/app-manager.properties b/devtools/client/locales/en-US/app-manager.properties new file mode 100644 index 000000000..ab9548ae4 --- /dev/null +++ b/devtools/client/locales/en-US/app-manager.properties @@ -0,0 +1,29 @@ +# 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/. + +validator.nonExistingFolder=The project folder doesn’t exist +validator.expectProjectFolder=The project folder ends up being a file +validator.noManifestFile=A manifest file is required at project root folder, named either ‘manifest.webapp’ for packaged apps or ‘manifest.json’ for add-ons. +validator.invalidManifestURL=Invalid manifest URL ‘%S’ +# LOCALIZATION NOTE (validator.invalidManifestJSON, validator.noAccessManifestURL): +# %1$S is the error message, %2$S is the URI of the manifest. +validator.invalidManifestJSON=The webapp manifest isn’t a valid JSON file: %1$S at: %2$S +validator.noAccessManifestURL=Unable to read manifest file: %1$S at: %2$S +# LOCALIZATION NOTE (validator.invalidHostedManifestURL): %1$S is the URI of +# the manifest, %2$S is the error message. +validator.invalidHostedManifestURL=Invalid hosted manifest URL ‘%1$S’: %2$S +validator.invalidProjectType=Unknown project type ‘%S’ +# LOCALIZATION NOTE (validator.missNameManifestProperty, validator.missIconsManifestProperty): +# don't translate 'icons' and 'name'. +validator.missNameManifestProperty=Missing mandatory ‘name’ in Manifest. +validator.missIconsManifestProperty=Missing ‘icons’ in Manifest. +validator.missIconMarketplace2=app submission to the Marketplace requires a 128px icon +validator.invalidAppType=Unknown app type: ‘%S’. +validator.invalidHostedPriviledges=Hosted App can’t be type ‘%S’. +validator.noCertifiedSupport=‘certified’ apps are not fully supported on the App manager. +validator.nonAbsoluteLaunchPath=Launch path has to be an absolute path starting with ‘/’: ‘%S’ +validator.accessFailedLaunchPath=Unable to access the app starting document ‘%S’ +# LOCALIZATION NOTE (validator.accessFailedLaunchPathBadHttpCode): %1$S is the URI of +# the launch document, %2$S is the http error code. +validator.accessFailedLaunchPathBadHttpCode=Unable to access the app starting document ‘%1$S’, got HTTP code %2$S diff --git a/devtools/client/locales/en-US/appcacheutils.properties b/devtools/client/locales/en-US/appcacheutils.properties new file mode 100644 index 000000000..a900731d9 --- /dev/null +++ b/devtools/client/locales/en-US/appcacheutils.properties @@ -0,0 +1,119 @@ +# 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 These strings are used inside the Web Console +# command line which is available from the Web Developer sub-menu +# -> 'Web Console'. +# These messages are displayed when an attempt is made to validate a +# page or a cache manifest using AppCacheUtils.jsm + +# 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. + +# LOCALIZATION NOTE (noManifest): the specified page has no cache manifest. +noManifest=The specified page has no manifest. + +# LOCALIZATION NOTE (notUTF8): the associated cache manifest has a character +# encoding that is not UTF-8. Parameters: %S is the current encoding. +notUTF8=Manifest has a character encoding of %S. Manifests must have the utf-8 character encoding. + +# LOCALIZATION NOTE (badMimeType): the associated cache manifest has a +# mimetype that is not text/cache-manifest. Parameters: %S is the current +# mimetype. +badMimeType=Manifest has a mimetype of %S. Manifests must have a mimetype of text/cache-manifest. + +# LOCALIZATION NOTE (duplicateURI): the associated cache manifest references +# the same URI from multiple locations. Parameters: %1$S is the URI, %2$S is a +# list of references to this URI. +duplicateURI=URI %1$S is referenced in multiple locations. This is not allowed: %2$S. + +# LOCALIZATION NOTE (networkBlocksURI, fallbackBlocksURI): the associated +# cache manifest references the same URI in the NETWORK (or FALLBACK) section +# as it does in other sections. Parameters: %1$S is the line number, %2$S is +# the resource name, %3$S is the line number, %4$S is the resource name, %5$S +# is the section name. +networkBlocksURI=NETWORK section line %1$S (%2$S) prevents caching of line %3$S (%4$S) in the %5$S section. +fallbackBlocksURI=FALLBACK section line %1$S (%2$S) prevents caching of line %3$S (%4$S) in the %5$S section. + +# LOCALIZATION NOTE (fileChangedButNotManifest): the associated cache manifest +# references a URI that has a file modified after the cache manifest. +# Parameters: %1$S is the resource name, %2$S is the cache manifest, %3$S is +# the line number. +fileChangedButNotManifest=The file %1$S was modified after %2$S. Unless the text in the manifest file is changed the cached version will be used instead at line %3$S. + +# LOCALIZATION NOTE (cacheControlNoStore): the specified page has a header +# preventing caching or storing information. Parameters: %1$S is the resource +# name, %2$S is the line number. +cacheControlNoStore=%1$S has cache-control set to no-store. This will prevent the application cache from storing the file at line %2$S. + +# LOCALIZATION NOTE (notAvailable): the specified resource is not available. +# Parameters: %1$S is the resource name, %2$S is the line number. +notAvailable=%1$S points to a resource that is not available at line %2$S. + +# LOCALIZATION NOTE (invalidURI): it's used when an invalid URI is passed to +# the appcache. +invalidURI=The URI passed to AppCacheUtils is invalid. + +# LOCALIZATION NOTE (noResults): it's used when a search returns no results. +noResults=Your search returned no results. + +# LOCALIZATION NOTE (cacheDisabled): it's used when the cache is disabled and +# an attempt is made to view offline data. +cacheDisabled=Your disk cache is disabled. Please set browser.cache.disk.enable to true in about:config and try again. + +# LOCALIZATION NOTE (firstLineMustBeCacheManifest): the associated cache +# manifest has a first line that is not "CACHE MANIFEST". Parameters: %S is +# the line number. +firstLineMustBeCacheManifest=The first line of the manifest must be “CACHE MANIFEST” at line %S. + +# LOCALIZATION NOTE (cacheManifestOnlyFirstLine2): the associated cache +# manifest has "CACHE MANIFEST" on a line other than the first line. +# Parameters: %S is the line number where "CACHE MANIFEST" appears. +cacheManifestOnlyFirstLine2=“CACHE MANIFEST” is only valid on the first line but was found at line %S. + +# LOCALIZATION NOTE (asteriskInWrongSection2): the associated cache manifest +# has an asterisk (*) in a section other than the NETWORK section. Parameters: +# %1$S is the section name, %2$S is the line number. +asteriskInWrongSection2=Asterisk (*) incorrectly used in the %1$S section at line %2$S. If a line in the NETWORK section contains only a single asterisk character, then any URI not listed in the manifest will be treated as if the URI was listed in the NETWORK section. Otherwise such URIs will be treated as unavailable. Other uses of the * character are prohibited. + +# LOCALIZATION NOTE (escapeSpaces): the associated cache manifest has a space +# in a URI. Spaces must be replaced with %20. Parameters: %S is the line +# number where this error occurs. +escapeSpaces=Spaces in URIs need to be replaced with %20 at line %S. + +# LOCALIZATION NOTE (slashDotDotSlashBad): the associated cache manifest has a +# URI containing /../, which is invalid. Parameters: %S is the line number +# where this error occurs. +slashDotDotSlashBad=/../ is not a valid URI prefix at line %S. + +# LOCALIZATION NOTE (tooManyDotDotSlashes): the associated cache manifest has +# a URI containing too many ../ operators. Too many of these operators mean +# that the file would be below the root of the site, which is not possible. +# Parameters: %S is the line number where this error occurs. +tooManyDotDotSlashes=Too many dot dot slash operators (../) at line %S. + +# LOCALIZATION NOTE (fallbackUseSpaces): the associated cache manifest has a +# FALLBACK section containing more or less than the standard two URIs +# separated by a single space. Parameters: %S is the line number where this +# error occurs. +fallbackUseSpaces=Only two URIs separated by spaces are allowed in the FALLBACK section at line %S. + +# LOCALIZATION NOTE (fallbackAsterisk2): the associated cache manifest has a +# FALLBACK section that attempts to use an asterisk (*) as a wildcard. In this +# section the URI is simply a path prefix. Parameters: %S is the line number +# where this error occurs. +fallbackAsterisk2=Asterisk (*) incorrectly used in the FALLBACK section at line %S. URIs in the FALLBACK section simply need to match a prefix of the request URI. + +# LOCALIZATION NOTE (settingsBadValue): the associated cache manifest has a +# SETTINGS section containing something other than the valid "prefer-online" +# or "fast". Parameters: %S is the line number where this error occurs. +settingsBadValue=The SETTINGS section may only contain a single value, “prefer-online” or “fast” at line %S. + +# LOCALIZATION NOTE (invalidSectionName): the associated cache manifest +# 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. diff --git a/devtools/client/locales/en-US/boxmodel.properties b/devtools/client/locales/en-US/boxmodel.properties new file mode 100644 index 000000000..cea31ff05 --- /dev/null +++ b/devtools/client/locales/en-US/boxmodel.properties @@ -0,0 +1,37 @@ +# 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 This file contains the Layout View strings. +# The Layout View is a panel displayed in the computed view tab of the Inspector sidebar. + +# 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. + +# LOCALIZATION NOTE (boxmodel.title) This is the title of the box model panel and is +# displayed as a label. +boxmodel.title=Box Model + +# LOCALIZATION NOTE (boxmodel.margin) This refers to the margin in the box model and +# might be displayed as a label or as a tooltip. +boxmodel.margin=margin + +# LOCALIZATION NOTE (boxmodel.border) This refers to the border in the box model and +# might be displayed as a label or as a tooltip. +boxmodel.border=border + +# LOCALIZATION NOTE (boxmodel.padding) This refers to the padding in the box model and +# might be displayed as a label or as a tooltip. +boxmodel.padding=padding + +# LOCALIZATION NOTE (boxmodel.content) This refers to the content in the box model and +# might be displayed as a label or as a tooltip. +boxmodel.content=content + +# LOCALIZATION NOTE: (boxmodel.geometryButton.tooltip) This label is displayed as a +# tooltip that appears when hovering over the button that allows users to edit the +# position of an element in the page. +boxmodel.geometryButton.tooltip=Edit position diff --git a/devtools/client/locales/en-US/canvasdebugger.dtd b/devtools/client/locales/en-US/canvasdebugger.dtd new file mode 100644 index 000000000..0682c30ce --- /dev/null +++ b/devtools/client/locales/en-US/canvasdebugger.dtd @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/devtools/client/locales/en-US/canvasdebugger.properties b/devtools/client/locales/en-US/canvasdebugger.properties new file mode 100644 index 000000000..a5d2c6bf1 --- /dev/null +++ b/devtools/client/locales/en-US/canvasdebugger.properties @@ -0,0 +1,70 @@ +# 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 These strings are used inside the Canvas Debugger +# which is available from the Web Developer sub-menu -> 'Canvas'. +# 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. + +# LOCALIZATION NOTE (noSnapshotsText): The text to display in the snapshots menu +# when there are no recorded snapshots yet. +noSnapshotsText=There are no snapshots yet. + +# LOCALIZATION NOTE (snapshotsList.itemLabel): +# This string is displayed in the snapshots list of the Canvas Debugger, +# identifying a set of function calls of a recorded animation frame. +snapshotsList.itemLabel=Snapshot #%S + +# LOCALIZATION NOTE (snapshotsList.loadingLabel): +# This string is displayed in the snapshots list of the Canvas Debugger, +# for an item that has not finished loading. +snapshotsList.loadingLabel=Loading… + +# LOCALIZATION NOTE (snapshotsList.saveLabel): +# This string is displayed in the snapshots list of the Canvas Debugger, +# for saving an item to disk. +snapshotsList.saveLabel=Save + +# LOCALIZATION NOTE (snapshotsList.savingLabel): +# This string is displayed in the snapshots list of the Canvas Debugger, +# while saving an item to disk. +snapshotsList.savingLabel=Saving… + +# LOCALIZATION NOTE (snapshotsList.loadedLabel): +# This string is displayed in the snapshots list of the Canvas Debugger, +# for an item which was loaded from disk +snapshotsList.loadedLabel=Loaded from disk + +# LOCALIZATION NOTE (snapshotsList.saveDialogTitle): +# This string is displayed as a title for saving a snapshot to disk. +snapshotsList.saveDialogTitle=Save animation frame snapshot… + +# LOCALIZATION NOTE (snapshotsList.saveDialogJSONFilter): +# This string is displayed as a filter for saving a snapshot to disk. +snapshotsList.saveDialogJSONFilter=JSON Files + +# LOCALIZATION NOTE (snapshotsList.saveDialogAllFilter): +# This string is displayed as a filter for saving a snapshot to disk. +snapshotsList.saveDialogAllFilter=All Files + +# LOCALIZATION NOTE (snapshotsList.drawCallsLabel): +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# This string is displayed in the snapshots list of the Canvas Debugger, +# as a generic description about how many draw calls were made. +snapshotsList.drawCallsLabel=#1 draw;#1 draws + +# LOCALIZATION NOTE (snapshotsList.functionCallsLabel): +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# This string is displayed in the snapshots list of the Canvas Debugger, +# as a generic description about how many function calls were made in total. +snapshotsList.functionCallsLabel=#1 call;#1 calls + +# LOCALIZATION NOTE (recordingTimeoutFailure): +# This notification alert is displayed when attempting to record a requestAnimationFrame +# cycle in the Canvas Debugger and no cycles detected. This alerts the user that no +# loops were found. +recordingTimeoutFailure=Canvas Debugger could not find a requestAnimationFrame or setTimeout cycle. diff --git a/devtools/client/locales/en-US/components.properties b/devtools/client/locales/en-US/components.properties new file mode 100644 index 000000000..7237e40a2 --- /dev/null +++ b/devtools/client/locales/en-US/components.properties @@ -0,0 +1,19 @@ +# 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 These strings are used in the shared React components, +# so files in `devtools/client/shared/components/*`. + +# LOCALIZATION NOTE (frame.unknownSource): When we do not know the source filename of +# a frame, we use this string instead. +frame.unknownSource=(unknown) + +# LOCALIZATION NOTE (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 + +# LOCALIZATION NOTE (notificationBox.closeTooltip): The content of a tooltip that +# appears when hovering over the close button in a notification box. +notificationBox.closeTooltip=Close this message diff --git a/devtools/client/locales/en-US/connection-screen.dtd b/devtools/client/locales/en-US/connection-screen.dtd new file mode 100644 index 000000000..674a408d5 --- /dev/null +++ b/devtools/client/locales/en-US/connection-screen.dtd @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/devtools/client/locales/en-US/connection-screen.properties b/devtools/client/locales/en-US/connection-screen.properties new file mode 100644 index 000000000..69928ef08 --- /dev/null +++ b/devtools/client/locales/en-US/connection-screen.properties @@ -0,0 +1,9 @@ +# 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 This file contains the Remote Connection strings. +# The Remote Connection window can reached from the "connect…" menuitem +# in the Web Developer menu. + +mainProcess=Main Process diff --git a/devtools/client/locales/en-US/debugger.dtd b/devtools/client/locales/en-US/debugger.dtd new file mode 100644 index 000000000..f2cc46cda --- /dev/null +++ b/devtools/client/locales/en-US/debugger.dtd @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/devtools/client/locales/en-US/debugger.properties b/devtools/client/locales/en-US/debugger.properties new file mode 100644 index 000000000..1107ad4dc --- /dev/null +++ b/devtools/client/locales/en-US/debugger.properties @@ -0,0 +1,383 @@ +# 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 These strings are used inside the Debugger +# which is available from the Web Developer sub-menu -> 'Debugger'. +# 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. + +# LOCALIZATION NOTE (collapsePanes): This is the tooltip for the button +# that collapses the left and right panes in the debugger UI. +collapsePanes=Collapse panes + +# LOCALIZATION NOTE (expandPanes): This is the tooltip for the button +# that expands the left and right panes in the debugger UI. +expandPanes=Expand panes + +# LOCALIZATION NOTE (pauseButtonTooltip): The tooltip that is displayed for the pause +# button when the debugger is in a running state. +pauseButtonTooltip=Click to pause (%S) + +# LOCALIZATION NOTE (pausePendingButtonTooltip): The tooltip that is displayed for +# the pause button after it's been clicked but before the next JavaScript to run. +pausePendingButtonTooltip=Waiting for next execution + +# LOCALIZATION NOTE (resumeButtonTooltip): The label that is displayed on the pause +# button when the debugger is in a paused state. +resumeButtonTooltip=Click to resume (%S) + +# LOCALIZATION NOTE (stepOverTooltip): The label that is displayed on the +# button that steps over a function call. +stepOverTooltip=Step Over (%S) + +# LOCALIZATION NOTE (stepInTooltip): The label that is displayed on the +# button that steps into a function call. +stepInTooltip=Step In (%S) + +# LOCALIZATION NOTE (stepOutTooltip): The label that is displayed on the +# button that steps out of a function call. +stepOutTooltip=Step Out (%S) + +# LOCALIZATION NOTE (noWorkersText): The text to display in the workers list +# when there are no workers. +noWorkersText=This page has no workers. + +# LOCALIZATION NOTE (noSourcesText): The text to display in the sources list +# when there are no sources. +noSourcesText=This page has no sources. + +# LOCALIZATION NOTE (noEventListenersText): The text to display in the events tab +# when there are no events. +noEventListenersText=No event listeners to display + +# LOCALIZATION NOTE (noStackFramesText): The text to display in the call stack tab +# when there are no stack frames. +noStackFramesText=No stack frames to display + +# LOCALIZATION NOTE (eventCheckboxTooltip): The tooltip text to display when +# the user hovers over the checkbox used to toggle an event breakpoint. +eventCheckboxTooltip=Toggle breaking on this event + +# LOCALIZATION NOTE (eventOnSelector): The text to display in the events tab +# for every event item, between the event type and event selector. +eventOnSelector=on + +# LOCALIZATION NOTE (eventInSource): The text to display in the events tab +# for every event item, between the event selector and listener's owner source. +eventInSource=in + +# LOCALIZATION NOTE (eventNodes): The text to display in the events tab when +# an event is listened on more than one target node. +eventNodes=%S nodes + +# LOCALIZATION NOTE (eventNative): The text to display in the events tab when +# a listener is added from plugins, thus getting translated to native code. +eventNative=[native code] + +# LOCALIZATION NOTE (*Events): The text to display in the events tab for +# each group of sub-level event entries. +animationEvents=Animation +audioEvents=Audio +batteryEvents=Battery +clipboardEvents=Clipboard +compositionEvents=Composition +deviceEvents=Device +displayEvents=Display +dragAndDropEvents=Drag and Drop +gamepadEvents=Gamepad +indexedDBEvents=IndexedDB +interactionEvents=Interaction +keyboardEvents=Keyboard +mediaEvents=HTML5 Media +mouseEvents=Mouse +mutationEvents=Mutation +navigationEvents=Navigation +pointerLockEvents=Pointer Lock +sensorEvents=Sensor +storageEvents=Storage +timeEvents=Time +touchEvents=Touch +otherEvents=Other + +# LOCALIZATION NOTE (blackBoxCheckboxTooltip): The tooltip text to display when +# the user hovers over the checkbox used to toggle black boxing its associated +# source. +blackBoxCheckboxTooltip=Toggle black boxing + +# LOCALIZATION NOTE (noMatchingStringsText): The text to display in the +# global search results when there are no matching strings after filtering. +noMatchingStringsText=No matches found + +# LOCALIZATION NOTE (emptySearchText): This is the text that appears in the +# filter text box when it is empty and the scripts container is selected. +emptySearchText=Search scripts (%S) + +# LOCALIZATION NOTE (emptyVariablesFilterText): This is the text that +# appears in the filter text box for the variables view container. +emptyVariablesFilterText=Filter variables + +# LOCALIZATION NOTE (emptyPropertiesFilterText): This is the text that +# appears in the filter text box for the editor's variables view bubble. +emptyPropertiesFilterText=Filter properties + +# LOCALIZATION NOTE (searchPanelFilter): This is the text that appears in the +# filter panel popup for the filter scripts operation. +searchPanelFilter=Filter scripts (%S) + +# LOCALIZATION NOTE (searchPanelGlobal): This is the text that appears in the +# filter panel popup for the global search operation. +searchPanelGlobal=Search in all files (%S) + +# LOCALIZATION NOTE (searchPanelFunction): This is the text that appears in the +# filter panel popup for the function search operation. +searchPanelFunction=Search for function definition (%S) + +# LOCALIZATION NOTE (searchPanelToken): This is the text that appears in the +# filter panel popup for the token search operation. +searchPanelToken=Find in this file (%S) + +# LOCALIZATION NOTE (searchPanelGoToLine): This is the text that appears in the +# filter panel popup for the line search operation. +searchPanelGoToLine=Go to line (%S) + +# LOCALIZATION NOTE (searchPanelVariable): This is the text that appears in the +# filter panel popup for the variables search operation. +searchPanelVariable=Filter variables (%S) + +# LOCALIZATION NOTE (breakpointMenuItem): The text for all the elements that +# are displayed in the breakpoints menu item popup. +breakpointMenuItem.setConditional=Configure conditional breakpoint +breakpointMenuItem.enableSelf=Enable breakpoint +breakpointMenuItem.disableSelf=Disable breakpoint +breakpointMenuItem.deleteSelf=Remove breakpoint +breakpointMenuItem.enableOthers=Enable others +breakpointMenuItem.disableOthers=Disable others +breakpointMenuItem.deleteOthers=Remove others +breakpointMenuItem.enableAll=Enable all breakpoints +breakpointMenuItem.disableAll=Disable all breakpoints +breakpointMenuItem.deleteAll=Remove all breakpoints + +# LOCALIZATION NOTE (breakpoints.header): Breakpoints right sidebar pane header. +breakpoints.header=Breakpoints + +# LOCALIZATION NOTE (callStack.header): Call Stack right sidebar pane header. +callStack.header=Call Stack + +# LOCALIZATION NOTE (callStack.notPaused): Call Stack right sidebar pane +# message when not paused. +callStack.notPaused=Not Paused + +# LOCALIZATION NOTE (callStack.collapse): Call Stack right sidebar pane +# message to hide some of the frames that are shown. +callStack.collapse=Collapse Rows + +# LOCALIZATION NOTE (callStack.expand): Call Stack right sidebar pane +# message to show more of the frames. +callStack.expand=Expand Rows + +# LOCALIZATION NOTE (editor.searchResults): Editor Search bar message +# for the summarizing the selected search result. e.g. 5 of 10 results. +editor.searchResults=%d of %d results + +# LOCALIZATION NOTE (editor.noResults): Editor Search bar message +# for when no results found. +editor.noResults=no results + +# LOCALIZATION NOTE(editor.addBreakpoint): Editor gutter context menu item +# for adding a breakpoint on a line. +editor.addBreakpoint=Add Breakpoint + +# LOCALIZATION NOTE(editor.removeBreakpoint): Editor gutter context menu item +# for removing a breakpoint on a line. +editor.removeBreakpoint=Remove Breakpoint + +# LOCALIZATION NOTE(editor.editBreakpoint): Editor gutter context menu item +# for setting a breakpoint condition on a line. +editor.editBreakpoint=Edit Breakpoint + +# LOCALIZATION NOTE(editor.addConditionalBreakpoint): Editor gutter context +# menu item for adding a breakpoint condition on a line. +editor.addConditionalBreakpoint=Add Conditional Breakpoint + +# LOCALIZATION NOTE (sourceTabs.closeTab): Editor source tab context menu item +# for closing the selected tab below the mouse. +sourceTabs.closeTab=Close tab + +# LOCALIZATION NOTE (sourceTabs.closeOtherTabs): Editor source tab context menu item +# for closing the other tabs. +sourceTabs.closeOtherTabs=Close others + +# LOCALIZATION NOTE (sourceTabs.closeTabsToRight): Editor source tab context menu item +# for closing the tabs to the right of the selected tab. +sourceTabs.closeTabsToRight=Close tabs to the right + +# LOCALIZATION NOTE (sourceTabs.closeAllTabs): Editor source tab context menu item +# for closing all tabs. +sourceTabs.closeAllTabs=Close all tabs + +# LOCALIZATION NOTE (scopes.header): Scopes right sidebar pane header. +scopes.header=Scopes + +# LOCALIZATION NOTE (scopes.notAvailable): Scopes right sidebar pane message +# for when the debugger is paused, but there isn't pause data. +scopes.notAvailable=Scopes Unavailable + +# LOCALIZATION NOTE (scopes.notPaused): Scopes right sidebar pane message +# for when the debugger is not paused. +scopes.notPaused=Not Paused + +# LOCALIZATION NOTE (sources.header): Sources left sidebar header +sources.header=Sources + +# LOCALIZATION NOTE (sources.search): Sources left sidebar prompt +# e.g. Cmd+P to search. On a mac, we use the command unicode character. +# On windows, it's ctrl. +sources.search=%S to search + +# LOCALIZATION NOTE (watchExpressions.header): Watch Expressions right sidebar +# pane header. +watchExpressions.header=Watch Expressions + +# LOCALIZATION NOTE (welcome.search): The center pane welcome panel's +# search prompt. e.g. cmd+p to search for files. On windows, it's ctrl, on +# a mac we use the unicode character. +welcome.search=%S to search for files + +# LOCALIZATION NOTE (sourceSearch.search): The center pane Source Search +# prompt for searching for files. +sourceSearch.search=Search… + +# LOCALIZATION NOTE (sourceSearch.noResults): The center pane Source Search +# message when the query did not match any of the sources. +sourceSearch.noResults=No files matching %S found + +# LOCALIZATION NOTE (ignoreExceptions): The pause on exceptions button tooltip +# when the debugger will not pause on exceptions. +ignoreExceptions=Ignore exceptions. Click to pause on uncaught exceptions + +# LOCALIZATION NOTE (pauseOnUncaughtExceptions): The pause on exceptions button +# tooltip when the debugger will pause on uncaught exceptions. +pauseOnUncaughtExceptions=Pause on uncaught exceptions. Click to pause on all exceptions + +# LOCALIZATION NOTE (pauseOnExceptions): The pause on exceptions button tooltip +# when the debugger will pause on all exceptions. +pauseOnExceptions=Pause on all exceptions. Click to ignore exceptions + +# LOCALIZATION NOTE (loadingText): The text that is displayed in the script +# editor when the loading process has started but there is no file to display +# yet. +loadingText=Loading\u2026 + +# LOCALIZATION NOTE (errorLoadingText2): The text that is displayed in the debugger +# viewer when there is an error loading a file +errorLoadingText2=Error loading this URL: %S + +# LOCALIZATION NOTE (addWatchExpressionText): The text that is displayed in the +# watch expressions list to add a new item. +addWatchExpressionText=Add watch expression + +# LOCALIZATION NOTE (addWatchExpressionButton): The button that is displayed in the +# variables view popup. +addWatchExpressionButton=Watch + +# LOCALIZATION NOTE (emptyVariablesText): The text that is displayed in the +# variables pane when there are no variables to display. +emptyVariablesText=No variables to display + +# LOCALIZATION NOTE (scopeLabel): The text that is displayed in the variables +# pane as a header for each variable scope (e.g. "Global scope, "With scope", +# etc.). +scopeLabel=%S scope + +# LOCALIZATION NOTE (watchExpressionsScopeLabel): The name of the watch +# expressions scope. This text is displayed in the variables pane as a header for +# the watch expressions scope. +watchExpressionsScopeLabel=Watch expressions + +# LOCALIZATION NOTE (globalScopeLabel): The name of the global scope. This text +# is added to scopeLabel and displayed in the variables pane as a header for +# the global scope. +globalScopeLabel=Global + +# LOCALIZATION NOTE (variablesViewErrorStacktrace): This is the text that is +# shown before the stack trace in an error. +variablesViewErrorStacktrace=Stack trace: + +# LOCALIZATION NOTE (variablesViewMoreObjects): the text that is displayed +# when you have an object preview that does not show all of the elements. At the end of the list +# you see "N more..." in the web console output. +# This is a semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 number of remaining items in the object +# example: 3 more… +variablesViewMoreObjects=#1 more…;#1 more… + +# LOCALIZATION NOTE (variablesEditableNameTooltip): The text that is displayed +# in the variables list on an item with an editable name. +variablesEditableNameTooltip=Double click to edit + +# LOCALIZATION NOTE (variablesEditableValueTooltip): The text that is displayed +# in the variables list on an item with an editable value. +variablesEditableValueTooltip=Click to change value + +# LOCALIZATION NOTE (variablesCloseButtonTooltip): The text that is displayed +# in the variables list on an item which can be removed. +variablesCloseButtonTooltip=Click to remove + +# LOCALIZATION NOTE (variablesEditButtonTooltip): The text that is displayed +# 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 +# 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 + +# LOCALIZATION NOTE (configurable|...|Tooltip): The text that is displayed +# in the variables list on certain variables or properties as tooltips. +# Expanations of what these represent can be found at the following links: +# https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty +# https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/isExtensible +# https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/isFrozen +# https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/isSealed +# It's probably best to keep these in English. +configurableTooltip=configurable +enumerableTooltip=enumerable +writableTooltip=writable +frozenTooltip=frozen +sealedTooltip=sealed +extensibleTooltip=extensible +overriddenTooltip=overridden +WebIDLTooltip=WebIDL + +# LOCALIZATION NOTE (variablesSeparatorLabel): The text that is displayed +# in the variables list as a separator between the name and value. +variablesSeparatorLabel=: + +# LOCALIZATION NOTE (watchExpressionsSeparatorLabel2): The text that is displayed +# in the watch expressions list as a separator between the code and evaluation. +watchExpressionsSeparatorLabel2=\u0020→ + +# LOCALIZATION NOTE (functionSearchSeparatorLabel): The text that is displayed +# in the functions search panel as a separator between function's inferred name +# and its real name (if available). +functionSearchSeparatorLabel=← + +# LOCALIZATION NOTE (resumptionOrderPanelTitle): This is the text that appears +# as a description in the notification panel popup, when multiple debuggers are +# open in separate tabs and the user tries to resume them in the wrong order. +# The substitution parameter is the URL of the last paused window that must be +# resumed first. +resumptionOrderPanelTitle=There are one or more paused debuggers. Please resume the most-recently paused debugger first at: %S + +variablesViewOptimizedOut=(optimized away) +variablesViewUninitialized=(uninitialized) +variablesViewMissingArgs=(unavailable) + +anonymousSourcesLabel=Anonymous Sources + +experimental=This is an experimental feature diff --git a/devtools/client/locales/en-US/device.properties b/devtools/client/locales/en-US/device.properties new file mode 100644 index 000000000..2e4219709 --- /dev/null +++ b/devtools/client/locales/en-US/device.properties @@ -0,0 +1,20 @@ +# 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 These strings are used inside Device Emulation developer +# tools. 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. + +# LOCALIZATION NOTE: +# These strings are category names in a list of devices that a user can choose +# to simulate (e.g. "ZTE Open C", "VIA Vixen", "720p HD Television", etc). +device.phones=Phones +device.tablets=Tablets +device.laptops=Laptops +device.televisions=TVs +device.consoles=Gaming consoles +device.watches=Watches diff --git a/devtools/client/locales/en-US/dom.properties b/devtools/client/locales/en-US/dom.properties new file mode 100644 index 000000000..3c09d4e41 --- /dev/null +++ b/devtools/client/locales/en-US/dom.properties @@ -0,0 +1,19 @@ +# 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 These strings are used inside the DOM panel +# which is available from the Web Developer sub-menu -> 'DOM'. +# 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. + +# LOCALIZATION NOTE (dom.filterDOMPanel): A placeholder text used for +# DOM panel search box. +dom.filterDOMPanel=Filter DOM Panel + +# LOCALIZATION NOTE (dom.refresh): A label for Refresh button in +# DOM panel toolbar +dom.refresh=Refresh \ No newline at end of file diff --git a/devtools/client/locales/en-US/eyedropper.properties b/devtools/client/locales/en-US/eyedropper.properties new file mode 100644 index 000000000..0f320ab37 --- /dev/null +++ b/devtools/client/locales/en-US/eyedropper.properties @@ -0,0 +1,14 @@ +# 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 These strings are used in the Eyedropper color tool. +# LOCALIZATION NOTE 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. + +# LOCALIZATION NOTE (colorValue.copied): This text is displayed when the user selects a +# color with the eyedropper and it's copied to the clipboard. +colorValue.copied=copied diff --git a/devtools/client/locales/en-US/filterwidget.properties b/devtools/client/locales/en-US/filterwidget.properties new file mode 100644 index 000000000..ddd2f2665 --- /dev/null +++ b/devtools/client/locales/en-US/filterwidget.properties @@ -0,0 +1,61 @@ +# 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 These strings are used in the CSS Filter Editor Widget +# which can be found in a tooltip that appears in the Rule View when clicking +# on a filter swatch displayed next to CSS declarations like 'filter: blur(2px)'. + +# LOCALIZATION NOTE (emptyFilterList): +# This string is displayed when filter's list is empty +# (no filter specified / all removed) +emptyFilterList=No filter specified + +# LOCALIZATION NOTE (emptyPresetList): +# This string is displayed when preset's list is empty +emptyPresetList=You don’t have any saved presets. \ +You can store filter presets by choosing a name and saving them. \ +Presets are quickly accessible and you can re-use them with ease. + +# LOCALIZATION NOTE (addUsingList): +# This string is displayed under [emptyFilterList] when filter's +# list is empty, guiding user to add a filter using the list below it +addUsingList=Add a filter using the list below + +# LOCALIZATION NOTE (dropShadowPlaceholder): +# This string is used as a placeholder for drop-shadow's input +# in the filter list (shown when is empty) +dropShadowPlaceholder=x y radius color + +# LOCALIZATION NOTE (dragHandleTooltipText): +# This string is used as a tooltip text (shown on mouse hover) on the +# drag handles of filters which are used to re-order filters +dragHandleTooltipText=Drag up or down to re-order filter + +# LOCALIZATION NOTE (labelDragTooltipText): +# This string is used as a tooltip text (shown on mouse hover) on the +# filters' labels which can be dragged left/right to increase/decrease +# the filter's value (like photoshop) +labelDragTooltipText=Drag left or right to decrease or increase the value + +# LOCALIZATION NOTE (filterListSelectPlaceholder): +# This string is used as a preview option in the list of possible filters +#