From: Mike Hommey Date: Tue, 7 Dec 2021 21:38:58 +0000 (+0000) Subject: Import firefox-esr_91.4.0esr.orig-l10n-xh.tar.bz2 X-Git-Tag: archive/raspbian/91.4.0esr-1+rpi1~34^96 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=80eb66cb486bbca52600ce8eda194b6968249844;p=firefox-esr.git Import firefox-esr_91.4.0esr.orig-l10n-xh.tar.bz2 [dgit import orig firefox-esr_91.4.0esr.orig-l10n-xh.tar.bz2] --- 80eb66cb486bbca52600ce8eda194b6968249844 diff --git a/browser/branding/official/brand.dtd b/browser/branding/official/brand.dtd new file mode 100644 index 00000000000..b6b67c5c440 --- /dev/null +++ b/browser/branding/official/brand.dtd @@ -0,0 +1,7 @@ + + + + + diff --git a/browser/branding/official/brand.ftl b/browser/branding/official/brand.ftl new file mode 100644 index 00000000000..37749e911b0 --- /dev/null +++ b/browser/branding/official/brand.ftl @@ -0,0 +1,34 @@ +# 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/. + + +## Firefox Brand +## +## Firefox must be treated as a brand, and kept in English. +## It cannot be: +## - Declined to adapt to grammatical case. +## - Transliterated. +## - Translated. +## +## Reference: https://www.mozilla.org/styleguide/communications/translation/ + +## Firefox and Mozilla Brand +## +## Firefox and Mozilla must be treated as a brand. +## +## They cannot be: +## - Transliterated. +## - Translated. +## +## Declension should be avoided where possible, leaving the original +## brand unaltered in prominent UI positions. +## +## For further details, consult: +## https://mozilla-l10n.github.io/styleguides/mozilla_general/#brands-copyright-and-trademark + +-brand-shorter-name = Firefox +-brand-short-name = Firefox +-brand-full-name = Mozilla Firefox +-vendor-short-name = Mozilla +trademarkInfo = I-Firefox neelogo ze-Firefox ziimpawu ze-Mozilla Foundation. diff --git a/browser/branding/official/brand.properties b/browser/branding/official/brand.properties new file mode 100644 index 00000000000..9dc14748e97 --- /dev/null +++ b/browser/branding/official/brand.properties @@ -0,0 +1,9 @@ +# 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/. + +brandShorterName=Firefox +brandShortName=Firefox +brandFullName=Mozilla Firefox +vendorShortName=Mozilla + diff --git a/browser/browser/aboutCertError.ftl b/browser/browser/aboutCertError.ftl new file mode 100644 index 00000000000..fb80007b508 --- /dev/null +++ b/browser/browser/aboutCertError.ftl @@ -0,0 +1,43 @@ +# 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/. + +cert-error-trust-signature-algorithm-disabled = Isatifiketi asithenjwa ngenxa yokuba sisayinwe kusetyenziswa ialgorithimu yosayino ngenxa yokuba i-algorithimu ayikhuselekanga. + +cert-error-trust-self-signed = Isatifikethi asithenjwa kuba sisayinwe nguwe. + +# Variables: +# $hasHSTS (Boolean) - Indicates whether HSTS header is present. +cert-error-details-hsts-label = HTTP Ukhuseleko Olungqongqo Lwesithuthi: { $hasHSTS } + +# Variables: +# $hasHPKP (Boolean) - Indicates whether HPKP header is present. +cert-error-details-key-pinning-label = Iqhosha Likawonkewonke Eliyintloko Lepinning: { $hasHPKP } + +cert-error-details-cert-chain-label = Ikhonkco lesatifikethi + +## Messages used for certificate error titles + +connectionFailure-title = Ayikwazi kudibanisa +deniedPortAccess-title = Le dilesi inemida +fileNotFound-title = Ifayile ayifumaneki +fileAccessDenied-title = Ufikelelo kule fayile lwalelwe +generic-title = Oops. +captivePortal-title = Loga ungene kwinethwekhi +netInterrupt-title = Unxibelelwano luphazanyisiwe +notCached-title = Uxwebhu luphelelwe +netOffline-title = Imo engeyo yakusebenza +contentEncodingError-title = Imposiso yekhowudi yomxholo +unsafeContentType-title = Udidi lwefayile engakhuselekanga +netReset-title = Umdibaniso uphinde wamiselwa +netTimeout-title = Umdibaniso uphelelwe lixesha +unknownProtocolFound-title = Idilesi ayiqondwanga +proxyConnectFailure-title = Iseva yommeli ayiluvumeli unxibelelwano +proxyResolveFailure-title = Ayikwazi ukufumana iseva yommeli +redirectLoop-title = Ikhasi alithumeli kwenye indawo kakuhle +unknownSocketType-title = Impendulo engalindelekanga kwiseva +nssFailure2-title = Unxibelelwano Ukhuseleko Aluphumelelanga +corruptedContentError-title = Imposiso yomxholo owonakalisiweyo +remoteXUL-title = Susa i-XUL +sslv3Used-title = Akunxibelelani ngokukhuselekileyo +inadequateSecurityError-title = Uqhagamshelo lwakho alukhuselekanga diff --git a/browser/browser/aboutConfig.ftl b/browser/browser/aboutConfig.ftl new file mode 100644 index 00000000000..cdadd6db811 --- /dev/null +++ b/browser/browser/aboutConfig.ftl @@ -0,0 +1,16 @@ +# 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/. + +## These strings appear on the warning you see when first visiting about:config. + +## + +## Labels for the type selection radio buttons shown when adding preferences. + +## Preferences with a non-default value are differentiated visually, and at the +## same time the state is made accessible to screen readers using an aria-label +## that won't be visible or copied to the clipboard. +## +## Variables: +## $value (String): The full value of the preference. diff --git a/browser/browser/aboutDialog.ftl b/browser/browser/aboutDialog.ftl new file mode 100644 index 00000000000..54c95a2b05e --- /dev/null +++ b/browser/browser/aboutDialog.ftl @@ -0,0 +1,48 @@ +# 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/. + +aboutDialog-title = + .title = Malunga ne-{ -brand-full-name } + +releaseNotes-link = Yintoni entsha + +update-checkForUpdatesButton = + .label = Khangela izihlaziyi + .accesskey = K + +update-updateButton = + .label = Phinda uqale ukuze uqalise i-{ -brand-shorter-name } + .accesskey = R + +update-checkingForUpdates = Ikhangela izihlaziyi… +update-downloading = Ikhuphela isihlaziyi —