diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-07-18 08:24:24 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-07-18 08:24:24 +0200 |
commit | fc61780b35af913801d72086456f493f63197da6 (patch) | |
tree | f85891288a7bd988da9f0f15ae64e5c63f00d493 /devtools/client/locales/en-US/performance.dtd | |
parent | 69f7f9e5f1475891ce11cc4f431692f965b0cd30 (diff) | |
parent | 50d3e596bbe89c95615f96eb71f6bc5be737a1db (diff) | |
download | UXP-2018.07.18.tar UXP-2018.07.18.tar.gz UXP-2018.07.18.tar.lz UXP-2018.07.18.tar.xz UXP-2018.07.18.zip |
Merge commit '50d3e596bbe89c95615f96eb71f6bc5be737a1db' into Basilisk-releasev2018.07.18
# Conflicts:
# browser/app/profile/firefox.js
# browser/components/preferences/jar.mn
Diffstat (limited to 'devtools/client/locales/en-US/performance.dtd')
-rw-r--r-- | devtools/client/locales/en-US/performance.dtd | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/devtools/client/locales/en-US/performance.dtd b/devtools/client/locales/en-US/performance.dtd index 4009ae104..54b49d2fb 100644 --- a/devtools/client/locales/en-US/performance.dtd +++ b/devtools/client/locales/en-US/performance.dtd @@ -11,6 +11,10 @@ - A good criteria is the language in which you'd find the best - documentation on web development on the web. --> +<!ENTITY % brandDTD + SYSTEM "chrome://branding/locale/brand.dtd"> + %brandDTD; + <!-- LOCALIZATION NOTE (performanceUI.bufferStatusTooltip): This string - is displayed as the tooltip for the buffer capacity during a recording. --> <!ENTITY performanceUI.bufferStatusTooltip "The profiler stores samples in a circular buffer, and once the buffer reaches the limit for a recording, newer samples begin to overwrite samples at the beginning of the recording."> @@ -18,18 +22,18 @@ <!-- LOCALIZATION NOTE (performanceUI.disabledRealTime.nonE10SBuild): This string - is displayed as a message for why the real time overview graph is disabled - when running on a non-multiprocess build. --> -<!ENTITY performanceUI.disabledRealTime.nonE10SBuild "Realtime recording data disabled on non-multiprocess Firefox."> +<!ENTITY performanceUI.disabledRealTime.nonE10SBuild "Realtime recording data disabled on non-multiprocess &brandShortName;."> <!-- LOCALIZATION NOTE (performanceUI.disabledRealTime.disabledE10S): This string - is displayed as a message for why the real time overview graph is disabled - - when running on a build that can run multiprocess Firefox, but just is not enabled. --> -<!ENTITY performanceUI.disabledRealTime.disabledE10S "Enable multiprocess Firefox in preferences for rendering recording data in realtime."> + - when running on a build that can run multiprocess browser, but just is not enabled. --> +<!ENTITY performanceUI.disabledRealTime.disabledE10S "Enable multiprocess &brandShortName; in preferences for rendering recording data in realtime."> <!-- LOCALIZATION NOTE (performanceUI.bufferStatusFull): This string - 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."> @@ -88,10 +92,10 @@ <!ENTITY performanceUI.invertFlameGraph.tooltiptext "Inverting the flame chart displays the profiled call paths starting from the youngest frames and expanding out to the older frames."> <!-- LOCALIZATION NOTE (performanceUI.showPlatformData): This is the - - label for the checkbox that toggles whether or not Gecko platform data + - label for the checkbox that toggles whether or not Goanna platform data - is displayed in the profiler. --> -<!ENTITY performanceUI.showPlatformData "Show Gecko Platform Data"> -<!ENTITY performanceUI.showPlatformData.tooltiptext "Showing platform data enables the JavaScript Profiler reports to include Gecko platform symbols."> +<!ENTITY performanceUI.showPlatformData "Show Goanna Platform Data"> +<!ENTITY performanceUI.showPlatformData.tooltiptext "Showing platform data enables the JavaScript Profiler reports to include Goanna platform symbols."> <!-- LOCALIZATION NOTE (performanceUI.showJITOptimizations): This string - is displayed next to a checkbox determining whether or not JIT optimization data |