From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../localization/is/toolkit/about/aboutGlean.ftl | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 thunderbird-l10n/is/localization/is/toolkit/about/aboutGlean.ftl (limited to 'thunderbird-l10n/is/localization/is/toolkit/about/aboutGlean.ftl') diff --git a/thunderbird-l10n/is/localization/is/toolkit/about/aboutGlean.ftl b/thunderbird-l10n/is/localization/is/toolkit/about/aboutGlean.ftl new file mode 100644 index 0000000000..7b465c0eba --- /dev/null +++ b/thunderbird-l10n/is/localization/is/toolkit/about/aboutGlean.ftl @@ -0,0 +1,39 @@ +# 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/. + + +### "Glean" and "Glean SDK" should remain in English. + +### "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 + +about-glean-page-title2 = Um { -glean-brand-name } +about-glean-header = Um { -glean-brand-name } + +about-glean-upload-enabled = Innsending gagna er virk. +about-glean-upload-disabled = Innsending gagna er óvirk. + +# 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 = Um prófanir + + -- cgit v1.2.3