diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /toolkit/locales/en-US/chrome/global/aboutTelemetry.properties | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'toolkit/locales/en-US/chrome/global/aboutTelemetry.properties')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/aboutTelemetry.properties | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/aboutTelemetry.properties b/toolkit/locales/en-US/chrome/global/aboutTelemetry.properties new file mode 100644 index 000000000..c649c8082 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/aboutTelemetry.properties @@ -0,0 +1,83 @@ +# 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/. + +# Note to translators: +# - %1$S will be replaced by brandFullName +# - %2$S will be replaced with the value of the toolkit.telemetry.server_owner preference +pageSubtitle = This page shows the information about performance, hardware, usage and customizations collected by Telemetry. This information is submitted to %1$S to help improve %2$S. + +generalDataTitle = General Data + +generalDataHeadingName = Name + +generalDataHeadingValue = Value + +environmentDataHeadingName = Name + +environmentDataHeadingValue = Value + +environmentDataSubsectionToggle = Click to toggle section + +environmentDataSubsectionEmpty = (No data collected) + +telemetryLogTitle = Telemetry Log + +telemetryLogHeadingId = Id + +telemetryLogHeadingTimestamp = Timestamp + +telemetryLogHeadingData = Data + +slowSqlMain = Slow SQL Statements on Main Thread + +slowSqlOther = Slow SQL Statements on Helper Threads + +slowSqlHits = Hits + +slowSqlAverage = Avg. Time (ms) + +slowSqlStatement = Statement + +# Note to translators: +# - The %1$S will be replaced with the number of the hang +# - The %2$S will be replaced with the duration of the hang +chrome-hangs-title = Hang Report #%1$S (%2$S seconds) + +# Note to translators: +# - The %1$S will be replaced with the number of the late write +late-writes-title = Late Write #%1$S + +stackTitle = Stack: + +memoryMapTitle = Memory map: + +errorFetchingSymbols = An error occurred while fetching symbols. Check that you are connected to the Internet and try again. + +histogramSamples = samples + +histogramAverage = average + +histogramSum = sum + +histogramCopy = Copy + +keysHeader = Property + +namesHeader = Name + +valuesHeader = Value + +addonTableID = Add-on ID + +addonTableDetails = Details + +# Note to translators: +# - The %1$S will be replaced with the name of an Add-on Provider (e.g. "XPI", "Plugin") +addonProvider = %1$S Provider + +parentPayload = Parent Payload + +# Note to translators: +# - The %1$S will be replaced with the number of the child payload (e.g. "1", "2") +childPayloadN = Child Payload %1$S |