From: Mike Hommey Date: Tue, 5 May 2020 20:29:30 +0000 (+0100) Subject: Import firefox-esr_68.8.0esr.orig-l10n-en-CA.tar.bz2 X-Git-Tag: archive/raspbian/68.8.0esr-1_deb10u1+rpi1^2~32^21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5891e11dac8fcad001467037531d66fefbcbb468;p=firefox-esr.git Import firefox-esr_68.8.0esr.orig-l10n-en-CA.tar.bz2 [dgit import orig firefox-esr_68.8.0esr.orig-l10n-en-CA.tar.bz2] --- 5891e11dac8fcad001467037531d66fefbcbb468 diff --git a/browser/branding/official/brand.dtd b/browser/branding/official/brand.dtd new file mode 100644 index 00000000000..6bc81511e7f --- /dev/null +++ b/browser/branding/official/brand.dtd @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/browser/branding/official/brand.ftl b/browser/branding/official/brand.ftl new file mode 100644 index 00000000000..7794d610605 --- /dev/null +++ b/browser/branding/official/brand.ftl @@ -0,0 +1,23 @@ +# 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/ + +-brand-shorter-name = Firefox +-brand-short-name = Firefox +-brand-full-name = Mozilla Firefox +# This brand name can be used in messages where the product name needs to +# remain unchanged across different versions (Nightly, Beta, etc.). +-brand-product-name = Firefox +-vendor-short-name = Mozilla +trademarkInfo = Firefox and the Firefox logos are trademarks of the Mozilla Foundation. diff --git a/browser/branding/official/brand.properties b/browser/branding/official/brand.properties new file mode 100644 index 00000000000..568f227d4ce --- /dev/null +++ b/browser/branding/official/brand.properties @@ -0,0 +1,14 @@ +# 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 +# LOCALIZATION NOTE(brandProductName): +# This brand name can be used in messages where the product name needs to +# remain unchanged across different versions (Nightly, Beta, etc.). +brandProductName=Firefox +vendorShortName=Mozilla + +syncBrandShortName=Sync diff --git a/browser/browser/aboutCertError.ftl b/browser/browser/aboutCertError.ftl new file mode 100644 index 00000000000..56b17f061ef --- /dev/null +++ b/browser/browser/aboutCertError.ftl @@ -0,0 +1,50 @@ +# 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/. + +# Variables: +# $hostname (String) - Hostname of the website with cert error. +cert-error-intro = { $hostname } uses an invalid security certificate. +cert-error-mitm-intro = Websites prove their identity via certificates, which are issued by certificate authorities. +cert-error-mitm-mozilla = { -brand-short-name } is backed by the non-profit Mozilla, which administers a completely open certificate authority (CA) store. The CA store helps ensure that certificate authorities are following best practices for user security. +cert-error-mitm-connection = { -brand-short-name } uses the Mozilla CA store to verify that a connection is secure, rather than certificates supplied by the user’s operating system. So, if an antivirus program or a network is intercepting a connection with a security certificate issued by a CA that is not in the Mozilla CA store, the connection is considered unsafe. +cert-error-trust-unknown-issuer-intro = Someone could be trying to impersonate the site and you should not continue. +# Variables: +# $hostname (String) - Hostname of the website with cert error. +cert-error-trust-unknown-issuer = Websites prove their identity via certificates. { -brand-short-name } does not trust { $hostname } because its certificate issuer is unknown, the certificate is self-signed, or the server is not sending the correct intermediate certificates. +cert-error-trust-cert-invalid = The certificate is not trusted because it was issued by an invalid CA certificate. +cert-error-trust-untrusted-issuer = The certificate is not trusted because the issuer certificate is not trusted. +cert-error-trust-signature-algorithm-disabled = The certificate is not trusted because it was signed using a signature algorithm that was disabled because that algorithm is not secure. +cert-error-trust-expired-issuer = The certificate is not trusted because the issuer certificate has expired. +cert-error-trust-self-signed = The certificate is not trusted because it is self-signed. +cert-error-trust-symantec = Certificates issued by GeoTrust, RapidSSL, Symantec, Thawte, and VeriSign are no longer considered safe because these certificate authorities failed to follow security practices in the past. +cert-error-untrusted-default = The certificate does not come from a trusted source. +# Variables: +# $hostname (String) - Hostname of the website with cert error. +cert-error-domain-mismatch = Websites prove their identity via certificates. { -brand-short-name } does not trust this site because it uses a certificate that is not valid for { $hostname }. +# Variables: +# $hostname (String) - Hostname of the website with cert error. +# $alt-name (String) - Alternate domain name for which the cert is valid. +cert-error-domain-mismatch-single = Websites prove their identity via certificates. { -brand-short-name } does not trust this site because it uses a certificate that is not valid for { $hostname }. The certificate is only valid for { $alt-name }. +# Variables: +# $hostname (String) - Hostname of the website with cert error. +# $alt-name (String) - Alternate domain name for which the cert is valid. +cert-error-domain-mismatch-single-nolink = Websites prove their identity via certificates. { -brand-short-name } does not trust this site because it uses a certificate that is not valid for { $hostname }. The certificate is only valid for { $alt-name }. +# Variables: +# $subject-alt-names (String) - Alternate domain names for which the cert is valid. +cert-error-domain-mismatch-multiple = Websites prove their identity via certificates. { -brand-short-name } does not trust this site because it uses a certificate that is not valid for { $hostname }. The certificate is only valid for the following names: { $subject-alt-names } +# Variables: +# $hostname (String) - Hostname of the website with cert error. +# $not-after-local-time (Date) - Certificate is not valid after this time. +cert-error-expired-now = Websites prove their identity via certificates, which are valid for a set time period. The certificate for { $hostname } expired on { $not-after-local-time }. +# Variables: +# $hostname (String) - Hostname of the website with cert error. +# $not-before-local-time (Date) - Certificate is not valid before this time. +cert-error-not-yet-valid-now = Websites prove their identity via certificates, which are valid for a set time period. The certificate for { $hostname } will not be valid until { $not-before-local-time }. +# Variables: +# $error (String) - NSS error code string that specifies type of cert error. e.g. unknown issuer, invalid cert, etc. +cert-error-code-prefix-link = Error code: { $error } +# Variables: +# $hostname (String) - Hostname of the website with cert error. +cert-error-symantec-distrust-description = Websites prove their identity via certificates, which are issued by certificate authorities. Most browsers no longer trust certificates issued by GeoTrust, RapidSSL, Symantec, Thawte, and VeriSign. { $hostname } uses a certificate from one of these authorities and so the website’s identity cannot be proven. +cert-error-symantec-distrust-admin = You may notify the website’s administrator about this problem. diff --git a/browser/browser/aboutConfig.ftl b/browser/browser/aboutConfig.ftl new file mode 100644 index 00000000000..a11cc7898bb --- /dev/null +++ b/browser/browser/aboutConfig.ftl @@ -0,0 +1,38 @@ +# 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/. + +# An old map warning, see https://en.wikipedia.org/wiki/Here_be_dragons +about-config-warning-title = Here be dragons! +about-config-warning-text = Changing these advanced settings can be harmful to the stability, security, and performance of this application. You should only continue if you are sure of what you are doing. +about-config-warning-checkbox = Annoy me again, please! +about-config-warning-button = I accept the risk +about-config-title = about:config +about-config2-title = Advanced Configurations +about-config-search-input = + .placeholder = Search +about-config-show-all = Show All +about-config-pref-add = Add +about-config-pref-toggle = Toggle +about-config-pref-edit = Edit +about-config-pref-save = Save +about-config-pref-reset = Reset +about-config-pref-delete = Delete + +## Labels for the type selection radio buttons shown when adding preferences. + +about-config-pref-add-type-boolean = Boolean +about-config-pref-add-type-number = Number +about-config-pref-add-type-string = String + +## 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. + +about-config-pref-accessible-value-default = + .aria-label = { $value } (default) +about-config-pref-accessible-value-custom = + .aria-label = { $value } (custom) diff --git a/browser/browser/aboutDialog.ftl b/browser/browser/aboutDialog.ftl new file mode 100644 index 00000000000..a4776b9a110 --- /dev/null +++ b/browser/browser/aboutDialog.ftl @@ -0,0 +1,45 @@ +# 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 = About { -brand-full-name } +releaseNotes-link = What’s new +update-checkForUpdatesButton = + .label = Check for updates + .accesskey = C +update-updateButton = + .label = Restart to update { -brand-shorter-name } + .accesskey = R +update-checkingForUpdates = Checking for updates… +update-downloading = Downloading update —