diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-06-18 18:51:16 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-06-18 18:51:16 +0300 |
commit | 2ab4d666fb3909c45718ebe5e85725a1c72f754e (patch) | |
tree | 8eaef6af2b38088e122632a2c84ea455cdc4be3d /devtools/client/locales/en-US/performance.dtd | |
parent | 34302180b38e903c7c071b501cbc8be89efd56ec (diff) | |
download | UXP-2ab4d666fb3909c45718ebe5e85725a1c72f754e.tar UXP-2ab4d666fb3909c45718ebe5e85725a1c72f754e.tar.gz UXP-2ab4d666fb3909c45718ebe5e85725a1c72f754e.tar.lz UXP-2ab4d666fb3909c45718ebe5e85725a1c72f754e.tar.xz UXP-2ab4d666fb3909c45718ebe5e85725a1c72f754e.zip |
Correct the browser and platform names in `devtools\client`
Diffstat (limited to 'devtools/client/locales/en-US/performance.dtd')
-rw-r--r-- | devtools/client/locales/en-US/performance.dtd | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/devtools/client/locales/en-US/performance.dtd b/devtools/client/locales/en-US/performance.dtd index 4009ae104..bbbe339c0 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,12 +22,12 @@ <!-- 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. --> @@ -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 |