# 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/. ### "FOG", "Glean", and "Glean SDK" should remain in English. -fog-brand-name = FOG -glean-brand-name = Glean glean-sdk-brand-name = { -glean-brand-name } SDK glean-debug-ping-viewer-brand-name = { -glean-brand-name } Debug Ping Viewer about-glean-page-title2 = About { -glean-brand-name } about-glean-header = About { -glean-brand-name } about-glean-interface-description = The { glean-sdk-brand-name } is a data collection library used in { -vendor-short-name } projects. This interface is designed to be used by developers and testers to manually test instrumentation. about-glean-upload-enabled = Data upload is enabled. about-glean-upload-disabled = Data upload is disabled. about-glean-upload-enabled-local = Data upload is enabled only for sending to a local server. about-glean-upload-fake-enabled = Data upload is disabled, but we’re lying and telling the { glean-sdk-brand-name } it is enabled so that data is still recorded locally. Note: If you set a debug tag, pings will be uploaded to the { glean-debug-ping-viewer-brand-name } regardless of settings. # This message is followed by a bulleted list. about-glean-prefs-and-defines = Relevant preferences and defines include: # Variables: # $data-upload-pref-value (String): the value of the datareporting.healthreport.uploadEnabled pref. Typically "true", sometimes "false" # Do not translate strings between tags. about-glean-data-upload = datareporting.healthreport.uploadEnabled: { $data-upload-pref-value } # Variables: # $local-port-pref-value (Integer): the value of the telemetry.fog.test.localhost_port pref. Typically 0. Can be negative. # Do not translate strings between tags. about-glean-local-port = telemetry.fog.test.localhost_port: { $local-port-pref-value } # Variables: # $glean-android-define-value (Boolean): the value of the MOZ_GLEAN_ANDROID define. Typically "false", sometimes "true". # Do not translate strings between tags. about-glean-glean-android = MOZ_GLEAN_ANDROID: { $glean-android-define-value } # Variables: # $moz-official-define-value (Boolean): the value of the MOZILLA_OFFICIAL define. # Do not translate strings between tags. about-glean-moz-official = MOZILLA_OFFICIAL: { $moz-official-define-value } about-glean-about-testing-header = About Testing # This message is followed by a numbered list. about-glean-manual-testing = Full instructions are documented in the { -fog-brand-name } instrumentation testing docs and in the { glean-sdk-brand-name } documentation, but, in short, to manually test that your instrumentation works, you should: # This message is an option in a dropdown filled with untranslated names of pings. about-glean-no-ping-label = (don’t submit any ping) # An in-line text input field precedes this string. about-glean-label-for-tag-pings = In the preceding field ensure there is a memorable debug tag so you can recognize your pings later. # An in-line drop down list precedes this string. # Do not translate strings between tags. about-glean-label-for-ping-names = Select from the preceding list the ping your instrumentation is in. If it’s in a custom ping, choose that one. Otherwise, the default for event metrics is the events ping and the default for all other metrics is the metrics ping. # An in-line check box precedes this string. about-glean-label-for-log-pings = (Optional. Check the preceding box if you want pings to also be logged when they are submitted. You will additionally need to enable logging.) # Variables # $debug-tag (String): The user-set value of the debug tag input on this page. Like "about-glean-kV" # An in-line button labeled "Apply settings and submit ping" precedes this string. about-glean-label-for-controls-submit = Press the preceding button to tag all { -glean-brand-name } pings with your tag and submit the selected ping. (All pings submitted from then until you restart the application will be tagged with { $debug-tag }.) about-glean-li-for-visit-gdpv = Visit the { glean-debug-ping-viewer-brand-name } page for pings with your tag. It shouldn’t take more than a few seconds from pushing the button to your ping arriving. Sometimes it may take a small handful of minutes. # Do not translate strings between tags. about-glean-adhoc-explanation = For more ad hoc testing, you can also determine the current value of a particular piece of instrumentation by opening a devtools console here on about:glean and using the testGetValue() API like Glean.metricCategory.metricName.testGetValue(). controls-button-label-verbose = Apply settings and submit ping about-glean-about-data-header = About Data about-glean-about-data-explanation = To browse the list of collected data, please consult the { -glean-brand-name } Dictionary.