diff options
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 |