diff options
Diffstat (limited to 'browser/locales/en-US')
105 files changed, 10933 insertions, 0 deletions
diff --git a/browser/locales/en-US/browser/aboutCertError.ftl b/browser/locales/en-US/browser/aboutCertError.ftl new file mode 100644 index 0000000000..a3d1c4fd0e --- /dev/null +++ b/browser/locales/en-US/browser/aboutCertError.ftl @@ -0,0 +1,126 @@ +# 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 <a data-l10n-name="domain-mismatch-link">{ $alt-name }</a>. + +# 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: <a data-l10n-name="error-code-link">{ $error }</a> + +# 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. + +# Variables: +# $hasHSTS (Boolean) - Indicates whether HSTS header is present. +cert-error-details-hsts-label = HTTP Strict Transport Security: { $hasHSTS } + +# Variables: +# $hasHPKP (Boolean) - Indicates whether HPKP header is present. +cert-error-details-key-pinning-label = HTTP Public Key Pinning: { $hasHPKP } + +cert-error-details-cert-chain-label = Certificate chain: + +open-in-new-window-for-csp-or-xfo-error = Open Site in New Window + +# Variables: +# $hostname (String) - Hostname of the website blocked by csp or xfo error. +csp-xfo-blocked-long-desc = To protect your security, { $hostname } will not allow { -brand-short-name } to display the page if another site has embedded it. To see this page, you need to open it in a new window. + +## Messages used for certificate error titles + +connectionFailure-title = Unable to connect +deniedPortAccess-title = This address is restricted +# "Hmm" is a sound made when considering or puzzling over something. +# You don't have to include it in your translation if your language does not have a written word like this. +dnsNotFound-title = Hmm. We’re having trouble finding that site. +fileNotFound-title = File not found +fileAccessDenied-title = Access to the file was denied +generic-title = Oops. +captivePortal-title = Log in to network +# "Hmm" is a sound made when considering or puzzling over something. +# You don't have to include it in your translation if your language does not have a written word like this. +malformedURI-title = Hmm. That address doesn’t look right. +netInterrupt-title = The connection was interrupted +notCached-title = Document Expired +netOffline-title = Offline mode +contentEncodingError-title = Content Encoding Error +unsafeContentType-title = Unsafe File Type +netReset-title = The connection was reset +netTimeout-title = The connection has timed out +unknownProtocolFound-title = The address wasn’t understood +proxyConnectFailure-title = The proxy server is refusing connections +proxyResolveFailure-title = Unable to find the proxy server +redirectLoop-title = The page isn’t redirecting properly +unknownSocketType-title = Unexpected response from server +nssFailure2-title = Secure Connection Failed +csp-xfo-error-title = { -brand-short-name } Can’t Open This Page +corruptedContentError-title = Corrupted Content Error +remoteXUL-title = Remote XUL +sslv3Used-title = Unable to Connect Securely +inadequateSecurityError-title = Your connection is not secure +blockedByPolicy-title = Blocked Page +clockSkewError-title = Your Computer Clock is Wrong +networkProtocolError-title = Network Protocol Error +nssBadCert-title = Warning: Potential Security Risk Ahead +nssBadCert-sts-title = Did Not Connect: Potential Security Issue +certerror-mitm-title = Software is Preventing { -brand-short-name } From Safely Connecting to This Site diff --git a/browser/locales/en-US/browser/aboutConfig.ftl b/browser/locales/en-US/browser/aboutConfig.ftl new file mode 100644 index 0000000000..7ac0ac1288 --- /dev/null +++ b/browser/locales/en-US/browser/aboutConfig.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/. + +## These strings appear on the warning you see when first visiting about:config. + +about-config-intro-warning-title = Proceed with Caution +about-config-intro-warning-text = Changing advanced configuration preferences can impact { -brand-short-name } performance or security. +about-config-intro-warning-checkbox = Warn me when I attempt to access these preferences +about-config-intro-warning-button = Accept the Risk and Continue + +## + +# This is shown on the page before searching but after the warning is accepted. +about-config-caution-text = Changing these preferences can impact { -brand-short-name } performance or security. + +about-config-page-title = Advanced Preferences + +about-config-search-input1 = + .placeholder = Search preference name +about-config-show-all = Show All + +about-config-pref-add-button = + .title = Add +about-config-pref-toggle-button = + .title = Toggle +about-config-pref-edit-button = + .title = Edit +about-config-pref-save-button = + .title = Save +about-config-pref-reset-button = + .title = Reset +about-config-pref-delete-button = + .title = 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/locales/en-US/browser/aboutDialog.ftl b/browser/locales/en-US/browser/aboutDialog.ftl new file mode 100644 index 0000000000..5679b48eda --- /dev/null +++ b/browser/locales/en-US/browser/aboutDialog.ftl @@ -0,0 +1,65 @@ +# 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 = <img data-l10n-name="icon"/>Downloading update — <label data-l10n-name="download-status"/> +update-downloading-message = Downloading update — <label data-l10n-name="download-status"/> +update-applying = Applying update… + +update-failed = Update failed. <label data-l10n-name="failed-link">Download the latest version</label> +update-failed-main = + Update failed. <a data-l10n-name="failed-link-main">Download the latest version</a> + +update-adminDisabled = Updates disabled by your system administrator +update-noUpdatesFound = { -brand-short-name } is up to date +update-otherInstanceHandlingUpdates = { -brand-short-name } is being updated by another instance + +update-manual = Updates available at <label data-l10n-name="manual-link"/> + +update-unsupported = You can not perform further updates on this system. <label data-l10n-name="unsupported-link">Learn more</label> + +update-restarting = Restarting… + +channel-description = You are currently on the <label data-l10n-name="current-channel"></label> update channel. + +warningDesc-version = { -brand-short-name } is experimental and may be unstable. + +aboutdialog-help-user = { -brand-product-name } Help +aboutdialog-submit-feedback = Submit Feedback + +community-exp = <label data-l10n-name="community-exp-mozillaLink">{ -vendor-short-name }</label> is a <label data-l10n-name="community-exp-creditsLink">global community</label> working together to keep the Web open, public and accessible to all. + +community-2 = { -brand-short-name } is designed by <label data-l10n-name="community-mozillaLink">{ -vendor-short-name }</label>, a <label data-l10n-name="community-creditsLink">global community</label> working together to keep the Web open, public and accessible to all. + +helpus = Want to help? <label data-l10n-name="helpus-donateLink">Make a donation</label> or <label data-l10n-name="helpus-getInvolvedLink">get involved!</label> + +bottomLinks-license = Licensing Information +bottomLinks-rights = End-User Rights +bottomLinks-privacy = Privacy Policy + +# Example of resulting string: 66.0.1 (64-bit) +# Variables: +# $version (String): version of Firefox, e.g. 66.0.1 +# $bits (Number): bits of the architecture (32 or 64) +aboutDialog-version = { $version } ({ $bits }-bit) + +# Example of resulting string: 66.0a1 (2019-01-16) (64-bit) +# Variables: +# $version (String): version of Firefox for Nightly builds, e.g. 66.0a1 +# $isodate (String): date in ISO format, e.g. 2019-01-16 +# $bits (Number): bits of the architecture (32 or 64) +aboutDialog-version-nightly = { $version } ({ $isodate }) ({ $bits }-bit) diff --git a/browser/locales/en-US/browser/aboutLogins.ftl b/browser/locales/en-US/browser/aboutLogins.ftl new file mode 100644 index 0000000000..2677a6f081 --- /dev/null +++ b/browser/locales/en-US/browser/aboutLogins.ftl @@ -0,0 +1,314 @@ +# 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: New strings should use the about-logins- prefix. + +about-logins-page-title = Logins & Passwords + +login-filter = + .placeholder = Search Logins + +create-login-button = Create New Login + +fxaccounts-sign-in-text = Get your passwords on your other devices +fxaccounts-sign-in-button = Sign in to { -sync-brand-short-name } +fxaccounts-avatar-button = + .title = Manage account + +## The ⋯ menu that is in the top corner of the page + +menu = + .title = Open menu +# This menuitem is only visible on Windows and macOS +about-logins-menu-menuitem-import-from-another-browser = Import from Another Browser… +about-logins-menu-menuitem-import-from-a-file = Import from a File… +about-logins-menu-menuitem-export-logins = Export Logins… +about-logins-menu-menuitem-remove-all-logins = Remove All Logins… +menu-menuitem-preferences = + { PLATFORM() -> + [windows] Options + *[other] Preferences + } +about-logins-menu-menuitem-help = Help + +## Login List + +login-list = + .aria-label = Logins matching search query +login-list-count = + { $count -> + [one] { $count } login + *[other] { $count } logins + } +login-list-sort-label-text = Sort by: +login-list-name-option = Name (A-Z) +login-list-name-reverse-option = Name (Z-A) +about-logins-login-list-alerts-option = Alerts +login-list-last-changed-option = Last Modified +login-list-last-used-option = Last Used +login-list-intro-title = No logins found +login-list-intro-description = When you save a password in { -brand-product-name }, it will show up here. +about-logins-login-list-empty-search-title = No logins found +about-logins-login-list-empty-search-description = There are no results matching your search. +login-list-item-title-new-login = New Login +login-list-item-subtitle-new-login = Enter your login credentials +login-list-item-subtitle-missing-username = (no username) +about-logins-list-item-breach-icon = + .title = Breached website +about-logins-list-item-vulnerable-password-icon = + .title = Vulnerable password + +## Introduction screen + +about-logins-login-intro-heading-logged-out = Looking for your saved logins? Set up { -sync-brand-short-name } or Import Them. +about-logins-login-intro-heading-logged-in = No synced logins found. +login-intro-description = If you saved your logins to { -brand-product-name } on a different device, here’s how to get them here: +login-intro-instruction-fxa = Create or sign in to your { -fxaccount-brand-name } on the device where your logins are saved +login-intro-instruction-fxa-settings = Make sure you’ve selected the Logins checkbox in { -sync-brand-short-name } Settings +about-logins-intro-instruction-help = Visit <a data-l10n-name="help-link">{ -lockwise-brand-short-name } Support</a> for more help +about-logins-intro-import = If your logins are saved in another browser, you can <a data-l10n-name="import-link">import them into { -lockwise-brand-short-name }</a> +about-logins-intro-import2 = If your logins are saved outside of { -brand-product-name }, you can <a data-l10n-name="import-browser-link">import them from another browser</a> or <a data-l10n-name="import-file-link">from a file</a> + +## Login + +login-item-new-login-title = Create New Login +login-item-edit-button = Edit +about-logins-login-item-remove-button = Remove +login-item-origin-label = Website address +login-item-tooltip-message = Make sure this matches the exact address of the website where you log in. +login-item-origin = + .placeholder = https://www.example.com +login-item-username-label = Username +about-logins-login-item-username = + .placeholder = (no username) +login-item-copy-username-button-text = Copy +login-item-copied-username-button-text = Copied! +login-item-password-label = Password +login-item-password-reveal-checkbox = + .aria-label = Show password +login-item-copy-password-button-text = Copy +login-item-copied-password-button-text = Copied! +login-item-save-changes-button = Save Changes +login-item-save-new-button = Save +login-item-cancel-button = Cancel +login-item-time-changed = Last modified: { DATETIME($timeChanged, day: "numeric", month: "long", year: "numeric") } +login-item-time-created = Created: { DATETIME($timeCreated, day: "numeric", month: "long", year: "numeric") } +login-item-time-used = Last used: { DATETIME($timeUsed, day: "numeric", month: "long", year: "numeric") } + +## OS Authentication dialog + +about-logins-os-auth-dialog-caption = { -brand-full-name } + +## The macOS strings are preceded by the operating system with "Firefox is trying to " +## and includes subtitle of "Enter password for the user "xxx" to allow this." These +## notes are only valid for English. Please test in your respected locale. + +# This message can be seen when attempting to edit a login in about:logins on Windows. +about-logins-edit-login-os-auth-dialog-message-win = To edit your login, enter your Windows login credentials. This helps protect the security of your accounts. +# This message can be seen when attempting to edit a login in about:logins +# On MacOS, only provide the reason that account verification is needed. Do not put a complete sentence here. +about-logins-edit-login-os-auth-dialog-message-macosx = edit the saved login + +# This message can be seen when attempting to reveal a password in about:logins on Windows. +about-logins-reveal-password-os-auth-dialog-message-win = To view your password, enter your Windows login credentials. This helps protect the security of your accounts. +# This message can be seen when attempting to reveal a password in about:logins +# On MacOS, only provide the reason that account verification is needed. Do not put a complete sentence here. +about-logins-reveal-password-os-auth-dialog-message-macosx = reveal the saved password + +# This message can be seen when attempting to copy a password in about:logins on Windows. +about-logins-copy-password-os-auth-dialog-message-win = To copy your password, enter your Windows login credentials. This helps protect the security of your accounts. +# This message can be seen when attempting to copy a password in about:logins +# On MacOS, only provide the reason that account verification is needed. Do not put a complete sentence here. +about-logins-copy-password-os-auth-dialog-message-macosx = copy the saved password + +# This message can be seen when attempting to export a password in about:logins on Windows. +about-logins-export-password-os-auth-dialog-message-win = To export your logins, enter your Windows login credentials. This helps protect the security of your accounts. +# This message can be seen when attempting to export a password in about:logins +# On MacOS, only provide the reason that account verification is needed. Do not put a complete sentence here. +about-logins-export-password-os-auth-dialog-message-macosx = export saved logins and passwords + +## Primary Password notification + +about-logins-primary-password-notification-message = Please enter your Primary Password to view saved logins & passwords +master-password-reload-button = + .label = Log in + .accesskey = L + +## Password Sync notification + +enable-password-sync-notification-message = + { PLATFORM() -> + [windows] Want your logins everywhere you use { -brand-product-name }? Go to your { -sync-brand-short-name } Options and select the Logins checkbox. + *[other] Want your logins everywhere you use { -brand-product-name }? Go to your { -sync-brand-short-name } Preferences and select the Logins checkbox. + } +enable-password-sync-preferences-button = + .label = + { PLATFORM() -> + [windows] Visit { -sync-brand-short-name } Options + *[other] Visit { -sync-brand-short-name } Preferences + } + .accesskey = V +about-logins-enable-password-sync-dont-ask-again-button = + .label = Don’t ask me again + .accesskey = D + +## Dialogs + +confirmation-dialog-cancel-button = Cancel +confirmation-dialog-dismiss-button = + .title = Cancel + +about-logins-confirm-remove-dialog-title = Remove this login? +confirm-delete-dialog-message = This action cannot be undone. +about-logins-confirm-remove-dialog-confirm-button = Remove + +about-logins-confirm-remove-all-dialog-confirm-button-label = + { $count -> + [1] Remove + *[other] Remove All + } + +about-logins-confirm-remove-all-dialog-checkbox-label = + { $count -> + [1] Yes, remove this login + *[other] Yes, remove these logins + } + +about-logins-confirm-remove-all-dialog-title = + { $count -> + [one] Remove { $count } login? + *[other] Remove all { $count } logins? + } +about-logins-confirm-remove-all-dialog-message = + { $count -> + [1] This will remove the login you’ve saved to { -brand-short-name } and any breach alerts that appear here. You won’t be able to undo this action. + *[other] This will remove the logins you’ve saved to { -brand-short-name } and any breach alerts that appear here. You won’t be able to undo this action. + } + +about-logins-confirm-remove-all-sync-dialog-title = + { $count -> + [one] Remove { $count } login from all devices? + *[other] Remove all { $count } logins from all devices? + } +about-logins-confirm-remove-all-sync-dialog-message= + { $count -> + [1] This will remove the login you’ve saved to { -brand-short-name } on all devices synced to your { -fxaccount-brand-name }. This will also remove breach alerts that appear here. You won’t be able to undo this action. + *[other] This will remove all logins you’ve saved to { -brand-short-name } on all devices synced to your { -fxaccount-brand-name }. This will also remove breach alerts that appear here. You won’t be able to undo this action. + } + +about-logins-confirm-export-dialog-title = Export logins and passwords +about-logins-confirm-export-dialog-message = Your passwords will be saved as readable text (e.g., BadP@ssw0rd) so anyone who can open the exported file can view them. +about-logins-confirm-export-dialog-confirm-button = Export… + +about-logins-alert-import-title = Import Complete +about-logins-alert-import-message = View detailed import summary + +confirm-discard-changes-dialog-title = Discard unsaved changes? +confirm-discard-changes-dialog-message = All unsaved changes will be lost. +confirm-discard-changes-dialog-confirm-button = Discard + +## Breach Alert notification + +about-logins-breach-alert-title = Website Breach +breach-alert-text = Passwords were leaked or stolen from this website since you last updated your login details. Change your password to protect your account. +about-logins-breach-alert-date = This breach occurred on { DATETIME($date, day: "numeric", month: "long", year: "numeric") } +# Variables: +# $hostname (String) - The hostname of the website associated with the login, e.g. "example.com" +about-logins-breach-alert-link = Go to { $hostname } +about-logins-breach-alert-learn-more-link = Learn more + +## Vulnerable Password notification + +about-logins-vulnerable-alert-title = Vulnerable Password +about-logins-vulnerable-alert-text2 = This password has been used on another account that was likely in a data breach. Reusing credentials puts all your accounts at risk. Change this password. +# Variables: +# $hostname (String) - The hostname of the website associated with the login, e.g. "example.com" +about-logins-vulnerable-alert-link = Go to { $hostname } +about-logins-vulnerable-alert-learn-more-link = Learn more + +## Error Messages + +# This is an error message that appears when a user attempts to save +# a new login that is identical to an existing saved login. +# Variables: +# $loginTitle (String) - The title of the website associated with the login. +about-logins-error-message-duplicate-login-with-link = An entry for { $loginTitle } with that username already exists. <a data-l10n-name="duplicate-link">Go to existing entry?</a> + +# This is a generic error message. +about-logins-error-message-default = An error occurred while trying to save this password. + + +## Login Export Dialog + +# Title of the file picker dialog +about-logins-export-file-picker-title = Export Logins File +# The default file name shown in the file picker when exporting saved logins. +# This must end in .csv +about-logins-export-file-picker-default-filename = logins.csv +about-logins-export-file-picker-export-button = Export +# A description for the .csv file format that may be shown as the file type +# filter by the operating system. +about-logins-export-file-picker-csv-filter-title = + { PLATFORM() -> + [macos] CSV Document + *[other] CSV File + } + +## Login Import Dialog + +# Title of the file picker dialog +about-logins-import-file-picker-title = Import Logins File +about-logins-import-file-picker-import-button = Import +# A description for the .csv file format that may be shown as the file type +# filter by the operating system. +about-logins-import-file-picker-csv-filter-title = + { PLATFORM() -> + [macos] CSV Document + *[other] CSV File + } +# A description for the .tsv file format that may be shown as the file type +# filter by the operating system. TSV is short for 'tab separated values'. +about-logins-import-file-picker-tsv-filter-title = + { PLATFORM() -> + [macos] TSV Document + *[other] TSV File + } + +## +## Variables: +## $count (number) - The number of affected elements + +about-logins-import-dialog-title = Import Complete +about-logins-import-dialog-items-added = + { $count -> + *[other] <span>New logins added:</span> <span data-l10n-name="count">{ $count }</span> + } + +about-logins-import-dialog-items-modified = + { $count -> + *[other] <span>Existing logins updated:</span> <span data-l10n-name="count">{ $count }</span> + } + +about-logins-import-dialog-items-no-change = + { $count -> + *[other] <span>Duplicate logins found:</span> <span data-l10n-name="count">{ $count }</span> <span data-l10n-name="meta">(not imported)</span> + } +about-logins-import-dialog-items-error = + { $count -> + *[other] <span>Errors:</span> <span data-l10n-name="count">{ $count }</span> <span data-l10n-name="meta">(not imported)</span> + } +about-logins-import-dialog-done = Done + +about-logins-import-dialog-error-title = Import Error +about-logins-import-dialog-error-conflicting-values-title = Multiple Conflicting Values for One Login +about-logins-import-dialog-error-conflicting-values-description = For example: multiple usernames, passwords, URLs, etc. for one login. +about-logins-import-dialog-error-file-format-title = File Format Issue +about-logins-import-dialog-error-file-format-description = Incorrect or missing column headers. Make sure the file includes columns for username, password and URL. +about-logins-import-dialog-error-file-permission-title = Unable to Read File +about-logins-import-dialog-error-file-permission-description = { -brand-short-name } does not have permission to read the file. Try changing the file permissions. +about-logins-import-dialog-error-unable-to-read-title = Unable to Parse File +about-logins-import-dialog-error-unable-to-read-description = Make sure you selected a CSV or TSV file. +about-logins-import-dialog-error-no-logins-imported = No logins have been imported +about-logins-import-dialog-error-learn-more = Learn more +about-logins-import-dialog-error-try-again = Try Again… +about-logins-import-dialog-error-cancel = Cancel diff --git a/browser/locales/en-US/browser/aboutPolicies.ftl b/browser/locales/en-US/browser/aboutPolicies.ftl new file mode 100644 index 0000000000..d5ef87a573 --- /dev/null +++ b/browser/locales/en-US/browser/aboutPolicies.ftl @@ -0,0 +1,17 @@ +# 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/. + +about-policies-title = Enterprise Policies + +# 'Active' is used to describe the policies that are currently active +active-policies-tab = Active +errors-tab = Errors +documentation-tab = Documentation + +no-specified-policies-message = The Enterprise Policies service is active but there are no policies enabled. +inactive-message = The Enterprise Policies service is inactive. + +policy-name = Policy Name +policy-value = Policy Value +policy-errors = Policy Errors diff --git a/browser/locales/en-US/browser/aboutPrivateBrowsing.ftl b/browser/locales/en-US/browser/aboutPrivateBrowsing.ftl new file mode 100644 index 0000000000..306e1b8f1b --- /dev/null +++ b/browser/locales/en-US/browser/aboutPrivateBrowsing.ftl @@ -0,0 +1,29 @@ +# 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/. + +privatebrowsingpage-open-private-window-label = Open a Private Window + .accesskey = P +about-private-browsing-search-placeholder = Search the Web +about-private-browsing-info-title = You’re in a Private Window +about-private-browsing-info-myths = Common myths about private browsing +about-private-browsing = + .title = Search the Web +about-private-browsing-not-private = You are currently not in a private window. +about-private-browsing-info-description = { -brand-short-name } clears your search and browsing history when you quit the app or close all Private Browsing tabs and windows. While this doesn’t make you anonymous to websites or your internet service provider, it makes it easier to keep what you do online private from anyone else who uses this computer. + +about-private-browsing-need-more-privacy = Need more privacy? +about-private-browsing-turn-on-vpn = Try { -mozilla-vpn-brand-name } + +# This string is the title for the banner for search engine selection +# in a private window. +# Variables: +# $engineName (String) - The engine name that will currently be used for the private window. +about-private-browsing-search-banner-title = { $engineName } is your default search engine in Private Windows +about-private-browsing-search-banner-description = { + PLATFORM() -> + [windows] To select a different search engine go to <a data-l10n-name="link-options">Options</a> + *[other] To select a different search engine go to <a data-l10n-name="link-options">Preferences</a> + } +about-private-browsing-search-banner-close-button = + .aria-label = Close diff --git a/browser/locales/en-US/browser/aboutRestartRequired.ftl b/browser/locales/en-US/browser/aboutRestartRequired.ftl new file mode 100644 index 0000000000..b8b9137a2b --- /dev/null +++ b/browser/locales/en-US/browser/aboutRestartRequired.ftl @@ -0,0 +1,10 @@ +# 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/. + +restart-required-title = Restart Required +restart-required-header = Sorry. We just need to do one small thing to keep going. +restart-required-intro-brand = { -brand-short-name } has just been updated in the background. Click Restart { -brand-short-name } to complete the update. +restart-required-description = We will restore all your pages, windows and tabs afterwards, so you can be on your way quickly. + +restart-button-label = Restart { -brand-short-name } diff --git a/browser/locales/en-US/browser/aboutRobots.ftl b/browser/locales/en-US/browser/aboutRobots.ftl new file mode 100644 index 0000000000..e5932fd2f3 --- /dev/null +++ b/browser/locales/en-US/browser/aboutRobots.ftl @@ -0,0 +1,28 @@ +# 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 are used in the about:robots page, which ties in with the +### robots theme used in the Firefox 3 Beta 2/3 first run pages. +### They're just meant to be fun and whimsical, with references to some geeky +### but well-known robots in movies and books. Be creative with translations! + +# Nonsense line from the movie "The Day The Earth Stood Still". No translation needed. +page-title = Gort! Klaatu barada nikto! +# Movie: Logan's Run... Box (cyborg): "Welcome Humans! I am ready for you." +error-title-text = Welcome Humans! +# Movie: The Day The Earth Stood Still. Spoken by Klaatu. +error-short-desc-text = We have come to visit you in peace and with goodwill! +# Various books by Isaac Asimov. http://en.wikipedia.org/wiki/Three_Laws_of_Robotics +error-long-desc1 = Robots may not injure a human being or, through inaction, allow a human being to come to harm. +# Movie: Blade Runner. Batty: "I've seen things you people wouldn’t believe..." +error-long-desc2 = Robots have seen things you people wouldn’t believe. +# Book: Hitchhiker’s Guide To The Galaxy. What the Sirius Cybernetics Corporation calls robots. +error-long-desc3 = Robots are Your Plastic Pal Who’s Fun To Be With. +# TV: Futurama. Bender's first line is "Bite my shiny metal ass." +error-long-desc4 = Robots have shiny metal posteriors which should not be bitten. +# TV: Battlestar Galactica (2004 series). From the opening text. +error-trailer-desc-text = And they have a plan. +# Book: Hitchhiker's Guide To The Galaxy. Arthur presses a button and it warns him. +error-try-again = Try Again + .label2 = Please do not press this button again. diff --git a/browser/locales/en-US/browser/aboutSessionRestore.ftl b/browser/locales/en-US/browser/aboutSessionRestore.ftl new file mode 100644 index 0000000000..3b7f57c0df --- /dev/null +++ b/browser/locales/en-US/browser/aboutSessionRestore.ftl @@ -0,0 +1,49 @@ +# 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/. + +restore-page-tab-title = Restore Session + +# The title is intended to be apologetic and disarming, expressing dismay +# and regret that we are unable to restore the session for the user +restore-page-error-title = Sorry. We’re having trouble getting your pages back. +restore-page-problem-desc = We are having trouble restoring your last browsing session. Select Restore Session to try again. +restore-page-try-this = Still not able to restore your session? Sometimes a tab is causing the issue. View previous tabs, remove the checkmark from the tabs you don’t need to recover, and then restore. + +restore-page-hide-tabs = Hide Previous Tabs +restore-page-show-tabs = View Previous Tabs + +# When tabs are distributed across multiple windows, this message is used as a +# header above the group of tabs for each window. +# +# Variables: +# $windowNumber: Progressive number associated to each window +restore-page-window-label = Window { $windowNumber } + +restore-page-restore-header = + .label = Restore + +restore-page-list-header = + .label = Windows and Tabs + +restore-page-try-again-button = + .label = Restore Session + .accesskey = R + +restore-page-close-button = + .label = Start New Session + .accesskey = N + +## The following strings are used in about:welcomeback +welcome-back-tab-title = Success! +welcome-back-page-title = Success! +welcome-back-page-info = { -brand-short-name } is ready to go. + +welcome-back-restore-button = + .label = Let’s go! + .accesskey = L + +welcome-back-restore-all-label = Restore all windows & tabs +welcome-back-restore-some-label = Restore only the ones you want + +welcome-back-page-info-link = Your add-ons and customizations have been removed and your browser settings have been restored to their defaults. If this didn’t fix your issue, <a data-l10n-name="link-more">learn more about what you can do.</a> diff --git a/browser/locales/en-US/browser/aboutTabCrashed.ftl b/browser/locales/en-US/browser/aboutTabCrashed.ftl new file mode 100644 index 0000000000..b0f2481222 --- /dev/null +++ b/browser/locales/en-US/browser/aboutTabCrashed.ftl @@ -0,0 +1,24 @@ +# 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/. + +crashed-title = Tab crash reporter +crashed-close-tab-button = Close Tab +crashed-restore-tab-button = Restore This Tab +crashed-restore-all-button = Restore All Crashed Tabs +crashed-header = Gah. Your tab just crashed. +crashed-offer-help = We can help! +crashed-single-offer-help-message = Choose { crashed-restore-tab-button } to reload the page. +crashed-multiple-offer-help-message = Choose { crashed-restore-tab-button } or { crashed-restore-all-button } to reload the page/pages. +crashed-request-help = Will you help us? +crashed-request-help-message = Crash reports help us diagnose problems and make { -brand-short-name } better. +crashed-request-report-title = Report this tab +crashed-send-report-2 = Send an automated crash report so we can fix issues like this +crashed-comment = + .placeholder = Optional comments (comments are publicly visible) +crashed-include-URL-2 = Include the URLs of the sites you were on when { -brand-short-name } crashed +crashed-email-placeholder = Enter your email address here +crashed-email-me = Email me when more information is available +crashed-report-sent = Crash report already submitted; thank you for helping make { -brand-short-name } better! +crashed-request-auto-submit-title = Report background tabs +crashed-auto-submit-checkbox-2 = Update preferences to automatically submit reports when { -brand-short-name } crashes diff --git a/browser/locales/en-US/browser/allTabsMenu.ftl b/browser/locales/en-US/browser/allTabsMenu.ftl new file mode 100644 index 0000000000..2c5b959af5 --- /dev/null +++ b/browser/locales/en-US/browser/allTabsMenu.ftl @@ -0,0 +1,24 @@ +# 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/. + +all-tabs-menu-undo-close-tabs = + .label = + { $tabCount -> + [1] Undo Close Tab + *[other] Undo Close Tabs + } + +# "Search" is a verb, as in "Search through tabs". +all-tabs-menu-search-tabs = + .label = Search Tabs + +all-tabs-menu-new-user-context = + .label = New Container Tab + +all-tabs-menu-hidden-tabs = + .label = Hidden Tabs + +all-tabs-menu-manage-user-context = + .label = Manage Containers + .accesskey = o diff --git a/browser/locales/en-US/browser/appMenuNotifications.ftl b/browser/locales/en-US/browser/appMenuNotifications.ftl new file mode 100644 index 0000000000..86ac3d6101 --- /dev/null +++ b/browser/locales/en-US/browser/appMenuNotifications.ftl @@ -0,0 +1,68 @@ +# 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/. + +appmenu-update-available = + .label = A new { -brand-shorter-name } update is available. + .buttonlabel = Download Update + .buttonaccesskey = D + .secondarybuttonlabel = Not Now + .secondarybuttonaccesskey = N +appmenu-update-available-message = Update your { -brand-shorter-name } for the latest in speed and privacy. +appmenu-update-manual = + .label = { -brand-shorter-name } can’t update to the latest version. + .buttonlabel = Download { -brand-shorter-name } + .buttonaccesskey = D + .secondarybuttonlabel = Not Now + .secondarybuttonaccesskey = N +appmenu-update-manual-message = Download a fresh copy of { -brand-shorter-name } and we’ll help you to install it. +appmenu-update-whats-new = + .value = See what’s new. +appmenu-update-unsupported = + .label = { -brand-shorter-name } is unable to update to the latest version. + .buttonlabel = Learn more + .buttonaccesskey = L + .secondarybuttonlabel = Close + .secondarybuttonaccesskey = C +appmenu-update-unsupported-message = The latest version of { -brand-shorter-name } is not supported on your system. +appmenu-update-restart = + .label = Restart to update { -brand-shorter-name }. + .buttonlabel = Restart and Restore + .buttonaccesskey = R + .secondarybuttonlabel = Not Now + .secondarybuttonaccesskey = N +appmenu-update-restart-message = After a quick restart, { -brand-shorter-name } will restore all your open tabs and windows that are not in Private Browsing mode. +appmenu-update-other-instance = + .label = { -brand-shorter-name } is unable to automatically update to the latest version. + .buttonlabel = Update { -brand-shorter-name } anyway + .buttonaccesskey = U + .secondarybuttonlabel = Not Now + .secondarybuttonaccesskey = N +appmenu-update-other-instance-message = A new { -brand-shorter-name } update is available, but it can’t be installed because another copy of { -brand-shorter-name } is running. Close it to continue the update, or choose to update anyway (the other copy may not work correctly until you restart it). + +appmenu-addon-private-browsing-installed = + .buttonlabel = Okay, Got It + .buttonaccesskey = O +appmenu-addon-post-install-message = Manage your add-ons by clicking <image data-l10n-name='addon-install-icon'></image> in the <image data-l10n-name='addon-menu-icon'></image> menu. +appmenu-addon-post-install-incognito-checkbox = + .label = Allow this extension to run in Private Windows + .accesskey = A + +appmenu-new-tab-controlled-changes = + .label = Your new tab has changed. + .buttonlabel = Keep Changes + .buttonaccesskey = K + .secondarybuttonlabel = Manage New Tabs + .secondarybuttonaccesskey = M +appmenu-homepage-controlled-changes = + .label = Your homepage has changed. + .buttonlabel = Keep Changes + .buttonaccesskey = K + .secondarybuttonlabel = Manage Homepage + .secondarybuttonaccesskey = M +appmenu-tab-hide-controlled = + .label = Access Your Hidden Tabs + .buttonlabel = Keep Tabs Hidden + .buttonaccesskey = K + .secondarybuttonlabel = Disable Extension + .secondarybuttonaccesskey = D diff --git a/browser/locales/en-US/browser/appmenu.ftl b/browser/locales/en-US/browser/appmenu.ftl new file mode 100644 index 0000000000..ea016bf2ec --- /dev/null +++ b/browser/locales/en-US/browser/appmenu.ftl @@ -0,0 +1,147 @@ +# 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/. + +## App Menu + +appmenuitem-update-banner = + .label-update-downloading = Downloading { -brand-shorter-name } update +appmenuitem-protection-dashboard-title = Protections Dashboard +appmenuitem-customize-mode = + .label = Customize… +appmenuitem-new-window = + .label = New Window +appmenuitem-new-private-window = + .label = New Private Window + +## Zoom and Fullscreen Controls + +appmenuitem-zoom-enlarge = + .label = Zoom in +appmenuitem-zoom-reduce = + .label = Zoom out +appmenuitem-fullscreen = + .label = Full Screen + +## Firefox Account toolbar button and Sync panel in App menu. + +fxa-toolbar-sync-now = + .label = Sync Now + +appmenuitem-save-page = + .label = Save Page As… + +## What's New panel in App menu. + +whatsnew-panel-header = What’s New + +# Checkbox displayed at the bottom of the What's New panel, allowing users to +# enable/disable What's New notifications. +whatsnew-panel-footer-checkbox = + .label = Notify about new features + .accesskey = f + +## The Firefox Profiler – The popup is the UI to turn on the profiler, and record +## performance profiles. To enable it go to profiler.firefox.com and click +## "Enable Profiler Menu Button". + +profiler-popup-title = + .value = { -profiler-brand-name } + +profiler-popup-reveal-description-button = + .aria-label = Reveal more information + +profiler-popup-description-title = + .value = Record, analyze, share + +profiler-popup-description = + Collaborate on performance issues by publishing profiles to share with your team. + +profiler-popup-learn-more = Learn more + +profiler-popup-settings = + .value = Settings + +# This link takes the user to about:profiling, and is only visible with the Custom preset. +profiler-popup-edit-settings = Edit Settings… + +profiler-popup-disabled = + The profiler is currently disabled, most likely due to a Private Browsing window + being open. + +profiler-popup-recording-screen = Recording… + +# The profiler presets list is generated elsewhere, but the custom preset is defined +# here only. +profiler-popup-presets-custom = + .label = Custom + +profiler-popup-start-recording-button = + .label = Start Recording + +profiler-popup-discard-button = + .label = Discard + +profiler-popup-capture-button = + .label = Capture + +profiler-popup-start-shortcut = + { PLATFORM() -> + [macos] ⌃⇧1 + *[other] Ctrl+Shift+1 + } + +profiler-popup-capture-shortcut = + { PLATFORM() -> + [macos] ⌃⇧2 + *[other] Ctrl+Shift+2 + } + +## Help panel + +appmenu-about = + .label = About { -brand-shorter-name } + .accesskey = A +appmenu-help-product = + .label = { -brand-shorter-name } Help + .accesskey = H +appmenu-help-show-tour = + .label = { -brand-shorter-name } Tour + .accesskey = o +appmenu-help-import-from-another-browser = + .label = Import From Another Browser… + .accesskey = I +appmenu-help-keyboard-shortcuts = + .label = Keyboard Shortcuts + .accesskey = K +appmenu-help-troubleshooting-info = + .label = Troubleshooting Information + .accesskey = T +appmenu-help-feedback-page = + .label = Submit Feedback… + .accesskey = S + +## appmenu-help-safe-mode-without-addons and appmenu-help-safe-mode-without-addons +## are mutually exclusive, so it's possible to use the same accesskey for both. + +appmenu-help-safe-mode-without-addons = + .label = Restart With Add-ons Disabled… + .accesskey = R +appmenu-help-safe-mode-with-addons = + .label = Restart With Add-ons Enabled + .accesskey = R + +## appmenu-help-report-deceptive-site and appmenu-help-not-deceptive +## are mutually exclusive, so it's possible to use the same accesskey for both. + +appmenu-help-report-deceptive-site = + .label = Report Deceptive Site… + .accesskey = D +appmenu-help-not-deceptive = + .label = This Isn’t a Deceptive Site… + .accesskey = D + +## + +appmenu-help-check-for-update = + .label = Check for Updates… diff --git a/browser/locales/en-US/browser/branding/brandings.ftl b/browser/locales/en-US/browser/branding/brandings.ftl new file mode 100644 index 0000000000..ef7a4dabe8 --- /dev/null +++ b/browser/locales/en-US/browser/branding/brandings.ftl @@ -0,0 +1,26 @@ +# 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/. + +## The following feature names 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 + +-facebook-container-brand-name = Facebook Container +-lockwise-brand-name = Firefox Lockwise +-lockwise-brand-short-name = Lockwise +-monitor-brand-name = Firefox Monitor +-monitor-brand-short-name = Monitor +-pocket-brand-name = Pocket +-send-brand-name = Firefox Send +-screenshots-brand-name = Firefox Screenshots +-mozilla-vpn-brand-name = Mozilla VPN +-profiler-brand-name = Firefox Profiler diff --git a/browser/locales/en-US/browser/branding/sync-brand.ftl b/browser/locales/en-US/browser/branding/sync-brand.ftl new file mode 100644 index 0000000000..3d2e27adf9 --- /dev/null +++ b/browser/locales/en-US/browser/branding/sync-brand.ftl @@ -0,0 +1,13 @@ +# 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/. + +-sync-brand-short-name = Sync + +# “Sync” can be localized, “Firefox” must be treated as a brand, +# and kept in English. +-sync-brand-name = Firefox Sync + +# “Account” can be localized, “Firefox” must be treated as a brand, +# and kept in English. +-fxaccount-brand-name = Firefox Account diff --git a/browser/locales/en-US/browser/browser.ftl b/browser/locales/en-US/browser/browser.ftl new file mode 100644 index 0000000000..e50db5cc11 --- /dev/null +++ b/browser/locales/en-US/browser/browser.ftl @@ -0,0 +1,610 @@ +# 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/. + +## The main browser window's title + +# These are the default window titles everywhere except macOS. The first two +# attributes are used when the web content opened has no title: +# +# default - "Mozilla Firefox" +# private - "Mozilla Firefox (Private Browsing)" +# +# The last two are for use when there *is* a content title. +# Variables: +# $content-title (String): the title of the web content. +browser-main-window = + .data-title-default = { -brand-full-name } + .data-title-private = { -brand-full-name } (Private Browsing) + .data-content-title-default = { $content-title } — { -brand-full-name } + .data-content-title-private = { $content-title } — { -brand-full-name } (Private Browsing) + +# These are the default window titles on macOS. The first two are for use when +# there is no content title: +# +# "default" - "Mozilla Firefox" +# "private" - "Mozilla Firefox — (Private Browsing)" +# +# The last two are for use when there *is* a content title. +# Do not use the brand name in the last two attributes, as we do on non-macOS. +# +# Also note the other subtle difference here: we use a `-` to separate the +# brand name from `(Private Browsing)`, which does not happen on other OSes. +# +# Variables: +# $content-title (String): the title of the web content. +browser-main-window-mac = + .data-title-default = { -brand-full-name } + .data-title-private = { -brand-full-name } — (Private Browsing) + .data-content-title-default = { $content-title } + .data-content-title-private = { $content-title } — (Private Browsing) + +# This gets set as the initial title, and is overridden as soon as we start +# updating the titlebar based on loaded tabs or private browsing state. +# This should match the `data-title-default` attribute in both +# `browser-main-window` and `browser-main-window-mac`. +browser-main-window-title = { -brand-full-name } + +## + +urlbar-identity-button = + .aria-label = View site information + +## Tooltips for images appearing in the address bar + +urlbar-services-notification-anchor = + .tooltiptext = Open install message panel +urlbar-web-notification-anchor = + .tooltiptext = Change whether you can receive notifications from the site +urlbar-midi-notification-anchor = + .tooltiptext = Open MIDI panel +urlbar-eme-notification-anchor = + .tooltiptext = Manage use of DRM software +urlbar-web-authn-anchor = + .tooltiptext = Open Web Authentication panel +urlbar-canvas-notification-anchor = + .tooltiptext = Manage canvas extraction permission +urlbar-web-rtc-share-microphone-notification-anchor = + .tooltiptext = Manage sharing your microphone with the site +urlbar-default-notification-anchor = + .tooltiptext = Open message panel +urlbar-geolocation-notification-anchor = + .tooltiptext = Open location request panel +urlbar-xr-notification-anchor = + .tooltiptext = Open virtual reality permission panel +urlbar-storage-access-anchor = + .tooltiptext = Open browsing activity permission panel +urlbar-translate-notification-anchor = + .tooltiptext = Translate this page +urlbar-web-rtc-share-screen-notification-anchor = + .tooltiptext = Manage sharing your windows or screen with the site +urlbar-indexed-db-notification-anchor = + .tooltiptext = Open offline storage message panel +urlbar-password-notification-anchor = + .tooltiptext = Open save password message panel +urlbar-translated-notification-anchor = + .tooltiptext = Manage page translation +urlbar-plugins-notification-anchor = + .tooltiptext = Manage plug-in use +urlbar-web-rtc-share-devices-notification-anchor = + .tooltiptext = Manage sharing your camera and/or microphone with the site +urlbar-autoplay-notification-anchor = + .tooltiptext = Open autoplay panel +urlbar-persistent-storage-notification-anchor = + .tooltiptext = Store data in Persistent Storage +urlbar-addons-notification-anchor = + .tooltiptext = Open add-on installation message panel +urlbar-tip-help-icon = + .title = Get help +urlbar-search-tips-confirm = Okay, Got It +# Read out before Urlbar Tip text content so screenreader users know the +# subsequent text is a tip offered by the browser. It should end in a colon or +# localized equivalent. +urlbar-tip-icon-description = + .alt = Tip: + +## Prompts users to use the Urlbar when they open a new tab or visit the +## homepage of their default search engine. +## Variables: +## $engineName (String): The name of the user's default search engine. e.g. "Google" or "DuckDuckGo". +urlbar-search-tips-onboard = Type less, find more: Search { $engineName } right from your address bar. +urlbar-search-tips-redirect-2 = Start your search in the address bar to see suggestions from { $engineName } and your browsing history. + +# Prompts users to use the Urlbar when they are typing in the domain of a +# search engine, e.g. google.com or amazon.com. +urlbar-tabtosearch-onboard = Select this shortcut to find what you need faster. + +## Local search mode indicator labels in the urlbar + +urlbar-search-mode-bookmarks = Bookmarks +urlbar-search-mode-tabs = Tabs +urlbar-search-mode-history = History + +## + +urlbar-geolocation-blocked = + .tooltiptext = You have blocked location information for this website. +urlbar-xr-blocked = + .tooltiptext = You have blocked virtual reality device access for this website. +urlbar-web-notifications-blocked = + .tooltiptext = You have blocked notifications for this website. +urlbar-camera-blocked = + .tooltiptext = You have blocked your camera for this website. +urlbar-microphone-blocked = + .tooltiptext = You have blocked your microphone for this website. +urlbar-screen-blocked = + .tooltiptext = You have blocked this website from sharing your screen. +urlbar-persistent-storage-blocked = + .tooltiptext = You have blocked persistent storage for this website. +urlbar-popup-blocked = + .tooltiptext = You have blocked pop-ups for this website. +urlbar-autoplay-media-blocked = + .tooltiptext = You have blocked autoplay media with sound for this website. +urlbar-canvas-blocked = + .tooltiptext = You have blocked canvas data extraction for this website. +urlbar-midi-blocked = + .tooltiptext = You have blocked MIDI access for this website. +urlbar-install-blocked = + .tooltiptext = You have blocked add-on installation for this website. + +# Variables +# $shortcut (String) - A keyboard shortcut for the edit bookmark command. +urlbar-star-edit-bookmark = + .tooltiptext = Edit this bookmark ({ $shortcut }) + +# Variables +# $shortcut (String) - A keyboard shortcut for the add bookmark command. +urlbar-star-add-bookmark = + .tooltiptext = Bookmark this page ({ $shortcut }) + +## Page Action Context Menu + +page-action-add-to-urlbar = + .label = Add to Address Bar +page-action-manage-extension = + .label = Manage Extension… +page-action-remove-from-urlbar = + .label = Remove from Address Bar +page-action-remove-extension = + .label = Remove Extension + +## Page Action menu + +# Variables +# $tabCount (integer) - Number of tabs selected +page-action-send-tabs-panel = + .label = { $tabCount -> + [1] Send Tab to Device + *[other] Send { $tabCount } Tabs to Device + } +page-action-send-tabs-urlbar = + .tooltiptext = { $tabCount -> + [1] Send Tab to Device + *[other] Send { $tabCount } Tabs to Device + } +page-action-pocket-panel = + .label = Save Page to { -pocket-brand-name } +page-action-copy-url-panel = + .label = Copy Link +page-action-copy-url-urlbar = + .tooltiptext = Copy Link +page-action-email-link-panel = + .label = Email Link… +page-action-email-link-urlbar = + .tooltiptext = Email Link… +page-action-share-url-panel = + .label = Share +page-action-share-url-urlbar = + .tooltiptext = Share +page-action-share-more-panel = + .label = More… +page-action-send-tab-not-ready = + .label = Syncing Devices… +# "Pin" is being used as a metaphor for expressing the fact that these tabs +# are "pinned" to the left edge of the tabstrip. Really we just want the +# string to express the idea that this is a lightweight and reversible +# action that keeps your tab where you can reach it easily. +page-action-pin-tab-panel = + .label = Pin Tab +page-action-pin-tab-urlbar = + .tooltiptext = Pin Tab +page-action-unpin-tab-panel = + .label = Unpin Tab +page-action-unpin-tab-urlbar = + .tooltiptext = Unpin Tab + +## Auto-hide Context Menu + +full-screen-autohide = + .label = Hide Toolbars + .accesskey = H +full-screen-exit = + .label = Exit Full Screen Mode + .accesskey = F + +## Search Engine selection buttons (one-offs) + +# This string prompts the user to use the list of search shortcuts in +# the Urlbar and searchbar. +search-one-offs-with-title = This time, search with: + +# This string won't wrap, so if the translated string is longer, +# consider translating it as if it said only "Search Settings". +search-one-offs-change-settings-button = + .label = Change Search Settings +search-one-offs-change-settings-compact-button = + .tooltiptext = Change search settings + +search-one-offs-context-open-new-tab = + .label = Search in New Tab + .accesskey = T +search-one-offs-context-set-as-default = + .label = Set as Default Search Engine + .accesskey = D +search-one-offs-context-set-as-default-private = + .label = Set as Default Search Engine for Private Windows + .accesskey = P + +# Search engine one-off buttons with an @alias shortcut/keyword. +# Variables: +# $engineName (String): The name of the engine. +# $alias (String): The @alias shortcut/keyword. +search-one-offs-engine-with-alias = + .tooltiptext = { $engineName } ({ $alias }) + +## Local search mode one-off buttons +## Variables: +## $restrict (String): The restriction token corresponding to the search mode. +## Restriction tokens are special characters users can type in the urlbar to +## restrict their searches to certain sources (e.g., "*" to search only +## bookmarks). + +search-one-offs-bookmarks = + .tooltiptext = Bookmarks ({ $restrict }) +search-one-offs-tabs = + .tooltiptext = Tabs ({ $restrict }) +search-one-offs-history = + .tooltiptext = History ({ $restrict }) + +## Bookmark Panel + +bookmark-panel-show-editor-checkbox = + .label = Show editor when saving + .accesskey = S + +bookmark-panel-done-button = + .label = Done + +# Width of the bookmark panel. +# Should be large enough to fully display the Done and +# Cancel/Remove Bookmark buttons. +bookmark-panel = + .style = min-width: 23em + +## Identity Panel + +identity-connection-not-secure = Connection not secure +identity-connection-secure = Connection secure +identity-connection-internal = This is a secure { -brand-short-name } page. +identity-connection-file = This page is stored on your computer. +identity-extension-page = This page is loaded from an extension. +identity-active-blocked = { -brand-short-name } has blocked parts of this page that are not secure. +identity-custom-root = Connection verified by a certificate issuer that is not recognized by Mozilla. +identity-passive-loaded = Parts of this page are not secure (such as images). +identity-active-loaded = You have disabled protection on this page. +identity-weak-encryption = This page uses weak encryption. +identity-insecure-login-forms = Logins entered on this page could be compromised. + +identity-https-only-connection-upgraded = (upgraded to HTTPS) +identity-https-only-label = HTTPS-Only Mode +identity-https-only-dropdown-on = + .label = On +identity-https-only-dropdown-off = + .label = Off +identity-https-only-dropdown-off-temporarily = + .label = Off temporarily +identity-https-only-info-turn-on2 = Turn on HTTPS-Only Mode for this site if you want { -brand-short-name } to upgrade the connection when possible. +identity-https-only-info-turn-off2 = If the page seems broken, you may want to turn off HTTPS-Only Mode for this site to reload using insecure HTTP. +identity-https-only-info-no-upgrade = Unable to upgrade connection from HTTP. + +identity-permissions = + .value = Permissions +identity-permissions-storage-access-header = Cross-site cookies +identity-permissions-storage-access-hint = These parties can use cross-site cookies and site data while you are on this site. + +identity-permissions-reload-hint = You may need to reload the page for changes to apply. +identity-permissions-empty = You have not granted this site any special permissions. +identity-clear-site-data = + .label = Clear Cookies and Site Data… +identity-connection-not-secure-security-view = You are not securely connected to this site. +identity-connection-verified = You are securely connected to this site. +identity-ev-owner-label = Certificate issued to: +identity-description-custom-root = Mozilla does not recognize this certificate issuer. It may have been added from your operating system or by an administrator. <label data-l10n-name="link">Learn More</label> +identity-remove-cert-exception = + .label = Remove Exception + .accesskey = R +identity-description-insecure = Your connection to this site is not private. Information you submit could be viewed by others (like passwords, messages, credit cards, etc.). +identity-description-insecure-login-forms = The login information you enter on this page is not secure and could be compromised. +identity-description-weak-cipher-intro = Your connection to this website uses weak encryption and is not private. +identity-description-weak-cipher-risk = Other people can view your information or modify the website’s behavior. +identity-description-active-blocked = { -brand-short-name } has blocked parts of this page that are not secure. <label data-l10n-name="link">Learn More</label> +identity-description-passive-loaded = Your connection is not private and information you share with the site could be viewed by others. +identity-description-passive-loaded-insecure = This website contains content that is not secure (such as images). <label data-l10n-name="link">Learn More</label> +identity-description-passive-loaded-mixed = Although { -brand-short-name } has blocked some content, there is still content on the page that is not secure (such as images). <label data-l10n-name="link">Learn More</label> +identity-description-active-loaded = This website contains content that is not secure (such as scripts) and your connection to it is not private. +identity-description-active-loaded-insecure = Information you share with this site could be viewed by others (like passwords, messages, credit cards, etc.). +identity-learn-more = + .value = Learn More +identity-disable-mixed-content-blocking = + .label = Disable protection for now + .accesskey = D +identity-enable-mixed-content-blocking = + .label = Enable protection + .accesskey = E +identity-more-info-link-text = + .label = More Information + +## Window controls + +browser-window-minimize-button = + .tooltiptext = Minimize +browser-window-maximize-button = + .tooltiptext = Maximize +browser-window-restore-down-button = + .tooltiptext = Restore Down +browser-window-close-button = + .tooltiptext = Close + +## Tab actions + +browser-tab-audio-playing = Playing +browser-tab-audio-muted = Muted + +## Bookmarks toolbar items + +browser-import-button2 = + .label = Import bookmarks… + .tooltiptext = Import bookmarks from another browser to { -brand-short-name }. + +bookmarks-toolbar-empty-message = For quick access, place your bookmarks here on the bookmarks toolbar. <a data-l10n-name="manage-bookmarks">Manage bookmarks…</a> + +## WebRTC Pop-up notifications + +popup-select-camera = + .value = Camera to share: + .accesskey = C +popup-select-microphone = + .value = Microphone to share: + .accesskey = M +popup-all-windows-shared = All visible windows on your screen will be shared. + +popup-screen-sharing-not-now = + .label = Not Now + .accesskey = w + +popup-screen-sharing-never = + .label = Never Allow + .accesskey = N + +popup-silence-notifications-checkbox = Disable notifications from { -brand-short-name } while sharing +popup-silence-notifications-checkbox-warning = { -brand-short-name } will not display notifications while you are sharing. + +## WebRTC window or screen share tab switch warning + +sharing-warning-window = You are sharing { -brand-short-name }. Other people can see when you switch to a new tab. +sharing-warning-screen = You are sharing your entire screen. Other people can see when you switch to a new tab. +sharing-warning-proceed-to-tab = + .label = Proceed to Tab +sharing-warning-disable-for-session = + .label = Disable sharing protection for this session + +## DevTools F12 popup + +enable-devtools-popup-description = To use the F12 shortcut, first open DevTools via the Web Developer menu. + + +## URL Bar + +# This placeholder is used when not in search mode and the user's default search +# engine is unknown. +urlbar-placeholder = + .placeholder = Search or enter address + +# This placeholder is used in search mode with search engines that search the +# entire web. +# Variables +# $name (String): the name of a search engine that searches the entire Web +# (e.g. Google). +urlbar-placeholder-search-mode-web-2 = + .placeholder = Search the Web + .aria-label = Search with { $name } + +# This placeholder is used in search mode with search engines that search a +# specific site (e.g., Amazon). +# Variables +# $name (String): the name of a search engine that searches a specific site +# (e.g. Amazon). +urlbar-placeholder-search-mode-other-engine = + .placeholder = Enter search terms + .aria-label = Search { $name } + +# This placeholder is used when searching bookmarks. +urlbar-placeholder-search-mode-other-bookmarks = + .placeholder = Enter search terms + .aria-label = Search bookmarks + +# This placeholder is used when searching history. +urlbar-placeholder-search-mode-other-history = + .placeholder = Enter search terms + .aria-label = Search history + +# This placeholder is used when searching open tabs. +urlbar-placeholder-search-mode-other-tabs = + .placeholder = Enter search terms + .aria-label = Search tabs + +# Variables +# $name (String): the name of the user's default search engine +urlbar-placeholder-with-name = + .placeholder = Search with { $name } or enter address +urlbar-remote-control-notification-anchor = + .tooltiptext = Browser is under remote control +urlbar-permissions-granted = + .tooltiptext = You have granted this website additional permissions. +urlbar-switch-to-tab = + .value = Switch to tab: + +# Used to indicate that a selected autocomplete entry is provided by an extension. +urlbar-extension = + .value = Extension: + +urlbar-go-button = + .tooltiptext = Go to the address in the Location Bar +urlbar-page-action-button = + .tooltiptext = Page actions +urlbar-pocket-button = + .tooltiptext = Save to { -pocket-brand-name } + +## Action text shown in urlbar results, usually appended after the search +## string or the url, like "result value - action text". + +# Used when the private browsing engine differs from the default engine. +# The "with" format was chosen because the search engine name can end with +# "Search", and we would like to avoid strings like "Search MSN Search". +# Variables +# $engine (String): the name of a search engine +urlbar-result-action-search-in-private-w-engine = Search with { $engine } in a Private Window +# Used when the private browsing engine is the same as the default engine. +urlbar-result-action-search-in-private = Search in a Private Window +# The "with" format was chosen because the search engine name can end with +# "Search", and we would like to avoid strings like "Search MSN Search". +# Variables +# $engine (String): the name of a search engine +urlbar-result-action-search-w-engine = Search with { $engine } +urlbar-result-action-sponsored = Sponsored +urlbar-result-action-switch-tab = Switch to Tab +urlbar-result-action-visit = Visit +# Directs a user to press the Tab key to perform a search with the specified +# engine. +# Variables +# $engine (String): the name of a search engine that searches the entire Web +# (e.g. Google). +urlbar-result-action-before-tabtosearch-web = Press Tab to search with { $engine } +# Directs a user to press the Tab key to perform a search with the specified +# engine. +# Variables +# $engine (String): the name of a search engine that searches a specific site +# (e.g. Amazon). +urlbar-result-action-before-tabtosearch-other = Press Tab to search { $engine } +# Variables +# $engine (String): the name of a search engine that searches the entire Web +# (e.g. Google). +urlbar-result-action-tabtosearch-web = Search with { $engine } directly from the address bar +# Variables +# $engine (String): the name of a search engine that searches a specific site +# (e.g. Amazon). +urlbar-result-action-tabtosearch-other-engine = Search { $engine } directly from the address bar + +## Action text shown in urlbar results, usually appended after the search +## string or the url, like "result value - action text". +## In these actions "Search" is a verb, followed by where the search is performed. + +urlbar-result-action-search-bookmarks = Search Bookmarks +urlbar-result-action-search-history = Search History +urlbar-result-action-search-tabs = Search Tabs + +## Full Screen and Pointer Lock UI + +# Please ensure that the domain stays in the `<span data-l10n-name="domain">` markup. +# Variables +# $domain (String): the domain that is full screen, e.g. "mozilla.org" +fullscreen-warning-domain = <span data-l10n-name="domain">{ $domain }</span> is now full screen +fullscreen-warning-no-domain = This document is now full screen + + +fullscreen-exit-button = Exit Full Screen (Esc) +# "esc" is lowercase on mac keyboards, but uppercase elsewhere. +fullscreen-exit-mac-button = Exit Full Screen (esc) + +# Please ensure that the domain stays in the `<span data-l10n-name="domain">` markup. +# Variables +# $domain (String): the domain that is using pointer-lock, e.g. "mozilla.org" +pointerlock-warning-domain = <span data-l10n-name="domain">{ $domain }</span> has control of your pointer. Press Esc to take back control. +pointerlock-warning-no-domain = This document has control of your pointer. Press Esc to take back control. + +## Subframe crash notification + +crashed-subframe-message = <strong>Part of this page crashed.</strong> To let { -brand-product-name } know about this issue and get it fixed faster, please submit a report. +crashed-subframe-learnmore = + .label = Learn More + .accesskey = L +crashed-subframe-submit = + .label = Submit Report + .accesskey = S + +## Bookmarks panels, menus and toolbar + +bookmarks-show-all-bookmarks = + .label = Show All Bookmarks +bookmarks-recent-bookmarks = + .value = Recently Bookmarked +bookmarks-toolbar-chevron = + .tooltiptext = Show more bookmarks +bookmarks-sidebar-content = + .aria-label = Bookmarks +bookmarks-menu-button = + .label = Bookmarks Menu +bookmarks-other-bookmarks-menu = + .label = Other Bookmarks +bookmarks-mobile-bookmarks-menu = + .label = Mobile Bookmarks +bookmarks-tools-sidebar-visibility = + .label = { $isVisible -> + [true] Hide Bookmarks Sidebar + *[other] View Bookmarks Sidebar + } +bookmarks-tools-toolbar-visibility = + .label = { $isVisible -> + [true] Hide Bookmarks Toolbar + *[other] View Bookmarks Toolbar + } +bookmarks-tools-menu-button-visibility = + .label = { $isVisible -> + [true] Remove Bookmarks Menu from Toolbar + *[other] Add Bookmarks Menu to Toolbar + } +bookmarks-search = + .label = Search Bookmarks +bookmarks-tools = + .label = Bookmarking Tools + +# The aria-label is a spoken label that should not include the word "toolbar" or +# such, because screen readers already know that this container is a toolbar. +# This avoids double-speaking. +bookmarks-toolbar = + .toolbarname = Bookmarks Toolbar + .accesskey = B + .aria-label = Bookmarks +bookmarks-toolbar-menu = + .label = Bookmarks Toolbar +bookmarks-toolbar-placeholder = + .title = Bookmarks Toolbar Items +bookmarks-toolbar-placeholder-button = + .label = Bookmarks Toolbar Items + +## Library Panel items + +library-bookmarks-menu = + .label = Bookmarks +library-bookmarks-bookmark-this-page = + .label = Bookmark This Page +library-bookmarks-bookmark-edit = + .label = Edit This Bookmark +library-recent-activity-title = + .value = Recent Activity + +## More items + +more-menu-go-offline = + .label = Work Offline + .accesskey = k diff --git a/browser/locales/en-US/browser/browserContext.ftl b/browser/locales/en-US/browser/browserContext.ftl new file mode 100644 index 0000000000..2accd03f36 --- /dev/null +++ b/browser/locales/en-US/browser/browserContext.ftl @@ -0,0 +1,390 @@ +# 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/. + +navbar-tooltip-instruction = + .value = { PLATFORM() -> + [macos] Pull down to show history + *[other] Right-click or pull down to show history + } + +## Back + +main-context-menu-back = + .tooltiptext = Go back one page + .aria-label = Back + .accesskey = B + +navbar-tooltip-back = + .value = { main-context-menu-back.tooltiptext } + +toolbar-button-back = + .label = { main-context-menu-back.aria-label } + +## Forward + +main-context-menu-forward = + .tooltiptext = Go forward one page + .aria-label = Forward + .accesskey = F + +navbar-tooltip-forward = + .value = { main-context-menu-forward.tooltiptext } + +toolbar-button-forward = + .label = { main-context-menu-forward.aria-label } + +## Reload + +main-context-menu-reload = + .aria-label = Reload + .accesskey = R + +toolbar-button-reload = + .label = { main-context-menu-reload.aria-label } + +## Stop + +main-context-menu-stop = + .aria-label = Stop + .accesskey = S + +toolbar-button-stop = + .label = { main-context-menu-stop.aria-label } + +## Stop-Reload Button + +toolbar-button-stop-reload = + .title = { main-context-menu-reload.aria-label } + +## Save Page + +main-context-menu-page-save = + .label = Save Page As… + .accesskey = P + +## Simple menu items + +main-context-menu-bookmark-add = + .aria-label = Bookmark This Page + .accesskey = m + .tooltiptext = Bookmark this page + +# Variables +# $shortcut (String) - A keyboard shortcut for the add bookmark command. +main-context-menu-bookmark-add-with-shortcut = + .aria-label = Bookmark This Page + .accesskey = m + .tooltiptext = Bookmark this page ({ $shortcut }) + +main-context-menu-bookmark-change = + .aria-label = Edit This Bookmark + .accesskey = m + .tooltiptext = Edit this bookmark + +# Variables +# $shortcut (String) - A keyboard shortcut for the edit bookmark command. +main-context-menu-bookmark-change-with-shortcut = + .aria-label = Edit This Bookmark + .accesskey = m + .tooltiptext = Edit this bookmark ({ $shortcut }) + +main-context-menu-open-link = + .label = Open Link + .accesskey = O + +main-context-menu-open-link-new-tab = + .label = Open Link in New Tab + .accesskey = T + +main-context-menu-open-link-container-tab = + .label = Open Link in New Container Tab + .accesskey = b + +main-context-menu-open-link-new-window = + .label = Open Link in New Window + .accesskey = W + +main-context-menu-open-link-new-private-window = + .label = Open Link in New Private Window + .accesskey = P + +main-context-menu-bookmark-this-link = + .label = Bookmark This Link + .accesskey = L + +main-context-menu-save-link = + .label = Save Link As… + .accesskey = k + +main-context-menu-save-link-to-pocket = + .label = Save Link to { -pocket-brand-name } + .accesskey = o + +## The access keys for "Copy Link Location" and "Copy Email Address" +## should be the same if possible; the two context menu items +## are mutually exclusive. + +main-context-menu-copy-email = + .label = Copy Email Address + .accesskey = A + +main-context-menu-copy-link = + .label = Copy Link Location + .accesskey = a + +## Media (video/audio) controls +## +## The accesskey for "Play" and "Pause" are the +## same because the two context-menu items are +## mutually exclusive. + +main-context-menu-media-play = + .label = Play + .accesskey = P + +main-context-menu-media-pause = + .label = Pause + .accesskey = P + +## + +main-context-menu-media-mute = + .label = Mute + .accesskey = M + +main-context-menu-media-unmute = + .label = Unmute + .accesskey = m + +main-context-menu-media-play-speed = + .label = Play Speed + .accesskey = d + +main-context-menu-media-play-speed-slow = + .label = Slow (0.5×) + .accesskey = S + +main-context-menu-media-play-speed-normal = + .label = Normal + .accesskey = N + +main-context-menu-media-play-speed-fast = + .label = Fast (1.25×) + .accesskey = F + +main-context-menu-media-play-speed-faster = + .label = Faster (1.5×) + .accesskey = a + +# "Ludicrous" is a reference to the movie "Space Balls" and is meant +# to say that this speed is very fast. +main-context-menu-media-play-speed-fastest = + .label = Ludicrous (2×) + .accesskey = L + +main-context-menu-media-loop = + .label = Loop + .accesskey = L + +## The access keys for "Show Controls" and "Hide Controls" are the same +## because the two context-menu items are mutually exclusive. + +main-context-menu-media-show-controls = + .label = Show Controls + .accesskey = C + +main-context-menu-media-hide-controls = + .label = Hide Controls + .accesskey = C + +## + +main-context-menu-media-video-fullscreen = + .label = Full Screen + .accesskey = F + +main-context-menu-media-video-leave-fullscreen = + .label = Exit Full Screen + .accesskey = u + +# This is used when right-clicking on a video in the +# content area when the Picture-in-Picture feature is enabled. +main-context-menu-media-pip = + .label = Picture-in-Picture + .accesskey = u + +main-context-menu-image-reload = + .label = Reload Image + .accesskey = R + +main-context-menu-image-view = + .label = View Image + .accesskey = I + +main-context-menu-video-view = + .label = View Video + .accesskey = i + +main-context-menu-image-copy = + .label = Copy Image + .accesskey = y + +main-context-menu-image-copy-location = + .label = Copy Image Location + .accesskey = o + +main-context-menu-video-copy-location = + .label = Copy Video Location + .accesskey = o + +main-context-menu-audio-copy-location = + .label = Copy Audio Location + .accesskey = o + +main-context-menu-image-save-as = + .label = Save Image As… + .accesskey = v + +main-context-menu-image-email = + .label = Email Image… + .accesskey = g + +main-context-menu-image-set-as-background = + .label = Set As Desktop Background… + .accesskey = S + +main-context-menu-image-info = + .label = View Image Info + .accesskey = f + +main-context-menu-image-desc = + .label = View Description + .accesskey = D + +main-context-menu-video-save-as = + .label = Save Video As… + .accesskey = v + +main-context-menu-audio-save-as = + .label = Save Audio As… + .accesskey = v + +main-context-menu-video-image-save-as = + .label = Save Snapshot As… + .accesskey = S + +main-context-menu-video-email = + .label = Email Video… + .accesskey = a + +main-context-menu-audio-email = + .label = Email Audio… + .accesskey = a + +main-context-menu-plugin-play = + .label = Activate this plugin + .accesskey = c + +main-context-menu-plugin-hide = + .label = Hide this plugin + .accesskey = H + +main-context-menu-save-to-pocket = + .label = Save Page to { -pocket-brand-name } + .accesskey = k + +main-context-menu-send-to-device = + .label = Send Page to Device + .accesskey = n + +main-context-menu-view-background-image = + .label = View Background Image + .accesskey = w + +main-context-menu-generate-new-password = + .label = Use Generated Password… + .accesskey = G + +main-context-menu-keyword = + .label = Add a Keyword for this Search… + .accesskey = K + +main-context-menu-link-send-to-device = + .label = Send Link to Device + .accesskey = n + +main-context-menu-frame = + .label = This Frame + .accesskey = h + +main-context-menu-frame-show-this = + .label = Show Only This Frame + .accesskey = S + +main-context-menu-frame-open-tab = + .label = Open Frame in New Tab + .accesskey = T + +main-context-menu-frame-open-window = + .label = Open Frame in New Window + .accesskey = W + +main-context-menu-frame-reload = + .label = Reload Frame + .accesskey = R + +main-context-menu-frame-bookmark = + .label = Bookmark This Frame + .accesskey = m + +main-context-menu-frame-save-as = + .label = Save Frame As… + .accesskey = F + +main-context-menu-frame-print = + .label = Print Frame… + .accesskey = P + +main-context-menu-frame-view-source = + .label = View Frame Source + .accesskey = V + +main-context-menu-frame-view-info = + .label = View Frame Info + .accesskey = I + +main-context-menu-print-selection = + .label = Print Selection + .accesskey = r + +main-context-menu-view-selection-source = + .label = View Selection Source + .accesskey = e + +main-context-menu-view-page-source = + .label = View Page Source + .accesskey = V + +main-context-menu-view-page-info = + .label = View Page Info + .accesskey = I + +main-context-menu-bidi-switch-text = + .label = Switch Text Direction + .accesskey = w + +main-context-menu-bidi-switch-page = + .label = Switch Page Direction + .accesskey = D + +main-context-menu-inspect-element = + .label = Inspect Element + .accesskey = Q + +main-context-menu-inspect-a11y-properties = + .label = Inspect Accessibility Properties + +main-context-menu-eme-learn-more = + .label = Learn more about DRM… + .accesskey = D diff --git a/browser/locales/en-US/browser/browserSets.ftl b/browser/locales/en-US/browser/browserSets.ftl new file mode 100644 index 0000000000..42cce2cab9 --- /dev/null +++ b/browser/locales/en-US/browser/browserSets.ftl @@ -0,0 +1,215 @@ +# 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/. + +window-minimize-command = + .label = Minimize + +window-zoom-command = + .label = Zoom + +window-new-shortcut = + .key = N + +window-minimize-shortcut = + .key = M + +close-shortcut = + .key = W + +tab-new-shortcut = + .key = T + +location-open-shortcut = + .key = L + +location-open-shortcut-alt = + .key = D + +search-focus-shortcut = + .key = K + +# This shortcut is used in two contexts: +# - web search +# - find in page +find-shortcut = + .key = F + +search-find-again-shortcut = + .key = G + +search-find-again-shortcut-alt = + .keycode = VK_F3 + +search-find-selection-shortcut = + .key = E + +# Verify what shortcut for that operation +# are recommended by the Human Interface Guidelines +# of each platform for your locale. +search-focus-shortcut-alt = + .key = { PLATFORM() -> + [linux] J + *[other] E + } + +# Verify what shortcut for that operation +# are recommended by the Human Interface Guidelines +# of each platform for your locale. +downloads-shortcut = + .key = { PLATFORM() -> + [linux] Y + *[other] J + } + +addons-shortcut = + .key = A + +file-open-shortcut = + .key = O + +save-page-shortcut = + .key = S + +page-source-shortcut = + .key = U + +# This should match the Option+Command keyboard shortcut letter that Safari +# and Chrome use for "View Source" on macOS. `page-source-shortcut` above +# is Firefox's official keyboard shortcut shown in the GUI. +# Safari variant is an alias provided for the convenience of Safari and Chrome +# users on macOS. See bug 1398988. +page-source-shortcut-safari = + .key = U + +page-info-shortcut = + .key = I + +print-shortcut = + .key = P + +mute-toggle-shortcut = + .key = M + +nav-back-shortcut-alt = + .key = [ + +nav-fwd-shortcut-alt = + .key = ] + +nav-reload-shortcut = + .key = R + +# Shortcut available only on macOS. +nav-stop-shortcut = + .key = . + +history-show-all-shortcut = + .key = H + +history-show-all-shortcut-mac = + .key = Y + +history-sidebar-shortcut = + .key = H + +full-screen-shortcut = + .key = F + +reader-mode-toggle-shortcut-windows = + .keycode = VK_F9 + +reader-mode-toggle-shortcut-other = + .key = R + +picture-in-picture-toggle-shortcut-mac = + .key = ] + +# Pick the key that is commonly present +# in your locale keyboards above the +# `picture-in-picture-toggle-shortcut-mac` key. +picture-in-picture-toggle-shortcut-mac-alt = + .key = {"}"} + +picture-in-picture-toggle-shortcut = + .key = ] + +# Pick the key that is commonly present +# in your locale keyboards above the +# `picture-in-picture-toggle-shortcut` key. +picture-in-picture-toggle-shortcut-alt = + .key = {"}"} + +bookmark-this-page-shortcut = + .key = D + +# Verify what shortcut for that operation +# are recommended by the Human Interface Guidelines +# of each platform for your locale. +bookmark-show-library-shortcut = + .key = O + +# Verify what shortcut for that operation +# are recommended by the Human Interface Guidelines +# of each platform for your locale. +bookmark-show-sidebar-shortcut = + .key = B + +# Verify what shortcut for that operation +# are recommended by the Human Interface Guidelines +# of each platform for your locale. +bookmark-show-toolbar-shortcut = + .key = B + +## All `-alt*` messages are alternative acceleration keys for zoom. +## If shift key is needed with your locale popular keyboard for them, +## you can use these alternative items. Otherwise, their values should be empty. + +full-zoom-reduce-shortcut = + .key = - + +full-zoom-reduce-shortcut-alt-a = + .key = _ + +full-zoom-reduce-shortcut-alt-b = + .key = {""} + +full-zoom-enlarge-shortcut = + .key = + + +full-zoom-enlarge-shortcut-alt = + .key = = + +full-zoom-enlarge-shortcut-alt2 = + .key = {""} + +full-zoom-reset-shortcut = + .key = 0 + +full-zoom-reset-shortcut-alt = + .key = {""} +## + +bidi-switch-direction-shortcut = + .key = X + +private-browsing-shortcut = + .key = P + +## The shortcuts below are for Mac specific +## global menu. + +quit-app-shortcut = + .key = Q + +help-shortcut = + .key = ? + +preferences-shortcut = + .key = , + +hide-app-shortcut = + .key = H + +hide-other-apps-shortcut = + .key = H diff --git a/browser/locales/en-US/browser/customizeMode.ftl b/browser/locales/en-US/browser/customizeMode.ftl new file mode 100644 index 0000000000..1e2cc4eeb1 --- /dev/null +++ b/browser/locales/en-US/browser/customizeMode.ftl @@ -0,0 +1,47 @@ +# 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/. + +customize-mode-restore-defaults = + .label = Restore Defaults +customize-mode-menu-and-toolbars-header = Drag your favorite items into the toolbar or overflow menu. +customize-mode-overflow-list-title = Overflow Menu +customize-mode-uidensity = + .label = Density +customize-mode-done = + .label = Done +customize-mode-lwthemes-menu-manage = + .label = Manage + .accesskey = M +customize-mode-toolbars = + .label = Toolbars +customize-mode-titlebar = + .label = Title Bar +customize-mode-uidensity-menu-touch = + .label = Touch + .accesskey = T + .tooltiptext = Touch +customize-mode-uidensity-auto-touch-mode-checkbox = + .label = Use Touch for Tablet Mode +customize-mode-extra-drag-space = + .label = Drag Space +customize-mode-lwthemes = + .label = Themes +customize-mode-overflow-list-description = Drag and drop items here to keep them within reach but out of your toolbar… +customize-mode-uidensity-menu-normal = + .label = Normal + .accesskey = N + .tooltiptext = Normal +customize-mode-uidensity-menu-compact = + .label = Compact + .accesskey = C + .tooltiptext = Compact +customize-mode-lwthemes-menu-get-more = + .label = Get More Themes + .accesskey = G +customize-mode-undo-cmd = + .label = Undo +customize-mode-lwthemes-my-themes = + .value = My Themes +customize-mode-touchbar-cmd = + .label = Customize Touch Bar… diff --git a/browser/locales/en-US/browser/defaultBrowserNotification.ftl b/browser/locales/en-US/browser/defaultBrowserNotification.ftl new file mode 100644 index 0000000000..ef437c5623 --- /dev/null +++ b/browser/locales/en-US/browser/defaultBrowserNotification.ftl @@ -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/. + +# The question portion of the following message should have the <strong> and </strong> tags surrounding it. +default-browser-notification-message = <strong>Set { -brand-short-name } as your default browser?</strong> Get fast, safe, and private browsing whenever you use the web. +default-browser-notification-button = + .label = Set as Default + .accesskey = S diff --git a/browser/locales/en-US/browser/downloads.ftl b/browser/locales/en-US/browser/downloads.ftl new file mode 100644 index 0000000000..6ed10d0be1 --- /dev/null +++ b/browser/locales/en-US/browser/downloads.ftl @@ -0,0 +1,163 @@ +# 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/. + + +## The title and aria-label attributes are used by screen readers to describe +## the Downloads Panel. + +downloads-window = + .title = Downloads +downloads-panel = + .aria-label = Downloads + +## + +# The style attribute has the width of the Downloads Panel expressed using +# a CSS unit. The longest labels that should fit are usually those of +# in-progress and blocked downloads. +downloads-panel-list = + .style = width: 70ch + +downloads-cmd-pause = + .label = Pause + .accesskey = P +downloads-cmd-resume = + .label = Resume + .accesskey = R +downloads-cmd-cancel = + .tooltiptext = Cancel +downloads-cmd-cancel-panel = + .aria-label = Cancel + +# This message is only displayed on Windows and Linux devices +downloads-cmd-show-menuitem = + .label = Open Containing Folder + .accesskey = F + +# This message is only displayed on macOS devices +downloads-cmd-show-menuitem-mac = + .label = Show In Finder + .accesskey = F + +downloads-cmd-use-system-default = + .label = Open In System Viewer + .accesskey = V + +downloads-cmd-always-use-system-default = + .label = Always Open In System Viewer + .accesskey = w + +downloads-cmd-show-button = + .tooltiptext = { PLATFORM() -> + [macos] Show In Finder + *[other] Open Containing Folder + } + +downloads-cmd-show-panel = + .aria-label = { PLATFORM() -> + [macos] Show In Finder + *[other] Open Containing Folder + } +downloads-cmd-show-description = + .value = { PLATFORM() -> + [macos] Show In Finder + *[other] Open Containing Folder + } + +downloads-cmd-show-downloads = + .label = Show Downloads Folder +downloads-cmd-retry = + .tooltiptext = Retry +downloads-cmd-retry-panel = + .aria-label = Retry +downloads-cmd-go-to-download-page = + .label = Go To Download Page + .accesskey = G +downloads-cmd-copy-download-link = + .label = Copy Download Link + .accesskey = L +downloads-cmd-remove-from-history = + .label = Remove From History + .accesskey = e +downloads-cmd-clear-list = + .label = Clear Preview Panel + .accesskey = a +downloads-cmd-clear-downloads = + .label = Clear Downloads + .accesskey = D + +# This command is shown in the context menu when downloads are blocked. +downloads-cmd-unblock = + .label = Allow Download + .accesskey = o + +# This is the tooltip of the action button shown when malware is blocked. +downloads-cmd-remove-file = + .tooltiptext = Remove File + +downloads-cmd-remove-file-panel = + .aria-label = Remove File + +# This is the tooltip of the action button shown when potentially unwanted +# downloads are blocked. This opens a dialog where the user can choose +# whether to unblock or remove the download. Removing is the default option. +downloads-cmd-choose-unblock = + .tooltiptext = Remove File or Allow Download + +downloads-cmd-choose-unblock-panel = + .aria-label = Remove File or Allow Download + +# This is the tooltip of the action button shown when uncommon downloads are +# blocked.This opens a dialog where the user can choose whether to open the +# file or remove the download. Opening is the default option. +downloads-cmd-choose-open = + .tooltiptext = Open or Remove File + +downloads-cmd-choose-open-panel = + .aria-label = Open or Remove File + +# Displayed when hovering a blocked download, indicates that it's possible to +# show more information for user to take the next action. +downloads-show-more-information = + .value = Show more information + +# Displayed when hovering a complete download, indicates that it's possible to +# open the file using an app available in the system. +downloads-open-file = + .value = Open File + +# Displayed when hovering a download which is able to be retried by users, +# indicates that it's possible to download this file again. +downloads-retry-download = + .value = Retry Download + +# Displayed when hovering a download which is able to be cancelled by users, +# indicates that it's possible to cancel and stop the download. +downloads-cancel-download = + .value = Cancel Download + +# This string is shown at the bottom of the Downloads Panel when all the +# downloads fit in the available space, or when there are no downloads in +# the panel at all. +downloads-history = + .label = Show All Downloads + .accesskey = S + +# This string is shown at the top of the Download Details Panel, to indicate +# that we are showing the details of a single download. +downloads-details = + .title = Download Details + +downloads-clear-downloads-button = + .label = Clear Downloads + .tooltiptext = Clears completed, canceled and failed downloads + +# This string is shown when there are no items in the Downloads view, when it +# is displayed inside a browser tab. +downloads-list-empty = + .value = There are no downloads. + +# This string is shown when there are no items in the Downloads Panel. +downloads-panel-empty = + .value = No downloads for this session. diff --git a/browser/locales/en-US/browser/editBookmarkOverlay.ftl b/browser/locales/en-US/browser/editBookmarkOverlay.ftl new file mode 100644 index 0000000000..23e2893841 --- /dev/null +++ b/browser/locales/en-US/browser/editBookmarkOverlay.ftl @@ -0,0 +1,42 @@ +# 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/. + +bookmark-overlay-name = + .value = Name: + .accesskey = N + +bookmark-overlay-location = + .value = Location: + .accesskey = L + +bookmark-overlay-folder = + .value = Folder: + +bookmark-overlay-choose = + .label = Choose… + +bookmark-overlay-folders-expander = + .tooltiptext = Show all the bookmarks folders + .tooltiptextdown = { bookmark-overlay-folders-expander.tooltiptext } + .tooltiptextup = Hide + +bookmark-overlay-new-folder-button = + .label = New Folder + .accesskey = o + +bookmark-overlay-tags = + .value = Tags: + .accesskey = T + +bookmark-overlay-tags-empty-description = + .placeholder = Separate tags with commas + +bookmark-overlay-tags-expander = + .tooltiptext = Show all tags + .tooltiptextdown = { bookmark-overlay-tags-expander.tooltiptext } + .tooltiptextup = Hide + +bookmark-overlay-keyword = + .value = Keyword: + .accesskey = K diff --git a/browser/locales/en-US/browser/menubar.ftl b/browser/locales/en-US/browser/menubar.ftl new file mode 100644 index 0000000000..0040475f0b --- /dev/null +++ b/browser/locales/en-US/browser/menubar.ftl @@ -0,0 +1,334 @@ +# 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: For English locales, strings in this file should be in APA-style Title Case. +# See https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case +# +# NOTE: For Engineers, please don't re-use these strings outside of the menubar. + +## Application Menu (macOS only) + +menu-application-services = + .label = Services +menu-application-hide-this = + .label = Hide { -brand-shorter-name } +menu-application-hide-other = + .label = Hide Others +menu-application-show-all = + .label = Show All +menu-application-touch-bar = + .label = Customize Touch Bar… + +## + +# These menu-quit strings are only used on Windows and Linux. +menu-quit = + .label = + { PLATFORM() -> + [windows] Exit + *[other] Quit + } + .accesskey = + { PLATFORM() -> + [windows] x + *[other] Q + } + +# This menu-quit-mac string is only used on macOS. +menu-quit-mac = + .label = Quit { -brand-shorter-name } + +# This menu-quit-button string is only used on Linux. +menu-quit-button = + .label = { menu-quit.label } + +# This menu-quit-button-win string is only used on Windows. +menu-quit-button-win = + .label = { menu-quit.label } + .tooltip = Exit { -brand-shorter-name } + +menu-about = + .label = About { -brand-shorter-name } + .accesskey = A + +## File Menu + +menu-file = + .label = File + .accesskey = F +menu-file-new-tab = + .label = New Tab + .accesskey = T +menu-file-new-container-tab = + .label = New Container Tab + .accesskey = b +menu-file-new-window = + .label = New Window + .accesskey = N +menu-file-new-private-window = + .label = New Private Window + .accesskey = W +# "Open Location" is only displayed on macOS, and only on windows +# that aren't main browser windows, or when there are no windows +# but Firefox is still running. +menu-file-open-location = + .label = Open Location… +menu-file-open-file = + .label = Open File… + .accesskey = O +menu-file-close = + .label = Close + .accesskey = C +menu-file-close-window = + .label = Close Window + .accesskey = d +menu-file-save-page = + .label = Save Page As… + .accesskey = A +menu-file-email-link = + .label = Email Link… + .accesskey = E +menu-file-print-setup = + .label = Page Setup… + .accesskey = u +menu-file-print-preview = + .label = Print Preview + .accesskey = v +menu-file-print = + .label = Print… + .accesskey = P +menu-file-import-from-another-browser = + .label = Import From Another Browser… + .accesskey = I +menu-file-go-offline = + .label = Work Offline + .accesskey = k + +## Edit Menu + +menu-edit = + .label = Edit + .accesskey = E +menu-edit-find-on = + .label = Find in This Page… + .accesskey = F +menu-edit-find-again = + .label = Find Again + .accesskey = g +menu-edit-bidi-switch-text-direction = + .label = Switch Text Direction + .accesskey = w + +## View Menu + +menu-view = + .label = View + .accesskey = V +menu-view-toolbars-menu = + .label = Toolbars + .accesskey = T +menu-view-customize-toolbar = + .label = Customize… + .accesskey = C +menu-view-sidebar = + .label = Sidebar + .accesskey = e +menu-view-bookmarks = + .label = Bookmarks +menu-view-history-button = + .label = History +menu-view-synced-tabs-sidebar = + .label = Synced Tabs +menu-view-full-zoom = + .label = Zoom + .accesskey = Z +menu-view-full-zoom-enlarge = + .label = Zoom In + .accesskey = I +menu-view-full-zoom-reduce = + .label = Zoom Out + .accesskey = O +menu-view-full-zoom-actual-size = + .label = Actual Size + .accesskey = A +menu-view-full-zoom-toggle = + .label = Zoom Text Only + .accesskey = T +menu-view-page-style-menu = + .label = Page Style + .accesskey = y +menu-view-page-style-no-style = + .label = No Style + .accesskey = n +menu-view-page-basic-style = + .label = Basic Page Style + .accesskey = B +menu-view-charset = + .label = Text Encoding + .accesskey = c + +## These should match what Safari and other Apple applications +## use on macOS. + +menu-view-enter-full-screen = + .label = Enter Full Screen + .accesskey = F +menu-view-exit-full-screen = + .label = Exit Full Screen + .accesskey = F +menu-view-full-screen = + .label = Full Screen + .accesskey = F + +## + +menu-view-show-all-tabs = + .label = Show All Tabs + .accesskey = A +menu-view-bidi-switch-page-direction = + .label = Switch Page Direction + .accesskey = D + +## History Menu + +menu-history = + .label = History + .accesskey = s +menu-history-show-all-history = + .label = Show All History +menu-history-clear-recent-history = + .label = Clear Recent History… +menu-history-synced-tabs = + .label = Synced Tabs +menu-history-restore-last-session = + .label = Restore Previous Session +menu-history-hidden-tabs = + .label = Hidden Tabs +menu-history-undo-menu = + .label = Recently Closed Tabs +menu-history-undo-window-menu = + .label = Recently Closed Windows + +## Bookmarks Menu + +menu-bookmarks-menu = + .label = Bookmarks + .accesskey = B +menu-bookmarks-show-all = + .label = Show All Bookmarks +menu-bookmark-this-page = + .label = Bookmark This Page +menu-bookmark-edit = + .label = Edit This Bookmark +menu-bookmarks-all-tabs = + .label = Bookmark All Tabs… +menu-bookmarks-toolbar = + .label = Bookmarks Toolbar +menu-bookmarks-other = + .label = Other Bookmarks +menu-bookmarks-mobile = + .label = Mobile Bookmarks + +## Tools Menu + +menu-tools = + .label = Tools + .accesskey = T +menu-tools-downloads = + .label = Downloads + .accesskey = D +menu-tools-addons = + .label = Add-ons + .accesskey = A +menu-tools-fxa-sign-in = + .label = Sign In To { -brand-product-name }… + .accesskey = g +menu-tools-turn-on-sync = + .label = Turn on { -sync-brand-short-name }… + .accesskey = n +menu-tools-sync-now = + .label = Sync Now + .accesskey = S +menu-tools-fxa-re-auth = + .label = Reconnect to { -brand-product-name }… + .accesskey = R +menu-tools-web-developer = + .label = Web Developer + .accesskey = W +menu-tools-page-source = + .label = Page Source + .accesskey = o +menu-tools-page-info = + .label = Page Info + .accesskey = I +menu-preferences = + .label = + { PLATFORM() -> + [windows] Options + *[other] Preferences + } + .accesskey = + { PLATFORM() -> + [windows] O + *[other] n + } +menu-tools-layout-debugger = + .label = Layout Debugger + .accesskey = L + +## Window Menu + +menu-window-menu = + .label = Window +menu-window-bring-all-to-front = + .label = Bring All to Front + +## Help Menu + +# NOTE: For Engineers, any additions or changes to Help menu strings should +# also be reflected in the related strings in appmenu.ftl. Those strings, by +# convention, will have the same ID as these, but prefixed with "app". +# Example: appmenu-help-product +# +# These strings are duplicated to allow for different casing depending on +# where the strings appear. + +menu-help = + .label = Help + .accesskey = H +menu-help-product = + .label = { -brand-shorter-name } Help + .accesskey = H +menu-help-show-tour = + .label = { -brand-shorter-name } Tour + .accesskey = o +menu-help-import-from-another-browser = + .label = Import From Another Browser… + .accesskey = I +menu-help-keyboard-shortcuts = + .label = Keyboard Shortcuts + .accesskey = K +menu-help-troubleshooting-info = + .label = Troubleshooting Information + .accesskey = T +menu-help-feedback-page = + .label = Submit Feedback… + .accesskey = S +menu-help-safe-mode-without-addons = + .label = Restart With Add-ons Disabled… + .accesskey = R +menu-help-safe-mode-with-addons = + .label = Restart With Add-ons Enabled + .accesskey = R +# Label of the Help menu item. Either this or +# menu-help-notdeceptive is shown. +menu-help-report-deceptive-site = + .label = Report Deceptive Site… + .accesskey = D +menu-help-not-deceptive = + .label = This Isn’t a Deceptive Site… + .accesskey = D +menu-help-check-for-update = + .label = Check for Updates… + .accesskey = C diff --git a/browser/locales/en-US/browser/migration.ftl b/browser/locales/en-US/browser/migration.ftl new file mode 100644 index 0000000000..4422812df0 --- /dev/null +++ b/browser/locales/en-US/browser/migration.ftl @@ -0,0 +1,167 @@ +# 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/. + +migration-wizard = + .title = Import Wizard + +import-from = + { PLATFORM() -> + [windows] Import Options, Bookmarks, History, Passwords and other data from: + *[other] Import Preferences, Bookmarks, History, Passwords and other data from: + } + +import-from-bookmarks = Import Bookmarks from: +import-from-ie = + .label = Microsoft Internet Explorer + .accesskey = M +import-from-edge = + .label = Microsoft Edge + .accesskey = E +import-from-edge-legacy = + .label = Microsoft Edge Legacy + .accesskey = L +import-from-edge-beta = + .label = Microsoft Edge Beta + .accesskey = d +import-from-nothing = + .label = Don’t import anything + .accesskey = D +import-from-safari = + .label = Safari + .accesskey = S +import-from-canary = + .label = Chrome Canary + .accesskey = n +import-from-chrome = + .label = Chrome + .accesskey = C +import-from-chrome-beta = + .label = Chrome Beta + .accesskey = B +import-from-chrome-dev = + .label = Chrome Dev + .accesskey = D +import-from-chromium = + .label = Chromium + .accesskey = u +import-from-firefox = + .label = Firefox + .accesskey = x +import-from-360se = + .label = 360 Secure Browser + .accesskey = 3 + +no-migration-sources = No programs that contain bookmarks, history or password data could be found. + +import-source-page-title = Import Settings and Data +import-items-page-title = Items to Import + +import-items-description = Select which items to import: + +import-permissions-page-title = Please give { -brand-short-name } permissions + +# Do not translate "Bookmarks.plist"; the file name is the same everywhere. +import-permissions-description = macOS requires you to explicitly allow { -brand-short-name } to access Safari’s bookmarks. Click “Continue” and select the “Bookmarks.plist” file in the File Open panel that appears. + +import-migrating-page-title = Importing… + +import-migrating-description = The following items are currently being imported… + +import-select-profile-page-title = Select Profile + +import-select-profile-description = The following profiles are available to import from: + +import-done-page-title = Import Complete + +import-done-description = The following items were successfully imported: + +import-close-source-browser = Please ensure the selected browser is closed before continuing. + +# Displays which browser the bookmarks are being imported from +# +# Variables: +# $source (String): The browser the user has chosen to import bookmarks from. +imported-bookmarks-source = From { $source } + +source-name-ie = Internet Explorer +source-name-edge = Microsoft Edge +source-name-edge-beta = Microsoft Edge Beta +source-name-safari = Safari +source-name-canary = Google Chrome Canary +source-name-chrome = Google Chrome +source-name-chrome-beta = Google Chrome Beta +source-name-chrome-dev = Google Chrome Dev +source-name-chromium = Chromium +source-name-firefox = Mozilla Firefox +source-name-360se = 360 Secure Browser + +imported-safari-reading-list = Reading List (From Safari) +imported-edge-reading-list = Reading List (From Edge) + +## Browser data types +## All of these strings get a $browser variable passed in. +## You can use the browser variable to differentiate the name of items, +## which may have different labels in different browsers. +## The supported values for the $browser variable are: +## 360se +## chrome +## edge +## firefox +## ie +## safari +## The various beta and development versions of edge and chrome all get +## normalized to just "edge" and "chrome" for these strings. + +browser-data-cookies-checkbox = + .label = Cookies +browser-data-cookies-label = + .value = Cookies + +browser-data-history-checkbox = + .label = { $browser -> + [firefox] Browsing History and Bookmarks + *[other] Browsing History + } +browser-data-history-label = + .value = { $browser -> + [firefox] Browsing History and Bookmarks + *[other] Browsing History + } + +browser-data-formdata-checkbox = + .label = Saved Form History +browser-data-formdata-label = + .value = Saved Form History + +# This string should use the same phrase for "logins and passwords" as the +# label in the main hamburger menu that opens about:logins. +browser-data-passwords-checkbox = + .label = Saved Logins and Passwords +# This string should use the same phrase for "logins and passwords" as the +# label in the main hamburger menu that opens about:logins. +browser-data-passwords-label = + .value = Saved Logins and Passwords + +browser-data-bookmarks-checkbox = + .label = { $browser -> + [ie] Favorites + [edge] Favorites + *[other] Bookmarks + } +browser-data-bookmarks-label = + .value = { $browser -> + [ie] Favorites + [edge] Favorites + *[other] Bookmarks + } + +browser-data-otherdata-checkbox = + .label = Other Data +browser-data-otherdata-label = + .label = Other Data + +browser-data-session-checkbox = + .label = Windows and Tabs +browser-data-session-label = + .value = Windows and Tabs diff --git a/browser/locales/en-US/browser/newInstallPage.ftl b/browser/locales/en-US/browser/newInstallPage.ftl new file mode 100644 index 0000000000..0e533ebf47 --- /dev/null +++ b/browser/locales/en-US/browser/newInstallPage.ftl @@ -0,0 +1,32 @@ +# 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/. + +### For this feature, "installation" is used to mean "this discrete download of +### Firefox" and "version" is used to mean "the specific revision number of a +### given Firefox channel". These terms are not synonymous. + +title = Important News +heading = Changes to your { -brand-short-name } profile + +changed-title = What changed? +changed-desc-profiles = This installation of { -brand-short-name } has a new profile. A profile is the set of files where Firefox saves information such as bookmarks, passwords, and user preferences. +changed-desc-dedicated = In order to make it easier and safer to switch between installations of Firefox (including Firefox, Firefox ESR, Firefox Beta, Firefox Developer Edition, and Firefox Nightly), this installation now has a dedicated profile. It does not automatically share your saved information with other Firefox installations. + +lost = <b>You have not lost any personal data or customizations.</b> If you’ve already saved information to Firefox on this computer, it is still available in another Firefox installation. + +options-title = What are my options? +options-do-nothing = If you do nothing, your profile data in { -brand-short-name } will be different from profile data in other installations of Firefox. +options-use-sync = If you would like all of your profile data to be the same on all installations of Firefox, you can use a { -fxaccount-brand-name } to keep them in sync. + +resources = Resources: +support-link = Using the Profile Manager - Support Article + +sync-header = Sign in or create a { -fxaccount-brand-name } +sync-label = Enter your email +sync-input = + .placeholder = Email +sync-button = Continue +sync-terms = By proceeding, you agree to the <a data-l10n-name="terms">Terms of Service</a> and <a data-l10n-name="privacy">Privacy Notice</a>. +sync-first = First time using { -sync-brand-name }? You’ll need to sign in to every installation of Firefox to sync your information. +sync-learn = Learn more diff --git a/browser/locales/en-US/browser/newtab/asrouter.ftl b/browser/locales/en-US/browser/newtab/asrouter.ftl new file mode 100644 index 0000000000..d4f7605964 --- /dev/null +++ b/browser/locales/en-US/browser/newtab/asrouter.ftl @@ -0,0 +1,257 @@ +# 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 messages are used as headings in the recommendation doorhanger + +cfr-doorhanger-extension-heading = Recommended Extension +cfr-doorhanger-feature-heading = Recommended Feature +cfr-doorhanger-pintab-heading = Try This: Pin Tab +## + +cfr-doorhanger-extension-sumo-link = + .tooltiptext = Why am I seeing this + +cfr-doorhanger-extension-cancel-button = Not Now + .accesskey = N + +cfr-doorhanger-extension-ok-button = Add Now + .accesskey = A +cfr-doorhanger-pintab-ok-button = Pin This Tab + .accesskey = P + +cfr-doorhanger-extension-manage-settings-button = Manage Recommendation Settings + .accesskey = M + +cfr-doorhanger-extension-never-show-recommendation = Don’t Show Me This Recommendation + .accesskey = S + +cfr-doorhanger-extension-learn-more-link = Learn more + +# This string is used on a new line below the add-on name +# Variables: +# $name (String) - Add-on author name +cfr-doorhanger-extension-author = by { $name } + +# This is a notification displayed in the address bar. +# When clicked it opens a panel with a message for the user. +cfr-doorhanger-extension-notification = Recommendation +cfr-doorhanger-extension-notification2 = Recommendation + .tooltiptext = Extension recommendation + .a11y-announcement = Extension recommendation available + +# This is a notification displayed in the address bar. +# When clicked it opens a panel with a message for the user. +cfr-doorhanger-feature-notification = Recommendation + .tooltiptext = Feature recommendation + .a11y-announcement = Feature recommendation available + +## Add-on statistics +## These strings are used to display the total number of +## users and rating for an add-on. They are shown next to each other. + +# Variables: +# $total (Number) - The rating of the add-on from 1 to 5 +cfr-doorhanger-extension-rating = + .tooltiptext = + { $total -> + [one] { $total } star + *[other] { $total } stars + } +# Variables: +# $total (Number) - The total number of users using the add-on +cfr-doorhanger-extension-total-users = + { $total -> + [one] { $total } user + *[other] { $total } users + } + +cfr-doorhanger-pintab-description = Get easy access to your most-used sites. Keep sites open in a tab (even when you restart). + +## These messages are steps on how to use the feature and are shown together. + +cfr-doorhanger-pintab-step1 = <b>Right-click</b> on the tab you want to pin. +cfr-doorhanger-pintab-step2 = Select <b>Pin Tab</b> from the menu. +cfr-doorhanger-pintab-step3 = If the site has an update you’ll see a blue dot on your pinned tab. + +cfr-doorhanger-pintab-animation-pause = Pause +cfr-doorhanger-pintab-animation-resume = Resume + + +## Firefox Accounts Message + +cfr-doorhanger-bookmark-fxa-header = Sync your bookmarks everywhere. +cfr-doorhanger-bookmark-fxa-body = Great find! Now don’t be left without this bookmark on your mobile devices. Get Started with a { -fxaccount-brand-name }. +cfr-doorhanger-bookmark-fxa-link-text = Sync bookmarks now… +cfr-doorhanger-bookmark-fxa-close-btn-tooltip = + .aria-label = Close button + .title = Close + +## Protections panel + +cfr-protections-panel-header = Browse without being followed +cfr-protections-panel-body = Keep your data to yourself. { -brand-short-name } protects you from many of the most common trackers that follow what you do online. +cfr-protections-panel-link-text = Learn more + +## What's New toolbar button and panel + +# This string is used by screen readers to offer a text based alternative for +# the notification icon +cfr-badge-reader-label-newfeature = New feature: + +cfr-whatsnew-button = + .label = What’s New + .tooltiptext = What’s New + +cfr-whatsnew-release-notes-link-text = Read the release notes + +# This string is displayed before a large numeral that indicates the total +# number of tracking elements blocked. Don’t add $blockedCount to your +# localization, because it would result in the number showing twice. +cfr-whatsnew-tracking-blocked-title = + { $blockedCount -> + [one] Tracker blocked + *[other] Trackers blocked + } +cfr-whatsnew-tracking-blocked-subtitle = + Since { DATETIME($earliestDate, month: "long", year: "numeric") } +cfr-whatsnew-tracking-blocked-link-text = View Report + +cfr-whatsnew-lockwise-backup-title = Back up your passwords +cfr-whatsnew-lockwise-backup-body = + Now generate secure passwords you can access anywhere you sign in. +cfr-whatsnew-lockwise-backup-link-text = Turn on backups + +cfr-whatsnew-lockwise-take-title = Take your passwords with you +cfr-whatsnew-lockwise-take-body = + The { -lockwise-brand-short-name } mobile app lets you securely access your + backed up passwords from anywhere. +cfr-whatsnew-lockwise-take-link-text = Get the app + +## Search bar + +cfr-whatsnew-searchbar-icon-alt-text = Magnifying glass icon + +## Picture-in-Picture + +cfr-whatsnew-pip-header = Watch videos while you browse +cfr-whatsnew-pip-body = Picture-in-picture pops video into a floating window so you can watch while working in other tabs. +cfr-whatsnew-pip-cta = Learn more + +## Fingerprinter Counter + +# This string is displayed before a large numeral that indicates the total +# number of tracking elements blocked. Don’t add $fingerprinterCount to your +# localization, because it would result in the number showing twice. +cfr-whatsnew-fingerprinter-counter-header = + { $fingerprinterCount -> + [one] Fingerprinter blocked + *[other] Fingerprinters blocked + } +cfr-whatsnew-fingerprinter-counter-body = { -brand-shorter-name } blocks many fingerprinters that secretly gather information about your device and actions to create an advertising profile of you. + +# Message variation when fingerprinters count is less than 10 +cfr-whatsnew-fingerprinter-counter-header-alt = Fingerprinters +cfr-whatsnew-fingerprinter-counter-body-alt = { -brand-shorter-name } can block fingerprinters that secretly gather information about your device and actions to create an advertising profile of you. + +## Bookmark Sync + +cfr-doorhanger-sync-bookmarks-header = Get this bookmark on your phone +cfr-doorhanger-sync-bookmarks-body = Take your bookmarks, passwords, history and more everywhere you’re signed into { -brand-product-name }. +cfr-doorhanger-sync-bookmarks-ok-button = Turn on { -sync-brand-short-name } + .accesskey = T + +## Login Sync + +cfr-doorhanger-sync-logins-header = Never Lose a Password Again +cfr-doorhanger-sync-logins-body = Securely store and sync your passwords to all your devices. +cfr-doorhanger-sync-logins-ok-button = Turn on { -sync-brand-short-name } + .accesskey = T + +## Social Tracking Protection + +cfr-doorhanger-socialtracking-ok-button = See Protections + .accesskey = P +cfr-doorhanger-socialtracking-close-button = Close + .accesskey = C +cfr-doorhanger-socialtracking-dont-show-again = Don’t show me messages like this again + .accesskey = D +cfr-doorhanger-socialtracking-heading = { -brand-short-name } stopped a social network from tracking you here +cfr-doorhanger-socialtracking-description = Your privacy matters. { -brand-short-name } now blocks common social media trackers, limiting how much data they can collect about what you do online. +cfr-doorhanger-fingerprinters-heading = { -brand-short-name } blocked a fingerprinter on this page +cfr-doorhanger-fingerprinters-description = Your privacy matters. { -brand-short-name } now blocks fingerprinters, which collect pieces of uniquely identifiable information about your device to track you. +cfr-doorhanger-cryptominers-heading = { -brand-short-name } blocked a cryptominer on this page +cfr-doorhanger-cryptominers-description = Your privacy matters. { -brand-short-name } now blocks cryptominers, which use your system’s computing power to mine digital money. + +## Enhanced Tracking Protection Milestones + +# Variables: +# $blockedCount (Number) - The total count of blocked trackers. This number will always be greater than 1. +# $date (String) - The date we began recording the count of blocked trackers +cfr-doorhanger-milestone-heading = + { $blockedCount -> + *[other] { -brand-short-name } blocked over <b>{ $blockedCount }</b> trackers since { $date }! + } +cfr-doorhanger-milestone-ok-button = See All + .accesskey = S +cfr-doorhanger-milestone-close-button = Close + .accesskey = C + +## What’s New Panel Content for Firefox 76 + +## Protections Dashboard message + +cfr-whatsnew-protections-header = Protections at a glance +cfr-whatsnew-protections-body = The Protections Dashboard includes summary reports about data breaches and password management. You can now track how many breaches you’ve resolved, and see if any of your saved passwords may have been exposed in a data breach. +cfr-whatsnew-protections-cta-link = View Protections Dashboard +cfr-whatsnew-protections-icon-alt = Shield icon + +## DOH Message + +cfr-doorhanger-doh-body = Your privacy matters. { -brand-short-name } now securely routes your DNS requests whenever possible to a partner service to protect you while you browse. +cfr-doorhanger-doh-header = More secure, encrypted DNS lookups +cfr-doorhanger-doh-primary-button = OK, Got it + .accesskey = O +cfr-doorhanger-doh-secondary-button = Disable + .accesskey = D + +## Fission Experiment Message + +cfr-doorhanger-fission-body-approved = Your privacy matters. { -brand-short-name } now isolates, or sandboxes, websites from each other, which makes it harder for hackers to steal passwords, credit card numbers, and other sensitive information. +cfr-doorhanger-fission-header = Site Isolation +cfr-doorhanger-fission-primary-button = OK, Got it + .accesskey = O +cfr-doorhanger-fission-secondary-button = Learn more + .accesskey = L + +## What's new: Cookies message + +cfr-whatsnew-clear-cookies-header = Automatic protection from sneaky tracking tactics +cfr-whatsnew-clear-cookies-body = Some trackers redirect you to other websites that secretly set cookies. { -brand-short-name } now automatically clears those cookies so you can’t be followed. +cfr-whatsnew-clear-cookies-image-alt = Cookie blocked illustration + +## What's new: Media controls message + +cfr-whatsnew-media-keys-header = More media controls +cfr-whatsnew-media-keys-body = Play and pause audio or video right from your keyboard or headset, making it easy to control media from another tab, program, or even when your computer is locked. You can also move between tracks using the forward and back keys. +cfr-whatsnew-media-keys-button = Learn how + +## What's new: Search shortcuts + +cfr-whatsnew-search-shortcuts-header = Search shortcuts in the address bar +cfr-whatsnew-search-shortcuts-body = Now, when you type a search engine or specific site into the address bar, a blue shortcut will appear in the search suggestions beneath. Select that shortcut to complete your search directly from the address bar. + +## What's new: Cookies protection + +cfr-whatsnew-supercookies-header = Protection from malicious supercookies +cfr-whatsnew-supercookies-body = Websites can secretly attach a “supercookie” to your browser that can follow you around the web, even after you clear your cookies. { -brand-short-name } now provides strong protection against supercookies so they can’t be used to track your online activities from one site to the next. + +## What's new: Better bookmarking + +cfr-whatsnew-bookmarking-header = Better bookmarking +cfr-whatsnew-bookmarking-body = It’s easier to keep track of your favorite sites. { -brand-short-name } now remembers your preferred location for saved bookmarks, shows the bookmarks toolbar by default on new tabs, and gives you easy access to the rest of your bookmarks via a toolbar folder. + +## What's new: Cross-site cookie tracking + +cfr-whatsnew-cross-site-tracking-header = Comprehensive protection from cross-site cookie tracking +cfr-whatsnew-cross-site-tracking-body = You can now opt in to better protection from cookie tracking. { -brand-short-name} can isolate your activities and data to the site you’re currently on so information stored in the browser isn’t shared between websites. diff --git a/browser/locales/en-US/browser/newtab/newtab.ftl b/browser/locales/en-US/browser/newtab/newtab.ftl new file mode 100644 index 0000000000..350f24a727 --- /dev/null +++ b/browser/locales/en-US/browser/newtab/newtab.ftl @@ -0,0 +1,252 @@ +# 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 Home / New Tab strings for about:home / about:newtab. + +newtab-page-title = New Tab +newtab-settings-button = + .title = Customize your New Tab page +newtab-personalize-button-label = Personalize + .title = Personalize new tab + .aria-label = Personalize new tab + +## Search box component. + +# "Search" is a verb/action +newtab-search-box-search-button = + .title = Search + .aria-label = Search + +newtab-search-box-search-the-web-text = Search the Web +newtab-search-box-search-the-web-input = + .placeholder = Search the Web + .title = Search the Web + .aria-label = Search the Web + +newtab-search-box-text = Search the web +newtab-search-box-input = + .placeholder = Search the web + .aria-label = Search the web + +## Top Sites - General form dialog. + +newtab-topsites-add-search-engine-header = Add Search Engine +newtab-topsites-add-topsites-header = New Top Site +newtab-topsites-add-shortcut-header = New Shortcut +newtab-topsites-edit-topsites-header = Edit Top Site +newtab-topsites-edit-shortcut-header = Edit Shortcut +newtab-topsites-title-label = Title +newtab-topsites-title-input = + .placeholder = Enter a title + +newtab-topsites-url-label = URL +newtab-topsites-url-input = + .placeholder = Type or paste a URL +newtab-topsites-url-validation = Valid URL required + +newtab-topsites-image-url-label = Custom Image URL +newtab-topsites-use-image-link = Use a custom image… +newtab-topsites-image-validation = Image failed to load. Try a different URL. + +## Top Sites - General form dialog buttons. These are verbs/actions. + +newtab-topsites-cancel-button = Cancel +newtab-topsites-delete-history-button = Delete from History +newtab-topsites-save-button = Save +newtab-topsites-preview-button = Preview +newtab-topsites-add-button = Add + +## Top Sites - Delete history confirmation dialog. + +newtab-confirm-delete-history-p1 = Are you sure you want to delete every instance of this page from your history? +# "This action" refers to deleting a page from history. +newtab-confirm-delete-history-p2 = This action cannot be undone. + +## Top Sites - Sponsored label + +newtab-topsite-sponsored = Sponsored + +## Context Menu - Action Tooltips. + +# General tooltip for context menus. +newtab-menu-section-tooltip = + .title = Open menu + .aria-label = Open menu + +# Tooltip for dismiss button +newtab-dismiss-button-tooltip = + .title = Remove + .aria-label = Remove + +# This tooltip is for the context menu of Pocket cards or Topsites +# Variables: +# $title (String): The label or hostname of the site. This is for screen readers when the context menu button is focused/active. +newtab-menu-content-tooltip = + .title = Open menu + .aria-label = Open context menu for { $title } +# Tooltip on an empty topsite box to open the New Top Site dialog. +newtab-menu-topsites-placeholder-tooltip = + .title = Edit this site + .aria-label = Edit this site + +## Context Menu: These strings are displayed in a context menu and are meant as a call to action for a given page. + +newtab-menu-edit-topsites = Edit +newtab-menu-open-new-window = Open in a New Window +newtab-menu-open-new-private-window = Open in a New Private Window +newtab-menu-dismiss = Dismiss +newtab-menu-pin = Pin +newtab-menu-unpin = Unpin +newtab-menu-delete-history = Delete from History +newtab-menu-save-to-pocket = Save to { -pocket-brand-name } +newtab-menu-delete-pocket = Delete from { -pocket-brand-name } +newtab-menu-archive-pocket = Archive in { -pocket-brand-name } +newtab-menu-show-privacy-info = Our sponsors & your privacy + +## Message displayed in a modal window to explain privacy and provide context for sponsored content. + +newtab-privacy-modal-button-done = Done +newtab-privacy-modal-button-manage = Manage sponsored content settings +newtab-privacy-modal-header = Your privacy matters. +newtab-privacy-modal-paragraph-2 = + In addition to dishing up captivating stories, we also show you relevant, + highly-vetted content from select sponsors. Rest assured, <strong>your browsing + data never leaves your personal copy of { -brand-product-name }</strong> — we don’t see it, and our + sponsors don’t either. +newtab-privacy-modal-link = Learn how privacy works on the new tab + +## + +# Bookmark is a noun in this case, "Remove bookmark". +newtab-menu-remove-bookmark = Remove Bookmark +# Bookmark is a verb here. +newtab-menu-bookmark = Bookmark + +## Context Menu - Downloaded Menu. "Download" in these cases is not a verb, +## it is a noun. As in, "Copy the link that belongs to this downloaded item". + +newtab-menu-copy-download-link = Copy Download Link +newtab-menu-go-to-download-page = Go to Download Page +newtab-menu-remove-download = Remove from History + +## Context Menu - Download Menu: These are platform specific strings found in the context menu of an item that has +## been downloaded. The intention behind "this action" is that it will show where the downloaded file exists on the file +## system for each operating system. + +newtab-menu-show-file = + { PLATFORM() -> + [macos] Show in Finder + *[other] Open Containing Folder + } +newtab-menu-open-file = Open File + +## Card Labels: These labels are associated to pages to give +## context on how the element is related to the user, e.g. type indicates that +## the page is bookmarked, or is currently open on another device. + +newtab-label-visited = Visited +newtab-label-bookmarked = Bookmarked +newtab-label-removed-bookmark = Bookmark removed +newtab-label-recommended = Trending +newtab-label-saved = Saved to { -pocket-brand-name } +newtab-label-download = Downloaded + +# This string is used in the story cards to indicate sponsored content +# Variables: +# $sponsorOrSource (String): This is the name of a company or their domain +newtab-label-sponsored = { $sponsorOrSource } · Sponsored + +# This string is used at the bottom of story cards to indicate sponsored content +# Variables: +# $sponsor (String): This is the name of a sponsor +newtab-label-sponsored-by = Sponsored by { $sponsor } + +## Section Menu: These strings are displayed in the section context menu and are +## meant as a call to action for the given section. + +newtab-section-menu-remove-section = Remove Section +newtab-section-menu-collapse-section = Collapse Section +newtab-section-menu-expand-section = Expand Section +newtab-section-menu-manage-section = Manage Section +newtab-section-menu-manage-webext = Manage Extension +newtab-section-menu-add-topsite = Add Top Site +newtab-section-menu-add-search-engine = Add Search Engine +newtab-section-menu-move-up = Move Up +newtab-section-menu-move-down = Move Down +newtab-section-menu-privacy-notice = Privacy Notice + +## Section aria-labels + +newtab-section-collapse-section-label = + .aria-label = Collapse Section +newtab-section-expand-section-label = + .aria-label = Expand Section + +## Section Headers. + +newtab-section-header-topsites = Top Sites +newtab-section-header-highlights = Highlights +newtab-section-header-recent-activity = Recent activity +# Variables: +# $provider (String): Name of the corresponding content provider. +newtab-section-header-pocket = Recommended by { $provider } + +## Empty Section States: These show when there are no more items in a section. Ex. When there are no more Pocket story recommendations, in the space where there would have been stories, this is shown instead. + +newtab-empty-section-highlights = Start browsing, and we’ll show some of the great articles, videos, and other pages you’ve recently visited or bookmarked here. + +# Ex. When there are no more Pocket story recommendations, in the space where there would have been stories, this is shown instead. +# Variables: +# $provider (String): Name of the content provider for this section, e.g "Pocket". +newtab-empty-section-topstories = You’ve caught up. Check back later for more top stories from { $provider }. Can’t wait? Select a popular topic to find more great stories from around the web. + + +## Empty Section (Content Discovery Experience). These show when there are no more stories or when some stories fail to load. + +newtab-discovery-empty-section-topstories-header = You are caught up! +newtab-discovery-empty-section-topstories-content = Check back later for more stories. +newtab-discovery-empty-section-topstories-try-again-button = Try Again +newtab-discovery-empty-section-topstories-loading = Loading… +# Displays when a layout in a section took too long to fetch articles. +newtab-discovery-empty-section-topstories-timed-out = Oops! We almost loaded this section, but not quite. + +## Pocket Content Section. + +# This is shown at the bottom of the trending stories section and precedes a list of links to popular topics. +newtab-pocket-read-more = Popular Topics: +newtab-pocket-more-recommendations = More Recommendations +newtab-pocket-learn-more = Learn more +newtab-pocket-cta-button = Get { -pocket-brand-name } +newtab-pocket-cta-text = Save the stories you love in { -pocket-brand-name }, and fuel your mind with fascinating reads. + +## Error Fallback Content. +## This message and suggested action link are shown in each section of UI that fails to render. + +newtab-error-fallback-info = Oops, something went wrong loading this content. +newtab-error-fallback-refresh-link = Refresh page to try again. + +## Customization Menu + +newtab-custom-shortcuts-title = Shortcuts +newtab-custom-shortcuts-subtitle = Sites you save or visit +newtab-custom-row-selector = + { $num -> + [one] { $num } row + *[other] { $num } rows + } +newtab-custom-sponsored-sites = Sponsored shortcuts +newtab-custom-pocket-title = Recommended by { -pocket-brand-name } +newtab-custom-pocket-subtitle = Exceptional content curated by { -pocket-brand-name }, part of the { -brand-product-name } family +newtab-custom-pocket-sponsored = Sponsored stories +newtab-custom-recent-title = Recent activity +newtab-custom-recent-subtitle = A selection of recent sites and content +newtab-custom-close-button = Close + +# For the "Snippets" feature traditionally on about:home. +# Alternative translation options: "Small Note" or something that +# expresses the idea of "a small message, shortened from something else, +# and non-essential but also not entirely trivial and useless. +newtab-custom-snippets-title = Snippets +newtab-custom-snippets-subtitle = Tips and news from { -vendor-short-name } and { -brand-product-name } +newtab-custom-settings = Manage more settings diff --git a/browser/locales/en-US/browser/newtab/onboarding.ftl b/browser/locales/en-US/browser/newtab/onboarding.ftl new file mode 100644 index 0000000000..7753327f5f --- /dev/null +++ b/browser/locales/en-US/browser/newtab/onboarding.ftl @@ -0,0 +1,119 @@ +# 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/. + +### UI strings for the simplified onboarding / multistage about:welcome +### Various strings use a non-breaking space to avoid a single dangling / +### widowed word, so test on various window sizes if you also want this. + +## Welcome page strings + +onboarding-welcome-header = Welcome to { -brand-short-name } +onboarding-start-browsing-button-label = Start Browsing +onboarding-not-now-button-label = Not now + +## Custom Return To AMO onboarding strings + +return-to-amo-subtitle = Great, you’ve got { -brand-short-name } +# <img data-l10n-name="icon"/> will be replaced with the icon belonging to the extension +# +# Variables: +# $addon-name (String) - Name of the add-on +return-to-amo-addon-title = Now let’s get you <img data-l10n-name="icon"/> <b>{ $addon-name }</b>. +return-to-amo-add-extension-label = Add the Extension + +## Multistage 3-screen onboarding flow strings (about:welcome pages) + +# The <span data-l10n-name="zap"></span> in this string allows a "zap" underline style to be +# automatically added to the text inside it. { -brand-short-name } should stay inside the span. +onboarding-multistage-welcome-header = Welcome to <span data-l10n-name="zap">{ -brand-short-name }</span> +onboarding-multistage-welcome-subtitle = The fast, safe, and private browser that’s backed by a non-profit. +onboarding-multistage-welcome-primary-button-label = Start Setup +onboarding-multistage-welcome-secondary-button-label = Sign in +onboarding-multistage-welcome-secondary-button-text = Have an account? + +# The <span data-l10n-name="zap"></span> in this string allows a "zap" underline style to be +# automatically added to the text inside it. "more" should stay inside the span. +onboarding-multistage-import-header = Import your passwords, <br/>bookmarks, and <span data-l10n-name="zap">more</span> +onboarding-multistage-import-subtitle = Coming from another browser? It’s easy to bring everything to { -brand-short-name }. +onboarding-multistage-import-primary-button-label = Start Import +onboarding-multistage-import-secondary-button-label = Not now + +# Info displayed in the footer of import settings screen during onboarding flow. +# This supports welcome screen showing top sites imported from the user's default browser. +onboarding-import-sites-disclaimer = The sites listed here were found on this device. { -brand-short-name } does not save or sync data from another browser unless you choose to import it. + +# Aria-label to make the "steps" of multistage onboarding visible to screen readers. +# Variables: +# $current (Int) - Number of the current page +# $total (Int) - Total number of pages +onboarding-welcome-steps-indicator = + .aria-label = Getting started: screen { $current } of { $total } + +# The <span data-l10n-name="zap"></span> in this string allows a "zap" underline style to be +# automatically added to the text inside it. "look" should stay inside the span. +onboarding-multistage-theme-header = Choose a <span data-l10n-name="zap">look</span> +onboarding-multistage-theme-subtitle = Personalize { -brand-short-name } with a theme. +onboarding-multistage-theme-primary-button-label = Save Theme +onboarding-multistage-theme-secondary-button-label = Not now + +# Automatic theme uses operating system color settings +onboarding-multistage-theme-label-automatic = Automatic + +onboarding-multistage-theme-label-light = Light +onboarding-multistage-theme-label-dark = Dark +# "Firefox Alpenglow" here is the name of the theme, and should be kept in English. +onboarding-multistage-theme-label-alpenglow = Firefox Alpenglow + +## Please make sure to split the content of the title attribute into lines whose +## width corresponds to about 40 Latin characters, to ensure that the tooltip +## doesn't become too long. Line breaks will be preserved when displaying the +## tooltip. + +# Tooltip displayed on hover of automatic theme +onboarding-multistage-theme-tooltip-automatic-2 = + .title = + Inherit the appearance of your operating + system for buttons, menus, and windows. + +# Input description for automatic theme +onboarding-multistage-theme-description-automatic-2 = + .aria-description = + Inherit the appearance of your operating + system for buttons, menus, and windows. + +# Tooltip displayed on hover of light theme +onboarding-multistage-theme-tooltip-light-2 = + .title = + Use a light appearance for buttons, + menus, and windows. + +# Input description for light theme +onboarding-multistage-theme-description-light = + .aria-description = + Use a light appearance for buttons, + menus, and windows. + +# Tooltip displayed on hover of dark theme +onboarding-multistage-theme-tooltip-dark-2 = + .title = + Use a dark appearance for buttons, + menus, and windows. + +# Input description for dark theme +onboarding-multistage-theme-description-dark = + .aria-description = + Use a dark appearance for buttons, + menus, and windows. + +# Tooltip displayed on hover of Alpenglow theme +onboarding-multistage-theme-tooltip-alpenglow-2 = + .title = + Use a colorful appearance for buttons, + menus, and windows. + +# Input description for Alpenglow theme +onboarding-multistage-theme-description-alpenglow = + .aria-description = + Use a colorful appearance for buttons, + menus, and windows. diff --git a/browser/locales/en-US/browser/nsserrors.ftl b/browser/locales/en-US/browser/nsserrors.ftl new file mode 100644 index 0000000000..21e7b49e52 --- /dev/null +++ b/browser/locales/en-US/browser/nsserrors.ftl @@ -0,0 +1,355 @@ +# 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/. + +# DO NOT ADD THINGS OTHER THAN ERROR MESSAGES HERE. +# This file gets parsed into a JS dictionary of all known error message ids in +# gen_aboutneterror_codes.py . If we end up needing fluent attributes or +# refactoring them in some way, the script will need updating. + +# Variables: +# $hostname (String) - Hostname of the website with SSL error. +# $errorMessage (String) - Error message corresponding to the type of error we are experiencing. +ssl-connection-error = + An error occurred during a connection to { $hostname }. { $errorMessage } + +# Variables: +# $error (string) - NSS error code string that specifies type of cert error. e.g. unknown issuer, invalid cert, etc. +cert-error-code-prefix = Error code: { $error } + +psmerr-ssl-disabled = Can’t connect securely because the SSL protocol has been disabled. +psmerr-ssl2-disabled = Can’t connect securely because the site uses an older, insecure version of the SSL protocol. + +# This is a multi-line message. +psmerr-hostreusedissuerandserial = + You have received an invalid certificate. Please contact the server administrator or email correspondent and give them the following information: + + Your certificate contains the same serial number as another certificate issued by the certificate authority. Please get a new certificate containing a unique serial number. + +ssl-error-export-only-server = Unable to communicate securely. Peer does not support high-grade encryption. +ssl-error-us-only-server = Unable to communicate securely. Peer requires high-grade encryption which is not supported. +ssl-error-no-cypher-overlap = Cannot communicate securely with peer: no common encryption algorithm(s). +ssl-error-no-certificate = Unable to find the certificate or key necessary for authentication. +ssl-error-bad-certificate = Unable to communicate securely with peer: peers’s certificate was rejected. +ssl-error-bad-client = The server has encountered bad data from the client. +ssl-error-bad-server = The client has encountered bad data from the server. +ssl-error-unsupported-certificate-type = Unsupported certificate type. +ssl-error-unsupported-version = Peer using unsupported version of security protocol. +ssl-error-wrong-certificate = Client authentication failed: private key in key database does not match public key in certificate database. +ssl-error-bad-cert-domain = Unable to communicate securely with peer: requested domain name does not match the server’s certificate. +ssl-error-post-warning = Unrecognized SSL error code. +ssl-error-ssl2-disabled = Peer only supports SSL version 2, which is locally disabled. +ssl-error-bad-mac-read = SSL received a record with an incorrect Message Authentication Code. +ssl-error-bad-mac-alert = SSL peer reports incorrect Message Authentication Code. +ssl-error-bad-cert-alert = SSL peer cannot verify your certificate. +ssl-error-revoked-cert-alert = SSL peer rejected your certificate as revoked. +ssl-error-expired-cert-alert = SSL peer rejected your certificate as expired. +ssl-error-ssl-disabled = Cannot connect: SSL is disabled. +ssl-error-fortezza-pqg = Cannot connect: SSL peer is in another FORTEZZA domain. +ssl-error-unknown-cipher-suite = An unknown SSL cipher suite has been requested. +ssl-error-no-ciphers-supported = No cipher suites are present and enabled in this program. +ssl-error-bad-block-padding = SSL received a record with bad block padding. +ssl-error-rx-record-too-long = SSL received a record that exceeded the maximum permissible length. +ssl-error-tx-record-too-long = SSL attempted to send a record that exceeded the maximum permissible length. +ssl-error-rx-malformed-hello-request = SSL received a malformed Hello Request handshake message. +ssl-error-rx-malformed-client-hello = SSL received a malformed Client Hello handshake message. +ssl-error-rx-malformed-server-hello = SSL received a malformed Server Hello handshake message. +ssl-error-rx-malformed-certificate = SSL received a malformed Certificate handshake message. +ssl-error-rx-malformed-server-key-exch = SSL received a malformed Server Key Exchange handshake message. +ssl-error-rx-malformed-cert-request = SSL received a malformed Certificate Request handshake message. +ssl-error-rx-malformed-hello-done = SSL received a malformed Server Hello Done handshake message. +ssl-error-rx-malformed-cert-verify = SSL received a malformed Certificate Verify handshake message. +ssl-error-rx-malformed-client-key-exch = SSL received a malformed Client Key Exchange handshake message. +ssl-error-rx-malformed-finished = SSL received a malformed Finished handshake message. +ssl-error-rx-malformed-change-cipher = SSL received a malformed Change Cipher Spec record. +ssl-error-rx-malformed-alert = SSL received a malformed Alert record. +ssl-error-rx-malformed-handshake = SSL received a malformed Handshake record. +ssl-error-rx-malformed-application-data = SSL received a malformed Application Data record. +ssl-error-rx-unexpected-hello-request = SSL received an unexpected Hello Request handshake message. +ssl-error-rx-unexpected-client-hello = SSL received an unexpected Client Hello handshake message. +ssl-error-rx-unexpected-server-hello = SSL received an unexpected Server Hello handshake message. +ssl-error-rx-unexpected-certificate = SSL received an unexpected Certificate handshake message. +ssl-error-rx-unexpected-server-key-exch = SSL received an unexpected Server Key Exchange handshake message. +ssl-error-rx-unexpected-cert-request = SSL received an unexpected Certificate Request handshake message. +ssl-error-rx-unexpected-hello-done = SSL received an unexpected Server Hello Done handshake message. +ssl-error-rx-unexpected-cert-verify = SSL received an unexpected Certificate Verify handshake message. +ssl-error-rx-unexpected-client-key-exch = SSL received an unexpected Client Key Exchange handshake message. +ssl-error-rx-unexpected-finished = SSL received an unexpected Finished handshake message. +ssl-error-rx-unexpected-change-cipher = SSL received an unexpected Change Cipher Spec record. +ssl-error-rx-unexpected-alert = SSL received an unexpected Alert record. +ssl-error-rx-unexpected-handshake = SSL received an unexpected Handshake record. +ssl-error-rx-unexpected-application-data = SSL received an unexpected Application Data record. +ssl-error-rx-unknown-record-type = SSL received a record with an unknown content type. +ssl-error-rx-unknown-handshake = SSL received a handshake message with an unknown message type. +ssl-error-rx-unknown-alert = SSL received an alert record with an unknown alert description. +ssl-error-close-notify-alert = SSL peer has closed this connection. +ssl-error-handshake-unexpected-alert = SSL peer was not expecting a handshake message it received. +ssl-error-decompression-failure-alert = SSL peer was unable to successfully decompress an SSL record it received. +ssl-error-handshake-failure-alert = SSL peer was unable to negotiate an acceptable set of security parameters. +ssl-error-illegal-parameter-alert = SSL peer rejected a handshake message for unacceptable content. +ssl-error-unsupported-cert-alert = SSL peer does not support certificates of the type it received. +ssl-error-certificate-unknown-alert = SSL peer had some unspecified issue with the certificate it received. +ssl-error-generate-random-failure = SSL experienced a failure of its random number generator. +ssl-error-sign-hashes-failure = Unable to digitally sign data required to verify your certificate. +ssl-error-extract-public-key-failure = SSL was unable to extract the public key from the peer’s certificate. +ssl-error-server-key-exchange-failure = Unspecified failure while processing SSL Server Key Exchange handshake. +ssl-error-client-key-exchange-failure = Unspecified failure while processing SSL Client Key Exchange handshake. +ssl-error-encryption-failure = Bulk data encryption algorithm failed in selected cipher suite. +ssl-error-decryption-failure = Bulk data decryption algorithm failed in selected cipher suite. +ssl-error-socket-write-failure = Attempt to write encrypted data to underlying socket failed. +ssl-error-md5-digest-failure = MD5 digest function failed. +ssl-error-sha-digest-failure = SHA-1 digest function failed. +ssl-error-mac-computation-failure = MAC computation failed. +ssl-error-sym-key-context-failure = Failure to create Symmetric Key context. +ssl-error-sym-key-unwrap-failure = Failure to unwrap the Symmetric key in Client Key Exchange message. +ssl-error-pub-key-size-limit-exceeded = SSL Server attempted to use domestic-grade public key with export cipher suite. +ssl-error-iv-param-failure = PKCS11 code failed to translate an IV into a param. +ssl-error-init-cipher-suite-failure = Failed to initialize the selected cipher suite. +ssl-error-session-key-gen-failure = Client failed to generate session keys for SSL session. +ssl-error-no-server-key-for-alg = Server has no key for the attempted key exchange algorithm. +ssl-error-token-insertion-removal = PKCS#11 token was inserted or removed while operation was in progress. +ssl-error-token-slot-not-found = No PKCS#11 token could be found to do a required operation. +ssl-error-no-compression-overlap = Cannot communicate securely with peer: no common compression algorithm(s). +ssl-error-handshake-not-completed = Cannot initiate another SSL handshake until current handshake is complete. +ssl-error-bad-handshake-hash-value = Received incorrect handshakes hash values from peer. +ssl-error-cert-kea-mismatch = The certificate provided cannot be used with the selected key exchange algorithm. +ssl-error-no-trusted-ssl-client-ca = No certificate authority is trusted for SSL client authentication. +ssl-error-session-not-found = Client’s SSL session ID not found in server’s session cache. +ssl-error-decryption-failed-alert = Peer was unable to decrypt an SSL record it received. +ssl-error-record-overflow-alert = Peer received an SSL record that was longer than is permitted. +ssl-error-unknown-ca-alert = Peer does not recognize and trust the CA that issued your certificate. +ssl-error-access-denied-alert = Peer received a valid certificate, but access was denied. +ssl-error-decode-error-alert = Peer could not decode an SSL handshake message. +ssl-error-decrypt-error-alert = Peer reports failure of signature verification or key exchange. +ssl-error-export-restriction-alert = Peer reports negotiation not in compliance with export regulations. +ssl-error-protocol-version-alert = Peer reports incompatible or unsupported protocol version. +ssl-error-insufficient-security-alert = Server requires ciphers more secure than those supported by client. +ssl-error-internal-error-alert = Peer reports it experienced an internal error. +ssl-error-user-canceled-alert = Peer user canceled handshake. +ssl-error-no-renegotiation-alert = Peer does not permit renegotiation of SSL security parameters. +ssl-error-server-cache-not-configured = SSL server cache not configured and not disabled for this socket. +ssl-error-unsupported-extension-alert = SSL peer does not support requested TLS hello extension. +ssl-error-certificate-unobtainable-alert = SSL peer could not obtain your certificate from the supplied URL. +ssl-error-unrecognized-name-alert = SSL peer has no certificate for the requested DNS name. +ssl-error-bad-cert-status-response-alert = SSL peer was unable to get an OCSP response for its certificate. +ssl-error-bad-cert-hash-value-alert = SSL peer reported bad certificate hash value. +ssl-error-rx-unexpected-new-session-ticket = SSL received an unexpected New Session Ticket handshake message. +ssl-error-rx-malformed-new-session-ticket = SSL received a malformed New Session Ticket handshake message. +ssl-error-decompression-failure = SSL received a compressed record that could not be decompressed. +ssl-error-renegotiation-not-allowed = Renegotiation is not allowed on this SSL socket. +ssl-error-unsafe-negotiation = Peer attempted old style (potentially vulnerable) handshake. +ssl-error-rx-unexpected-uncompressed-record = SSL received an unexpected uncompressed record. +ssl-error-weak-server-ephemeral-dh-key = SSL received a weak ephemeral Diffie-Hellman key in Server Key Exchange handshake message. +ssl-error-next-protocol-data-invalid = SSL received invalid NPN extension data. +ssl-error-feature-not-supported-for-ssl2 = SSL feature not supported for SSL 2.0 connections. +ssl-error-feature-not-supported-for-servers = SSL feature not supported for servers. +ssl-error-feature-not-supported-for-clients = SSL feature not supported for clients. +ssl-error-invalid-version-range = SSL version range is not valid. +ssl-error-cipher-disallowed-for-version = SSL peer selected a cipher suite disallowed for the selected protocol version. +ssl-error-rx-malformed-hello-verify-request = SSL received a malformed Hello Verify Request handshake message. +ssl-error-rx-unexpected-hello-verify-request = SSL received an unexpected Hello Verify Request handshake message. +ssl-error-feature-not-supported-for-version = SSL feature not supported for the protocol version. +ssl-error-rx-unexpected-cert-status = SSL received an unexpected Certificate Status handshake message. +ssl-error-unsupported-hash-algorithm = Unsupported hash algorithm used by TLS peer. +ssl-error-digest-failure = Digest function failed. +ssl-error-incorrect-signature-algorithm = Incorrect signature algorithm specified in a digitally-signed element. +ssl-error-next-protocol-no-callback = The next protocol negotiation extension was enabled, but the callback was cleared prior to being needed. +ssl-error-next-protocol-no-protocol = The server supports no protocols that the client advertises in the ALPN extension. +ssl-error-inappropriate-fallback-alert = The server rejected the handshake because the client downgraded to a lower TLS version than the server supports. +ssl-error-weak-server-cert-key = The server certificate included a public key that was too weak. +ssl-error-rx-short-dtls-read = Not enough room in buffer for DTLS record. +ssl-error-no-supported-signature-algorithm = No supported TLS signature algorithm was configured. +ssl-error-unsupported-signature-algorithm = The peer used an unsupported combination of signature and hash algorithm. +ssl-error-missing-extended-master-secret = The peer tried to resume without a correct extended_master_secret extension. +ssl-error-unexpected-extended-master-secret = The peer tried to resume with an unexpected extended_master_secret extension. +sec-error-io = An I/O error occurred during security authorization. +sec-error-library-failure = security library failure. +sec-error-bad-data = security library: received bad data. +sec-error-output-len = security library: output length error. +sec-error-input-len = security library has experienced an input length error. +sec-error-invalid-args = security library: invalid arguments. +sec-error-invalid-algorithm = security library: invalid algorithm. +sec-error-invalid-ava = security library: invalid AVA. +sec-error-invalid-time = Improperly formatted time string. +sec-error-bad-der = security library: improperly formatted DER-encoded message. +sec-error-bad-signature = Peer’s certificate has an invalid signature. +sec-error-expired-certificate = Peer’s Certificate has expired. +sec-error-revoked-certificate = Peer’s Certificate has been revoked. +sec-error-unknown-issuer = Peer’s Certificate issuer is not recognized. +sec-error-bad-key = Peer’s public key is invalid. +sec-error-bad-password = The security password entered is incorrect. +sec-error-retry-password = New password entered incorrectly. Please try again. +sec-error-no-nodelock = security library: no nodelock. +sec-error-bad-database = security library: bad database. +sec-error-no-memory = security library: memory allocation failure. +sec-error-untrusted-issuer = Peer’s certificate issuer has been marked as not trusted by the user. +sec-error-untrusted-cert = Peer’s certificate has been marked as not trusted by the user. +sec-error-duplicate-cert = Certificate already exists in your database. +sec-error-duplicate-cert-name = Downloaded certificate’s name duplicates one already in your database. +sec-error-adding-cert = Error adding certificate to database. +sec-error-filing-key = Error refiling the key for this certificate. +sec-error-no-key = The private key for this certificate cannot be found in key database +sec-error-cert-valid = This certificate is valid. +sec-error-cert-not-valid = This certificate is not valid. +sec-error-cert-no-response = Cert Library: No Response +sec-error-expired-issuer-certificate = The certificate issuer’s certificate has expired. Check your system date and time. +sec-error-crl-expired = The CRL for the certificate’s issuer has expired. Update it or check your system date and time. +sec-error-crl-bad-signature = The CRL for the certificate’s issuer has an invalid signature. +sec-error-crl-invalid = New CRL has an invalid format. +sec-error-extension-value-invalid = Certificate extension value is invalid. +sec-error-extension-not-found = Certificate extension not found. +sec-error-ca-cert-invalid = Issuer certificate is invalid. +sec-error-path-len-constraint-invalid = Certificate path length constraint is invalid. +sec-error-cert-usages-invalid = Certificate usages field is invalid. +sec-internal-only = **Internal ONLY module** +sec-error-invalid-key = The key does not support the requested operation. +sec-error-unknown-critical-extension = Certificate contains unknown critical extension. +sec-error-old-crl = New CRL is not later than the current one. +sec-error-no-email-cert = Not encrypted or signed: you do not yet have an email certificate. +sec-error-no-recipient-certs-query = Not encrypted: you do not have certificates for each of the recipients. +sec-error-not-a-recipient = Cannot decrypt: you are not a recipient, or matching certificate and private key not found. +sec-error-pkcs7-keyalg-mismatch = Cannot decrypt: key encryption algorithm does not match your certificate. +sec-error-pkcs7-bad-signature = Signature verification failed: no signer found, too many signers found, or improper or corrupted data. +sec-error-unsupported-keyalg = Unsupported or unknown key algorithm. +sec-error-decryption-disallowed = Cannot decrypt: encrypted using a disallowed algorithm or key size. +xp-sec-fortezza-bad-card = Fortezza card has not been properly initialized. Please remove it and return it to your issuer. +xp-sec-fortezza-no-card = No Fortezza cards Found +xp-sec-fortezza-none-selected = No Fortezza card selected +xp-sec-fortezza-more-info = Please select a personality to get more info on +xp-sec-fortezza-person-not-found = Personality not found +xp-sec-fortezza-no-more-info = No more information on that Personality +xp-sec-fortezza-bad-pin = Invalid Pin +xp-sec-fortezza-person-error = Couldn’t initialize Fortezza personalities. +sec-error-no-krl = No KRL for this site’s certificate has been found. +sec-error-krl-expired = The KRL for this site’s certificate has expired. +sec-error-krl-bad-signature = The KRL for this site’s certificate has an invalid signature. +sec-error-revoked-key = The key for this site’s certificate has been revoked. +sec-error-krl-invalid = New KRL has an invalid format. +sec-error-need-random = security library: need random data. +sec-error-no-module = security library: no security module can perform the requested operation. +sec-error-no-token = The security card or token does not exist, needs to be initialized, or has been removed. +sec-error-read-only = security library: read-only database. +sec-error-no-slot-selected = No slot or token was selected. +sec-error-cert-nickname-collision = A certificate with the same nickname already exists. +sec-error-key-nickname-collision = A key with the same nickname already exists. +sec-error-safe-not-created = error while creating safe object +sec-error-baggage-not-created = error while creating baggage object +xp-java-remove-principal-error = Couldn’t remove the principal +xp-java-delete-privilege-error = Couldn’t delete the privilege +xp-java-cert-not-exists-error = This principal doesn’t have a certificate +sec-error-bad-export-algorithm = Required algorithm is not allowed. +sec-error-exporting-certificates = Error attempting to export certificates. +sec-error-importing-certificates = Error attempting to import certificates. +sec-error-pkcs12-decoding-pfx = Unable to import. Decoding error. File not valid. +sec-error-pkcs12-invalid-mac = Unable to import. Invalid MAC. Incorrect password or corrupt file. +sec-error-pkcs12-unsupported-mac-algorithm = Unable to import. MAC algorithm not supported. +sec-error-pkcs12-unsupported-transport-mode = Unable to import. Only password integrity and privacy modes supported. +sec-error-pkcs12-corrupt-pfx-structure = Unable to import. File structure is corrupt. +sec-error-pkcs12-unsupported-pbe-algorithm = Unable to import. Encryption algorithm not supported. +sec-error-pkcs12-unsupported-version = Unable to import. File version not supported. +sec-error-pkcs12-privacy-password-incorrect = Unable to import. Incorrect privacy password. +sec-error-pkcs12-cert-collision = Unable to import. Same nickname already exists in database. +sec-error-user-cancelled = The user pressed cancel. +sec-error-pkcs12-duplicate-data = Not imported, already in database. +sec-error-message-send-aborted = Message not sent. +sec-error-inadequate-key-usage = Certificate key usage inadequate for attempted operation. +sec-error-inadequate-cert-type = Certificate type not approved for application. +sec-error-cert-addr-mismatch = Address in signing certificate does not match address in message headers. +sec-error-pkcs12-unable-to-import-key = Unable to import. Error attempting to import private key. +sec-error-pkcs12-importing-cert-chain = Unable to import. Error attempting to import certificate chain. +sec-error-pkcs12-unable-to-locate-object-by-name = Unable to export. Unable to locate certificate or key by nickname. +sec-error-pkcs12-unable-to-export-key = Unable to export. Private Key could not be located and exported. +sec-error-pkcs12-unable-to-write = Unable to export. Unable to write the export file. +sec-error-pkcs12-unable-to-read = Unable to import. Unable to read the import file. +sec-error-pkcs12-key-database-not-initialized = Unable to export. Key database corrupt or deleted. +sec-error-keygen-fail = Unable to generate public/private key pair. +sec-error-invalid-password = Password entered is invalid. Please pick a different one. +sec-error-retry-old-password = Old password entered incorrectly. Please try again. +sec-error-bad-nickname = Certificate nickname already in use. +sec-error-not-fortezza-issuer = Peer FORTEZZA chain has a non-FORTEZZA Certificate. +sec-error-cannot-move-sensitive-key = A sensitive key cannot be moved to the slot where it is needed. +sec-error-js-invalid-module-name = Invalid module name. +sec-error-js-invalid-dll = Invalid module path/filename +sec-error-js-add-mod-failure = Unable to add module +sec-error-js-del-mod-failure = Unable to delete module +sec-error-old-krl = New KRL is not later than the current one. +sec-error-ckl-conflict = New CKL has different issuer than current CKL. Delete current CKL. +sec-error-cert-not-in-name-space = The Certifying Authority for this certificate is not permitted to issue a certificate with this name. +sec-error-krl-not-yet-valid = The key revocation list for this certificate is not yet valid. +sec-error-crl-not-yet-valid = The certificate revocation list for this certificate is not yet valid. +sec-error-unknown-cert = The requested certificate could not be found. +sec-error-unknown-signer = The signer’s certificate could not be found. +sec-error-cert-bad-access-location = The location for the certificate status server has invalid format. +sec-error-ocsp-unknown-response-type = The OCSP response cannot be fully decoded; it is of an unknown type. +sec-error-ocsp-bad-http-response = The OCSP server returned unexpected/invalid HTTP data. +sec-error-ocsp-malformed-request = The OCSP server found the request to be corrupted or improperly formed. +sec-error-ocsp-server-error = The OCSP server experienced an internal error. +sec-error-ocsp-try-server-later = The OCSP server suggests trying again later. +sec-error-ocsp-request-needs-sig = The OCSP server requires a signature on this request. +sec-error-ocsp-unauthorized-request = The OCSP server has refused this request as unauthorized. +sec-error-ocsp-unknown-response-status = The OCSP server returned an unrecognizable status. +sec-error-ocsp-unknown-cert = The OCSP server has no status for the certificate. +sec-error-ocsp-not-enabled = You must enable OCSP before performing this operation. +sec-error-ocsp-no-default-responder = You must set the OCSP default responder before performing this operation. +sec-error-ocsp-malformed-response = The response from the OCSP server was corrupted or improperly formed. +sec-error-ocsp-unauthorized-response = The signer of the OCSP response is not authorized to give status for this certificate. +sec-error-ocsp-future-response = The OCSP response is not yet valid (contains a date in the future). +sec-error-ocsp-old-response = The OCSP response contains out-of-date information. +sec-error-digest-not-found = The CMS or PKCS #7 Digest was not found in signed message. +sec-error-unsupported-message-type = The CMS or PKCS #7 Message type is unsupported. +sec-error-module-stuck = PKCS #11 module could not be removed because it is still in use. +sec-error-bad-template = Could not decode ASN.1 data. Specified template was invalid. +sec-error-crl-not-found = No matching CRL was found. +sec-error-reused-issuer-and-serial = You are attempting to import a cert with the same issuer/serial as an existing cert, but that is not the same cert. +sec-error-busy = NSS could not shutdown. Objects are still in use. +sec-error-extra-input = DER-encoded message contained extra unused data. +sec-error-unsupported-elliptic-curve = Unsupported elliptic curve. +sec-error-unsupported-ec-point-form = Unsupported elliptic curve point form. +sec-error-unrecognized-oid = Unrecognized Object Identifier. +sec-error-ocsp-invalid-signing-cert = Invalid OCSP signing certificate in OCSP response. +sec-error-revoked-certificate-crl = Certificate is revoked in issuer’s certificate revocation list. +sec-error-revoked-certificate-ocsp = Issuer’s OCSP responder reports certificate is revoked. +sec-error-crl-invalid-version = Issuer’s Certificate Revocation List has an unknown version number. +sec-error-crl-v1-critical-extension = Issuer’s V1 Certificate Revocation List has a critical extension. +sec-error-crl-unknown-critical-extension = Issuer’s V2 Certificate Revocation List has an unknown critical extension. +sec-error-unknown-object-type = Unknown object type specified. +sec-error-incompatible-pkcs11 = PKCS #11 driver violates the spec in an incompatible way. +sec-error-no-event = No new slot event is available at this time. +sec-error-crl-already-exists = CRL already exists. +sec-error-not-initialized = NSS is not initialized. +sec-error-token-not-logged-in = The operation failed because the PKCS#11 token is not logged in. +sec-error-ocsp-responder-cert-invalid = Configured OCSP responder’s certificate is invalid. +sec-error-ocsp-bad-signature = OCSP response has an invalid signature. +sec-error-out-of-search-limits = Cert validation search is out of search limits +sec-error-invalid-policy-mapping = Policy mapping contains anypolicy +sec-error-policy-validation-failed = Cert chain fails policy validation +sec-error-unknown-aia-location-type = Unknown location type in cert AIA extension +sec-error-bad-http-response = Server returned bad HTTP response +sec-error-bad-ldap-response = Server returned bad LDAP response +sec-error-failed-to-encode-data = Failed to encode data with ASN1 encoder +sec-error-bad-info-access-location = Bad information access location in cert extension +sec-error-libpkix-internal = Libpkix internal error occurred during cert validation. +sec-error-pkcs11-general-error = A PKCS #11 module returned CKR_GENERAL_ERROR, indicating that an unrecoverable error has occurred. +sec-error-pkcs11-function-failed = A PKCS #11 module returned CKR_FUNCTION_FAILED, indicating that the requested function could not be performed. Trying the same operation again might succeed. +sec-error-pkcs11-device-error = A PKCS #11 module returned CKR_DEVICE_ERROR, indicating that a problem has occurred with the token or slot. +sec-error-bad-info-access-method = Unknown information access method in certificate extension. +sec-error-crl-import-failed = Error attempting to import a CRL. +sec-error-expired-password = The password expired. +sec-error-locked-password = The password is locked. +sec-error-unknown-pkcs11-error = Unknown PKCS #11 error. +sec-error-bad-crl-dp-url = Invalid or unsupported URL in CRL distribution point name. +sec-error-cert-signature-algorithm-disabled = The certificate was signed using a signature algorithm that is disabled because it is not secure. +mozilla-pkix-error-key-pinning-failure = The server uses key pinning (HPKP) but no trusted certificate chain could be constructed that matches the pinset. Key pinning violations cannot be overridden. +mozilla-pkix-error-ca-cert-used-as-end-entity = The server uses a certificate with a basic constraints extension identifying it as a certificate authority. For a properly-issued certificate, this should not be the case. +mozilla-pkix-error-inadequate-key-size = The server presented a certificate with a key size that is too small to establish a secure connection. +mozilla-pkix-error-v1-cert-used-as-ca = An X.509 version 1 certificate that is not a trust anchor was used to issue the server’s certificate. X.509 version 1 certificates are deprecated and should not be used to sign other certificates. +mozilla-pkix-error-not-yet-valid-certificate = The server presented a certificate that is not yet valid. +mozilla-pkix-error-not-yet-valid-issuer-certificate = A certificate that is not yet valid was used to issue the server’s certificate. +mozilla-pkix-error-signature-algorithm-mismatch = The signature algorithm in the signature field of the certificate does not match the algorithm in its signatureAlgorithm field. +mozilla-pkix-error-ocsp-response-for-cert-missing = The OCSP response does not include a status for the certificate being verified. +mozilla-pkix-error-validity-too-long = The server presented a certificate that is valid for too long. +mozilla-pkix-error-required-tls-feature-missing = A required TLS feature is missing. +mozilla-pkix-error-invalid-integer-encoding = The server presented a certificate that contains an invalid encoding of an integer. Common causes include negative serial numbers, negative RSA moduli, and encodings that are longer than necessary. +mozilla-pkix-error-empty-issuer-name = The server presented a certificate with an empty issuer distinguished name. +mozilla-pkix-error-additional-policy-constraint-failed = An additional policy constraint failed when validating this certificate. +mozilla-pkix-error-self-signed-cert = The certificate is not trusted because it is self-signed. diff --git a/browser/locales/en-US/browser/pageInfo.ftl b/browser/locales/en-US/browser/pageInfo.ftl new file mode 100644 index 0000000000..1fdd1a18c9 --- /dev/null +++ b/browser/locales/en-US/browser/pageInfo.ftl @@ -0,0 +1,253 @@ +# 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/. -- + +page-info-window = + .style = width: 600px; min-height: 550px; + +copy = + .key = C +menu-copy = + .label = Copy + .accesskey = C + +select-all = + .key = A +menu-select-all = + .label = Select All + .accesskey = A + +close-dialog = + .key = w + +general-tab = + .label = General + .accesskey = G +general-title = + .value = Title: +general-url = + .value = Address: +general-type = + .value = Type: +general-mode = + .value = Render Mode: +general-size = + .value = Size: +general-referrer = + .value = Referring URL: +general-modified = + .value = Modified: +general-encoding = + .value = Text Encoding: +general-meta-name = + .label = Name +general-meta-content = + .label = Content + +media-tab = + .label = Media + .accesskey = M +media-location = + .value = Location: +media-text = + .value = Associated Text: +media-alt-header = + .label = Alternate Text +media-address = + .label = Address +media-type = + .label = Type +media-size = + .label = Size +media-count = + .label = Count +media-dimension = + .value = Dimensions: +media-long-desc = + .value = Long Description: +media-save-as = + .label = Save As… + .accesskey = A +media-save-image-as = + .label = Save As… + .accesskey = e + +perm-tab = + .label = Permissions + .accesskey = P +permissions-for = + .value = Permissions for: + +security-tab = + .label = Security + .accesskey = S +security-view = + .label = View Certificate + .accesskey = V +security-view-unknown = Unknown + .value = Unknown +security-view-identity = + .value = Website Identity +security-view-identity-owner = + .value = Owner: +security-view-identity-domain = + .value = Website: +security-view-identity-verifier = + .value = Verified by: +security-view-identity-validity = + .value = Expires on: +security-view-privacy = + .value = Privacy & History + +security-view-privacy-history-value = Have I visited this website prior to today? +security-view-privacy-sitedata-value = Is this website storing information on my computer? + +security-view-privacy-clearsitedata = + .label = Clear Cookies and Site Data + .accesskey = C + +security-view-privacy-passwords-value = Have I saved any passwords for this website? + +security-view-privacy-viewpasswords = + .label = View Saved Passwords + .accesskey = w +security-view-technical = + .value = Technical Details + +help-button = + .label = Help + +## These strings are used to tell the user if the website is storing cookies +## and data on the users computer in the security tab of pageInfo +## Variables: +## $value (number) - Amount of data being stored +## $unit (string) - The unit of data being stored (Usually KB) +security-site-data-cookies = Yes, cookies and { $value } { $unit } of site data +security-site-data-only = Yes, { $value } { $unit } of site data + +security-site-data-cookies-only = Yes, cookies +security-site-data-no = No + +image-size-unknown = Unknown +page-info-not-specified = + .value = Not specified +not-set-alternative-text = Not specified +not-set-date = Not specified +media-img = Image +media-bg-img = Background +media-border-img = Border +media-list-img = Bullet +media-cursor = Cursor +media-object = Object +media-embed = Embed +media-link = Icon +media-input = Input +media-video = Video +media-audio = Audio +saved-passwords-yes = Yes +saved-passwords-no = No + +no-page-title = + .value = Untitled Page: +general-quirks-mode = + .value = Quirks mode +general-strict-mode = + .value = Standards compliance mode +page-info-security-no-owner = + .value = This website does not supply ownership information. +media-select-folder = Select a Folder to Save the Images +media-unknown-not-cached = + .value = Unknown (not cached) +permissions-use-default = + .label = Use Default +security-no-visits = No + +# This string is used to display the number of meta tags +# in the General Tab +# Variables: +# $tags (number) - The number of meta tags +general-meta-tags = + .value = + { $tags -> + [one] Meta (1 tag) + *[other] Meta ({ $tags } tags) + } + +# This string is used to display the number of times +# the user has visited the website prior +# Variables: +# $visits (number) - The number of previous visits +security-visits-number = + { $visits -> + [0] No + [one] Yes, once + *[other] Yes, { $visits } times + } + +# This string is used to display the size of a media file +# Variables: +# $kb (number) - The size of an image in Kilobytes +# $bytes (number) - The size of an image in Bytes +properties-general-size = + .value = { $bytes -> + [one] { $kb } KB ({ $bytes } byte) + *[other] { $kb } KB ({ $bytes } bytes) + } + +# This string is used to display the type and number +# of frames of a animated image +# Variables: +# $type (string) - The type of a animated image +# $frames (number) - The number of frames in an animated image +media-animated-image-type = + .value = { $frames -> + [one] { $type } Image (animated, { $frames } frame) + *[other] { $type } Image (animated, { $frames } frames) + } + +# This string is used to display the type of +# an image +# Variables: +# $type (string) - The type of an image +media-image-type = + .value = { $type } Image + +# This string is used to display the size of a scaled image +# in both scaled and unscaled pixels +# Variables: +# $dimx (number) - The horizontal size of an image +# $dimy (number) - The vertical size of an image +# $scaledx (number) - The scaled horizontal size of an image +# $scaledy (number) - The scaled vertical size of an image +media-dimensions-scaled = + .value = { $dimx }px × { $dimy }px (scaled to { $scaledx }px × { $scaledy }px) + +# This string is used to display the size of an image in pixels +# Variables: +# $dimx (number) - The horizontal size of an image +# $dimy (number) - The vertical size of an image +media-dimensions = + .value = { $dimx }px × { $dimy }px + +# This string is used to display the size of a media +# file in kilobytes +# Variables: +# $size (number) - The size of the media file in kilobytes +media-file-size = { $size } KB + +# This string is used to display the website name next to the +# "Block Images" checkbox in the media tab +# Variables: +# $website (string) - The website name +media-block-image = + .label = Block Images from { $website } + .accesskey = B + +# This string is used to display the URL of the website on top of the +# pageInfo dialog box +# Variables: +# $website (string) — The url of the website pageInfo is getting info for +page-info-page = + .title = Page Info — { $website } +page-info-frame = + .title = Frame Info — { $website } diff --git a/browser/locales/en-US/browser/panicButton.ftl b/browser/locales/en-US/browser/panicButton.ftl new file mode 100644 index 0000000000..e4b0f2ef20 --- /dev/null +++ b/browser/locales/en-US/browser/panicButton.ftl @@ -0,0 +1,31 @@ +# 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/. + +panic-button-open-new-window = Open a new clean Window +panic-button-undo-warning = This action cannot be undone. +panic-button-forget-button = + .label = Forget! + +## These strings are combined to form a complete sentence starting with +## panic-main-timeframe-desc. For example: "Forget the last: Five minutes". +## Please ensure that this remains the case in the translation. + +panic-main-timeframe-desc = Forget the last: +panic-button-5min = + .label = Five minutes +panic-button-2hr = + .label = Two hours +panic-button-day = + .label = 24 hours + +## These strings are combined to form a complete sentence starting with +## panic-button-action-desc. For example: "Proceeding will: Delete Recent Cookies". +## Please ensure that this remains the case in the translation. +## Note also that some strings include <strong> tags for emphasis on the +## words "Cookies", "History", "Tabs" and "Windows". The translation should do the same. + +panic-button-action-desc = Proceeding will: +panic-button-delete-cookies = Delete Recent <strong>Cookies</strong> +panic-button-delete-history = Delete Recent <strong>History</strong> +panic-button-delete-tabs-and-windows = Close all <strong>Tabs</strong> and <strong>Windows</strong> diff --git a/browser/locales/en-US/browser/places.ftl b/browser/locales/en-US/browser/places.ftl new file mode 100644 index 0000000000..7879940380 --- /dev/null +++ b/browser/locales/en-US/browser/places.ftl @@ -0,0 +1,77 @@ +# 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/. + +places-open = + .label = Open + .accesskey = O +places-open-tab = + .label = Open in a New Tab + .accesskey = w +places-open-all-in-tabs = + .label = Open All in Tabs + .accesskey = O +places-open-window = + .label = Open in a New Window + .accesskey = N +places-open-private-window = + .label = Open in a New Private Window + .accesskey = P + +places-new-bookmark = + .label = New Bookmark… + .accesskey = B +places-new-folder-contextmenu = + .label = New Folder… + .accesskey = F +places-new-folder = + .label = New Folder… + .accesskey = o +places-new-separator = + .label = New Separator + .accesskey = S + +places-view = + .label = View + .accesskey = w +places-by-date = + .label = By Date + .accesskey = D +places-by-site = + .label = By Site + .accesskey = S +places-by-most-visited = + .label = By Most Visited + .accesskey = V +places-by-last-visited = + .label = By Last Visited + .accesskey = L +places-by-day-and-site = + .label = By Date and Site + .accesskey = t + +places-history-search = + .placeholder = Search history +places-bookmarks-search = + .placeholder = Search bookmarks + +places-delete-domain-data = + .label = Forget About This Site + .accesskey = F +places-sortby-name = + .label = Sort By Name + .accesskey = r +places-properties = + .label = Properties + .accesskey = i + +# Managed bookmarks are created by an administrator and cannot be changed by the user. +managed-bookmarks = + .label = Managed bookmarks +# This label is used when a managed bookmarks folder doesn't have a name. +managed-bookmarks-subfolder = + .label = Subfolder + +# This label is used for the "Other Bookmarks" folder that appears in the bookmarks toolbar. +other-bookmarks-folder = + .label = Other Bookmarks diff --git a/browser/locales/en-US/browser/policies/policies-descriptions.ftl b/browser/locales/en-US/browser/policies/policies-descriptions.ftl new file mode 100644 index 0000000000..7454044efc --- /dev/null +++ b/browser/locales/en-US/browser/policies/policies-descriptions.ftl @@ -0,0 +1,190 @@ +# 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/. + +## The Enterprise Policies feature is aimed at system administrators +## who want to deploy these settings across several Firefox installations +## all at once. This is traditionally done through the Windows Group Policy +## feature, but the system also supports other forms of deployment. +## These are short descriptions for individual policies, to be displayed +## in the documentation section in about:policies. + +policy-3rdparty = Set policies that WebExtensions can access via chrome.storage.managed. + +policy-AppAutoUpdate = Enable or disable automatic application update. + +policy-AppUpdateURL = Set custom app update URL. + +policy-Authentication = Configure integrated authentication for websites that support it. + +policy-BlockAboutAddons = Block access to the Add-ons Manager (about:addons). + +policy-BlockAboutConfig = Block access to the about:config page. + +policy-BlockAboutProfiles = Block access to the about:profiles page. + +policy-BlockAboutSupport = Block access to the about:support page. + +policy-Bookmarks = Create bookmarks in the Bookmarks toolbar, Bookmarks menu, or a specified folder inside them. + +policy-CaptivePortal = Enable or disable captive portal support. + +policy-CertificatesDescription = Add certificates or use built-in certificates. + +policy-Cookies = Allow or deny websites to set cookies. + +policy-DisabledCiphers = Disable ciphers. + +policy-DefaultDownloadDirectory = Set the default download directory. + +policy-DisableAppUpdate = Prevent the browser from updating. + +policy-DisableBuiltinPDFViewer = Disable PDF.js, the built-in PDF viewer in { -brand-short-name }. + +policy-DisableDefaultBrowserAgent = Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent. + +policy-DisableDeveloperTools = Block access to the developer tools. + +policy-DisableFeedbackCommands = Disable commands to send feedback from the Help menu (Submit Feedback and Report Deceptive Site). + +policy-DisableFirefoxAccounts = Disable { -fxaccount-brand-name } based services, including Sync. + +# Firefox Screenshots is the name of the feature, and should not be translated. +policy-DisableFirefoxScreenshots = Disable the Firefox Screenshots feature. + +policy-DisableFirefoxStudies = Prevent { -brand-short-name } from running studies. + +policy-DisableForgetButton = Prevent access to the Forget button. + +policy-DisableFormHistory = Don’t remember search and form history. + +policy-DisablePrimaryPasswordCreation = If true, a Primary Password can’t be created. + +policy-DisablePasswordReveal = Do not allow passwords to be revealed in saved logins. + +policy-DisablePocket = Disable the feature to save webpages to Pocket. + +policy-DisablePrivateBrowsing = Disable Private Browsing. + +policy-DisableProfileImport = Disable the menu command to Import data from another browser. + +policy-DisableProfileRefresh = Disable the Refresh { -brand-short-name } button in the about:support page. + +policy-DisableSafeMode = Disable the feature to restart in Safe Mode. Note: the Shift key to enter Safe Mode can only be disabled on Windows using Group Policy. + +policy-DisableSecurityBypass = Prevent the user from bypassing certain security warnings. + +policy-DisableSetAsDesktopBackground = Disable the menu command Set as Desktop Background for images. + +policy-DisableSystemAddonUpdate = Prevent the browser from installing and updating system add-ons. + +policy-DisableTelemetry = Turn off Telemetry. + +policy-DisplayBookmarksToolbar = Display the Bookmarks Toolbar by default. + +policy-DisplayMenuBar = Display the Menu Bar by default. + +policy-DNSOverHTTPS = Configure DNS over HTTPS. + +policy-DontCheckDefaultBrowser = Disable check for default browser on startup. + +policy-DownloadDirectory = Set and lock the download directory. + +# “lock” means that the user won’t be able to change this setting +policy-EnableTrackingProtection = Enable or disable Content Blocking and optionally lock it. + +# “lock” means that the user won’t be able to change this setting +policy-EncryptedMediaExtensions = Enable or disable Encrypted Media Extensions and optionally lock it. + +# A “locked” extension can’t be disabled or removed by the user. This policy +# takes 3 keys (“Install”, ”Uninstall”, ”Locked”), you can either keep them in +# English or translate them as verbs. +policy-Extensions = Install, uninstall or lock extensions. The Install option takes URLs or paths as parameters. The Uninstall and Locked options take extension IDs. + +policy-ExtensionSettings = Manage all aspects of extension installation. + +policy-ExtensionUpdate = Enable or disable automatic extension updates. + +policy-FirefoxHome = Configure Firefox Home. + +policy-FlashPlugin = Allow or deny usage of the Flash plugin. + +policy-Handlers = Configure default application handlers. + +policy-HardwareAcceleration = If false, turn off hardware acceleration. + +# “lock” means that the user won’t be able to change this setting +policy-Homepage = Set and optionally lock the homepage. + +policy-InstallAddonsPermission = Allow certain websites to install add-ons. + +policy-LegacyProfiles = Disable the feature enforcing a separate profile for each installation. + +## Do not translate "SameSite", it's the name of a cookie attribute. + +policy-LegacySameSiteCookieBehaviorEnabled = Enable default legacy SameSite cookie behavior setting. + +policy-LegacySameSiteCookieBehaviorEnabledForDomainList = Revert to legacy SameSite behavior for cookies on specified sites. + +## + +policy-LocalFileLinks = Allow specific websites to link to local files. + +policy-ManagedBookmarks = Configures a list of bookmarks managed by an administrator that cannot be changed by the user. + +policy-PrimaryPassword = Require or prevent using a Primary Password. + +policy-NetworkPrediction = Enable or disable network prediction (DNS prefetching). + +policy-NewTabPage = Enable or disable the New Tab page. + +policy-NoDefaultBookmarks = Disable creation of the default bookmarks bundled with { -brand-short-name }, and the Smart Bookmarks (Most Visited, Recent Tags). Note: this policy is only effective if used before the first run of the profile. + +policy-OfferToSaveLogins = Enforce the setting to allow { -brand-short-name } to offer to remember saved logins and passwords. Both true and false values are accepted. + +policy-OfferToSaveLoginsDefault = Set the default value for allowing { -brand-short-name } to offer to remember saved logins and passwords. Both true and false values are accepted. + +policy-OverrideFirstRunPage = Override the first run page. Set this policy to blank if you want to disable the first run page. + +policy-OverridePostUpdatePage = Override the post-update “What’s New” page. Set this policy to blank if you want to disable the post-update page. + +policy-PasswordManagerEnabled = Enable saving passwords to the password manager. + +# PDF.js and PDF should not be translated +policy-PDFjs = Disable or configure PDF.js, the built-in PDF viewer in { -brand-short-name }. + +policy-Permissions2 = Configure permissions for camera, microphone, location, notifications, and autoplay. + +policy-PictureInPicture = Enable or disable Picture-in-Picture. + +policy-PopupBlocking = Allow certain websites to display popups by default. + +policy-Preferences = Set and lock the value for a subset of preferences. + +policy-PromptForDownloadLocation = Ask where to save files when downloading. + +policy-Proxy = Configure proxy settings. + +policy-RequestedLocales = Set the list of requested locales for the application in order of preference. + +policy-SanitizeOnShutdown2 = Clear navigation data on shutdown. + +policy-SearchBar = Set the default location of the search bar. The user is still allowed to customize it. + +policy-SearchEngines = Configure search engine settings. This policy is only available on the Extended Support Release (ESR) version. + +policy-SearchSuggestEnabled = Enable or disable search suggestions. + +# For more information, see https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/PKCS11/Module_Installation +policy-SecurityDevices = Install PKCS #11 modules. + +policy-SSLVersionMax = Set the maximum SSL version. + +policy-SSLVersionMin = Set the minimum SSL version. + +policy-SupportMenu = Add a custom support menu item to the help menu. + +policy-UserMessaging = Don’t show certain messages to the user. + +# “format” refers to the format used for the value of this policy. +policy-WebsiteFilter = Block websites from being visited. See documentation for more details on the format. diff --git a/browser/locales/en-US/browser/preferences/addEngine.ftl b/browser/locales/en-US/browser/preferences/addEngine.ftl new file mode 100644 index 0000000000..c16f7f7db2 --- /dev/null +++ b/browser/locales/en-US/browser/preferences/addEngine.ftl @@ -0,0 +1,22 @@ +# 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/. + +add-engine-window = + .title = Add Search Engine + .style = width: 32em; + +add-engine-button = Add Custom Engine + +add-engine-name = Search engine name + +add-engine-alias = Alias + +add-engine-url = Engine URL, use %s in place of the search term + +add-engine-dialog= + .buttonlabelaccept = Add Engine + .buttonaccesskeyaccept = A + +engine-name-exists = An engine with that name already exists +engine-alias-exists = An engine with that alias already exists diff --git a/browser/locales/en-US/browser/preferences/applicationManager.ftl b/browser/locales/en-US/browser/preferences/applicationManager.ftl new file mode 100644 index 0000000000..85442a8f3f --- /dev/null +++ b/browser/locales/en-US/browser/preferences/applicationManager.ftl @@ -0,0 +1,25 @@ +# 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/. + +app-manager-window = + .title = Application details + .style = width: 30em; min-height: 20em; + +app-manager-remove = + .label = Remove + .accesskey = R + +# Variables: +# $type (String) - the URI scheme of the link (e.g. mailto:) +app-manager-handle-protocol = The following applications can be used to handle { $type } links. + +# Variables: +# $type (String) - the MIME type (e.g. application/binary) +app-manager-handle-file = The following applications can be used to handle { $type } content. + +## These strings are followed, on a new line, +## by the URL or path of the application. + +app-manager-web-app-info = This web application is hosted at: +app-manager-local-app-info = This application is located at: diff --git a/browser/locales/en-US/browser/preferences/blocklists.ftl b/browser/locales/en-US/browser/preferences/blocklists.ftl new file mode 100644 index 0000000000..cd5f7fe82d --- /dev/null +++ b/browser/locales/en-US/browser/preferences/blocklists.ftl @@ -0,0 +1,33 @@ +# 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/. + +blocklist-window = + .title = Block Lists + .style = width: 55em + +blocklist-description = Choose the list { -brand-short-name } uses to block online trackers. Lists provided by <a data-l10n-name="disconnect-link" title="Disconnect">Disconnect</a>. +blocklist-close-key = + .key = w + +blocklist-treehead-list = + .label = List + +blocklist-dialog= + .buttonlabelaccept = Save Changes + .buttonaccesskeyaccept = S + + +# This template constructs the name of the block list in the block lists dialog. +# It combines the list name and description. +# e.g. "Standard (Recommended). This list does a pretty good job." +# +# Variables: +# $listName {string, "Standard (Recommended)."} - List name. +# $description {string, "This list does a pretty good job."} - Description of the list. +blocklist-item-list-template = { $listName } { $description } + +blocklist-item-moz-std-listName = Level 1 block list (Recommended). +blocklist-item-moz-std-description = Allows some trackers so fewer websites break. +blocklist-item-moz-full-listName = Level 2 block list. +blocklist-item-moz-full-description = Blocks all detected trackers. Some websites or content may not load properly. diff --git a/browser/locales/en-US/browser/preferences/clearSiteData.ftl b/browser/locales/en-US/browser/preferences/clearSiteData.ftl new file mode 100644 index 0000000000..2d0f29e4ce --- /dev/null +++ b/browser/locales/en-US/browser/preferences/clearSiteData.ftl @@ -0,0 +1,56 @@ +# 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/. + +clear-site-data-window = + .title = Clear Data + .style = width: 35em + +clear-site-data-description = Clearing all cookies and site data stored by { -brand-short-name } may sign you out of websites and remove offline web content. Clearing cache data will not affect your logins. + +clear-site-data-close-key = + .key = w + +# The parameters in parentheses in this string describe disk usage +# in the format ($amount $unit), e.g. "Cookies and Site Data (24 KB)" +# Variables: +# $amount (Number) - Amount of site data currently stored on disk +# $unit (String) - Abbreviation of the unit that $amount is in, e.g. "MB" +clear-site-data-cookies-with-data = + .label = Cookies and Site Data ({ $amount } { $unit }) + .accesskey = S + +# This string is a placeholder for while the data used to fill +# clear-site-data-cookies-with-data is loading. This placeholder is usually +# only shown for a very short time (< 1s), so it should be very similar +# or the same as clear-site-data-cookies-with-data (except the amount and unit), +# to avoid flickering. +clear-site-data-cookies-empty = + .label = Cookies and Site Data + .accesskey = S + +clear-site-data-cookies-info = You may get signed out of websites if cleared + +# The parameters in parentheses in this string describe disk usage +# in the format ($amount $unit), e.g. "Cached Web Content (24 KB)" +# Variables: +# $amount (Number) - Amount of cache currently stored on disk +# $unit (String) - Abbreviation of the unit that $amount is in, e.g. "MB" +clear-site-data-cache-with-data = + .label = Cached Web Content ({ $amount } { $unit }) + .accesskey = W + +# This string is a placeholder for while the data used to fill +# clear-site-data-cache-with-data is loading. This placeholder is usually +# only shown for a very short time (< 1s), so it should be very similar +# or the same as clear-site-data-cache-with-data (except the amount and unit), +# to avoid flickering. +clear-site-data-cache-empty = + .label = Cached Web Content + .accesskey = W + +clear-site-data-cache-info = Will require websites to reload images and data + +clear-site-data-dialog = + .buttonlabelaccept = Clear + .buttonaccesskeyaccept = l diff --git a/browser/locales/en-US/browser/preferences/colors.ftl b/browser/locales/en-US/browser/preferences/colors.ftl new file mode 100644 index 0000000000..55dc0d0b54 --- /dev/null +++ b/browser/locales/en-US/browser/preferences/colors.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/. + +colors-window = + .title = Colors + .style = + { PLATFORM() -> + [macos] width: 41em + *[other] width: 38em + } + +colors-close-key = + .key = w + +colors-page-override = Override the colors specified by the page with your selections above + .accesskey = O + +colors-page-override-option-always = + .label = Always +colors-page-override-option-auto = + .label = Only with High Contrast themes +colors-page-override-option-never = + .label = Never + +colors-text-and-background = Text and Background + +colors-text-header = Text + .accesskey = T + +colors-background = Background + .accesskey = B + +colors-use-system = + .label = Use system colors + .accesskey = s + +colors-underline-links = + .label = Underline links + .accesskey = U + +colors-links-header = Link Colors + +colors-unvisited-links = Unvisited Links + .accesskey = L + +colors-visited-links = Visited Links + .accesskey = V diff --git a/browser/locales/en-US/browser/preferences/connection.ftl b/browser/locales/en-US/browser/preferences/connection.ftl new file mode 100644 index 0000000000..57df9a574e --- /dev/null +++ b/browser/locales/en-US/browser/preferences/connection.ftl @@ -0,0 +1,106 @@ +# 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/. + +connection-window = + .title = Connection Settings + .style = + { PLATFORM() -> + [macos] width: 44em + *[other] width: 49em + } + +connection-close-key = + .key = w + +connection-disable-extension = + .label = Disable Extension + +connection-proxy-configure = Configure Proxy Access to the Internet + +connection-proxy-option-no = + .label = No proxy + .accesskey = y +connection-proxy-option-system = + .label = Use system proxy settings + .accesskey = U +connection-proxy-option-auto = + .label = Auto-detect proxy settings for this network + .accesskey = w +connection-proxy-option-manual = + .label = Manual proxy configuration + .accesskey = M + +connection-proxy-http = HTTP Proxy + .accesskey = x +connection-proxy-http-port = Port + .accesskey = P +connection-proxy-http-sharing = + .label = Also use this proxy for FTP and HTTPS + .accesskey = s + +connection-proxy-https = HTTPS Proxy + .accesskey = H +connection-proxy-ssl-port = Port + .accesskey = o + +connection-proxy-ftp = FTP Proxy + .accesskey = F +connection-proxy-ftp-port = Port + .accesskey = r + +connection-proxy-socks = SOCKS Host + .accesskey = C +connection-proxy-socks-port = Port + .accesskey = t + +connection-proxy-socks4 = + .label = SOCKS v4 + .accesskey = K +connection-proxy-socks5 = + .label = SOCKS v5 + .accesskey = v +connection-proxy-noproxy = No proxy for + .accesskey = N + +connection-proxy-noproxy-desc = Example: .mozilla.org, .net.nz, 192.168.1.0/24 + +# Do not translate "localhost", "127.0.0.1/8" and "::1". (You can translate "and".) +connection-proxy-noproxy-localhost-desc-2 = Connections to localhost, 127.0.0.1/8, and ::1 are never proxied. + +connection-proxy-autotype = + .label = Automatic proxy configuration URL + .accesskey = A + +connection-proxy-reload = + .label = Reload + .accesskey = e + +connection-proxy-autologin = + .label = Do not prompt for authentication if password is saved + .accesskey = i + .tooltip = This option silently authenticates you to proxies when you have saved credentials for them. You will be prompted if authentication fails. + +connection-proxy-socks-remote-dns = + .label = Proxy DNS when using SOCKS v5 + .accesskey = D + +connection-dns-over-https = + .label = Enable DNS over HTTPS + .accesskey = b + +connection-dns-over-https-url-resolver = Use Provider + .accesskey = P + +# Variables: +# $name (String) - Display name or URL for the DNS over HTTPS provider +connection-dns-over-https-url-item-default = + .label = { $name } (Default) + .tooltiptext = Use the default URL for resolving DNS over HTTPS + +connection-dns-over-https-url-custom = + .label = Custom + .accesskey = C + .tooltiptext = Enter your preferred URL for resolving DNS over HTTPS + +connection-dns-over-https-custom-label = Custom diff --git a/browser/locales/en-US/browser/preferences/containers.ftl b/browser/locales/en-US/browser/preferences/containers.ftl new file mode 100644 index 0000000000..997d55f35e --- /dev/null +++ b/browser/locales/en-US/browser/preferences/containers.ftl @@ -0,0 +1,93 @@ +# 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/. + +containers-window-new = + .title = Add New Container + .style = width: 45em +# Variables +# $name (String) - Name of the container +containers-window-update = + .title = { $name } Container Preferences + .style = width: 45em + +containers-window-close = + .key = w + +# This is a term to store style to be applied +# on the three labels in the containers add/edit dialog: +# - name +# - icon +# - color +# +# Using this term and referencing it in the `.style` attribute +# of the three messages ensures that all three labels +# will be aligned correctly. +-containers-labels-style = min-width: 4rem + +containers-name-label = Name + .accesskey = N + .style = { -containers-labels-style } + +containers-name-text = + .placeholder = Enter a container name + +containers-icon-label = Icon + .accesskey = I + .style = { -containers-labels-style } + +containers-color-label = Color + .accesskey = o + .style = { -containers-labels-style } + +containers-dialog = + .buttonlabelaccept = Done + .buttonaccesskeyaccept = D + +containers-color-blue = + .label = Blue +containers-color-turquoise = + .label = Turquoise +containers-color-green = + .label = Green +containers-color-yellow = + .label = Yellow +containers-color-orange = + .label = Orange +containers-color-red = + .label = Red +containers-color-pink = + .label = Pink +containers-color-purple = + .label = Purple +containers-color-toolbar = + .label = Match toolbar + +containers-icon-fence = + .label = Fence +containers-icon-fingerprint = + .label = Fingerprint +containers-icon-briefcase = + .label = Briefcase +# String represents a money sign but currently uses a dollar sign +# so don't change to local currency. See Bug 1291672. +containers-icon-dollar = + .label = Dollar sign +containers-icon-cart = + .label = Shopping cart +containers-icon-circle = + .label = Dot +containers-icon-vacation = + .label = Vacation +containers-icon-gift = + .label = Gift +containers-icon-food = + .label = Food +containers-icon-fruit = + .label = Fruit +containers-icon-pet = + .label = Pet +containers-icon-tree = + .label = Tree +containers-icon-chill = + .label = Chill diff --git a/browser/locales/en-US/browser/preferences/fonts.ftl b/browser/locales/en-US/browser/preferences/fonts.ftl new file mode 100644 index 0000000000..0f4269e8be --- /dev/null +++ b/browser/locales/en-US/browser/preferences/fonts.ftl @@ -0,0 +1,116 @@ +# 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/. + +fonts-window = + .title = Fonts + +fonts-window-close = + .key = w + +## Font groups by language + +fonts-langgroup-header = Fonts for + .accesskey = F + +fonts-langgroup-arabic = + .label = Arabic +fonts-langgroup-armenian = + .label = Armenian +fonts-langgroup-bengali = + .label = Bengali +fonts-langgroup-simpl-chinese = + .label = Simplified Chinese +fonts-langgroup-trad-chinese-hk = + .label = Traditional Chinese (Hong Kong) +fonts-langgroup-trad-chinese = + .label = Traditional Chinese (Taiwan) +fonts-langgroup-cyrillic = + .label = Cyrillic +fonts-langgroup-devanagari = + .label = Devanagari +fonts-langgroup-ethiopic = + .label = Ethiopic +fonts-langgroup-georgian = + .label = Georgian +fonts-langgroup-el = + .label = Greek +fonts-langgroup-gujarati = + .label = Gujarati +fonts-langgroup-gurmukhi = + .label = Gurmukhi +fonts-langgroup-japanese = + .label = Japanese +fonts-langgroup-hebrew = + .label = Hebrew +fonts-langgroup-kannada = + .label = Kannada +fonts-langgroup-khmer = + .label = Khmer +fonts-langgroup-korean = + .label = Korean +# Translate "Latin" as the name of Latin (Roman) script, not as the name of the Latin language. +fonts-langgroup-latin = + .label = Latin +fonts-langgroup-malayalam = + .label = Malayalam +fonts-langgroup-math = + .label = Mathematics +fonts-langgroup-odia = + .label = Odia +fonts-langgroup-sinhala = + .label = Sinhala +fonts-langgroup-tamil = + .label = Tamil +fonts-langgroup-telugu = + .label = Telugu +fonts-langgroup-thai = + .label = Thai +fonts-langgroup-tibetan = + .label = Tibetan +fonts-langgroup-canadian = + .label = Unified Canadian Syllabary +fonts-langgroup-other = + .label = Other Writing Systems + +## Default fonts and their sizes + +fonts-proportional-header = Proportional + .accesskey = P + +fonts-default-serif = + .label = Serif +fonts-default-sans-serif = + .label = Sans Serif + +fonts-proportional-size = Size + .accesskey = z + +fonts-serif = Serif + .accesskey = S + +fonts-sans-serif = Sans-serif + .accesskey = n + +fonts-monospace = Monospace + .accesskey = M + +fonts-monospace-size = Size + .accesskey = e + +fonts-minsize = Minimum font size + .accesskey = o + +fonts-minsize-none = + .label = None + +fonts-allow-own = + .label = Allow pages to choose their own fonts, instead of your selections above + .accesskey = A + +# Variables: +# $name {string, "Arial"} - Name of the default font +fonts-label-default = + .label = Default ({ $name }) +fonts-label-default-unnamed = + .label = Default diff --git a/browser/locales/en-US/browser/preferences/fxaPairDevice.ftl b/browser/locales/en-US/browser/preferences/fxaPairDevice.ftl new file mode 100644 index 0000000000..b8c14b7b8f --- /dev/null +++ b/browser/locales/en-US/browser/preferences/fxaPairDevice.ftl @@ -0,0 +1,19 @@ +# 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/. + +fxa-pair-device-dialog = + .title = Connect Another Device + .style = width: 26em; min-height: 35em; + +fxa-qrcode-heading-step1 = 1. If you haven’t already, install <a data-l10n-name="connect-another-device">Firefox on your mobile device</a>. + +fxa-qrcode-heading-step2 = 2. Open Firefox on your mobile device. + +fxa-qrcode-heading-step3 = 3. Open the <b>menu</b> (<img data-l10n-name="ios-menu-icon"/> or <img data-l10n-name="android-menu-icon"/>), tap <img data-l10n-name="settings-icon"/> <b>Settings</b> and select <b>Turn on Sync</b> + +fxa-qrcode-heading-step4 = 4. Scan this code: + +fxa-qrcode-error-title = Pairing unsuccessful. + +fxa-qrcode-error-body = Try again. diff --git a/browser/locales/en-US/browser/preferences/languages.ftl b/browser/locales/en-US/browser/preferences/languages.ftl new file mode 100644 index 0000000000..23d94ba08c --- /dev/null +++ b/browser/locales/en-US/browser/preferences/languages.ftl @@ -0,0 +1,73 @@ +# 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/. + +webpage-languages-window = + .title = Webpage Language Settings + .style = width: 40em + +languages-close-key = + .key = w + +languages-description = Web pages are sometimes offered in more than one language. Choose languages for displaying these web pages, in order of preference + +languages-customize-spoof-english = + .label = Request English versions of web pages for enhanced privacy + +languages-customize-moveup = + .label = Move Up + .accesskey = U + +languages-customize-movedown = + .label = Move Down + .accesskey = D + +languages-customize-remove = + .label = Remove + .accesskey = R + +languages-customize-select-language = + .placeholder = Select a language to add… + +languages-customize-add = + .label = Add + .accesskey = A + +# The pattern used to generate strings presented to the user in the +# locale selection list. +# +# Example: +# Icelandic [is] +# Spanish (Chile) [es-CL] +# +# Variables: +# $locale (String) - A name of the locale (for example: "Icelandic", "Spanish (Chile)") +# $code (String) - Locale code of the locale (for example: "is", "es-CL") +languages-code-format = + .label = { $locale } [{ $code }] + +languages-active-code-format = + .value = { languages-code-format.label } + +browser-languages-window = + .title = { -brand-short-name } Language Settings + .style = width: 40em + +browser-languages-description = { -brand-short-name } will display the first language as your default and will display alternate languages if necessary in the order they appear. + +browser-languages-search = Search for more languages… + +browser-languages-searching = + .label = Searching for languages… + +browser-languages-downloading = + .label = Downloading… + +browser-languages-select-language = + .label = Select a language to add… + .placeholder = Select a language to add… + +browser-languages-installed-label = Installed languages +browser-languages-available-label = Available languages + +browser-languages-error = { -brand-short-name } can’t update your languages right now. Check that you are connected to the internet or try again. diff --git a/browser/locales/en-US/browser/preferences/permissions.ftl b/browser/locales/en-US/browser/preferences/permissions.ftl new file mode 100644 index 0000000000..be1a4f74cb --- /dev/null +++ b/browser/locales/en-US/browser/preferences/permissions.ftl @@ -0,0 +1,166 @@ +# 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/. + +permissions-window = + .title = Exceptions + .style = width: 45em + +permissions-close-key = + .key = w + +permissions-address = Address of website + .accesskey = d + +permissions-block = + .label = Block + .accesskey = B + +permissions-session = + .label = Allow for Session + .accesskey = S + +permissions-allow = + .label = Allow + .accesskey = A + +permissions-site-name = + .label = Website + +permissions-status = + .label = Status + +permissions-remove = + .label = Remove Website + .accesskey = R + +permissions-remove-all = + .label = Remove All Websites + .accesskey = e + +permission-dialog = + .buttonlabelaccept = Save Changes + .buttonaccesskeyaccept = S + +permissions-autoplay-menu = Default for all websites: + +permissions-searchbox = + .placeholder = Search Website + +permissions-capabilities-autoplay-allow = + .label = Allow Audio and Video +permissions-capabilities-autoplay-block = + .label = Block Audio +permissions-capabilities-autoplay-blockall = + .label = Block Audio and Video + +permissions-capabilities-allow = + .label = Allow +permissions-capabilities-block = + .label = Block +permissions-capabilities-prompt = + .label = Always Ask + +permissions-capabilities-listitem-allow = + .value = Allow +permissions-capabilities-listitem-block = + .value = Block +permissions-capabilities-listitem-allow-session = + .value = Allow for Session + +## Invalid Hostname Dialog + +permissions-invalid-uri-title = Invalid Hostname Entered +permissions-invalid-uri-label = Please enter a valid hostname + +## Exceptions - Tracking Protection + +permissions-exceptions-etp-window = + .title = Exceptions for Enhanced Tracking Protection + .style = { permissions-window.style } +permissions-exceptions-etp-desc = You’ve turned off protections on these websites. + +## Exceptions - Cookies + +permissions-exceptions-cookie-window = + .title = Exceptions - Cookies and Site Data + .style = { permissions-window.style } +permissions-exceptions-cookie-desc = You can specify which websites are always or never allowed to use cookies and site data. Type the exact address of the site you want to manage and then click Block, Allow for Session, or Allow. + +## Exceptions - Pop-ups + +permissions-exceptions-popup-window = + .title = Allowed Websites - Pop-ups + .style = { permissions-window.style } +permissions-exceptions-popup-desc = You can specify which websites are allowed to open pop-up windows. Type the exact address of the site you want to allow and then click Allow. + +## Exceptions - Saved Logins + +permissions-exceptions-saved-logins-window = + .title = Exceptions - Saved Logins + .style = { permissions-window.style } +permissions-exceptions-saved-logins-desc = Logins for the following websites will not be saved + +## Exceptions - Add-ons + +permissions-exceptions-addons-window = + .title = Allowed Websites - Add-ons Installation + .style = { permissions-window.style } +permissions-exceptions-addons-desc = You can specify which websites are allowed to install add-ons. Type the exact address of the site you want to allow and then click Allow. + +## Site Permissions - Autoplay + +permissions-site-autoplay-window = + .title = Settings - Autoplay + .style = { permissions-window.style } +permissions-site-autoplay-desc = You can manage the sites that do not follow your default autoplay settings here. + +## Site Permissions - Notifications + +permissions-site-notification-window = + .title = Settings - Notification Permissions + .style = { permissions-window.style } +permissions-site-notification-desc = The following websites have requested to send you notifications. You can specify which websites are allowed to send you notifications. You can also block new requests asking to allow notifications. +permissions-site-notification-disable-label = + .label = Block new requests asking to allow notifications +permissions-site-notification-disable-desc = This will prevent any websites not listed above from requesting permission to send notifications. Blocking notifications may break some website features. + +## Site Permissions - Location + +permissions-site-location-window = + .title = Settings - Location Permissions + .style = { permissions-window.style } +permissions-site-location-desc = The following websites have requested to access your location. You can specify which websites are allowed to access your location. You can also block new requests asking to access your location. +permissions-site-location-disable-label = + .label = Block new requests asking to access your location +permissions-site-location-disable-desc = This will prevent any websites not listed above from requesting permission to access your location. Blocking access to your location may break some website features. + +## Site Permissions - Virtual Reality + +permissions-site-xr-window = + .title = Settings - Virtual Reality Permissions + .style = { permissions-window.style } +permissions-site-xr-desc = The following websites have requested to access your virtual reality devices. You can specify which websites are allowed to access your virtual reality devices. You can also block new requests asking to access your virtual reality devices. +permissions-site-xr-disable-label = + .label = Block new requests asking to access your virtual reality devices +permissions-site-xr-disable-desc = This will prevent any websites not listed above from requesting permission to access your virtual reality devices. Blocking access to your virtual reality devices may break some website features. + +## Site Permissions - Camera + +permissions-site-camera-window = + .title = Settings - Camera Permissions + .style = { permissions-window.style } +permissions-site-camera-desc = The following websites have requested to access your camera. You can specify which websites are allowed to access your camera. You can also block new requests asking to access your camera. +permissions-site-camera-disable-label = + .label = Block new requests asking to access your camera +permissions-site-camera-disable-desc = This will prevent any websites not listed above from requesting permission to access your camera. Blocking access to your camera may break some website features. + +## Site Permissions - Microphone + +permissions-site-microphone-window = + .title = Settings - Microphone Permissions + .style = { permissions-window.style } +permissions-site-microphone-desc = The following websites have requested to access your microphone. You can specify which websites are allowed to access your microphone. You can also block new requests asking to access your microphone. +permissions-site-microphone-disable-label = + .label = Block new requests asking to access your microphone +permissions-site-microphone-disable-desc = This will prevent any websites not listed above from requesting permission to access your microphone. Blocking access to your microphone may break some website features. diff --git a/browser/locales/en-US/browser/preferences/preferences.ftl b/browser/locales/en-US/browser/preferences/preferences.ftl new file mode 100644 index 0000000000..bbf8ae9878 --- /dev/null +++ b/browser/locales/en-US/browser/preferences/preferences.ftl @@ -0,0 +1,1393 @@ +# 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/. + +do-not-track-description = Send websites a “Do Not Track” signal that you don’t want to be tracked +do-not-track-learn-more = Learn more +do-not-track-option-default-content-blocking-known = + .label = Only when { -brand-short-name } is set to block known trackers +do-not-track-option-always = + .label = Always + +pref-page-title = + { PLATFORM() -> + [windows] Options + *[other] Preferences + } + +# This is used to determine the width of the search field in about:preferences, +# in order to make the entire placeholder string visible +# +# Please keep the placeholder string short to avoid truncation. +# +# Notice: The value of the `.style` attribute is a CSS string, and the `width` +# is the name of the CSS property. It is intended only to adjust the element's width. +# Do not translate. +search-input-box = + .style = width: 15.4em + .placeholder = + { PLATFORM() -> + [windows] Find in Options + *[other] Find in Preferences + } + +managed-notice = Your browser is being managed by your organization. + +category-list = + .aria-label = Categories + +pane-general-title = General +category-general = + .tooltiptext = { pane-general-title } + +pane-home-title = Home +category-home = + .tooltiptext = { pane-home-title } + +pane-search-title = Search +category-search = + .tooltiptext = { pane-search-title } + +pane-privacy-title = Privacy & Security +category-privacy = + .tooltiptext = { pane-privacy-title } + +pane-sync-title2 = { -sync-brand-short-name } +category-sync2 = + .tooltiptext = { pane-sync-title2 } + +pane-experimental-title = { -brand-short-name } Experiments +category-experimental = + .tooltiptext = { -brand-short-name } Experiments +pane-experimental-subtitle = Proceed with Caution +pane-experimental-search-results-header = { -brand-short-name } Experiments: Proceed with Caution +pane-experimental-description = Changing advanced configuration preferences can impact { -brand-short-name } performance or security. + +pane-experimental-reset = + .label = Restore Defaults + .accesskey = R + +help-button-label = { -brand-short-name } Support +addons-button-label = Extensions & Themes + +focus-search = + .key = f + +close-button = + .aria-label = Close + +## Browser Restart Dialog + +feature-enable-requires-restart = { -brand-short-name } must restart to enable this feature. +feature-disable-requires-restart = { -brand-short-name } must restart to disable this feature. +should-restart-title = Restart { -brand-short-name } +should-restart-ok = Restart { -brand-short-name } now +cancel-no-restart-button = Cancel +restart-later = Restart Later + +## Extension Control Notifications +## +## These strings are used to inform the user +## about changes made by extensions to browser settings. +## +## <img data-l10n-name="icon"/> is going to be replaced by the extension icon. +## +## Variables: +## $name (String): name of the extension + +# This string is shown to notify the user that the password manager setting +# is being controlled by an extension +extension-controlled-password-saving = An extension, <img data-l10n-name="icon"/> { $name }, is controlling this setting. + +# This string is shown to notify the user that their notifications permission +# is being controlled by an extension. +extension-controlled-web-notifications= An extension, <img data-l10n-name="icon"/> { $name }, is controlling this setting. + +# This string is shown to notify the user that Container Tabs +# are being enabled by an extension. +extension-controlled-privacy-containers = An extension, <img data-l10n-name="icon"/> { $name }, requires Container Tabs. + +# This string is shown to notify the user that their content blocking "All Detected Trackers" +# preferences are being controlled by an extension. +extension-controlled-websites-content-blocking-all-trackers = An extension, <img data-l10n-name="icon"/> { $name }, is controlling this setting. + +# This string is shown to notify the user that their proxy configuration preferences +# are being controlled by an extension. +extension-controlled-proxy-config = An extension, <img data-l10n-name="icon"/> { $name }, is controlling how { -brand-short-name } connects to the internet. + +# This string is shown after the user disables an extension to notify the user +# how to enable an extension that they disabled. +# +# <img data-l10n-name="addons-icon"/> will be replaced with Add-ons icon +# <img data-l10n-name="menu-icon"/> will be replaced with Menu icon +extension-controlled-enable = To enable the extension go to <img data-l10n-name="addons-icon"/> Add-ons in the <img data-l10n-name="menu-icon"/> menu. + +## Preferences UI Search Results + +search-results-header = Search Results + +# `<span data-l10n-name="query"></span>` will be replaced by the search term. +search-results-empty-message = + { PLATFORM() -> + [windows] Sorry! There are no results in Options for “<span data-l10n-name="query"></span>”. + *[other] Sorry! There are no results in Preferences for “<span data-l10n-name="query"></span>”. + } + +search-results-help-link = Need help? Visit <a data-l10n-name="url">{ -brand-short-name } Support</a> + +## General Section + +startup-header = Startup + +# { -brand-short-name } will be 'Firefox Developer Edition', +# since this setting is only exposed in Firefox Developer Edition +separate-profile-mode = + .label = Allow { -brand-short-name } and Firefox to run at the same time +use-firefox-sync = Tip: This uses separate profiles. Use { -sync-brand-short-name } to share data between them. +get-started-not-logged-in = Sign in to { -sync-brand-short-name }… +get-started-configured = Open { -sync-brand-short-name } preferences + +always-check-default = + .label = Always check if { -brand-short-name } is your default browser + .accesskey = y + +is-default = { -brand-short-name } is currently your default browser +is-not-default = { -brand-short-name } is not your default browser + +set-as-my-default-browser = + .label = Make Default… + .accesskey = D + +startup-restore-previous-session = + .label = Restore previous session + .accesskey = s + +startup-restore-warn-on-quit = + .label = Warn you when quitting the browser + +disable-extension = + .label = Disable Extension + +tabs-group-header = Tabs + +ctrl-tab-recently-used-order = + .label = Ctrl+Tab cycles through tabs in recently used order + .accesskey = T + +open-new-link-as-tabs = + .label = Open links in tabs instead of new windows + .accesskey = w + +warn-on-close-multiple-tabs = + .label = Warn you when closing multiple tabs + .accesskey = m + +warn-on-open-many-tabs = + .label = Warn you when opening multiple tabs might slow down { -brand-short-name } + .accesskey = d + +switch-links-to-new-tabs = + .label = When you open a link in a new tab, switch to it immediately + .accesskey = h + +show-tabs-in-taskbar = + .label = Show tab previews in the Windows taskbar + .accesskey = k + +browser-containers-enabled = + .label = Enable Container Tabs + .accesskey = n + +browser-containers-learn-more = Learn more + +browser-containers-settings = + .label = Settings… + .accesskey = i + +containers-disable-alert-title = Close All Container Tabs? +containers-disable-alert-desc = + { $tabCount -> + [one] If you disable Container Tabs now, { $tabCount } container tab will be closed. Are you sure you want to disable Container Tabs? + *[other] If you disable Container Tabs now, { $tabCount } container tabs will be closed. Are you sure you want to disable Container Tabs? + } + +containers-disable-alert-ok-button = + { $tabCount -> + [one] Close { $tabCount } Container Tab + *[other] Close { $tabCount } Container Tabs + } +containers-disable-alert-cancel-button = Keep enabled + +containers-remove-alert-title = Remove This Container? + +# Variables: +# $count (Number) - Number of tabs that will be closed. +containers-remove-alert-msg = + { $count -> + [one] If you remove this Container now, { $count } container tab will be closed. Are you sure you want to remove this Container? + *[other] If you remove this Container now, { $count } container tabs will be closed. Are you sure you want to remove this Container? + } + +containers-remove-ok-button = Remove this Container +containers-remove-cancel-button = Don’t remove this Container + + +## General Section - Language & Appearance + +language-and-appearance-header = Language and Appearance + +fonts-and-colors-header = Fonts and Colors + +default-font = Default font + .accesskey = D +default-font-size = Size + .accesskey = S + +advanced-fonts = + .label = Advanced… + .accesskey = A + +colors-settings = + .label = Colors… + .accesskey = C + +# Zoom is a noun, and the message is used as header for a group of options +preferences-zoom-header = Zoom + +preferences-default-zoom = Default zoom + .accesskey = z + +preferences-default-zoom-value = + .label = { $percentage }% + +preferences-zoom-text-only = + .label = Zoom text only + .accesskey = t + +language-header = Language + +choose-language-description = Choose your preferred language for displaying pages + +choose-button = + .label = Choose… + .accesskey = o + +choose-browser-language-description = Choose the languages used to display menus, messages, and notifications from { -brand-short-name }. +manage-browser-languages-button = + .label = Set Alternatives… + .accesskey = l +confirm-browser-language-change-description = Restart { -brand-short-name } to apply these changes +confirm-browser-language-change-button = Apply and Restart + +translate-web-pages = + .label = Translate web content + .accesskey = T + +# The <img> element is replaced by the logo of the provider +# used to provide machine translations for web pages. +translate-attribution = Translations by <img data-l10n-name="logo"/> + +translate-exceptions = + .label = Exceptions… + .accesskey = x + +# Variables: +# $localeName (string) - Localized name of the locale to be used. +use-system-locale = + .label = Use your operating system settings for “{ $localeName }” to format dates, times, numbers, and measurements. + +check-user-spelling = + .label = Check your spelling as you type + .accesskey = t + +## General Section - Files and Applications + +files-and-applications-title = Files and Applications + +download-header = Downloads + +download-save-to = + .label = Save files to + .accesskey = v + +download-choose-folder = + .label = + { PLATFORM() -> + [macos] Choose… + *[other] Browse… + } + .accesskey = + { PLATFORM() -> + [macos] e + *[other] o + } + +download-always-ask-where = + .label = Always ask you where to save files + .accesskey = A + +applications-header = Applications + +applications-description = Choose how { -brand-short-name } handles the files you download from the web or the applications you use while browsing. + +applications-filter = + .placeholder = Search file types or applications + +applications-type-column = + .label = Content Type + .accesskey = T + +applications-action-column = + .label = Action + .accesskey = A + +# Variables: +# $extension (String) - file extension (e.g .TXT) +applications-file-ending = { $extension } file +applications-action-save = + .label = Save File + +# Variables: +# $app-name (String) - Name of an application (e.g Adobe Acrobat) +applications-use-app = + .label = Use { $app-name } + +# Variables: +# $app-name (String) - Name of an application (e.g Adobe Acrobat) +applications-use-app-default = + .label = Use { $app-name } (default) + +applications-use-os-default = + .label = + { PLATFORM() -> + [macos] Use macOS default application + [windows] Use Windows default application + *[other] Use system default application + } + +applications-use-other = + .label = Use other… +applications-select-helper = Select Helper Application + +applications-manage-app = + .label = Application Details… +applications-always-ask = + .label = Always ask + +# Variables: +# $type-description (String) - Description of the type (e.g "Portable Document Format") +# $type (String) - the MIME type (e.g application/binary) +applications-type-description-with-type = { $type-description } ({ $type }) + +# Variables: +# $extension (String) - file extension (e.g .TXT) +# $type (String) - the MIME type (e.g application/binary) +applications-file-ending-with-type = { applications-file-ending } ({ $type }) + +# Variables: +# $plugin-name (String) - Name of a plugin (e.g Adobe Flash) +applications-use-plugin-in = + .label = Use { $plugin-name } (in { -brand-short-name }) +applications-open-inapp = + .label = Open in { -brand-short-name } + +## The strings in this group are used to populate +## selected label element based on the string from +## the selected menu item. + +applications-use-plugin-in-label = + .value = { applications-use-plugin-in.label } + +applications-action-save-label = + .value = { applications-action-save.label } + +applications-use-app-label = + .value = { applications-use-app.label } + +applications-open-inapp-label = + .value = { applications-open-inapp.label } + +applications-always-ask-label = + .value = { applications-always-ask.label } + +applications-use-app-default-label = + .value = { applications-use-app-default.label } + +applications-use-other-label = + .value = { applications-use-other.label } + +applications-use-os-default-label = + .value = { applications-use-os-default.label } + +## + +drm-content-header = Digital Rights Management (DRM) Content + +play-drm-content = + .label = Play DRM-controlled content + .accesskey = P + +play-drm-content-learn-more = Learn more + +update-application-title = { -brand-short-name } Updates + +update-application-description = Keep { -brand-short-name } up to date for the best performance, stability, and security. + +update-application-version = Version { $version } <a data-l10n-name="learn-more">What’s new</a> + +update-history = + .label = Show Update History… + .accesskey = p + +update-application-allow-description = Allow { -brand-short-name } to + +update-application-auto = + .label = Automatically install updates (recommended) + .accesskey = A + +update-application-check-choose = + .label = Check for updates but let you choose to install them + .accesskey = C + +update-application-manual = + .label = Never check for updates (not recommended) + .accesskey = N + +update-application-warning-cross-user-setting = This setting will apply to all Windows accounts and { -brand-short-name } profiles using this installation of { -brand-short-name }. + +update-application-use-service = + .label = Use a background service to install updates + .accesskey = b + +update-setting-write-failure-title = Error saving Update preferences + +# Variables: +# $path (String) - Path to the configuration file +# The newlines between the main text and the line containing the path is +# intentional so the path is easier to identify. +update-setting-write-failure-message = + { -brand-short-name } encountered an error and didn’t save this change. Note that setting this update preference requires permission to write to the file below. You or a system administrator may be able resolve the error by granting the Users group full control to this file. + + Could not write to file: { $path } + +update-in-progress-title = Update In Progress + +update-in-progress-message = Do you want { -brand-short-name } to continue with this update? + +update-in-progress-ok-button = &Discard +# Continue is the cancel button so pressing escape or using a platform standard +# method of closing the UI will not discard the update. +update-in-progress-cancel-button = &Continue + +## General Section - Performance + +performance-title = Performance + +performance-use-recommended-settings-checkbox = + .label = Use recommended performance settings + .accesskey = U + +performance-use-recommended-settings-desc = These settings are tailored to your computer’s hardware and operating system. + +performance-settings-learn-more = Learn more + +performance-allow-hw-accel = + .label = Use hardware acceleration when available + .accesskey = r + +performance-limit-content-process-option = Content process limit + .accesskey = l + +performance-limit-content-process-enabled-desc = Additional content processes can improve performance when using multiple tabs, but will also use more memory. +performance-limit-content-process-blocked-desc = Modifying the number of content processes is only possible with multiprocess { -brand-short-name }. <a data-l10n-name="learn-more">Learn how to check if multiprocess is enabled</a> + +# Variables: +# $num - default value of the `dom.ipc.processCount` pref. +performance-default-content-process-count = + .label = { $num } (default) + +## General Section - Browsing + +browsing-title = Browsing + +browsing-use-autoscroll = + .label = Use autoscrolling + .accesskey = a + +browsing-use-smooth-scrolling = + .label = Use smooth scrolling + .accesskey = m + +browsing-use-onscreen-keyboard = + .label = Show a touch keyboard when necessary + .accesskey = c + +browsing-use-cursor-navigation = + .label = Always use the cursor keys to navigate within pages + .accesskey = k + +browsing-search-on-start-typing = + .label = Search for text when you start typing + .accesskey = x + +browsing-picture-in-picture-toggle-enabled = + .label = Enable picture-in-picture video controls + .accesskey = E + +browsing-picture-in-picture-learn-more = Learn more + +browsing-media-control = + .label = Control media via keyboard, headset, or virtual interface + .accesskey = v + +browsing-media-control-learn-more = Learn more + +browsing-cfr-recommendations = + .label = Recommend extensions as you browse + .accesskey = R +browsing-cfr-features = + .label = Recommend features as you browse + .accesskey = f + +browsing-cfr-recommendations-learn-more = Learn more + +## General Section - Proxy + +network-settings-title = Network Settings + +network-proxy-connection-description = Configure how { -brand-short-name } connects to the internet. + +network-proxy-connection-learn-more = Learn more + +network-proxy-connection-settings = + .label = Settings… + .accesskey = e + +## Home Section + +home-new-windows-tabs-header = New Windows and Tabs + +home-new-windows-tabs-description2 = Choose what you see when you open your homepage, new windows, and new tabs. + +## Home Section - Home Page Customization + +home-homepage-mode-label = Homepage and new windows + +home-newtabs-mode-label = New tabs + +home-restore-defaults = + .label = Restore Defaults + .accesskey = R + +# "Firefox" should be treated as a brand and kept in English, +# while "Home" and "(Default)" can be localized. +home-mode-choice-default = + .label = Firefox Home (Default) + +home-mode-choice-custom = + .label = Custom URLs… + +home-mode-choice-blank = + .label = Blank Page + +home-homepage-custom-url = + .placeholder = Paste a URL… + +# This string has a special case for '1' and [other] (default). If necessary for +# your language, you can add {$tabCount} to your translations and use the +# standard CLDR forms, or only use the form for [other] if both strings should +# be identical. +use-current-pages = + .label = + { $tabCount -> + [1] Use Current Page + *[other] Use Current Pages + } + .accesskey = C + +choose-bookmark = + .label = Use Bookmark… + .accesskey = B + +## Home Section - Firefox Home Content Customization + +home-prefs-content-header = Firefox Home Content +home-prefs-content-description = Choose what content you want on your Firefox Home screen. + +home-prefs-search-header = + .label = Web Search +home-prefs-topsites-header = + .label = Top Sites +home-prefs-topsites-description = The sites you visit most +home-prefs-topsites-by-option-sponsored = + .label = Sponsored Top Sites +home-prefs-shortcuts-header = + .label = Shortcuts +home-prefs-shortcuts-description = Sites you save or visit +home-prefs-shortcuts-by-option-sponsored = + .label = Sponsored shortcuts + +## Variables: +## $provider (String): Name of the corresponding content provider, e.g "Pocket". + +home-prefs-recommended-by-header = + .label = Recommended by { $provider } +home-prefs-recommended-by-description-update = Exceptional content from across the web, curated by { $provider } +home-prefs-recommended-by-description-new = Exceptional content curated by { $provider }, part of the { -brand-product-name } family +## + +home-prefs-recommended-by-learn-more = How it works +home-prefs-recommended-by-option-sponsored-stories = + .label = Sponsored Stories + +home-prefs-highlights-header = + .label = Highlights +home-prefs-highlights-description = A selection of sites that you’ve saved or visited +home-prefs-highlights-option-visited-pages = + .label = Visited Pages +home-prefs-highlights-options-bookmarks = + .label = Bookmarks +home-prefs-highlights-option-most-recent-download = + .label = Most Recent Download +home-prefs-highlights-option-saved-to-pocket = + .label = Pages Saved to { -pocket-brand-name } + +home-prefs-recent-activity-header = + .label = Recent activity +home-prefs-recent-activity-description = A selection of recent sites and content + +# For the "Snippets" feature traditionally on about:home. +# Alternative translation options: "Small Note" or something that +# expresses the idea of "a small message, shortened from something else, +# and non-essential but also not entirely trivial and useless. +home-prefs-snippets-header = + .label = Snippets +home-prefs-snippets-description = Updates from { -vendor-short-name } and { -brand-product-name } + +home-prefs-snippets-description-new = Tips and news from { -vendor-short-name } and { -brand-product-name } + +home-prefs-sections-rows-option = + .label = + { $num -> + [one] { $num } row + *[other] { $num } rows + } + +## Search Section + +search-bar-header = Search Bar +search-bar-hidden = + .label = Use the address bar for search and navigation +search-bar-shown = + .label = Add search bar in toolbar + +search-engine-default-header = Default Search Engine +search-engine-default-desc-2 = This is your default search engine in the address bar and search bar. You can switch it at any time. +search-engine-default-private-desc-2 = Choose a different default search engine for Private Windows only +search-separate-default-engine = + .label = Use this search engine in Private Windows + .accesskey = U + +search-suggestions-header = Search Suggestions +search-suggestions-desc = Choose how suggestions from search engines appear. + +search-suggestions-option = + .label = Provide search suggestions + .accesskey = s + +search-show-suggestions-url-bar-option = + .label = Show search suggestions in address bar results + .accesskey = l + +# This string describes what the user will observe when the system +# prioritizes search suggestions over browsing history in the results +# that extend down from the address bar. In the original English string, +# "ahead" refers to location (appearing most proximate to), not time +# (appearing before). +search-show-suggestions-above-history-option = + .label = Show search suggestions ahead of browsing history in address bar results + +search-show-suggestions-private-windows = + .label = Show search suggestions in Private Windows + +suggestions-addressbar-settings-generic = Change preferences for other address bar suggestions + +search-suggestions-cant-show = Search suggestions will not be shown in location bar results because you have configured { -brand-short-name } to never remember history. + +search-one-click-header2 = Search Shortcuts + +search-one-click-desc = Choose the alternative search engines that appear below the address bar and search bar when you start to enter a keyword. + +search-choose-engine-column = + .label = Search Engine +search-choose-keyword-column = + .label = Keyword + +search-restore-default = + .label = Restore Default Search Engines + .accesskey = D + +search-remove-engine = + .label = Remove + .accesskey = R +search-add-engine = + .label = Add + .accesskey = A + +search-find-more-link = Find more search engines + +# This warning is displayed when the chosen keyword is already in use +# ('Duplicate' is an adjective) +search-keyword-warning-title = Duplicate Keyword +# Variables: +# $name (String) - Name of a search engine. +search-keyword-warning-engine = You have chosen a keyword that is currently in use by “{ $name }”. Please select another. +search-keyword-warning-bookmark = You have chosen a keyword that is currently in use by a bookmark. Please select another. + +## Containers Section + +containers-back-button = + .aria-label = + { PLATFORM() -> + [windows] Back to Options + *[other] Back to Preferences + } +containers-header = Container Tabs +containers-add-button = + .label = Add New Container + .accesskey = A + +containers-new-tab-check = + .label = Select a container for each new tab + .accesskey = S + +containers-preferences-button = + .label = Preferences +containers-remove-button = + .label = Remove + +## Firefox Account - Signed out. Note that "Sync" and "Firefox Account" are now +## more discrete ("signed in" no longer means "and sync is connected"). + +sync-signedout-caption = Take Your Web With You +sync-signedout-description = Synchronize your bookmarks, history, tabs, passwords, add-ons, and preferences across all your devices. + +sync-signedout-account-signin2 = + .label = Sign in to { -sync-brand-short-name }… + .accesskey = i + +# This message contains two links and two icon images. +# `<img data-l10n-name="android-icon"/>` - Android logo icon +# `<a data-l10n-name="android-link">` - Link to Android Download +# `<img data-l10n-name="ios-icon">` - iOS logo icon +# `<a data-l10n-name="ios-link">` - Link to iOS Download +# +# They can be moved within the sentence as needed to adapt +# to your language, but should not be changed or translated. +sync-mobile-promo = Download Firefox for <img data-l10n-name="android-icon"/> <a data-l10n-name="android-link">Android</a> or <img data-l10n-name="ios-icon"/> <a data-l10n-name="ios-link">iOS</a> to sync with your mobile device. + +## Firefox Account - Signed in + +sync-profile-picture = + .tooltiptext = Change profile picture + +sync-sign-out = + .label = Sign Out… + .accesskey = g + +sync-manage-account = Manage account + .accesskey = o + +sync-signedin-unverified = { $email } is not verified. +sync-signedin-login-failure = Please sign in to reconnect { $email } + +sync-resend-verification = + .label = Resend Verification + .accesskey = d + +sync-remove-account = + .label = Remove Account + .accesskey = R + +sync-sign-in = + .label = Sign in + .accesskey = g + +## Sync section - enabling or disabling sync. + +prefs-syncing-on = Syncing: ON + +prefs-syncing-off = Syncing: OFF + +prefs-sync-setup = + .label = Set Up { -sync-brand-short-name }… + .accesskey = S + +prefs-sync-offer-setup-label = Synchronize your bookmarks, history, tabs, passwords, add-ons, and preferences across all your devices. + +prefs-sync-now = + .labelnotsyncing = Sync Now + .accesskeynotsyncing = N + .labelsyncing = Syncing… + +## The list of things currently syncing. + +sync-currently-syncing-heading = You are currently syncing these items: + +sync-currently-syncing-bookmarks = Bookmarks +sync-currently-syncing-history = History +sync-currently-syncing-tabs = Open tabs +sync-currently-syncing-logins-passwords = Logins and passwords +sync-currently-syncing-addresses = Addresses +sync-currently-syncing-creditcards = Credit cards +sync-currently-syncing-addons = Add-ons +sync-currently-syncing-prefs = + { PLATFORM() -> + [windows] Options + *[other] Preferences + } + +sync-change-options = + .label = Change… + .accesskey = C + +## The "Choose what to sync" dialog. + +sync-choose-what-to-sync-dialog = + .title = Choose What To Sync + .style = width: 36em; min-height: 35em; + .buttonlabelaccept = Save Changes + .buttonaccesskeyaccept = S + .buttonlabelextra2 = Disconnect… + .buttonaccesskeyextra2 = D + +sync-engine-bookmarks = + .label = Bookmarks + .accesskey = m + +sync-engine-history = + .label = History + .accesskey = r + +sync-engine-tabs = + .label = Open tabs + .tooltiptext = A list of what’s open on all synced devices + .accesskey = t + +sync-engine-logins-passwords = + .label = Logins and passwords + .tooltiptext = Usernames and passwords you’ve saved + .accesskey = L + +sync-engine-addresses = + .label = Addresses + .tooltiptext = Postal addresses you’ve saved (desktop only) + .accesskey = e + +sync-engine-creditcards = + .label = Credit cards + .tooltiptext = Names, numbers and expiry dates (desktop only) + .accesskey = C + +sync-engine-addons = + .label = Add-ons + .tooltiptext = Extensions and themes for Firefox desktop + .accesskey = A + +sync-engine-prefs = + .label = + { PLATFORM() -> + [windows] Options + *[other] Preferences + } + .tooltiptext = General, Privacy, and Security settings you’ve changed + .accesskey = s + +## The device name controls. + +sync-device-name-header = Device Name + +sync-device-name-change = + .label = Change Device Name… + .accesskey = h + +sync-device-name-cancel = + .label = Cancel + .accesskey = n + +sync-device-name-save = + .label = Save + .accesskey = v + +sync-connect-another-device = Connect another device + +## Privacy Section + +privacy-header = Browser Privacy + +## Privacy Section - Logins and Passwords + +# The search keyword isn't shown to users but is used to find relevant settings in about:preferences. +pane-privacy-logins-and-passwords-header = Logins and Passwords + .searchkeywords = { -lockwise-brand-short-name } + +# Checkbox to control whether UI is shown to users to save or fill logins/passwords. +forms-ask-to-save-logins = + .label = Ask to save logins and passwords for websites + .accesskey = r +forms-exceptions = + .label = Exceptions… + .accesskey = x +forms-generate-passwords = + .label = Suggest and generate strong passwords + .accesskey = u +forms-breach-alerts = + .label = Show alerts about passwords for breached websites + .accesskey = b +forms-breach-alerts-learn-more-link = Learn more + +# Checkbox which controls filling saved logins into fields automatically when they appear, in some cases without user interaction. +forms-fill-logins-and-passwords = + .label = Autofill logins and passwords + .accesskey = i +forms-saved-logins = + .label = Saved Logins… + .accesskey = L +forms-primary-pw-use = + .label = Use a Primary Password + .accesskey = U +forms-primary-pw-learn-more-link = Learn more +# This string uses the former name of the Primary Password feature +# ("Master Password" in English) so that the preferences can be found +# when searching for the old name. The accesskey is unused. +forms-master-pw-change = + .label = Change Master Password… + .accesskey = M +forms-primary-pw-change = + .label = Change Primary Password… + .accesskey = P +# Leave this message empty if the translation for "Primary Password" matches +# "Master Password" in your language. If you're editing the FTL file directly, +# use { "" } as the value. +forms-primary-pw-former-name = Formerly known as Master Password + +forms-primary-pw-fips-title = You are currently in FIPS mode. FIPS requires a non-empty Primary Password. +forms-master-pw-fips-desc = Password Change Failed + +## OS Authentication dialog + +# This message can be seen by trying to add a Primary Password. +primary-password-os-auth-dialog-message-win = To create a Primary Password, enter your Windows login credentials. This helps protect the security of your accounts. + +# This message can be seen by trying to add a Primary Password. +# The macOS strings are preceded by the operating system with "Firefox is trying to " +# and includes subtitle of "Enter password for the user "xxx" to allow this." These +# notes are only valid for English. Please test in your locale. +primary-password-os-auth-dialog-message-macosx = create a Primary Password +master-password-os-auth-dialog-caption = { -brand-full-name } + +## Privacy Section - History + +history-header = History + +# This label is followed, on the same line, by a dropdown list of options +# (Remember history, etc.). +# In English it visually creates a full sentence, e.g. +# "Firefox will" + "Remember history". +# +# If this doesn't work for your language, you can translate this message: +# - Simply as "Firefox", moving the verb into each option. +# This will result in "Firefox" + "Will remember history", etc. +# - As a stand-alone message, for example "Firefox history settings:". +history-remember-label = { -brand-short-name } will + .accesskey = w + +history-remember-option-all = + .label = Remember history +history-remember-option-never = + .label = Never remember history +history-remember-option-custom = + .label = Use custom settings for history + +history-remember-description = { -brand-short-name } will remember your browsing, download, form, and search history. +history-dontremember-description = { -brand-short-name } will use the same settings as private browsing, and will not remember any history as you browse the Web. + +history-private-browsing-permanent = + .label = Always use private browsing mode + .accesskey = p + +history-remember-browser-option = + .label = Remember browsing and download history + .accesskey = b + +history-remember-search-option = + .label = Remember search and form history + .accesskey = f + +history-clear-on-close-option = + .label = Clear history when { -brand-short-name } closes + .accesskey = r + +history-clear-on-close-settings = + .label = Settings… + .accesskey = t + +history-clear-button = + .label = Clear History… + .accesskey = s + +## Privacy Section - Site Data + +sitedata-header = Cookies and Site Data + +sitedata-total-size-calculating = Calculating site data and cache size… + +# Variables: +# $value (Number) - Value of the unit (for example: 4.6, 500) +# $unit (String) - Name of the unit (for example: "bytes", "KB") +sitedata-total-size = Your stored cookies, site data, and cache are currently using { $value } { $unit } of disk space. + +sitedata-learn-more = Learn more + +sitedata-delete-on-close = + .label = Delete cookies and site data when { -brand-short-name } is closed + .accesskey = c + +sitedata-delete-on-close-private-browsing = In permanent private browsing mode, cookies and site data will always be cleared when { -brand-short-name } is closed. + +sitedata-allow-cookies-option = + .label = Accept cookies and site data + .accesskey = A + +sitedata-disallow-cookies-option = + .label = Block cookies and site data + .accesskey = B + +# This label means 'type of content that is blocked', and is followed by a drop-down list with content types below. +# The list items are the strings named sitedata-block-*-option*. +sitedata-block-desc = Type blocked + .accesskey = T + +sitedata-option-block-cross-site-trackers = + .label = Cross-site trackers +sitedata-option-block-cross-site-and-social-media-trackers = + .label = Cross-site and social media trackers +sitedata-option-block-cross-site-tracking-cookies-including-social-media = + .label = Cross-site tracking cookies — includes social media cookies +sitedata-option-block-cross-site-cookies-including-social-media = + .label = Cross-site cookies — includes social media cookies +sitedata-option-block-cross-site-and-social-media-trackers-plus-isolate = + .label = Cross-site and social media trackers, and isolate remaining cookies +sitedata-option-block-unvisited = + .label = Cookies from unvisited websites +sitedata-option-block-all-third-party = + .label = All third-party cookies (may cause websites to break) +sitedata-option-block-all = + .label = All cookies (will cause websites to break) + +sitedata-clear = + .label = Clear Data… + .accesskey = l + +sitedata-settings = + .label = Manage Data… + .accesskey = M + +sitedata-cookies-exceptions = + .label = Manage Exceptions… + .accesskey = x + +## Privacy Section - Address Bar + +addressbar-header = Address Bar + +addressbar-suggest = When using the address bar, suggest + +addressbar-locbar-history-option = + .label = Browsing history + .accesskey = h +addressbar-locbar-bookmarks-option = + .label = Bookmarks + .accesskey = k +addressbar-locbar-openpage-option = + .label = Open tabs + .accesskey = O +# Shortcuts refers to the shortcut tiles on the new tab page, previously known as top sites. Translation should be consistent. +addressbar-locbar-shortcuts-option = + .label = Shortcuts + .accesskey = S +addressbar-locbar-topsites-option = + .label = Top sites + .accesskey = T +addressbar-locbar-engines-option = + .label = Search engines + .accesskey = a + +addressbar-suggestions-settings = Change preferences for search engine suggestions + +## Privacy Section - Content Blocking + +content-blocking-enhanced-tracking-protection = Enhanced Tracking Protection + +content-blocking-section-top-level-description = Trackers follow you around online to collect information about your browsing habits and interests. { -brand-short-name } blocks many of these trackers and other malicious scripts. + +content-blocking-learn-more = Learn more + +content-blocking-fpi-incompatibility-warning = You are using First Party Isolation (FPI), which overrides some of { -brand-short-name }’s cookie settings. + +## These strings are used to define the different levels of +## Enhanced Tracking Protection. + +# "Standard" in this case is an adjective, meaning "default" or "normal". +enhanced-tracking-protection-setting-standard = + .label = Standard + .accesskey = d +enhanced-tracking-protection-setting-strict = + .label = Strict + .accesskey = r +enhanced-tracking-protection-setting-custom = + .label = Custom + .accesskey = C +## + +content-blocking-etp-standard-desc = Balanced for protection and performance. Pages will load normally. +content-blocking-etp-strict-desc = Stronger protection, but may cause some sites or content to break. +content-blocking-etp-custom-desc = Choose which trackers and scripts to block. + +content-blocking-private-windows = Tracking content in Private Windows +content-blocking-cross-site-cookies = Cross-site cookies +content-blocking-cross-site-tracking-cookies = Cross-site tracking cookies +content-blocking-cross-site-tracking-cookies-plus-isolate = Cross-site tracking cookies, and isolate remaining cookies +content-blocking-social-media-trackers = Social media trackers +content-blocking-all-cookies = All cookies +content-blocking-unvisited-cookies = Cookies from unvisited sites +content-blocking-all-windows-tracking-content = Tracking content in all windows +content-blocking-all-third-party-cookies = All third-party cookies +content-blocking-cryptominers = Cryptominers +content-blocking-fingerprinters = Fingerprinters + +content-blocking-warning-title = Heads up! +content-blocking-and-isolating-etp-warning-description = Blocking trackers and isolating cookies could impact the functionality of some sites. Reload a page with trackers to load all content. +content-blocking-and-isolating-etp-warning-description-2 = This setting may cause some websites to not display content or work correctly. If a site seems broken, you may want to turn off tracking protection for that site to load all content. +content-blocking-warning-learn-how = Learn how + +content-blocking-reload-description = You will need to reload your tabs to apply these changes. +content-blocking-reload-tabs-button = + .label = Reload All Tabs + .accesskey = R + +content-blocking-tracking-content-label = + .label = Tracking content + .accesskey = T +content-blocking-tracking-protection-option-all-windows = + .label = In all windows + .accesskey = A +content-blocking-option-private = + .label = Only in Private Windows + .accesskey = p +content-blocking-tracking-protection-change-block-list = Change block list + +content-blocking-cookies-label = + .label = Cookies + .accesskey = C + +content-blocking-expand-section = + .tooltiptext = More information + +# Cryptomining refers to using scripts on websites that can use a computer’s resources to mine cryptocurrency without a user’s knowledge. +content-blocking-cryptominers-label = + .label = Cryptominers + .accesskey = y + +# Browser fingerprinting is a method of tracking users by the configuration and settings information (their "digital fingerprint") +# that is visible to websites they browse, rather than traditional tracking methods such as IP addresses and unique cookies. +content-blocking-fingerprinters-label = + .label = Fingerprinters + .accesskey = F + +## Privacy Section - Tracking + +tracking-manage-exceptions = + .label = Manage Exceptions… + .accesskey = x + +## Privacy Section - Permissions + +permissions-header = Permissions + +permissions-location = Location +permissions-location-settings = + .label = Settings… + .accesskey = t + +permissions-xr = Virtual Reality +permissions-xr-settings = + .label = Settings… + .accesskey = t + +permissions-camera = Camera +permissions-camera-settings = + .label = Settings… + .accesskey = t + +permissions-microphone = Microphone +permissions-microphone-settings = + .label = Settings… + .accesskey = t + +permissions-notification = Notifications +permissions-notification-settings = + .label = Settings… + .accesskey = t +permissions-notification-link = Learn more + +permissions-notification-pause = + .label = Pause notifications until { -brand-short-name } restarts + .accesskey = n + +permissions-autoplay = Autoplay + +permissions-autoplay-settings = + .label = Settings… + .accesskey = t + +permissions-block-popups = + .label = Block pop-up windows + .accesskey = B + +permissions-block-popups-exceptions = + .label = Exceptions… + .accesskey = E + +permissions-addon-install-warning = + .label = Warn you when websites try to install add-ons + .accesskey = W + +permissions-addon-exceptions = + .label = Exceptions… + .accesskey = E + +## Privacy Section - Data Collection + +collection-header = { -brand-short-name } Data Collection and Use + +collection-description = We strive to provide you with choices and collect only what we need to provide and improve { -brand-short-name } for everyone. We always ask permission before receiving personal information. +collection-privacy-notice = Privacy Notice + +collection-health-report-telemetry-disabled = You’re no longer allowing { -vendor-short-name } to capture technical and interaction data. All past data will be deleted within 30 days. +collection-health-report-telemetry-disabled-link = Learn more + +collection-health-report = + .label = Allow { -brand-short-name } to send technical and interaction data to { -vendor-short-name } + .accesskey = r +collection-health-report-link = Learn more + +collection-studies = + .label = Allow { -brand-short-name } to install and run studies +collection-studies-link = View { -brand-short-name } studies + +addon-recommendations = + .label = Allow { -brand-short-name } to make personalized extension recommendations +addon-recommendations-link = Learn more + +# This message is displayed above disabled data sharing options in developer builds +# or builds with no Telemetry support available. +collection-health-report-disabled = Data reporting is disabled for this build configuration + +collection-backlogged-crash-reports = + .label = Allow { -brand-short-name } to send backlogged crash reports on your behalf + .accesskey = c +collection-backlogged-crash-reports-link = Learn more + +## Privacy Section - Security +## +## It is important that wording follows the guidelines outlined on this page: +## https://developers.google.com/safe-browsing/developers_guide_v2#AcceptableUsage + +security-header = Security + +security-browsing-protection = Deceptive Content and Dangerous Software Protection + +security-enable-safe-browsing = + .label = Block dangerous and deceptive content + .accesskey = B +security-enable-safe-browsing-link = Learn more + +security-block-downloads = + .label = Block dangerous downloads + .accesskey = d + +security-block-uncommon-software = + .label = Warn you about unwanted and uncommon software + .accesskey = c + +## Privacy Section - Certificates + +certs-header = Certificates + +certs-enable-ocsp = + .label = Query OCSP responder servers to confirm the current validity of certificates + .accesskey = Q + +certs-view = + .label = View Certificates… + .accesskey = C + +certs-devices = + .label = Security Devices… + .accesskey = D + +space-alert-learn-more-button = + .label = Learn More + .accesskey = L + +space-alert-over-5gb-pref-button = + .label = + { PLATFORM() -> + [windows] Open Options + *[other] Open Preferences + } + .accesskey = + { PLATFORM() -> + [windows] O + *[other] O + } + +space-alert-over-5gb-message = + { PLATFORM() -> + [windows] { -brand-short-name } is running out of disk space. Website contents may not display properly. You can clear stored data in Options > Privacy & Security > Cookies and Site Data. + *[other] { -brand-short-name } is running out of disk space. Website contents may not display properly. You can clear stored data in Preferences > Privacy & Security > Cookies and Site Data. + } + +space-alert-under-5gb-ok-button = + .label = OK, Got it + .accesskey = K + +space-alert-under-5gb-message = { -brand-short-name } is running out of disk space. Website contents may not display properly. Visit “Learn More” to optimize your disk usage for better browsing experience. + +## Privacy Section - HTTPS-Only + +httpsonly-header = HTTPS-Only Mode + +httpsonly-description = HTTPS provides a secure, encrypted connection between { -brand-short-name } and the websites you visit. Most websites support HTTPS, and if HTTPS-Only Mode is enabled, then { -brand-short-name } will upgrade all connections to HTTPS. + +httpsonly-learn-more = Learn more + +httpsonly-radio-enabled = + .label = Enable HTTPS-Only Mode in all windows + +httpsonly-radio-enabled-pbm = + .label = Enable HTTPS-Only Mode in private windows only + +httpsonly-radio-disabled = + .label = Don’t enable HTTPS-Only Mode + +## The following strings are used in the Download section of settings +desktop-folder-name = Desktop +downloads-folder-name = Downloads +choose-download-folder-title = Choose Download Folder: + +# Variables: +# $service-name (String) - Name of a cloud storage provider like Dropbox, Google Drive, etc... +save-files-to-cloud-storage = + .label = Save files to { $service-name } diff --git a/browser/locales/en-US/browser/preferences/selectBookmark.ftl b/browser/locales/en-US/browser/preferences/selectBookmark.ftl new file mode 100644 index 0000000000..c88abfcd54 --- /dev/null +++ b/browser/locales/en-US/browser/preferences/selectBookmark.ftl @@ -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/. + +select-bookmark-window = + .title = Set Home Page + .style = width: 32em; + +select-bookmark-desc = Choose a Bookmark to be your Home Page. If you choose a folder, the Bookmarks in that folder will be opened in Tabs. diff --git a/browser/locales/en-US/browser/preferences/siteDataSettings.ftl b/browser/locales/en-US/browser/preferences/siteDataSettings.ftl new file mode 100644 index 0000000000..19e25b8b16 --- /dev/null +++ b/browser/locales/en-US/browser/preferences/siteDataSettings.ftl @@ -0,0 +1,63 @@ +# 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/. + + +## Settings + +site-data-settings-window = + .title = Manage Cookies and Site Data + +site-data-settings-description = The following websites store cookies and site data on your computer. { -brand-short-name } keeps data from websites with persistent storage until you delete it, and deletes data from websites with non-persistent storage as space is needed. + +site-data-search-textbox = + .placeholder = Search websites + .accesskey = S + +site-data-column-host = + .label = Site +site-data-column-cookies = + .label = Cookies +site-data-column-storage = + .label = Storage +site-data-column-last-used = + .label = Last Used + +# This label is used in the "Host" column for local files, which have no host. +site-data-local-file-host = (local file) + +site-data-remove-selected = + .label = Remove Selected + .accesskey = R + +site-data-settings-dialog = + .buttonlabelaccept = Save Changes + .buttonaccesskeyaccept = a + +# Variables: +# $value (Number) - Value of the unit (for example: 4.6, 500) +# $unit (String) - Name of the unit (for example: "bytes", "KB") +site-storage-usage = + .value = { $value } { $unit } +site-storage-persistent = + .value = { site-storage-usage.value } (Persistent) + +site-data-remove-all = + .label = Remove All + .accesskey = e + +site-data-remove-shown = + .label = Remove All Shown + .accesskey = e + +## Removing + +site-data-removing-dialog = + .title = { site-data-removing-header } + .buttonlabelaccept = Remove + +site-data-removing-header = Removing Cookies and Site Data + +site-data-removing-desc = Removing cookies and site data may log you out of websites. Are you sure you want to make the changes? + +site-data-removing-table = Cookies and site data for the following websites will be removed diff --git a/browser/locales/en-US/browser/preferences/translation.ftl b/browser/locales/en-US/browser/preferences/translation.ftl new file mode 100644 index 0000000000..14b4b23c2f --- /dev/null +++ b/browser/locales/en-US/browser/preferences/translation.ftl @@ -0,0 +1,40 @@ +# 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/. + +translation-window = + .title = Exceptions - Translation + .style = width: 36em + +translation-close-key = + .key = w + +translation-languages-disabled-desc = Translation will not be offered for the following languages + +translation-languages-column = + .label = Languages + +translation-languages-button-remove = + .label = Remove Language + .accesskey = R + +translation-languages-button-remove-all = + .label = Remove All Languages + .accesskey = e + +translation-sites-disabled-desc = Translation will not be offered for the following sites + +translation-sites-column = + .label = Websites + +translation-sites-button-remove = + .label = Remove Site + .accesskey = S + +translation-sites-button-remove-all = + .label = Remove All Sites + .accesskey = i + +translation-dialog = + .buttonlabelaccept = Close + .buttonaccesskeyaccept = C diff --git a/browser/locales/en-US/browser/protections.ftl b/browser/locales/en-US/browser/protections.ftl new file mode 100644 index 0000000000..ff0becc2bc --- /dev/null +++ b/browser/locales/en-US/browser/protections.ftl @@ -0,0 +1,238 @@ +# 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: +# $count (Number) - Number of tracking events blocked. +graph-week-summary = + { $count -> + [one] { -brand-short-name } blocked { $count } tracker over the past week + *[other] { -brand-short-name } blocked { $count } trackers over the past week + } + +# Variables: +# $count (Number) - Number of tracking events blocked. +# $earliestDate (Number) - Unix timestamp in ms, representing a date. The +# earliest date recorded in the database. +graph-total-tracker-summary = + { $count -> + [one] <b>{ $count }</b> tracker blocked since { DATETIME($earliestDate, day: "numeric", month: "long", year: "numeric") } + *[other] <b>{ $count }</b> trackers blocked since { DATETIME($earliestDate, day: "numeric", month: "long", year: "numeric") } + } + +# Text displayed instead of the graph when in Private Mode +graph-private-window = { -brand-short-name } continues to block trackers in Private Windows, but does not keep a record of what was blocked. +# Weekly summary of the graph when the graph is empty in Private Mode +graph-week-summary-private-window = Trackers { -brand-short-name } blocked this week + +protection-report-webpage-title = Protections Dashboard +protection-report-page-content-title = Protections Dashboard +# This message shows when all privacy protections are turned off, which is why we use the word "can", Firefox is able to protect your privacy, but it is currently not. +protection-report-page-summary = { -brand-short-name } can protect your privacy behind the scenes while you browse. This is a personalized summary of those protections, including tools to take control of your online security. +# This message shows when at least some protections are turned on, we are more assertive compared to the message above, Firefox is actively protecting you. +protection-report-page-summary-default = { -brand-short-name } protects your privacy behind the scenes while you browse. This is a personalized summary of those protections, including tools to take control of your online security. + +protection-report-settings-link = Manage your privacy and security settings + +etp-card-title-always = Enhanced Tracking Protection: Always On +etp-card-title-custom-not-blocking = Enhanced Tracking Protection: OFF +etp-card-content-description = { -brand-short-name } automatically stops companies from secretly following you around the web. +protection-report-etp-card-content-custom-not-blocking = All protections are currently turned off. Choose which trackers to block by managing your { -brand-short-name } protections settings. +protection-report-manage-protections = Manage Settings + +# This string is used to label the X axis of a graph. Other days of the week are generated via Intl.DateTimeFormat, +# capitalization for this string should match the output for your locale. +graph-today = Today + +# This string is used to describe the graph for screenreader users. +graph-legend-description = A graph containing the total number of each type of tracker blocked this week. + +social-tab-title = Social Media Trackers +social-tab-contant = Social networks place trackers on other websites to follow what you do, see, and watch online. This allows social media companies to learn more about you beyond what you share on your social media profiles. <a data-l10n-name="learn-more-link">Learn more</a> + +cookie-tab-title = Cross-Site Tracking Cookies +cookie-tab-content = These cookies follow you from site to site to gather data about what you do online. They are set by third parties such as advertisers and analytics companies. Blocking cross-site tracking cookies reduces the number of ads that follow you around. <a data-l10n-name="learn-more-link">Learn more</a> + +tracker-tab-title = Tracking Content +tracker-tab-description = Websites may load external ads, videos, and other content with tracking code. Blocking tracking content can help sites load faster, but some buttons, forms, and login fields might not work. <a data-l10n-name="learn-more-link">Learn more</a> + +fingerprinter-tab-title = Fingerprinters +fingerprinter-tab-content = Fingerprinters collect settings from your browser and computer to create a profile of you. Using this digital fingerprint, they can track you across different websites. <a data-l10n-name="learn-more-link">Learn more</a> + +cryptominer-tab-title = Cryptominers +cryptominer-tab-content = Cryptominers use your system’s computing power to mine digital money. Cryptomining scripts drain your battery, slow down your computer, and can increase your energy bill. <a data-l10n-name="learn-more-link">Learn more</a> + +protections-close-button2 = + .aria-label = Close + .title = Close + +mobile-app-title = Block ad trackers across more devices +mobile-app-card-content = Use the mobile browser with built-in protection against ad tracking. +mobile-app-links = { -brand-product-name } Browser for <a data-l10n-name="android-mobile-inline-link">Android</a> and <a data-l10n-name="ios-mobile-inline-link">iOS</a> + +lockwise-title = Never forget a password again +lockwise-title-logged-in2 = Password Management +lockwise-header-content = { -lockwise-brand-name } securely stores your passwords in your browser. +lockwise-header-content-logged-in = Securely store and sync your passwords to all your devices. +protection-report-save-passwords-button = Save Passwords + .title = Save Passwords on { -lockwise-brand-short-name } +protection-report-manage-passwords-button = Manage Passwords + .title = Manage Passwords on { -lockwise-brand-short-name } +lockwise-mobile-app-title = Take your passwords everywhere +lockwise-no-logins-card-content = Use passwords saved in { -brand-short-name } on any device. +lockwise-app-links = { -lockwise-brand-name } for <a data-l10n-name="lockwise-android-inline-link">Android</a> and <a data-l10n-name="lockwise-ios-inline-link">iOS</a> + +# Variables: +# $count (Number) - Number of passwords exposed in data breaches. +lockwise-scanned-text-breached-logins = + { $count -> + [one] 1 password may have been exposed in a data breach. + *[other] { $count } passwords may have been exposed in a data breach. + } + +# While English doesn't use the number in the plural form, you can add $count to your language +# if needed for grammatical reasons. +# Variables: +# $count (Number) - Number of passwords stored in Lockwise. +lockwise-scanned-text-no-breached-logins = + { $count -> + [one] 1 password stored securely. + *[other] Your passwords are being stored securely. + } +lockwise-how-it-works-link = How it works + +turn-on-sync = Turn on { -sync-brand-short-name }… + .title = Go to sync preferences + +monitor-title = Look out for data breaches +monitor-link = How it works +monitor-header-content-no-account = Check { -monitor-brand-name } to see if you’ve been part of a known data breach, and get alerts about new breaches. +monitor-header-content-signed-in = { -monitor-brand-name } warns you if your info has appeared in a known data breach. +monitor-sign-up-link = Sign Up for Breach Alerts + .title = Sign up for breach alerts on { -monitor-brand-name } +auto-scan = Automatically scanned today + +monitor-emails-tooltip = + .title = View monitored email addresses on { -monitor-brand-short-name } +monitor-breaches-tooltip = + .title = View known data breaches on { -monitor-brand-short-name } +monitor-passwords-tooltip = + .title = View exposed passwords on { -monitor-brand-short-name } + +# This string is displayed after a large numeral that indicates the total number +# of email addresses being monitored. Don’t add $count to +# your localization, because it would result in the number showing twice. +info-monitored-emails = + { $count -> + [one] Email address being monitored + *[other] Email addresses being monitored + } + +# This string is displayed after a large numeral that indicates the total number +# of known data breaches. Don’t add $count to +# your localization, because it would result in the number showing twice. +info-known-breaches-found = + { $count -> + [one] Known data breach has exposed your information + *[other] Known data breaches have exposed your information + } + +# This string is displayed after a large numeral that indicates the total number +# of known data breaches that are marked as resolved by the user. Don’t add $count +# to your localization, because it would result in the number showing twice. +info-known-breaches-resolved = + { $count -> + [one] Known data breach marked as resolved + *[other] Known data breaches marked as resolved + } + +# This string is displayed after a large numeral that indicates the total number +# of exposed passwords. Don’t add $count to +# your localization, because it would result in the number showing twice. +info-exposed-passwords-found = + { $count -> + [one] Password exposed across all breaches + *[other] Passwords exposed across all breaches + } + +# This string is displayed after a large numeral that indicates the total number +# of exposed passwords that are marked as resolved by the user. Don’t add $count +# to your localization, because it would result in the number showing twice. +info-exposed-passwords-resolved = + { $count -> + [one] Password exposed in unresolved breaches + *[other] Passwords exposed in unresolved breaches + } + +monitor-no-breaches-title = Good news! +monitor-no-breaches-description = You have no known breaches. If that changes, we will let you know. +monitor-view-report-link = View Report + .title = Resolve breaches on { -monitor-brand-short-name } +monitor-breaches-unresolved-title = Resolve your breaches +monitor-breaches-unresolved-description = After reviewing breach details and taking steps to protect your info, you can mark breaches as resolved. +monitor-manage-breaches-link = Manage Breaches + .title = Manage breaches on { -monitor-brand-short-name } +monitor-breaches-resolved-title = Nice! You’ve resolved all known breaches. +monitor-breaches-resolved-description = If your email appears in any new breaches, we will let you know. + +# Variables: +# $numBreachesResolved (Number) - Number of breaches marked as resolved by the user on Monitor. +# $numBreaches (Number) - Number of breaches in which a user's data was involved, detected by Monitor. +monitor-partial-breaches-title = + { $numBreaches -> + *[other] { $numBreachesResolved } out of { $numBreaches } breaches marked as resolved + } + +# Variables: +# $percentageResolved (Number) - Percentage of breaches marked as resolved by a user on Monitor. +monitor-partial-breaches-percentage = { $percentageResolved }% complete + +monitor-partial-breaches-motivation-title-start = Great start! +monitor-partial-breaches-motivation-title-middle = Keep it up! +monitor-partial-breaches-motivation-title-end = Almost done! Keep it up. +monitor-partial-breaches-motivation-description = Resolve the rest of your breaches on { -monitor-brand-short-name }. +monitor-resolve-breaches-link = Resolve Breaches + .title = Resolve breaches on { -monitor-brand-short-name } + +## The title attribute is used to display the type of protection. +## The aria-label is spoken by screen readers to make the visual graph accessible to blind users. +## +## Variables: +## $count (Number) - Number of specific trackers +## $percentage (Number) - Percentage this type of tracker contributes to the whole graph + +bar-tooltip-social = + .title = Social Media Trackers + .aria-label = + { $count -> + [one] { $count } social media tracker ({ $percentage }%) + *[other] { $count } social media trackers ({ $percentage }%) + } +bar-tooltip-cookie = + .title = Cross-Site Tracking Cookies + .aria-label = + { $count -> + [one] { $count } cross-site tracking cookie ({ $percentage }%) + *[other] { $count } cross-site tracking cookies ({ $percentage }%) + } +bar-tooltip-tracker = + .title = Tracking Content + .aria-label = + { $count -> + [one] { $count } tracking content ({ $percentage }%) + *[other] { $count } tracking content ({ $percentage }%) + } +bar-tooltip-fingerprinter = + .title = Fingerprinters + .aria-label = + { $count -> + [one] { $count } fingerprinter ({ $percentage }%) + *[other] { $count } fingerprinters ({ $percentage }%) + } +bar-tooltip-cryptominer = + .title = Cryptominers + .aria-label = + { $count -> + [one] { $count } cryptominer ({ $percentage }%) + *[other] { $count } cryptominers ({ $percentage }%) + } diff --git a/browser/locales/en-US/browser/protectionsPanel.ftl b/browser/locales/en-US/browser/protectionsPanel.ftl new file mode 100644 index 0000000000..d7c33a53da --- /dev/null +++ b/browser/locales/en-US/browser/protectionsPanel.ftl @@ -0,0 +1,107 @@ +# 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/. + +protections-panel-sendreportview-error = There was an error sending the report. Please try again later. + +# A link shown when ETP is disabled for a site. Opens the breakage report subview when clicked. +protections-panel-sitefixedsendreport-label = Site fixed? Send report + +## These strings are used to define the different levels of +## Enhanced Tracking Protection. + +protections-popup-footer-protection-label-strict = Strict + .label = Strict +protections-popup-footer-protection-label-custom = Custom + .label = Custom +protections-popup-footer-protection-label-standard = Standard + .label = Standard + +## + +# The text a screen reader speaks when focused on the info button. +protections-panel-etp-more-info = + .aria-label = More information about Enhanced Tracking Protection + +protections-panel-etp-on-header = Enhanced Tracking Protection is ON for this site +protections-panel-etp-off-header = Enhanced Tracking Protection is OFF for this site + +# The link to be clicked to open the sub-panel view +protections-panel-site-not-working = Site not working? + +# The heading/title of the sub-panel view +protections-panel-site-not-working-view = + .title = Site Not Working? + +## The "Allowed" header also includes a "Why?" link that, when hovered, shows +## a tooltip explaining why these items were not blocked in the page. + +protections-panel-not-blocking-why-label = Why? +protections-panel-not-blocking-why-etp-on-tooltip = Blocking these could break elements of some websites. Without trackers, some buttons, forms, and login fields might not work. +protections-panel-not-blocking-why-etp-off-tooltip = All trackers on this site have been loaded because protections are turned off. + +## + +protections-panel-no-trackers-found = No trackers known to { -brand-short-name } were detected on this page. + +protections-panel-content-blocking-tracking-protection = Tracking Content + +protections-panel-content-blocking-socialblock = Social Media Trackers +protections-panel-content-blocking-cryptominers-label = Cryptominers +protections-panel-content-blocking-fingerprinters-label = Fingerprinters + +## In the protections panel, Content Blocking category items are in three sections: +## "Blocked" for categories being blocked in the current page, +## "Allowed" for categories detected but not blocked in the current page, and +## "None Detected" for categories not detected in the current page. +## These strings are used in the header labels of each of these sections. +protections-panel-blocking-label = Blocked +protections-panel-not-blocking-label = Allowed +protections-panel-not-found-label = None Detected + +## + +protections-panel-settings-label = Protection Settings +# This should match the "appmenuitem-protection-dashboard-title" string in browser/appmenu.ftl. +protections-panel-protectionsdashboard-label = Protections Dashboard + +## In the Site Not Working? view, we suggest turning off protections if +## the user is experiencing issues with any of a variety of functionality. + +# The header of the list +protections-panel-site-not-working-view-header = Turn off protections if you’re having issues with: + +# The list items, shown in a <ul> +protections-panel-site-not-working-view-issue-list-login-fields = Login fields +protections-panel-site-not-working-view-issue-list-forms = Forms +protections-panel-site-not-working-view-issue-list-payments = Payments +protections-panel-site-not-working-view-issue-list-comments = Comments +protections-panel-site-not-working-view-issue-list-videos = Videos + +protections-panel-site-not-working-view-send-report = Send a report + +## + +protections-panel-cross-site-tracking-cookies = These cookies follow you from site to site to gather data about what you do online. They are set by third parties such as advertisers and analytics companies. +protections-panel-cryptominers = Cryptominers use your system’s computing power to mine digital money. Cryptomining scripts drain your battery, slow down your computer, and can increase your energy bill. +protections-panel-fingerprinters = Fingerprinters collect settings from your browser and computer to create a profile of you. Using this digital fingerprint, they can track you across different websites. +protections-panel-tracking-content = Websites may load external ads, videos, and other content with tracking code. Blocking tracking content can help sites load faster, but some buttons, forms, and login fields might not work. +protections-panel-social-media-trackers = Social networks place trackers on other websites to follow what you do, see, and watch online. This allows social media companies to learn more about you beyond what you share on your social media profiles. + +protections-panel-content-blocking-manage-settings = + .label = Manage Protection Settings + .accesskey = M + +protections-panel-content-blocking-breakage-report-view = + .title = Report a Broken Site +protections-panel-content-blocking-breakage-report-view-description = Blocking certain trackers can cause problems with some websites. Reporting these problems helps make { -brand-short-name } better for everyone. Sending this report will send a URL and information about your browser settings to Mozilla. <label data-l10n-name="learn-more">Learn more</label> +protections-panel-content-blocking-breakage-report-view-collection-url = URL +protections-panel-content-blocking-breakage-report-view-collection-url-label = + .aria-label = URL +protections-panel-content-blocking-breakage-report-view-collection-comments = Optional: Describe the problem +protections-panel-content-blocking-breakage-report-view-collection-comments-label = + .aria-label = Optional: Describe the problem +protections-panel-content-blocking-breakage-report-view-cancel = + .label = Cancel +protections-panel-content-blocking-breakage-report-view-send-report = + .label = Send Report diff --git a/browser/locales/en-US/browser/safeMode.ftl b/browser/locales/en-US/browser/safeMode.ftl new file mode 100644 index 0000000000..04ec8d14e1 --- /dev/null +++ b/browser/locales/en-US/browser/safeMode.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/. + +safe-mode-window = + .title = { -brand-short-name } Safe Mode + .style = max-width: 400px +start-safe-mode = + .label = Start in Safe Mode +refresh-profile = + .label = Refresh { -brand-short-name } +safe-mode-description = Safe Mode is a special mode of { -brand-short-name } that can be used to troubleshoot issues. +safe-mode-description-details = Your add-ons and custom settings will be temporarily disabled, and { -brand-short-name } features may not perform as they currently do. +refresh-profile-instead = You can also skip troubleshooting and try refreshing { -brand-short-name }. +# Shown on the safe mode dialog after multiple startup crashes. +auto-safe-mode-description = { -brand-short-name } closed unexpectedly while starting. This might be caused by add-ons or other problems. You can try to resolve the problem by troubleshooting in Safe Mode. diff --git a/browser/locales/en-US/browser/safebrowsing/blockedSite.ftl b/browser/locales/en-US/browser/safebrowsing/blockedSite.ftl new file mode 100644 index 0000000000..f7ee8359ed --- /dev/null +++ b/browser/locales/en-US/browser/safebrowsing/blockedSite.ftl @@ -0,0 +1,30 @@ +# 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/. + +safeb-blocked-phishing-page-title = Deceptive site ahead +safeb-blocked-malware-page-title = Visiting this website may harm your computer +safeb-blocked-unwanted-page-title = The site ahead may contain harmful programs +safeb-blocked-harmful-page-title = The site ahead may contain malware +safeb-blocked-phishing-page-short-desc = { -brand-short-name } blocked this page because it may trick you into doing something dangerous like installing software or revealing personal information like passwords or credit cards. +safeb-blocked-malware-page-short-desc = { -brand-short-name } blocked this page because it might attempt to install malicious software that may steal or delete personal information on your computer. +safeb-blocked-unwanted-page-short-desc = { -brand-short-name } blocked this page because it might try to trick you into installing programs that harm your browsing experience (for example, by changing your homepage or showing extra ads on sites you visit). +safeb-blocked-harmful-page-short-desc = { -brand-short-name } blocked this page because it might try to install dangerous apps that steal or delete your information (for example, photos, passwords, messages and credit cards). +safeb-palm-advisory-desc = Advisory provided by <a data-l10n-name='advisory_provider'>{ $advisoryname }</a>. +safeb-palm-accept-label = Go back +safeb-palm-see-details-label = See details +safeb-blocked-phishing-page-error-desc-override = <span data-l10n-name='sitename'>{ $sitename }</span> has been <a data-l10n-name='error_desc_link'>reported as a deceptive site</a>. You can <a data-l10n-name='report_detection'>report a detection problem</a> or <a data-l10n-name='ignore_warning_link'>ignore the risk</a> and go to this unsafe site. +safeb-blocked-phishing-page-error-desc-no-override = <span data-l10n-name='sitename'>{ $sitename }</span> has been <a data-l10n-name='error_desc_link'>reported as a deceptive site</a>. You can <a data-l10n-name='report_detection'>report a detection problem</a>. +safeb-blocked-phishing-page-learn-more = Learn more about deceptive sites and phishing at <a data-l10n-name='learn_more_link'>www.antiphishing.org</a>. Learn more about { -brand-short-name }’s Phishing and Malware Protection at <a data-l10n-name='firefox_support'>support.mozilla.org</a>. +safeb-blocked-malware-page-error-desc-override-sumo = <span data-l10n-name='sitename'>{ $sitename }</span> has been <a data-l10n-name='error_desc_link'>reported as containing malicious software</a>. You can <a data-l10n-name='ignore_warning_link'>ignore the risk</a> and go to this unsafe site. +safeb-blocked-malware-page-error-desc-no-override-sumo = <span data-l10n-name='sitename'>{ $sitename }</span> has been <a data-l10n-name='error_desc_link'>reported as containing malicious software</a>. +safeb-blocked-malware-page-learn-more-sumo = Learn more about { -brand-short-name }’s Phishing and Malware Protection at <a data-l10n-name='firefox_support'>support.mozilla.org</a>. +safeb-blocked-unwanted-page-error-desc-override = <span data-l10n-name='sitename'>{ $sitename }</span> has been <a data-l10n-name='error_desc_link'>reported as containing harmful software</a>. You can <a data-l10n-name='ignore_warning_link'>ignore the risk</a> and go to this unsafe site. +safeb-blocked-unwanted-page-error-desc-no-override = <span data-l10n-name='sitename'>{ $sitename }</span> has been <a data-l10n-name='error_desc_link'>reported as containing harmful software</a>. +safeb-blocked-unwanted-page-learn-more = Learn more about harmful and unwanted software at <a data-l10n-name='learn_more_link'>Unwanted Software Policy</a>. Learn more about { -brand-short-name }’s Phishing and Malware Protection at <a data-l10n-name='firefox_support'>support.mozilla.org</a>. +safeb-blocked-harmful-page-error-desc-override = <span data-l10n-name='sitename'>{ $sitename }</span> has been <a data-l10n-name='error_desc_link'>reported as containing a potentially harmful application</a>. You can <a data-l10n-name='ignore_warning_link'>ignore the risk</a> and go to this unsafe site. +safeb-blocked-harmful-page-error-desc-no-override = <span data-l10n-name='sitename'>{ $sitename }</span> has been <a data-l10n-name='error_desc_link'>reported as containing a potentially harmful application</a>. +safeb-blocked-harmful-page-learn-more = Learn more about { -brand-short-name }’s Phishing and Malware Protection at <a data-l10n-name='firefox_support'>support.mozilla.org</a>. +safeb-palm-notdeceptive = + .label = This isn’t a deceptive site… + .accesskey = d diff --git a/browser/locales/en-US/browser/sanitize.ftl b/browser/locales/en-US/browser/sanitize.ftl new file mode 100644 index 0000000000..3df2c0f519 --- /dev/null +++ b/browser/locales/en-US/browser/sanitize.ftl @@ -0,0 +1,110 @@ +# 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/. + +sanitize-prefs = + .title = Settings for Clearing History + .style = width: 34em + +sanitize-prefs-style = + .style = width: 17em + +dialog-title = + .title = Clear Recent History + .style = width: 34em + +# When "Time range to clear" is set to "Everything", this message is used for the +# title instead of dialog-title. +dialog-title-everything = + .title = Clear All History + .style = width: 34em + +clear-data-settings-label = When closed, { -brand-short-name } should automatically clear all + +## clear-time-duration-prefix is followed by a dropdown list, with +## values localized using clear-time-duration-value-* messages. +## clear-time-duration-suffix is left empty in English, but can be +## used in other languages to change the structure of the message. +## +## This results in English: +## Time range to clear: (Last Hour, Today, etc.) + +clear-time-duration-prefix = + .value = Time range to clear:{ " " } + .accesskey = T + +clear-time-duration-value-last-hour = + .label = Last Hour + +clear-time-duration-value-last-2-hours = + .label = Last Two Hours + +clear-time-duration-value-last-4-hours = + .label = Last Four Hours + +clear-time-duration-value-today = + .label = Today + +clear-time-duration-value-everything = + .label = Everything + +clear-time-duration-suffix = + .value = { "" } + +## These strings are used as section comments and checkboxes +## to select the items to remove + +history-section-label = History + +item-history-and-downloads = + .label = Browsing & Download History + .accesskey = B + +item-cookies = + .label = Cookies + .accesskey = C + +item-active-logins = + .label = Active Logins + .accesskey = L + +item-cache = + .label = Cache + .accesskey = a + +item-form-search-history = + .label = Form & Search History + .accesskey = F + +data-section-label = Data + +item-site-preferences = + .label = Site Preferences + .accesskey = S + +item-offline-apps = + .label = Offline Website Data + .accesskey = O + +sanitize-everything-undo-warning = This action cannot be undone. + +window-close = + .key = w + +sanitize-button-ok = + .label = Clear Now + +# The label for the default button between the user clicking it and the window +# closing. Indicates the items are being cleared. +sanitize-button-clearing = + .label = Clearing + +# Warning that appears when "Time range to clear" is set to "Everything" in Clear +# Recent History dialog, provided that the user has not modified the default set +# of history items to clear. +sanitize-everything-warning = All history will be cleared. + +# Warning that appears when "Time range to clear" is set to "Everything" in Clear +# Recent History dialog, provided that the user has modified the default set of +# history items to clear. +sanitize-selected-warning = All selected items will be cleared. diff --git a/browser/locales/en-US/browser/screenshots.ftl b/browser/locales/en-US/browser/screenshots.ftl new file mode 100644 index 0000000000..6528f0c4ba --- /dev/null +++ b/browser/locales/en-US/browser/screenshots.ftl @@ -0,0 +1,47 @@ +# 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/. + +screenshots-context-menu = Take a Screenshot + +screenshots-my-shots-button = My Shots +screenshots-instructions = Drag or click on the page to select a region. Press ESC to cancel. +screenshots-cancel-button = Cancel +screenshots-save-visible-button = Save visible +screenshots-save-page-button = Save full page +screenshots-download-button = Download +screenshots-download-button-tooltip = Download screenshot +screenshots-copy-button = Copy +screenshots-copy-button-tooltip = Copy screenshot to clipboard + +screenshots-meta-key = { + PLATFORM() -> + [macos] ⌘ + *[other] Ctrl +} +screenshots-notification-link-copied-title = Link Copied +screenshots-notification-link-copied-details = The link to your shot has been copied to the clipboard. Press {screenshots-meta-key}-V to paste. + +screenshots-notification-image-copied-title = Shot Copied +screenshots-notification-image-copied-details = Your shot has been copied to the clipboard. Press {screenshots-meta-key}-V to paste. + +screenshots-request-error-title = Out of order. +screenshots-request-error-details = Sorry! We couldn’t save your shot. Please try again later. + +screenshots-connection-error-title = We can’t connect to your screenshots. +screenshots-connection-error-details = Please check your Internet connection. If you are able to connect to the Internet, there may be a temporary problem with the { -screenshots-brand-name } service. + +screenshots-login-error-details = We couldn’t save your shot because there is a problem with the { -screenshots-brand-name } service. Please try again later. + +screenshots-unshootable-page-error-title = We can’t screenshot this page. +screenshots-unshootable-page-error-details = This isn’t a standard Web page, so you can’t take a screenshot of it. + +screenshots-self-screenshot-error-title = You can’t take a shot of a { -screenshots-brand-name } page! + +screenshots-empty-selection-error-title = Your selection is too small + +screenshots-private-window-error-title = { -screenshots-brand-name } is disabled in Private Browsing Mode +screenshots-private-window-error-details = Sorry for the inconvenience. We are working on this feature for future releases. + +screenshots-generic-error-title = Whoa! { -screenshots-brand-name } went haywire. +screenshots-generic-error-details = We’re not sure what just happened. Care to try again or take a shot of a different page? diff --git a/browser/locales/en-US/browser/search.ftl b/browser/locales/en-US/browser/search.ftl new file mode 100644 index 0000000000..f746e7e343 --- /dev/null +++ b/browser/locales/en-US/browser/search.ftl @@ -0,0 +1,20 @@ +# 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 are used for errors when installing OpenSearch engines, e.g. +## via "Add Search Engine" on the address bar or search bar. +## Variables +## $location-url (String) - the URL of the OpenSearch engine that was attempted to be installed. + +opensearch-error-duplicate-title = Install Error +opensearch-error-duplicate-desc = { -brand-short-name } could not install the search plugin from “{ $location-url }” because an engine with the same name already exists. + +opensearch-error-format-title = Invalid Format +opensearch-error-format-desc = { -brand-short-name } could not install the search engine from: { $location-url } + +opensearch-error-download-title = Download Error +opensearch-error-download-desc = + { -brand-short-name } could not download the search plugin from: { $location-url } + +## diff --git a/browser/locales/en-US/browser/setDesktopBackground.ftl b/browser/locales/en-US/browser/setDesktopBackground.ftl new file mode 100644 index 0000000000..53d35fbf86 --- /dev/null +++ b/browser/locales/en-US/browser/setDesktopBackground.ftl @@ -0,0 +1,40 @@ +# 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/. + +set-desktop-background-window = + .title = Set Desktop Background + +set-desktop-background-accept = + .label = Set Desktop Background + +open-desktop-prefs = + .label = Open Desktop Preferences + +set-background-preview-unavailable = Preview unavailable + +# This refers to the wallpaper "spanning" multiple monitors when the +# user has more than one. Only some of the entire image will be on +# each monitor. This should ideally match the wording in Windows' own +# Desktop Background settings page. +set-background-span = + .label = Span + +set-background-color = Color: + +set-background-position = Position: + +set-background-tile = + .label = Tile + +set-background-center = + .label = Center + +set-background-stretch = + .label = Stretch + +set-background-fill = + .label = Fill + +set-background-fit = + .label = Fit diff --git a/browser/locales/en-US/browser/sidebarMenu.ftl b/browser/locales/en-US/browser/sidebarMenu.ftl new file mode 100644 index 0000000000..ab2cea2d39 --- /dev/null +++ b/browser/locales/en-US/browser/sidebarMenu.ftl @@ -0,0 +1,15 @@ +# 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/. + +sidebar-menu-bookmarks = + .label = Bookmarks + +sidebar-menu-history = + .label = History + +sidebar-menu-synced-tabs = + .label = Synced Tabs + +sidebar-menu-close = + .label = Close Sidebar diff --git a/browser/locales/en-US/browser/sync.ftl b/browser/locales/en-US/browser/sync.ftl new file mode 100644 index 0000000000..d3ed1b4397 --- /dev/null +++ b/browser/locales/en-US/browser/sync.ftl @@ -0,0 +1,21 @@ +# 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/. + +fxa-toolbar-sync-syncing = + .label = Syncing… +fxa-toolbar-sync-syncing-tabs = + .label = Syncing Tabs… + +sync-disconnect-dialog-title = Disconnect { -sync-brand-short-name }? +sync-disconnect-dialog-body = { -brand-product-name } will stop syncing your account but won’t delete any of your browsing data on this device. +sync-disconnect-dialog-button = Disconnect + +fxa-signout-dialog-heading = Sign out of { -fxaccount-brand-name }? +fxa-signout-dialog-body = Synced data will remain in your account. +fxa-signout-checkbox = + .label = Delete data from this device (logins, passwords, history, bookmarks, etc.). +fxa-signout-dialog = + .title = Sign out of { -fxaccount-brand-name } + .style = min-width: 375px; + .buttonlabelaccept = Sign Out diff --git a/browser/locales/en-US/browser/syncedTabs.ftl b/browser/locales/en-US/browser/syncedTabs.ftl new file mode 100644 index 0000000000..42485351b9 --- /dev/null +++ b/browser/locales/en-US/browser/syncedTabs.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/. + +synced-tabs-sidebar-title = Synced Tabs +synced-tabs-sidebar-noclients-subtitle = Want to see your tabs from other devices here? +synced-tabs-sidebar-intro = View a list of tabs from your other devices. +synced-tabs-sidebar-unverified = Your account needs to be verified. +synced-tabs-sidebar-notabs = No open tabs +synced-tabs-sidebar-openprefs = Open { -sync-brand-short-name } Preferences +synced-tabs-sidebar-tabsnotsyncing = Turn on tab syncing to view a list of tabs from your other devices. +synced-tabs-sidebar-connect-another-device = Connect Another Device +synced-tabs-sidebar-search = + .placeholder = Search synced tabs +synced-tabs-context-open = + .label = Open + .accesskey = O +synced-tabs-context-open-in-new-tab = + .label = Open in a New Tab + .accesskey = w +synced-tabs-context-open-in-new-window = + .label = Open in a New Window + .accesskey = N +synced-tabs-context-open-in-new-private-window = + .label = Open in a New Private Window + .accesskey = P +synced-tabs-context-bookmark-single-tab = + .label = Bookmark This Tab… + .accesskey = B +synced-tabs-context-copy = + .label = Copy + .accesskey = C +synced-tabs-context-open-all-in-tabs = + .label = Open All in Tabs + .accesskey = O +synced-tabs-context-manage-devices = + .label = Manage Devices… + .accesskey = D +synced-tabs-context-sync-now = + .label = Sync Now + .accesskey = S +fxa-sign-in = Sign in to { -sync-brand-short-name } +turn-on-sync = Turn on { -sync-brand-short-name } diff --git a/browser/locales/en-US/browser/tabContextMenu.ftl b/browser/locales/en-US/browser/tabContextMenu.ftl new file mode 100644 index 0000000000..ed598a4f33 --- /dev/null +++ b/browser/locales/en-US/browser/tabContextMenu.ftl @@ -0,0 +1,82 @@ +# 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/. + +reload-tab = + .label = Reload Tab + .accesskey = R +select-all-tabs = + .label = Select All Tabs + .accesskey = S +duplicate-tab = + .label = Duplicate Tab + .accesskey = D +duplicate-tabs = + .label = Duplicate Tabs + .accesskey = D +close-tabs-to-the-end = + .label = Close Tabs to the Right + .accesskey = i +close-other-tabs = + .label = Close Other Tabs + .accesskey = o +reload-tabs = + .label = Reload Tabs + .accesskey = R +pin-tab = + .label = Pin Tab + .accesskey = P +unpin-tab = + .label = Unpin Tab + .accesskey = p +pin-selected-tabs = + .label = Pin Tabs + .accesskey = P +unpin-selected-tabs = + .label = Unpin Tabs + .accesskey = p +bookmark-selected-tabs = + .label = Bookmark Tabs… + .accesskey = B +bookmark-tab = + .label = Bookmark Tab + .accesskey = B +reopen-in-container = + .label = Reopen in Container + .accesskey = e +move-to-start = + .label = Move to Start + .accesskey = S +move-to-end = + .label = Move to End + .accesskey = E +move-to-new-window = + .label = Move to New Window + .accesskey = W +tab-context-close-multiple-tabs = + .label = Close Multiple Tabs + .accesskey = M + +## Variables: +## $tabCount (Number): the number of tabs that are affected by the action. +tab-context-undo-close-tabs = + .label = + { $tabCount -> + [1] Undo Close Tab + *[other] Undo Close Tabs + } + .accesskey = U +tab-context-close-tabs = + .label = + { $tabCount -> + [1] Close Tab + *[other] Close Tabs + } + .accesskey = C +tab-context-move-tabs = + .label = + { $tabCount -> + [1] Move Tab + *[other] Move Tabs + } + .accesskey = v diff --git a/browser/locales/en-US/browser/toolbarContextMenu.ftl b/browser/locales/en-US/browser/toolbarContextMenu.ftl new file mode 100644 index 0000000000..376bffb040 --- /dev/null +++ b/browser/locales/en-US/browser/toolbarContextMenu.ftl @@ -0,0 +1,70 @@ +# 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/. + +toolbar-context-menu-reload-selected-tab = + .label = Reload Selected Tab + .accesskey = R +toolbar-context-menu-reload-selected-tabs = + .label = Reload Selected Tabs + .accesskey = R +toolbar-context-menu-bookmark-selected-tab = + .label = Bookmark Selected Tab… + .accesskey = T +toolbar-context-menu-bookmark-selected-tabs = + .label = Bookmark Selected Tabs… + .accesskey = T +toolbar-context-menu-select-all-tabs = + .label = Select All Tabs + .accesskey = S +toolbar-context-menu-undo-close-tabs = + .label = + { $tabCount -> + [1] Undo Close Tab + *[other] Undo Close Tabs + } + .accesskey = U + +toolbar-context-menu-manage-extension = + .label = Manage Extension + .accesskey = E +toolbar-context-menu-remove-extension = + .label = Remove Extension + .accesskey = v + +# This label is used in the extensions toolbar buttons context menus, +# a user can use this command to submit to Mozilla an abuse report +# related to that extension. "Report" is a verb. +toolbar-context-menu-report-extension = + .label = Report Extension + .accesskey = o + +# Can appear on the same context menu as menubarCmd ("Menu Bar") and +# personalbarCmd ("Bookmarks Toolbar"), so they should have different +# access keys. +toolbar-context-menu-pin-to-overflow-menu = + .label = Pin to Overflow Menu + .accesskey = P +toolbar-context-menu-auto-hide-downloads-button = + .label = Auto-Hide in Toolbar + .accesskey = A +toolbar-context-menu-remove-from-toolbar = + .label = Remove from Toolbar + .accesskey = R +toolbar-context-menu-view-customize-toolbar = + .label = Customize… + .accesskey = C + +toolbar-context-menu-bookmarks-toolbar-always-show-2 = + .label = Always Show + .accesskey = A +toolbar-context-menu-bookmarks-toolbar-never-show-2 = + .label = Never Show + .accesskey = N +toolbar-context-menu-bookmarks-toolbar-on-new-tab-2 = + .label = Only Show on New Tab + .accesskey = O + +toolbar-context-menu-bookmarks-show-other-bookmarks = + .label = Show Other Bookmarks + .accesskey = h diff --git a/browser/locales/en-US/browser/touchbar/touchbar.ftl b/browser/locales/en-US/browser/touchbar/touchbar.ftl new file mode 100644 index 0000000000..bfc7ea4568 --- /dev/null +++ b/browser/locales/en-US/browser/touchbar/touchbar.ftl @@ -0,0 +1,35 @@ +# 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/. + +# Strings in this file are used to localize button titles displayed on the +# MacBook Touch Bar. +back = Back +forward = Forward +reload = Reload +home = Home +fullscreen = Fullscreen +touchbar-fullscreen-exit = Exit Fullscreen +find = Find +new-tab = New tab +add-bookmark = Add bookmark +reader-view = Reader View +# Meant to match the string displayed in an empty URL bar. +open-location = Search or enter address +share = Share +close-window = Close Window +open-sidebar = Sidebars + +# This string describes shortcuts for search. +search-popover = Search shortcuts +# Describes searches limited to a specific scope +# (e.g. searching only in history). +search-search-in = Search in: +## Various categories of shortcuts for search. + +search-bookmarks = Bookmarks +search-history = History +search-opentabs = Open Tabs +search-tags = Tags +search-titles = Titles +## diff --git a/browser/locales/en-US/browser/webrtcIndicator.ftl b/browser/locales/en-US/browser/webrtcIndicator.ftl new file mode 100644 index 0000000000..373a123bf5 --- /dev/null +++ b/browser/locales/en-US/browser/webrtcIndicator.ftl @@ -0,0 +1,37 @@ +# 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: This is currently placed under browser/base/content so that we can +# get the strings to appear without having our localization community need +# to go through and translate everything. Once these strings are ready for +# translation, we'll move it to the locales folder. + +# This string is used so that the window has a title in tools that enumerate/look for window +# titles. It is not normally visible anywhere. +webrtc-indicator-title = { -brand-short-name } — Sharing Indicator + +webrtc-sharing-window = You are sharing another application window. +webrtc-sharing-browser-window = You are sharing { -brand-short-name }. +webrtc-sharing-screen = You are sharing your entire screen. +webrtc-stop-sharing-button = Stop Sharing +webrtc-microphone-unmuted = + .title = Turn microphone off +webrtc-microphone-muted = + .title = Turn microphone on +webrtc-camera-unmuted = + .title = Turn camera off +webrtc-camera-muted = + .title = Turn camera on +webrtc-minimize = + .title = Minimize indicator + +# This string will display as a tooltip on supported systems where we show +# device sharing state in the OS notification area. We do not use these strings +# on macOS, as global menu bar items do not have native tooltips. +webrtc-camera-system-menu = + .label = You are sharing your camera. Click to control sharing. +webrtc-microphone-system-menu = + .label = You are sharing your microphone. Click to control sharing. +webrtc-screen-system-menu = + .label = You are sharing a window or a screen. Click to control sharing. diff --git a/browser/locales/en-US/chrome/browser-region/region.properties b/browser/locales/en-US/chrome/browser-region/region.properties new file mode 100644 index 0000000000..fb765abdee --- /dev/null +++ b/browser/locales/en-US/chrome/browser-region/region.properties @@ -0,0 +1,24 @@ +# 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/. + +# increment this number when anything gets changed in the list below. This will +# cause Firefox to re-read these prefs and inject any new handlers into the +# profile database. Note that "new" is defined as "has a different URL"; this +# means that it's not possible to update the name of existing handler, so +# don't make any spelling errors here. +gecko.handlerService.defaultHandlersVersion=4 + +# The default set of protocol handlers for mailto: +gecko.handlerService.schemes.mailto.0.name=Yahoo! Mail +gecko.handlerService.schemes.mailto.0.uriTemplate=https://compose.mail.yahoo.com/?To=%s +gecko.handlerService.schemes.mailto.1.name=Gmail +gecko.handlerService.schemes.mailto.1.uriTemplate=https://mail.google.com/mail/?extsrc=mailto&url=%s + +# The default set of protocol handlers for irc: +gecko.handlerService.schemes.irc.0.name=Mibbit +gecko.handlerService.schemes.irc.0.uriTemplate=https://www.mibbit.com/?url=%s + +# The default set of protocol handlers for ircs: +gecko.handlerService.schemes.ircs.0.name=Mibbit +gecko.handlerService.schemes.ircs.0.uriTemplate=https://www.mibbit.com/?url=%s diff --git a/browser/locales/en-US/chrome/browser/accounts.properties b/browser/locales/en-US/chrome/browser/accounts.properties new file mode 100644 index 0000000000..003dcac326 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/accounts.properties @@ -0,0 +1,129 @@ +# 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/. + +# LOCALIZATION NOTE (reconnectDescription) - %S = Email address of user's Firefox Account +reconnectDescription = Reconnect %S + +# LOCALIZATION NOTE (verifyDescription) - %S = Email address of user's Firefox Account +verifyDescription = Verify %S + +# These strings are shown in a desktop notification after the +# user requests we resend a verification email. +verificationSentTitle = Verification Sent +# LOCALIZATION NOTE (verificationSentBody) - %S = Email address of user's Firefox Account +verificationSentBody = A verification link has been sent to %S. +verificationNotSentTitle = Unable to Send Verification +verificationNotSentBody = We are unable to send a verification mail at this time, please try again later. + +# LOCALIZATION NOTE (deviceConnDisconnTitle) - the title shown in a notification +# when either this device or another device has connected to, or disconnected +# from, a Firefox Account. +deviceConnDisconnTitle = Firefox Account + +# LOCALIZATION NOTE (otherDeviceConnectedBody, otherDeviceConnectedBody.noDeviceName) +# These strings are used in a notification shown when a new device joins the +# Firefox account. +# %S is the name of the new device; otherDeviceConnectedBody.noDeviceName is shown +# instead of otherDeviceConnectedBody when the name is not known. +otherDeviceConnectedBody = This computer is now connected with %S. +otherDeviceConnectedBody.noDeviceName = This computer is now connected with a new device. + +# LOCALIZATION NOTE (thisDeviceConnectedBody) - used in a notification shown +# after a Firefox Account is connected to the current device. +thisDeviceConnectedBody = You have signed in successfully + +# LOCALIZATION NOTE (thisDeviceDisconnectedBody) - used in a notification shown +# after the Firefox Account was disconnected remotely. +thisDeviceDisconnectedBody = This computer has been disconnected. + +# LOCALIZATION NOTE (sendToAllDevices.menuitem) +# Displayed in the Send Tab/Page/Link to Device context menu when right clicking a tab, a page or a link. +sendToAllDevices.menuitem = Send to All Devices + +# LOCALIZATION NOTE (manageDevices.menuitem) +# Displayed in the Send Tab/Page/Link to Device context menu when right clicking a tab, a page or a link. +manageDevices.menuitem = Manage Devices… + +# LOCALIZATION NOTE (sendTabToDevice.unconfigured, sendTabToDevice.unconfigured.label2) +# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link +# and the Sync account is unconfigured. Redirects to a marketing page. +sendTabToDevice.unconfigured.label2 = Not Signed In +sendTabToDevice.unconfigured = Learn About Sending Tabs… + +# LOCALIZATION NOTE (sendTabToDevice.signintofxa) +# Displayed in the Send Tabs context menu and the page action panel when FxA is not +# configured. Allows users to immediately sign into FxA via the preferences. +# %S is replaced by brandProductName. +sendTabToDevice.signintofxa = Sign in to %S… + +# LOCALIZATION NOTE (sendTabToDevice.singledevice, sendTabToDevice.connectdevice, +# sendTabToDevice.singledevice.status) +# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link +# and the Sync account has only 1 device. The sendTabToDevice.singledevice link +# redirects to a marketing page, the sendTabToDevice.connectdevice redirects +# to an FxAccounts page that tells to you to connect another device. +sendTabToDevice.singledevice.status = No Devices Connected +sendTabToDevice.singledevice = Learn About Sending Tabs… +sendTabToDevice.connectdevice = Connect Another Device… + +# LOCALIZATION NOTE (sendTabToDevice.verify, sendTabToDevice.verify.status) +# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link +# and the Sync account is unverified. Redirects to the Sync preferences page. +sendTabToDevice.verify.status = Account Not Verified +sendTabToDevice.verify = Verify Your Account… + +# LOCALIZATION NOTE (tabArrivingNotification.title, tabArrivingNotificationWithDevice.title, +# multipleTabsArrivingNotification.title, unnamedTabsArrivingNotification2.body, +# unnamedTabsArrivingNotificationMultiple2.body, unnamedTabsArrivingNotificationNoDevice.body, +# singleTabArrivingWithTruncatedURL.body) +# These strings are used in a notification shown when we're opening tab(s) another device sent us to display. + +# LOCALIZATION NOTE (tabArrivingNotification.title, tabArrivingNotificationWithDevice.title) +# The body for these is the URL of the tab received +tabArrivingNotification.title = Tab Received +# LOCALIZATION NOTE (tabArrivingNotificationWithDevice.title) %S is the device name +tabArrivingNotificationWithDevice.title = Tab from %S + +multipleTabsArrivingNotification.title = Tabs Received +# LOCALIZATION NOTE (unnamedTabsArrivingNotification2.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received and #2 is the device name. +unnamedTabsArrivingNotification2.body = #1 tab has arrived from #2;#1 tabs have arrived from #2 +# LOCALIZATION NOTE (unnamedTabsArrivingNotificationMultiple2.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received. +unnamedTabsArrivingNotificationMultiple2.body = #1 tab has arrived from your connected devices;#1 tabs have arrived from your connected devices + +# LOCALIZATION NOTE (unnamedTabsArrivingNotificationNoDevice.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received +# This version is used when we don't know any device names. +unnamedTabsArrivingNotificationNoDevice.body = #1 tab has arrived;#1 tabs have arrived + +# LOCALIZATION NOTE (singleTabArrivingWithTruncatedURL.body): +# Used when a tab from a remote device arrives but the URL must be truncated. +# Should display the URL with an indication that it's benen truncated. +# %S is the portion of the URL that remains after truncation. +singleTabArrivingWithTruncatedURL.body = %S… + +# LOCALIZATION NOTE (account.title): +# Used as a default header for the FxA toolbar menu. +account.title = Account + +# LOCALIZATION NOTE (account.accountSettings): +# Used as the description below user's email in the FxA toolbar menu. +account.accountSettings = Account Settings + +# LOCALIZATION NOTE (account.finishAccountSetup): +# Used as the FxA toolbar menu item value when user has not +# finished setting up an account. +account.finishAccountSetup = Finish Account Setup + +# LOCALIZATION NOTE (account.reconnectToFxA): +# Used as the FxA toolbar menu item title when the user +# needs to reconnect their account. +account.reconnectToFxA = Reconnect to Firefox Account diff --git a/browser/locales/en-US/chrome/browser/app-extension-fields.properties b/browser/locales/en-US/chrome/browser/app-extension-fields.properties new file mode 100644 index 0000000000..e13a7d847b --- /dev/null +++ b/browser/locales/en-US/chrome/browser/app-extension-fields.properties @@ -0,0 +1,15 @@ +# 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/. + +# LOCALIZATION NOTE (extension.firefox-compact-light@mozilla.org.name): This is displayed in about:addons -> Appearance +extension.firefox-compact-light@mozilla.org.name=Light +extension.firefox-compact-light@mozilla.org.description=A theme with a light color scheme. + +# LOCALIZATION NOTE (extension.firefox-compact-dark@mozilla.org.name): This is displayed in about:addons -> Appearance +extension.firefox-compact-dark@mozilla.org.name=Dark +extension.firefox-compact-dark@mozilla.org.description=A theme with a dark color scheme. + +# LOCALIZATION NOTE (extension.firefox-alpenglow@mozilla.org.name): This is displayed in about:addons -> Appearance +extension.firefox-alpenglow@mozilla.org.name=Firefox Alpenglow +extension.firefox-alpenglow@mozilla.org.description=Use a colorful appearance for buttons, menus, and windows. diff --git a/browser/locales/en-US/chrome/browser/brandings.dtd b/browser/locales/en-US/chrome/browser/brandings.dtd new file mode 100644 index 0000000000..46a76ff0ff --- /dev/null +++ b/browser/locales/en-US/chrome/browser/brandings.dtd @@ -0,0 +1,13 @@ +<!-- 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/. --> + +<!-- LOCALIZATION NOTE: + The following feature names must be treated as a brand, and kept in English. + They cannot be: + - Declined to adapt to grammatical case. + - Transliterated. + - Translated. --> + +<!ENTITY sendFullName "Firefox Send"> +<!ENTITY monitorFullName "Firefox Monitor"> diff --git a/browser/locales/en-US/chrome/browser/browser.dtd b/browser/locales/en-US/chrome/browser/browser.dtd new file mode 100644 index 0000000000..2fd7c1503c --- /dev/null +++ b/browser/locales/en-US/chrome/browser/browser.dtd @@ -0,0 +1,205 @@ +<!-- 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/. --> + +<!-- LOCALIZATION NOTE : FILE This file contains the browser main menu items --> +<!-- LOCALIZATION NOTE : FILE Do not translate commandkeys --> + +<!ENTITY appmenu.tooltip "Open menu"> +<!ENTITY navbarOverflow.label "More tools…"> + +<!-- Tab context menu --> + +<!ENTITY listAllTabs.label "List all tabs"> + +<!ENTITY tabCmd.label "New Tab"> +<!ENTITY openFileCmd.label "Open File…"> +<!ENTITY printCmd.label "Print…"> + +<!ENTITY taskManagerCmd.label "Task Manager"> + +<!ENTITY menubarCmd.label "Menu Bar"> +<!ENTITY menubarCmd.accesskey "M"> +<!-- LOCALIZATION NOTE: The accessibleLabel is a spoken label that should not +include the word "toolbar" or such, because screen readers already know that +this container is a toolbar. This avoids double-speaking. --> +<!ENTITY navbar.accessibleLabel "Navigation"> +<!ENTITY fullScreenCmd.label "Full Screen"> + +<!ENTITY pictureInPictureHideToggle.label "Hide Picture-in-Picture Toggle"> +<!ENTITY pictureInPictureHideToggle.accesskey "H"> + +<!-- LOCALIZATION NOTE (fxa.menu) Used to define the different labels + for the Firefox Account toolbar menu screen. The `Signed in as` text is + followed by the user's email. --> +<!ENTITY fxa.menu.syncSettings2.label "&syncBrand.shortName.label; Settings"> +<!ENTITY fxa.menu.connectAnotherDevice2.label "Connect Another Device…"> +<!ENTITY fxa.menu.firefoxAccount "&syncBrand.fxAccount.label;"> +<!ENTITY fxa.menu.signin.label "Sign in to &brandProductName;"> +<!ENTITY fxa.menu.turnOnSync.label "Turn on &syncBrand.shortName.label;"> +<!ENTITY fxa.menu.firefoxServices.label "&brandProductName; Services"> +<!ENTITY fxa.menu.account.label "Account"> +<!ENTITY fxa.menu.settings.label "Settings"> +<!ENTITY fxa.menu.accountSettings.label "Account Settings"> +<!ENTITY fxa.menu.manageAccount2.label "Manage Account"> +<!ENTITY fxa.menu.signOut.label "Sign Out…"> +<!ENTITY fxa.menu.setupSync.label "Set Up &syncBrand.shortName.label;…"> + +<!-- LOCALIZATION NOTE (fxa.service) Used to define the different FxA services + for the Firefox Account toolbar menu screen. --> +<!ENTITY fxa.service.sendTab.description "Send a tab instantly to any device you’re signed in on."> + +<!ENTITY printButton.label "Print"> +<!ENTITY printButton.tooltip "Print this page"> + +<!ENTITY searchItem.title "Search"> + +<!-- Toolbar items --> +<!ENTITY homeButton.label "Home"> +<!ENTITY homeButton.defaultPage.tooltip "&brandShortName; Home Page"> + +<!ENTITY historyButton.label "History"> + +<!ENTITY downloads.label "Downloads"> +<!-- LOCALIZATION NOTE (libraryDownloads.label): This label is similar to + - downloads.label, but used in the Library panel. --> +<!ENTITY libraryDownloads.label "Downloads"> +<!ENTITY addons.label "Add-ons"> + +<!ENTITY webDeveloperMenu.label "Web Developer"> + +<!ENTITY newNavigatorCmd.label "New Window"> +<!ENTITY newPrivateWindow.label "New Private Window"> + +<!ENTITY editMenu.label "Edit"> +<!ENTITY preferencesCmd2.label "Options"> +<!ENTITY preferencesCmdUnix.label "Preferences"> +<!ENTITY logins.label "Logins and Passwords"> + +<!ENTITY overflowCustomizeToolbar.label "Customize Toolbar…"> +<!ENTITY overflowCustomizeToolbar.accesskey "C"> + +<!ENTITY historyMenu.label "History"> +<!ENTITY historyUndoMenu.label "Recently Closed Tabs"> +<!-- LOCALIZATION NOTE (historyUndoWindowMenu): see bug 394759 --> +<!ENTITY historyUndoWindowMenu.label "Recently Closed Windows"> + +<!ENTITY appMenuHistory.showAll.label "Show All History"> +<!ENTITY appMenuHistory.clearRecent.label "Clear Recent History…"> +<!ENTITY appMenuHistory.restoreSession.label "Restore Previous Session"> +<!ENTITY appMenuHistory.viewSidebar.label "View History Sidebar"> +<!ENTITY appMenuHistory.hideSidebar.label "Hide History Sidebar"> +<!ENTITY appMenuHistory.recentHistory.label "Recent History"> +<!ENTITY appMenuHelp.label "Help"> + +<!ENTITY appMenuRemoteTabs.label "Synced Tabs"> +<!-- LOCALIZATION NOTE (appMenuRemoteTabs.notabs.label): This is shown beneath + the name of a device when that device has no open tabs --> +<!ENTITY appMenuRemoteTabs.notabs.label "No open tabs"> +<!-- LOCALIZATION NOTE (appMenuRemoteTabs.showMore.label, appMenuRemoteTabs.showMore.tooltip): + This is shown after the tabs list if we can display more tabs by clicking on the button --> +<!ENTITY appMenuRemoteTabs.showMore.label "Show More"> +<!ENTITY appMenuRemoteTabs.showMore.tooltip "Show more tabs from this device"> +<!-- LOCALIZATION NOTE (appMenuRemoteTabs.showAll.label, appMenuRemoteTabs.showAll.tooltip): + This is shown after the tabs list if we can all the remaining tabs by clicking on the button --> +<!ENTITY appMenuRemoteTabs.showAll.label "Show All"> +<!ENTITY appMenuRemoteTabs.showAll.tooltip "Show all tabs from this device"> +<!-- LOCALIZATION NOTE (appMenuRemoteTabs.tabsnotsyncing.label): This is shown + when Sync is configured but syncing tabs is disabled. --> +<!ENTITY appMenuRemoteTabs.tabsnotsyncing.label "Turn on tab syncing to view a list of tabs from your other devices."> +<!-- LOCALIZATION NOTE (appMenuRemoteTabs.noclients.subtitle): This is shown + when Sync is configured but this appears to be the only device attached to + the account. We also show links to download Firefox for android/ios. --> +<!ENTITY appMenuRemoteTabs.noclients.subtitle "Want to see your tabs from other devices here?"> +<!ENTITY appMenuRemoteTabs.opensyncprefs.label "Open Sync Preferences"> +<!ENTITY appMenuRemoteTabs.welcome.label "View a list of tabs from your other devices."> +<!ENTITY appMenuRemoteTabs.unverified.label "Your account needs to be verified."> +<!ENTITY appMenuRemoteTabs.signintosync.label "Sign in to &syncBrand.shortName.label;…"> +<!ENTITY appMenuRemoteTabs.turnonsync.label "Turn on &syncBrand.shortName.label;…"> +<!ENTITY appMenuRemoteTabs.managedevices.label "Manage Devices…"> +<!ENTITY appMenuRemoteTabs.sidebar.label "View Synced Tabs Sidebar"> +<!ENTITY appMenuRemoteTabs.hidesidebar.label "Hide Synced Tabs Sidebar"> +<!ENTITY appMenuRemoteTabs.connectdevice.label "Connect Another Device"> + +<!ENTITY appMenuRecentHighlights.label "Recent Highlights"> + +<!ENTITY customizeMenu.addToToolbar.label "Add to Toolbar"> +<!ENTITY customizeMenu.addToToolbar.accesskey "A"> +<!-- LOCALIZATION NOTE (customizeMenu.addToOverflowMenu.label, + customizeMenu.unpinFromOverflowMenu.label) + The overflow menu is the menu that appears if you click the chevron (>> button) + in the location bar. --> +<!ENTITY customizeMenu.addToOverflowMenu.label "Add to Overflow Menu"> +<!ENTITY customizeMenu.addToOverflowMenu.accesskey "M"> +<!ENTITY customizeMenu.unpinFromOverflowMenu.label "Unpin from Overflow Menu"> +<!ENTITY customizeMenu.unpinFromOverflowMenu.accesskey "U"> +<!ENTITY customizeMenu.removeFromToolbar.label "Remove from Toolbar"> +<!ENTITY customizeMenu.removeFromToolbar.accesskey "R"> +<!ENTITY customizeMenu.addMoreItems.label "Add More Items…"> +<!ENTITY customizeMenu.addMoreItems.accesskey "A"> + +<!-- LOCALIZATION NOTE (moreMenu.label) This label is used in the new Photon + app (hamburger) menu. When clicked, it opens a subview that contains + secondary commands. --> +<!ENTITY moreMenu.label "More"> + +<!ENTITY contentSearchSubmit.tooltip "Submit search"> + +<!-- LOCALIZATION NOTE (searchInput.placeholder): + This string is displayed in the search box when the input field is empty. --> +<!ENTITY searchInput.placeholder "Search"> +<!ENTITY searchIcon.tooltip "Search"> + +<!ENTITY openLinkCmdInTab.accesskey "T"> + +<!-- LOCALIZATION NOTE(pocket-button.tooltiptext, saveToPocketCmd.label, saveLinkToPocketCmd.label, pocketMenuitem.label): + "Pocket" is a brand name. --> +<!ENTITY pocketMenuitem.label "View Pocket List"> + +<!ENTITY fullZoom.label "Zoom"> + +<!ENTITY sidebarCloseButton.tooltip "Close sidebar"> + +<!ENTITY allowPopups.accesskey "p"> +<!-- On Windows we use the term "Options" to describe settings, but + on Linux and Mac OS X we use "Preferences" - carry that distinction + over into this string, which is used in the "popup blocked" info bar . --> +<!ENTITY editPopupSettingsUnix.label "Edit Pop-up Blocker Preferences…"> +<!ENTITY editPopupSettings.label "Edit Pop-up Blocker Options…"> +<!ENTITY editPopupSettings.accesskey "E"> +<!ENTITY dontShowMessage.accesskey "D"> + +<!ENTITY findOnCmd.label "Find in This Page…"> + +<!ENTITY spellAddDictionaries.label "Add Dictionaries…"> +<!ENTITY spellAddDictionaries.accesskey "A"> + +<!-- Name for the tabs toolbar as spoken by screen readers. + The word "toolbar" is appended automatically and should not be contained below! --> +<!ENTITY tabsToolbar.label "Browser tabs"> + +<!ENTITY syncBrand.shortName.label "Sync"> + +<!ENTITY customizeMode.autoHideDownloadsButton.label "Auto-hide"> + + +<!ENTITY uiTour.infoPanel.close "Close"> + +<!ENTITY panicButton.thankyou.msg1 "Your recent history is cleared."> +<!ENTITY panicButton.thankyou.msg2 "Safe browsing!"> +<!ENTITY panicButton.thankyou.buttonlabel "Thanks!"> + +<!ENTITY updateAvailable.panelUI.label "Download &brandShorterName; update"> +<!ENTITY updateManual.panelUI.label "Download a fresh copy of &brandShorterName;"> +<!ENTITY updateUnsupported.panelUI.label "You cannot perform further updates"> +<!ENTITY updateRestart.panelUI.label2 "Restart to update &brandShorterName;"> + +<!ENTITY sendToDevice.syncNotReady.label "Syncing Devices…"> + +<!ENTITY libraryButton.tooltip "View history, saved bookmarks, and more"> + +<!-- LOCALIZATION NOTE: (accessibilityIndicator.tooltip): This is used to + display a tooltip for accessibility indicator in toolbar/tabbar. It is also + used as a textual label for the indicator used by assistive technology + users. --> +<!ENTITY accessibilityIndicator.tooltip "Accessibility Features Enabled"> diff --git a/browser/locales/en-US/chrome/browser/browser.properties b/browser/locales/en-US/chrome/browser/browser.properties new file mode 100644 index 0000000000..7e8b2c4359 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/browser.properties @@ -0,0 +1,1045 @@ +# 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/. + +nv_timeout=Timed Out +openFile=Open File + +droponhometitle=Set Home Page +droponhomemsg=Do you want this document to be your new home page? +droponhomemsgMultiple=Do you want these documents to be your new home pages? + +# context menu strings + +# LOCALIZATION NOTE (contextMenuSearch): %1$S is the search engine, +# %2$S is the selection string. +contextMenuSearch=Search %1$S for “%2$S” +contextMenuSearch.accesskey=S +contextMenuPrivateSearch=Search in a Private Window +contextMenuPrivateSearch.accesskey=h +# LOCALIZATION NOTE (contextMenuPrivateSearchOtherEngine): %S is the search +# engine name as set for Private Browsing mode. This label is only used when +# this engine is different from the default engine name used in normal mode. +contextMenuPrivateSearchOtherEngine=Search with %S in a Private Window +contextMenuPrivateSearchOtherEngine.accesskey=h + +# bookmark dialog strings + +bookmarkAllTabsDefault=[Folder Name] + +xpinstallPromptMessage=%S prevented this site from asking you to install software on your computer. +# LOCALIZATION NOTE (xpinstallPromptMessage.header) +# The string contains the hostname of the site the add-on is being installed from. +xpinstallPromptMessage.header=Allow %S to install an add-on? +xpinstallPromptMessage.message=You are attempting to install an add-on from %S. Make sure you trust this site before continuing. +xpinstallPromptMessage.header.unknown=Allow an unknown site to install an add-on? +xpinstallPromptMessage.message.unknown=You are attempting to install an add-on from an unknown site. Make sure you trust this site before continuing. +xpinstallPromptMessage.learnMore=Learn more about installing add-ons safely +xpinstallPromptMessage.dontAllow=Don’t Allow +xpinstallPromptMessage.dontAllow.accesskey=D +xpinstallPromptMessage.neverAllow=Never Allow +xpinstallPromptMessage.neverAllow.accesskey=N +# Accessibility Note: +# Be sure you do not choose an accesskey that is used elsewhere in the active context (e.g. main menu bar, submenu of the warning popup button) +# See https://website-archive.mozilla.org/www.mozilla.org/access/access/keyboard/ for details +xpinstallPromptMessage.install=Continue to Installation +xpinstallPromptMessage.install.accesskey=C + +xpinstallDisabledMessageLocked=Software installation has been disabled by your system administrator. +xpinstallDisabledMessage=Software installation is currently disabled. Click Enable and try again. +xpinstallDisabledButton=Enable +xpinstallDisabledButton.accesskey=n + +# LOCALIZATION NOTE (addonInstallBlockedByPolicy) +# This message is shown when the installation of an add-on is blocked by +# enterprise policy. %1$S is replaced by the name of the add-on. +# %2$S is replaced by the ID of add-on. %3$S is a custom message that +# the administration can add to the message. +addonInstallBlockedByPolicy=%1$S (%2$S) is blocked by your system administrator.%3$S +addonInstallFullScreenBlocked=Add-on installation is not allowed while in or before entering fullscreen mode. + +# LOCALIZATION NOTE (webextPerms.header) +# This string is used as a header in the webextension permissions dialog, +# %S is replaced with the localized name of the extension being installed. +# See https://bug1308309.bmoattachments.org/attachment.cgi?id=8814612 +# for an example of the full dialog. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.header=Add %S? + +webextPerms.unsignedWarning=Caution: This add-on is unverified. Malicious add-ons can steal your private information or compromise your computer. Only install this add-on if you trust the source. + +# LOCALIZATION NOTE (webextPerms.listIntro) +# This string will be followed by a list of permissions requested +# by the webextension. +webextPerms.listIntro=It requires your permission to: +webextPerms.learnMore=Learn more about permissions +webextPerms.add.label=Add +webextPerms.add.accessKey=A +webextPerms.cancel.label=Cancel +webextPerms.cancel.accessKey=C + +# LOCALIZATION NOTE (webextPerms.sideloadMenuItem) +# %1$S will be replaced with the localized name of the sideloaded add-on. +# %2$S will be replace with the name of the application (e.g., Firefox, Nightly) +webextPerms.sideloadMenuItem=%1$S added to %2$S + +# LOCALIZATION NOTE (webextPerms.sideloadHeader) +# This string is used as a header in the webextension permissions dialog +# when the extension is side-loaded. +# %S is replaced with the localized name of the extension being installed. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.sideloadHeader=%S added +webextPerms.sideloadText2=Another program on your computer installed an add-on that may affect your browser. Please review this add-on’s permissions requests and choose to Enable or Cancel (to leave it disabled). +webextPerms.sideloadTextNoPerms=Another program on your computer installed an add-on that may affect your browser. Please choose to Enable or Cancel (to leave it disabled). + +webextPerms.sideloadEnable.label=Enable +webextPerms.sideloadEnable.accessKey=E +webextPerms.sideloadCancel.label=Cancel +webextPerms.sideloadCancel.accessKey=C + +# LOCALIZATION NOTE (webextPerms.updateMenuItem) +# %S will be replaced with the localized name of the extension which +# has been updated. +webextPerms.updateMenuItem=%S requires new permissions + +# LOCALIZATION NOTE (webextPerms.updateText) +# %S is replaced with the localized name of the updated extension. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.updateText=%S has been updated. You must approve new permissions before the updated version will install. Choosing “Cancel” will maintain your current add-on version. + +webextPerms.updateAccept.label=Update +webextPerms.updateAccept.accessKey=U + +# LOCALIZATION NOTE (webextPerms.optionalPermsHeader) +# %S is replace with the localized name of the extension requested new +# permissions. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.optionalPermsHeader=%S requests additional permissions. +webextPerms.optionalPermsListIntro=It wants to: +webextPerms.optionalPermsAllow.label=Allow +webextPerms.optionalPermsAllow.accessKey=A +webextPerms.optionalPermsDeny.label=Deny +webextPerms.optionalPermsDeny.accessKey=D + +webextPerms.description.bookmarks=Read and modify bookmarks +webextPerms.description.browserSettings=Read and modify browser settings +webextPerms.description.browsingData=Clear recent browsing history, cookies, and related data +webextPerms.description.clipboardRead=Get data from the clipboard +webextPerms.description.clipboardWrite=Input data to the clipboard +webextPerms.description.devtools=Extend developer tools to access your data in open tabs +webextPerms.description.downloads=Download files and read and modify the browser’s download history +webextPerms.description.downloads.open=Open files downloaded to your computer +webextPerms.description.find=Read the text of all open tabs +webextPerms.description.geolocation=Access your location +webextPerms.description.history=Access browsing history +webextPerms.description.management=Monitor extension usage and manage themes +# LOCALIZATION NOTE (webextPerms.description.nativeMessaging) +# %S will be replaced with the name of the application +webextPerms.description.nativeMessaging=Exchange messages with programs other than %S +webextPerms.description.notifications=Display notifications to you +webextPerms.description.pkcs11=Provide cryptographic authentication services +webextPerms.description.privacy=Read and modify privacy settings +webextPerms.description.proxy=Control browser proxy settings +webextPerms.description.sessions=Access recently closed tabs +webextPerms.description.tabs=Access browser tabs +webextPerms.description.tabHide=Hide and show browser tabs +webextPerms.description.topSites=Access browsing history +webextPerms.description.webNavigation=Access browser activity during navigation + +webextPerms.hostDescription.allUrls=Access your data for all websites + +# LOCALIZATION NOTE (webextPerms.hostDescription.wildcard) +# %S will be replaced by the DNS domain for which a webextension +# is requesting access (e.g., mozilla.org) +webextPerms.hostDescription.wildcard=Access your data for sites in the %S domain + +# LOCALIZATION NOTE (webextPerms.hostDescription.tooManyWildcards): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 will be replaced by an integer indicating the number of additional +# domains for which this webextension is requesting permission. +webextPerms.hostDescription.tooManyWildcards=Access your data in #1 other domain;Access your data in #1 other domains + +# LOCALIZATION NOTE (webextPerms.hostDescription.oneSite) +# %S will be replaced by the DNS host name for which a webextension +# is requesting access (e.g., www.mozilla.org) +webextPerms.hostDescription.oneSite=Access your data for %S + +# LOCALIZATION NOTE (webextPerms.hostDescription.tooManySites) +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 will be replaced by an integer indicating the number of additional +# hosts for which this webextension is requesting permission. +webextPerms.hostDescription.tooManySites=Access your data on #1 other site;Access your data on #1 other sites + +# LOCALIZATION NOTE (webext.defaultSearch.description) +# %1$S is replaced with the localized named of the extension that is asking to change the default search engine. +# %2$S is replaced with the name of the current search engine +# %3$S is replaced with the name of the new search engine +webext.defaultSearch.description=%1$S would like to change your default search engine from %2$S to %3$S. Is that OK? +webext.defaultSearchYes.label=Yes +webext.defaultSearchYes.accessKey=Y +webext.defaultSearchNo.label=No +webext.defaultSearchNo.accessKey=N + +# LOCALIZATION NOTE (webext.remove.confirmation.title) +# %S is the name of the extension which is about to be removed. +webext.remove.confirmation.title=Remove %S +# LOCALIZATION NOTE (webext.remove.confirmation.message) +# %1$S is the name of the extension which is about to be removed. +# %2$S is brandShorterName +webext.remove.confirmation.message=Remove %1$S from %2$S? +webext.remove.confirmation.button=Remove +# LOCALIZATION NOTE (webext.remove.abuseReportCheckbox.message) +# %S is vendorShortName +webext.remove.abuseReportCheckbox.message=I want to report this extension to %S + +# LOCALIZATION NOTE (addonPostInstall.message1) +# %1$S is replaced with the localized named of the extension that was +# just installed. +# %2$S is replaced with the localized name of the application. +addonPostInstall.message1=%1$S has been added to %2$S. + +# LOCALIZATION NOTE (addonDownloadingAndVerifying): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Also see https://bugzilla.mozilla.org/show_bug.cgi?id=570012 for mockups +addonDownloadingAndVerifying=Downloading and verifying add-on…;Downloading and verifying #1 add-ons… +addonDownloadVerifying=Verifying + +addonInstall.unsigned=(Unverified) +addonInstall.cancelButton.label=Cancel +addonInstall.cancelButton.accesskey=C +addonInstall.acceptButton2.label=Add +addonInstall.acceptButton2.accesskey=A + +# LOCALIZATION NOTE (addonConfirmInstallMessage,addonConfirmInstallUnsigned): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName +# #2 is the number of add-ons being installed +addonConfirmInstall.message=This site would like to install an add-on in #1:;This site would like to install #2 add-ons in #1: +addonConfirmInstallUnsigned.message=Caution: This site would like to install an unverified add-on in #1. Proceed at your own risk.;Caution: This site would like to install #2 unverified add-ons in #1. Proceed at your own risk. + +# LOCALIZATION NOTE (addonConfirmInstallSomeUnsigned.message): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName +# #2 is the total number of add-ons being installed (at least 2) +addonConfirmInstallSomeUnsigned.message=;Caution: This site would like to install #2 add-ons in #1, some of which are unverified. Proceed at your own risk. + +# LOCALIZATION NOTE (addonInstalled): +# %S is the name of the add-on +addonInstalled=%S has been installed successfully. +# LOCALIZATION NOTE (addonsGenericInstalled): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 number of add-ons +addonsGenericInstalled=#1 add-on has been installed successfully.;#1 add-ons have been installed successfully. + +# LOCALIZATION NOTE (addonInstallError-1, addonInstallError-2, addonInstallError-3, addonInstallError-4, addonInstallError-5, addonLocalInstallError-1, addonLocalInstallError-2, addonLocalInstallError-3, addonLocalInstallError-4, addonLocalInstallError-5): +# %1$S is the application name, %2$S is the add-on name +addonInstallError-1=The add-on could not be downloaded because of a connection failure. +addonInstallError-2=The add-on could not be installed because it does not match the add-on %1$S expected. +addonInstallError-3=The add-on downloaded from this site could not be installed because it appears to be corrupt. +addonInstallError-4=%2$S could not be installed because %1$S cannot modify the needed file. +addonInstallError-5=%1$S has prevented this site from installing an unverified add-on. +addonLocalInstallError-1=This add-on could not be installed because of a filesystem error. +addonLocalInstallError-2=This add-on could not be installed because it does not match the add-on %1$S expected. +addonLocalInstallError-3=This add-on could not be installed because it appears to be corrupt. +addonLocalInstallError-4=%2$S could not be installed because %1$S cannot modify the needed file. +addonLocalInstallError-5=This add-on could not be installed because it has not been verified. + +# LOCALIZATION NOTE (addonInstallErrorIncompatible): +# %1$S is the application name, %2$S is the application version, %3$S is the add-on name +addonInstallErrorIncompatible=%3$S could not be installed because it is not compatible with %1$S %2$S. + +# LOCALIZATION NOTE (addonInstallErrorBlocklisted): %S is add-on name +addonInstallErrorBlocklisted=%S could not be installed because it has a high risk of causing stability or security problems. + +unsignedAddonsDisabled.message=One or more installed add-ons cannot be verified and have been disabled. +unsignedAddonsDisabled.learnMore.label=Learn More +unsignedAddonsDisabled.learnMore.accesskey=L + +# LOCALIZATION NOTE (popupWarning.message): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName and #2 is the number of pop-ups blocked. +popupWarning.message=#1 prevented this site from opening a pop-up window.;#1 prevented this site from opening #2 pop-up windows. +# LOCALIZATION NOTE (popupWarning.exceeded.message): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The singular form is left empty for English, since the number of blocked pop-ups is always greater than 1. +# #1 is brandShortName and #2 is the number of pop-ups blocked. +popupWarning.exceeded.message=;#1 prevented this site from opening more than #2 pop-up windows. +popupWarningButton=Options +popupWarningButton.accesskey=O +popupWarningButtonUnix=Preferences +popupWarningButtonUnix.accesskey=P +popupAllow=Allow pop-ups for %S +popupBlock=Block pop-ups for %S +popupWarningDontShowFromMessage=Don’t show this message when pop-ups are blocked +popupShowPopupPrefix=Show ‘%S’ + +# LOCALIZATION NOTE (popupShowBlockedPopupsIndicatorText): Semicolon separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of pop-ups blocked. +popupShowBlockedPopupsIndicatorText=Show #1 blocked pop-up…;Show #1 blocked pop-ups… + +# LOCALIZATION NOTE (geolocationLastAccessIndicatorText): %S is the relative time of the most recent geolocation access (e.g. 5 min. ago) +geolocationLastAccessIndicatorText=Last access %S + +# LOCALIZATION NOTE (openProtocolHandlerPermissionEntryLabel): %S is the scheme of the protocol the site may open an application for. For example: mailto +openProtocolHandlerPermissionEntryLabel=%S:// links + +crashedpluginsMessage.title=The %S plugin has crashed. +crashedpluginsMessage.reloadButton.label=Reload page +crashedpluginsMessage.reloadButton.accesskey=R +crashedpluginsMessage.submitButton.label=Submit a crash report +crashedpluginsMessage.submitButton.accesskey=S +crashedpluginsMessage.learnMore=Learn More… + +# Keyword fixup messages +# LOCALIZATION NOTE (keywordURIFixup.message): Used when the user tries to visit +# a local host page, by the time the DNS request recognizes it, we have already +# loaded a search page for the given word. An infobar then asks to the user +# whether he rather wanted to visit the host. %S is the recognized host. +keywordURIFixup.message=Did you mean to go to %S? +keywordURIFixup.goTo=Yes, take me to %S +keywordURIFixup.goTo.accesskey=Y +keywordURIFixup.dismiss=No thanks +keywordURIFixup.dismiss.accesskey=N + +pluginInfo.unknownPlugin=Unknown + +# Flash activation doorhanger UI +flashActivate.message=Do you want to allow Adobe Flash to run on this site? Only allow Adobe Flash on sites you trust. +flashActivate.outdated.message=Do you want to allow an outdated version of Adobe Flash to run on this site? An outdated version can affect browser performance and security. +flashActivate.noAllow=Don’t Allow +flashActivate.allow=Allow +flashActivate.noAllow.accesskey=D +flashActivate.allow.accesskey=A + +# in-page UI +# LOCALIZATION NOTE (PluginClickToActivate2): Two changes were done to the +# previous version of the string. The first is that we changed the wording from +# "Activate" to "Run", because it's shorter and feels less technical in English. +# Feel free to keep using the previous wording in your language if it's already +# the best one. +# The second change is that we removed the period at the end of the phrase, because +# it's not natural in our UI, and the underline was removed from this, so it doesn't +# look like a link anymore. We suggest that everyone removes that period too. +PluginClickToActivate2=Run %S +PluginVulnerableUpdatable=This plugin is vulnerable and should be updated. +PluginVulnerableNoUpdate=This plugin has security vulnerabilities. + +# Sanitize +# LOCALIZATION NOTE (update.downloadAndInstallButton.label): %S is replaced by the +# version of the update: "Update to 28.0". +update.downloadAndInstallButton.label=Update to %S +update.downloadAndInstallButton.accesskey=U + +menuOpenAllInTabs.label=Open All in Tabs + +# History menu +menuRestoreAllTabs.label=Restore All Tabs +# LOCALIZATION NOTE (menuRestoreAllWindows, menuUndoCloseWindowLabel, menuUndoCloseWindowSingleTabLabel): +# see bug 394759 +menuRestoreAllWindows.label=Restore All Windows +# LOCALIZATION NOTE (menuUndoCloseWindowLabel): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 Window Title, #2 Number of tabs +menuUndoCloseWindowLabel=#1 (and #2 other tab);#1 (and #2 other tabs) +menuUndoCloseWindowSingleTabLabel=#1 + +# Unified Back-/Forward Popup +tabHistory.current=Stay on this page +tabHistory.goBack=Go back to this page +tabHistory.goForward=Go forward to this page + +# URL Bar +pasteAndGo.label=Paste & Go +# LOCALIZATION NOTE (reloadButton.tooltip): +# %S is the keyboard shortcut for reloading the current page +reloadButton.tooltip=Reload current page (%S) +# LOCALIZATION NOTE (stopButton.tooltip): +# %S is the keyboard shortcut for stopping loading the page +stopButton.tooltip=Stop loading this page (%S) +# LOCALIZATION NOTE (urlbar-zoom-button.tooltip): +# %S is the keyboard shortcut for resetting the zoom level to 100% +urlbar-zoom-button.tooltip=Reset zoom level (%S) +# LOCALIZATION NOTE (reader-mode-button.tooltip): +# %S is the keyboard shortcut for entering/exiting reader view +reader-mode-button.tooltip=Toggle reader view (%S) + +# LOCALIZATION NOTE(zoom-button.label): %S is the current page zoom level, +# %% will be displayed as a single % character (% is commonly used to define +# format specifiers, so it needs to be escaped). +zoom-button.label = %S%% + +# Block autorefresh +refreshBlocked.goButton=Allow +refreshBlocked.goButton.accesskey=A +refreshBlocked.refreshLabel=%S prevented this page from automatically reloading. +refreshBlocked.redirectLabel=%S prevented this page from automatically redirecting to another page. + +# General bookmarks button +# LOCALIZATION NOTE (bookmarksMenuButton.tooltip): +# %S is the keyboard shortcut for "Show All Bookmarks" +bookmarksMenuButton.tooltip=Show your bookmarks (%S) + +# Downloads button tooltip +# LOCALIZATION NOTE (downloads.tooltip): +# %S is the keyboard shortcut for "Downloads" +downloads.tooltip=Display the progress of ongoing downloads (%S) + +# Print button tooltip on OS X +# LOCALIZATION NOTE (printButton.tooltip): +# Use the unicode ellipsis char, \u2026, +# or use "..." if \u2026 doesn't suit traditions in your locale. +# %S is the keyboard shortcut for "Print" +printButton.tooltip=Print this page… (%S) + +# New Window button tooltip +# LOCALIZATION NOTE (newWindowButton.tooltip): +# %S is the keyboard shortcut for "New Window" +newWindowButton.tooltip=Open a new window (%S) + +# New Tab button tooltip +# LOCALIZATION NOTE (newTabButton.tooltip): +# %S is the keyboard shortcut for "New Tab" +newTabButton.tooltip=Open a new tab (%S) +newTabContainer.tooltip=Open a new tab (%S)\nPress and hold to open a new container tab +newTabAlwaysContainer.tooltip=Select container to open a new tab + +# Offline web applications +offlineApps.available2=Will you allow %S to store data on your computer? +offlineApps.allowStoring.label=Allow Storing Data +offlineApps.allowStoring.accesskey=A +offlineApps.dontAllow.label=Don’t Allow +offlineApps.dontAllow.accesskey=n + +# Canvas permission prompt +# LOCALIZATION NOTE (canvas.siteprompt): %S is hostname +canvas.siteprompt=Will you allow %S to use your HTML5 canvas image data? This may be used to uniquely identify your computer. +canvas.notAllow=Don’t Allow +canvas.notAllow.accesskey=n +canvas.allow=Allow Data Access +canvas.allow.accesskey=A +canvas.remember=Always remember my decision + +# WebAuthn prompts +# LOCALIZATION NOTE (webauthn.registerPrompt2): %S is hostname +webauthn.registerPrompt2=%S wants to register an account with one of your security keys. You can connect and authorize one now, or cancel. +# LOCALIZATION NOTE (webauthn.registerDirectPrompt2): +# %1$S is hostname. %2$S is brandShortName. +# The website is asking for extended information about your +# hardware authenticator that shouldn't be generally necessary. Permitting +# this is safe if you only use one account at this website. If you have +# multiple accounts at this website, and you use the same hardware +# authenticator, then the website could link those accounts together. +# And this is true even if you use a different profile / browser (or even Tor +# Browser). To avoid this, you should use different hardware authenticators +# for different accounts on this website. +webauthn.registerDirectPrompt2=%1$S is requesting extended information about your security key, which may affect your privacy.\n\n%2$S can anonymize this for you, but the website might decline this key. If declined, you can try again. +# LOCALIZATION NOTE (webauthn.signPrompt2): %S is hostname +webauthn.signPrompt2=%S wants to authenticate you using a registered security key. You can connect and authorize one now, or cancel. +webauthn.cancel=Cancel +webauthn.cancel.accesskey=c +webauthn.proceed=Proceed +webauthn.proceed.accesskey=p +webauthn.anonymize=Anonymize anyway + +# Spoof Accept-Language prompt +privacy.spoof_english=Changing your language setting to English will make you more difficult to identify and enhance your privacy. Do you want to request English language versions of web pages? + +# LOCALIZATION NOTE (identity.headerMainWithHost, identity.headerSecurityWithHost): +# %S is the hostname of the site that is being displayed. +identity.headerMainWithHost=Site Information for %S +identity.headerSecurityWithHost=Connection Security for %S +identity.identified.verifier=Verified by: %S +identity.identified.verified_by_you=You have added a security exception for this site. +identity.identified.state_and_country=%S, %S +identity.ev.contentOwner2=Certificate issued to: %S + +# LOCALIZATION NOTE (identity.notSecure.label): +# Keep this string as short as possible, this is displayed in the URL bar +# use a synonym for "safe" or "private" if "secure" is too long. +identity.notSecure.label=Not Secure +identity.notSecure.tooltip=Connection is not secure + +identity.extension.label=Extension (%S) +identity.extension.tooltip=Loaded by extension: %S +identity.showDetails.tooltip=Show connection details + +# LOCALIZATION NOTE (contentBlocking.trackersView.blocked.label): +# This label is shown next to a tracker in the trackers subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked" +contentBlocking.trackersView.blocked.label=Blocked + +contentBlocking.trackersView.empty.label=None detected on this site + +# LOCALIZATION NOTE (contentBlocking.cookies.blockingTrackers.label, contentBlocking.cookies.blocking3rdParty.label, +# contentBlocking.cookies.blockingUnvisited.label,contentBlocking.cookies.blockingAll.label): +contentBlocking.cookies.blockingTrackers3.label=Cross-Site Tracking Cookies +contentBlocking.cookies.blocking3rdParty2.label=Third-Party Cookies +contentBlocking.cookies.blockingUnvisited2.label=Unvisited Site Cookies +contentBlocking.cookies.blockingAll2.label=All Cookies + +contentBlocking.cookiesView.firstParty.label=From This Site +# LOCALIZATION NOTE (contentBlocking.cookiesView.firstParty.empty.label): +# This references the header from contentBlocking.cookiesView.firstParty.label: +# "[Cookies] From This Site: None detected on this site". +contentBlocking.cookiesView.firstParty.empty.label=None detected on this site + +contentBlocking.cookiesView.trackers2.label=Cross-Site Tracking Cookies +# LOCALIZATION NOTE (contentBlocking.cookiesView.trackers.empty.label): +# This references the header from contentBlocking.cookiesView.trackers.label: +# "Tracking Cookies: None detected on this site". +contentBlocking.cookiesView.trackers.empty.label=None detected on this site + +contentBlocking.cookiesView.thirdParty.label=Third-Party Cookies +# LOCALIZATION NOTE (contentBlocking.cookiesView.thirdParty.empty.label): +# This references the header from contentBlocking.cookiesView.thirdParty.label: +# "Third-Party Cookies: None detected on this site". +contentBlocking.cookiesView.thirdParty.empty.label=None detected on this site + +# LOCALIZATION NOTE (contentBlocking.cookiesView.allowed.label): +# This label is shown next to a cookie origin in the cookies subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Allowed" +contentBlocking.cookiesView.allowed.label=Allowed +# LOCALIZATION NOTE (contentBlocking.cookiesView.blocked.label): +# This label is shown next to a cookie origin in the cookies subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked" +contentBlocking.cookiesView.blocked.label=Blocked +# LOCALIZATION NOTE (contentBlocking.cookiesView.removeButton.tooltip): %S is the domain of the site. +contentBlocking.cookiesView.removeButton.tooltip=Clear cookie exception for %S + +# LOCALIZATION NOTE (contentBlocking.fingerprintersView.blocked.label): +# This label is shown next to a fingerprinter in the fingerprinters subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked" +contentBlocking.fingerprintersView.blocked.label=Blocked + +# LOCALIZATION NOTE (contentBlocking.cryptominersView.blocked.label): +# This label is shown next to a cryptominer in the cryptominers subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked" +contentBlocking.cryptominersView.blocked.label=Blocked + +trackingProtection.icon.activeTooltip2=Blocking social media trackers, cross-site tracking cookies, and fingerprinters. +trackingProtection.icon.disabledTooltip2=Enhanced Tracking Protection is OFF for this site. +# LOCALIZATION NOTE (trackingProtection.icon.noTrackersDetectedTooltip): %S is brandShortName. +trackingProtection.icon.noTrackersDetectedTooltip=No trackers known to %S were detected on this page. + +# LOCALIZATION NOTE (protections.header): +# Header of the Protections Panel. %S is replaced with the site's hostname. +protections.header=Protections for %S + +# LOCALIZATION NOTE (protections.disableAriaLabel): +# Text that gets spoken by a screen reader if the button will disable protections. +# %s is the site's hostname. +protections.disableAriaLabel=Disable protections for %S + +# LOCALIZATION NOTE (protections.enableAriaLabel): +# Text that gets spoken by a screen reader if the button will enable protections. +# %s is the site's hostname. +protections.enableAriaLabel=Enable protections for %S + +# Blocking and Not Blocking sub-views in the Protections Panel +protections.blocking.fingerprinters.title=Fingerprinters Blocked +protections.blocking.cryptominers.title=Cryptominers Blocked +protections.blocking.cookies.trackers.title=Cross-Site Tracking Cookies Blocked +protections.blocking.cookies.3rdParty.title=Third-Party Cookies Blocked +protections.blocking.cookies.all.title=All Cookies Blocked +protections.blocking.cookies.unvisited.title=Unvisited Site Cookies Blocked +protections.blocking.trackingContent.title=Tracking Content Blocked +protections.blocking.socialMediaTrackers.title=Social Media Trackers Blocked +protections.notBlocking.fingerprinters.title=Not Blocking Fingerprinters +protections.notBlocking.cryptominers.title=Not Blocking Cryptominers +protections.notBlocking.cookies.3rdParty.title=Not Blocking Third-Party Cookies +protections.notBlocking.cookies.all.title=Not Blocking Cookies +protections.notBlocking.crossSiteTrackingCookies.title=Not Blocking Cross-Site Tracking Cookies +protections.notBlocking.trackingContent.title=Not Blocking Tracking Content +protections.notBlocking.socialMediaTrackers.title=Not Blocking Social Media Trackers + +# Footer section in the Protections Panel +# LOCALIZATION NOTE (protections.footer.blockedTrackerCounter.description, +# protections.footer.blockedTrackerCounter.tooltip): +# This text indicates the total number of trackers blocked on all sites. In +# its tooltip, we show the date when we started counting this number. +# LOCALIZATION NOTE (protections.footer.blockedTrackerCounter.description): +# Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Replacement for #1 is a locale-string converted positive integer. +protections.footer.blockedTrackerCounter.description=#1 Blocked;#1 Blocked +# LOCALIZATION NOTE (protections.footer.blockedTrackerCounter.tooltip): +# %S is the date on which we started counting (e.g., July 17, 2019). +protections.footer.blockedTrackerCounter.tooltip=Since %S + +# Milestones section in the Protections Panel +# LOCALIZATION NOTE (protections.milestone.description): +# Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is replaced with brandShortName. +# #2 is replaced with the (locale-formatted) number of trackers blocked +# #3 is replaced by a locale-formatted date with short month and numeric year. +# In English this looks like "Firefox blocked over 10,000 trackers since Oct 2019" +protections.milestone.description=#1 blocked #2 tracker since #3;#1 blocked over #2 trackers since #3 + +# Edit Bookmark UI +editBookmarkPanel.newBookmarkTitle=New Bookmark +editBookmarkPanel.editBookmarkTitle=Edit This Bookmark +editBookmarkPanel.cancel.label=Cancel +editBookmarkPanel.cancel.accesskey=C + +# LOCALIZATION NOTE (editBookmark.removeBookmarks.label): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Replacement for #1 is the number of bookmarks to be removed. +# If this causes problems with localization you can also do "Remove Bookmarks (#1)" +# instead of "Remove #1 Bookmarks". +editBookmark.removeBookmarks.label=Remove Bookmark;Remove #1 Bookmarks +editBookmark.removeBookmarks.accesskey=R + +# Application menu + +# LOCALIZATION NOTE(zoomReduce-button.tooltip): %S is the keyboard shortcut. +zoomReduce-button.tooltip = Zoom out (%S) +# LOCALIZATION NOTE(zoomReset-button.tooltip): %S is the keyboard shortcut. +zoomReset-button.tooltip = Reset zoom level (%S) +# LOCALIZATION NOTE(zoomEnlarge-button.tooltip): %S is the keyboard shortcut. +zoomEnlarge-button.tooltip = Zoom in (%S) + +# LOCALIZATION NOTE (cut-button.tooltip): %S is the keyboard shortcut. +cut-button.tooltip = Cut (%S) +# LOCALIZATION NOTE (copy-button.tooltip): %S is the keyboard shortcut. +copy-button.tooltip = Copy (%S) +# LOCALIZATION NOTE (paste-button.tooltip): %S is the keyboard shortcut. +paste-button.tooltip = Paste (%S) + +# Geolocation UI + +geolocation.allowLocation=Allow Location Access +geolocation.allowLocation.accesskey=A +geolocation.dontAllowLocation=Don’t Allow +geolocation.dontAllowLocation.accesskey=n +geolocation.shareWithSite3=Will you allow %S to access your location? +geolocation.shareWithFile3=Will you allow this local file to access your location? +# LOCALIZATION NOTE(geolocation.shareWithSiteUnsafeDelegation): +# %1$S is the first party origin, %2$S is the third party origin. +geolocation.shareWithSiteUnsafeDelegation=Will you allow %1$S to give %2$S permission to access your location? +geolocation.remember=Remember this decision + +# Virtual Reality Device UI +xr.allow=Allow Virtual Reality Access +xr.allow.accesskey=A +xr.dontAllow=Don’t Allow +xr.dontAllow.accesskey=n +xr.shareWithSite3=Will you allow %S to access virtual reality devices? This may expose sensitive information. +xr.shareWithFile3=Will you allow this local file to access virtual reality devices? This may expose sensitive information. +xr.remember=Remember this decision + +# Persistent storage UI +persistentStorage.allow=Allow +persistentStorage.allow.accesskey=A +persistentStorage.neverAllow.label=Never Allow +persistentStorage.neverAllow.accesskey=N +persistentStorage.notNow.label=Not Now +persistentStorage.notNow.accesskey=w +persistentStorage.allowWithSite=Will you allow %S to store data in persistent storage? + +webNotifications.allow=Allow Notifications +webNotifications.allow.accesskey=A +webNotifications.notNow=Not Now +webNotifications.notNow.accesskey=n +webNotifications.never=Never Allow +webNotifications.never.accesskey=v +webNotifications.receiveFromSite2=Will you allow %S to send notifications? + +# Phishing/Malware Notification Bar. +# LOCALIZATION NOTE (notADeceptiveSite, notAnAttack) +# The two button strings will never be shown at the same time, so +# it's okay for them to have the same access key +safebrowsing.getMeOutOfHereButton.label=Get me out of here! +safebrowsing.getMeOutOfHereButton.accessKey=G +safebrowsing.deceptiveSite=Deceptive Site! +safebrowsing.notADeceptiveSiteButton.label=This isn’t a deceptive site… +safebrowsing.notADeceptiveSiteButton.accessKey=D +safebrowsing.reportedAttackSite=Reported Attack Site! +safebrowsing.notAnAttackButton.label=This isn’t an attack site… +safebrowsing.notAnAttackButton.accessKey=A +safebrowsing.reportedUnwantedSite=Reported Unwanted Software Site! +safebrowsing.reportedHarmfulSite=Reported Harmful Site! + +# Ctrl-Tab +# LOCALIZATION NOTE (ctrlTab.listAllTabs.label): #1 represents the number +# of tabs in the current browser window. It will always be 2 at least. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +ctrlTab.listAllTabs.label=;List All #1 Tabs + +# LOCALIZATION NOTE (addKeywordTitleAutoFill): %S will be replaced by the page's title +# Used as the bookmark name when saving a keyword for a search field. +addKeywordTitleAutoFill=Search %S + +# safeModeRestart +safeModeRestartPromptTitle=Restart with Add-ons Disabled +safeModeRestartPromptMessage=Are you sure you want to disable all add-ons and restart? +safeModeRestartButton=Restart + +# LOCALIZATION NOTE (browser.menu.showCharacterEncoding): Set to the string +# "true" (spelled and capitalized exactly that way) to show the "Text +# Encoding" menu in the main Firefox button on Windows. Any other value will +# hide it. Regardless of the value of this setting, the "Text Encoding" +# menu will always be accessible via the "Web Developer" menu. +# This is not a string to translate; it just controls whether the menu shows +# up in the Firefox button. If users frequently use the "Text Encoding" +# menu, set this to "true". Otherwise, you can leave it as "false". +browser.menu.showCharacterEncoding=false + +# Mozilla data reporting notification (Telemetry, Firefox Health Report, etc) +dataReportingNotification.message = %1$S automatically sends some data to %2$S so that we can improve your experience. +dataReportingNotification.button.label = Choose What I Share +dataReportingNotification.button.accessKey = C + +# Process hang reporter +processHang.label = A web page is slowing down your browser. What would you like to do? +# LOCALIZATION NOTE (processHang.add-on.label): %1$S is the name of the +# extension. %2$S is the name of the product (e.g., Firefox) +processHang.add-on.label = A script in the extension “%1$S” is causing %2$S to slow down. +processHang.add-on.learn-more.text = Learn more +processHang.button_stop.label = Stop It +processHang.button_stop.accessKey = S +processHang.button_stop_sandbox.label = Temporarily Disable Extension on Page +processHang.button_stop_sandbox.accessKey = A +processHang.button_wait.label = Wait +processHang.button_wait.accessKey = W +processHang.button_debug.label = Debug Script +processHang.button_debug.accessKey = D + +# LOCALIZATION NOTE (fullscreenButton.tooltip): %S is the keyboard shortcut for full screen +fullscreenButton.tooltip=Display the window in full screen (%S) + +# These are visible when opening the popup inside the bookmarks sidebar +sidebar.moveToLeft=Move Sidebar to Left +sidebar.moveToRight=Move Sidebar to Right + +# LOCALIZATION NOTE (getUserMedia.shareCamera2.message, +# getUserMedia.shareMicrophone2.message, +# getUserMedia.shareScreen3.message, +# getUserMedia.shareCameraAndMicrophone2.message, +# getUserMedia.shareCameraAndAudioCapture2.message, +# getUserMedia.shareScreenAndMicrophone3.message, +# getUserMedia.shareScreenAndAudioCapture3.message, +# getUserMedia.shareAudioCapture2.message): +# %S is the website origin (e.g. www.mozilla.org) +getUserMedia.shareCamera2.message = Will you allow %S to use your camera? +getUserMedia.shareMicrophone2.message = Will you allow %S to use your microphone? +getUserMedia.shareScreen3.message = Will you allow %S to see your screen? +getUserMedia.shareCameraAndMicrophone2.message = Will you allow %S to use your camera and microphone? +getUserMedia.shareCameraAndAudioCapture2.message = Will you allow %S to use your camera and listen to this tab’s audio? +getUserMedia.shareScreenAndMicrophone3.message = Will you allow %S to use your microphone and see your screen? +getUserMedia.shareScreenAndAudioCapture3.message = Will you allow %S to listen to this tab’s audio and see your screen? +getUserMedia.shareAudioCapture2.message = Will you allow %S to listen to this tab’s audio? + +# LOCALIZATION NOTE (getUserMedia.shareCameraUnsafeDelegation.message, +# getUserMedia.shareMicrophoneUnsafeDelegation.message, +# getUserMedia.shareScreenUnsafeDelegation.message, +# getUserMedia.shareCameraAndMicrophoneUnsafeDelegation.message, +# getUserMedia.shareCameraAndAudioCaptureUnsafeDelegation.message, +# getUserMedia.shareScreenAndMicrophoneUnsafeDelegation.message, +# getUserMedia.shareScreenAndAudioCaptureUnsafeDelegation.message, +# %1$S is the first party origin. +# %2$S is the third party origin. +getUserMedia.shareCameraUnsafeDelegation.message = Will you allow %1$S to give %2$S access to your camera? +getUserMedia.shareMicrophoneUnsafeDelegations.message = Will you allow %1$S to give %2$S access to your microphone? +getUserMedia.shareScreenUnsafeDelegation.message = Will you allow %1$S to give %2$S permission to see your screen? +getUserMedia.shareCameraAndMicrophoneUnsafeDelegation.message = Will you allow %1$S to give %2$S access to your camera and microphone? +getUserMedia.shareCameraAndAudioCaptureUnsafeDelegation.message = Will you allow %1$S to give %2$S access to your camera and listen to this tab’s audio? +getUserMedia.shareScreenAndMicrophoneUnsafeDelegation.message = Will you allow %1$S to give %2$S access to your microphone and see your screen? +getUserMedia.shareScreenAndAudioCaptureUnsafeDelegation.message = Will you allow %1$S to give %2$S permission to listen to this tab’s audio and see your screen? + +# LOCALIZATION NOTE (getUserMedia.shareScreenWarning.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. +# %S will be the 'learn more' link +getUserMedia.shareScreenWarning.message = Only share screens with sites you trust. Sharing can allow deceptive sites to browse as you and steal your private data. %S +# LOCALIZATION NOTE (getUserMedia.shareFirefoxWarning.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. +# %1$S is brandShortName (eg. Firefox) +# %2$S will be the 'learn more' link +getUserMedia.shareFirefoxWarning.message = Only share %1$S with sites you trust. Sharing can allow deceptive sites to browse as you and steal your private data. %2$S +# LOCALIZATION NOTE(getUserMedia.shareScreen.learnMoreLabel): NB: inserted via innerHTML, so please don't use <, > or & in this string. +getUserMedia.shareScreen.learnMoreLabel = Learn More +getUserMedia.selectWindowOrScreen.label=Window or Screen to share: +getUserMedia.selectWindowOrScreen.accesskey=W +getUserMedia.pickWindowOrScreen.label = Select Window or Screen +getUserMedia.shareEntireScreen.label = Entire screen +getUserMedia.sharePipeWirePortal.label = Use operating system settings +# LOCALIZATION NOTE (getUserMedia.shareMonitor.label): +# %S is screen number (digits 1, 2, etc) +# Example: Screen 1, Screen 2,.. +getUserMedia.shareMonitor.label = Screen %S +# LOCALIZATION NOTE (getUserMedia.shareApplicationWindowCount.label): +# Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Replacement for #1 is the name of the application. +# Replacement for #2 is the number of windows currently displayed by the application. +getUserMedia.shareApplicationWindowCount.label=#1 (#2 window);#1 (#2 windows) +# LOCALIZATION NOTE (getUserMedia.allow.label, +# getUserMedia.dontAllow.label): +# These two buttons are the possible answers to the various prompts in the +# "getUserMedia.share{device}.message" strings. +getUserMedia.allow.label = Allow +getUserMedia.allow.accesskey = A +getUserMedia.dontAllow.label = Don’t Allow +getUserMedia.dontAllow.accesskey = D +getUserMedia.remember=Remember this decision +# LOCALIZATION NOTE (getUserMedia.reasonForNoPermanentAllow.screen3, +# getUserMedia.reasonForNoPermanentAllow.audio, +# getUserMedia.reasonForNoPermanentAllow.insecure): +# %S is brandShortName +getUserMedia.reasonForNoPermanentAllow.screen3=%S can not allow permanent access to your screen. +getUserMedia.reasonForNoPermanentAllow.audio=%S can not allow permanent access to your tab’s audio without asking which tab to share. +getUserMedia.reasonForNoPermanentAllow.insecure=Your connection to this site is not secure. To protect you, %S will only allow access for this session. + +getUserMedia.sharingMenu.label = Tabs sharing devices +getUserMedia.sharingMenu.accesskey = d +# LOCALIZATION NOTE (getUserMedia.sharingMenuCamera +# getUserMedia.sharingMenuMicrophone, +# getUserMedia.sharingMenuAudioCapture, +# getUserMedia.sharingMenuApplication, +# getUserMedia.sharingMenuScreen, +# getUserMedia.sharingMenuWindow, +# getUserMedia.sharingMenuBrowser, +# getUserMedia.sharingMenuCameraMicrophone, +# getUserMedia.sharingMenuCameraMicrophoneApplication, +# getUserMedia.sharingMenuCameraMicrophoneScreen, +# getUserMedia.sharingMenuCameraMicrophoneWindow, +# getUserMedia.sharingMenuCameraMicrophoneBrowser, +# getUserMedia.sharingMenuCameraAudioCapture, +# getUserMedia.sharingMenuCameraAudioCaptureApplication, +# getUserMedia.sharingMenuCameraAudioCaptureScreen, +# getUserMedia.sharingMenuCameraAudioCaptureWindow, +# getUserMedia.sharingMenuCameraAudioCaptureBrowser, +# getUserMedia.sharingMenuCameraApplication, +# getUserMedia.sharingMenuCameraScreen, +# getUserMedia.sharingMenuCameraWindow, +# getUserMedia.sharingMenuCameraBrowser, +# getUserMedia.sharingMenuMicrophoneApplication, +# getUserMedia.sharingMenuMicrophoneScreen, +# getUserMedia.sharingMenuMicrophoneWindow, +# getUserMedia.sharingMenuMicrophoneBrowser, +# getUserMedia.sharingMenuAudioCaptureApplication, +# getUserMedia.sharingMenuAudioCaptureScreen, +# getUserMedia.sharingMenuAudioCaptureWindow, +# getUserMedia.sharingMenuAudioCaptureBrowser): +# %S is the website origin (e.g. www.mozilla.org) +getUserMedia.sharingMenuCamera = %S (camera) +getUserMedia.sharingMenuMicrophone = %S (microphone) +getUserMedia.sharingMenuAudioCapture = %S (tab audio) +getUserMedia.sharingMenuApplication = %S (application) +getUserMedia.sharingMenuScreen = %S (screen) +getUserMedia.sharingMenuWindow = %S (window) +getUserMedia.sharingMenuBrowser = %S (tab) +getUserMedia.sharingMenuCameraMicrophone = %S (camera and microphone) +getUserMedia.sharingMenuCameraMicrophoneApplication = %S (camera, microphone and application) +getUserMedia.sharingMenuCameraMicrophoneScreen = %S (camera, microphone and screen) +getUserMedia.sharingMenuCameraMicrophoneWindow = %S (camera, microphone and window) +getUserMedia.sharingMenuCameraMicrophoneBrowser = %S (camera, microphone and tab) +getUserMedia.sharingMenuCameraAudioCapture = %S (camera and tab audio) +getUserMedia.sharingMenuCameraAudioCaptureApplication = %S (camera, tab audio and application) +getUserMedia.sharingMenuCameraAudioCaptureScreen = %S (camera, tab audio and screen) +getUserMedia.sharingMenuCameraAudioCaptureWindow = %S (camera, tab audio and window) +getUserMedia.sharingMenuCameraAudioCaptureBrowser = %S (camera, tab audio and tab) +getUserMedia.sharingMenuCameraApplication = %S (camera and application) +getUserMedia.sharingMenuCameraScreen = %S (camera and screen) +getUserMedia.sharingMenuCameraWindow = %S (camera and window) +getUserMedia.sharingMenuCameraBrowser = %S (camera and tab) +getUserMedia.sharingMenuMicrophoneApplication = %S (microphone and application) +getUserMedia.sharingMenuMicrophoneScreen = %S (microphone and screen) +getUserMedia.sharingMenuMicrophoneWindow = %S (microphone and window) +getUserMedia.sharingMenuMicrophoneBrowser = %S (microphone and tab) +getUserMedia.sharingMenuAudioCaptureApplication = %S (tab audio and application) +getUserMedia.sharingMenuAudioCaptureScreen = %S (tab audio and screen) +getUserMedia.sharingMenuAudioCaptureWindow = %S (tab audio and window) +getUserMedia.sharingMenuAudioCaptureBrowser = %S (tab audio and tab) +# LOCALIZATION NOTE(getUserMedia.sharingMenuUnknownHost): this is used for the website +# origin for the sharing menu if no readable origin could be deduced from the URL. +getUserMedia.sharingMenuUnknownHost = Unknown origin + +# LOCALIZATION NOTE(emeNotifications.drmContentPlaying.message2): %S is brandShortName. +emeNotifications.drmContentPlaying.message2 = Some audio or video on this site uses DRM software, which may limit what %S can let you do with it. +emeNotifications.drmContentPlaying.button.label = Configure… +emeNotifications.drmContentPlaying.button.accesskey = C + +# LOCALIZATION NOTE(emeNotifications.drmContentDisabled.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. %S will be the 'learn more' link +emeNotifications.drmContentDisabled.message = You must enable DRM to play some audio or video on this page. %S +emeNotifications.drmContentDisabled.button.label = Enable DRM +emeNotifications.drmContentDisabled.button.accesskey = E +# LOCALIZATION NOTE(emeNotifications.drmContentDisabled.learnMoreLabel): NB: inserted via innerHTML, so please don't use <, > or & in this string. +emeNotifications.drmContentDisabled.learnMoreLabel = Learn More + +# LOCALIZATION NOTE(emeNotifications.drmContentCDMInstalling.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. %S is brandShortName +emeNotifications.drmContentCDMInstalling.message = %S is installing components needed to play the audio or video on this page. Please try again later. + +emeNotifications.unknownDRMSoftware = Unknown + +# LOCALIZATION NOTE - %S is brandShortName +slowStartup.message = %S seems slow… to… start. +slowStartup.helpButton.label = Learn How to Speed It Up +slowStartup.helpButton.accesskey = L +slowStartup.disableNotificationButton.label = Don’t Tell Me Again +slowStartup.disableNotificationButton.accesskey = A + +# LOCALIZATION NOTE - %S is brandShortName +flashHang.message = %S changed some Adobe Flash settings to improve performance. +flashHang.helpButton.label = Learn More… +flashHang.helpButton.accesskey = L + +# LOCALIZATION NOTE (customizeMode.tabTitle): %S is brandShortName +customizeMode.tabTitle = Customize %S + +e10s.accessibilityNotice.acceptButton.label = OK +e10s.accessibilityNotice.acceptButton.accesskey = O + +# LOCALIZATION NOTE (e10s.accessibilityNotice.jawsMessage): %S is brandShortName +e10s.accessibilityNotice.jawsMessage = Display of tab content is disabled due to incompatibility between %S and your accessibility software. Please update your screen reader or switch to Firefox Extended Support Release. + +# LOCALIZATION NOTE (userContextPersonal.label, +# userContextWork.label, +# userContextShopping.label, +# userContextBanking.label, +# userContextNone.label): +# These strings specify the four predefined contexts included in support of the +# Contextual Identity / Containers project. Each context is meant to represent +# the context that the user is in when interacting with the site. Different +# contexts will store cookies and other information from those sites in +# different, isolated locations. You can enable the feature by typing +# about:config in the URL bar and changing privacy.userContext.enabled to true. +# Once enabled, you can open a new tab in a specific context by clicking +# File > New Container Tab > (1 of 4 contexts). Once opened, you will see these +# strings on the right-hand side of the URL bar. +userContextPersonal.label = Personal +userContextWork.label = Work +userContextBanking.label = Banking +userContextShopping.label = Shopping +userContextNone.label = No Container + +userContextPersonal.accesskey = P +userContextWork.accesskey = W +userContextBanking.accesskey = B +userContextShopping.accesskey = S +userContextNone.accesskey = N + +userContext.aboutPage.label = Manage Containers +userContext.aboutPage.accesskey = O + +userContextOpenLink.label = Open Link in New %S Tab + +muteTab.label = Mute Tab +muteTab.accesskey = M +unmuteTab.label = Unmute Tab +unmuteTab.accesskey = m +playTab.label = Play Tab +playTab.accesskey = l + +muteSelectedTabs2.label = Mute Tabs +# LOCALIZATION NOTE (muteSelectedTabs2.accesskey): The accesskey should +# match the accesskey for muteTab.accesskey +muteSelectedTabs2.accesskey = M +unmuteSelectedTabs2.label = Unmute Tabs +# LOCALIZATION NOTE (unmuteSelectedTabs2.accesskey): The accesskey should +# match the accesskey for unmuteTab.accesskey +unmuteSelectedTabs2.accesskey = m +playTabs.label = Play Tabs +playTabs.accesskey = y + +# LOCALIZATION NOTE (sendTabsToDevice.label): +# Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs sent to the device. +sendTabsToDevice.label = Send Tab to Device;Send #1 Tabs to Device +sendTabsToDevice.accesskey = n + +# LOCALIZATION NOTE (pendingCrashReports2.label): Semi-colon list of plural forms +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of pending crash reports +pendingCrashReports2.label = You have an unsent crash report;You have #1 unsent crash reports +pendingCrashReports.viewAll = View +pendingCrashReports.send = Send +pendingCrashReports.alwaysSend = Always Send + +decoder.noCodecs.button = Learn how +decoder.noCodecs.accesskey = L +decoder.noCodecsLinux.message = To play video, you may need to install the required video codecs. +decoder.noHWAcceleration.message = To improve video quality, you may need to install Microsoft’s Media Feature Pack. +decoder.noPulseAudio.message = To play audio, you may need to install the required PulseAudio software. +decoder.unsupportedLibavcodec.message = libavcodec may be vulnerable or is not supported, and should be updated to play video. + +decoder.decodeError.message = An error occurred while decoding a media resource. +decoder.decodeError.button = Report Site Issue +decoder.decodeError.accesskey = R +decoder.decodeWarning.message = A recoverable error occurred while decoding a media resource. + +# LOCALIZATION NOTE (captivePortal.infoMessage3): +# Shown in a notification bar when we detect a captive portal is blocking network access +# and requires the user to log in before browsing. +captivePortal.infoMessage3 = You must log in to this network before you can access the Internet. +# LOCALIZATION NOTE (captivePortal.showLoginPage2): +# The label for a button shown in the info bar in all tabs except the login page tab. +# The button shows the portal login page tab when clicked. +captivePortal.showLoginPage2 = Open Network Login Page + +permissions.remove.tooltip = Clear this permission and ask again + +permissions.fullscreen.promptCanceled = Canceled pending permission requests: permission requests should not be issued before entering DOM fullscreen. +permissions.fullscreen.fullScreenCanceled = Exited DOM fullscreen: permission requests should not be issued while in DOM fullscreen. + +# LOCALIZATION NOTE (aboutDialog.architecture.*): +# The sixtyFourBit and thirtyTwoBit strings describe the architecture of the +# current Firefox build: 32-bit or 64-bit. These strings are used in parentheses +# between the Firefox version and the "What's new" link in the About dialog, +# e.g.: "48.0.2 (32-bit) <What's new>" or "51.0a1 (2016-09-05) (64-bit)". +aboutDialog.architecture.sixtyFourBit = 64-bit +aboutDialog.architecture.thirtyTwoBit = 32-bit + +# LOCALIZATION NOTE (certImminentDistrust.message): +# Shown in the browser console when visiting a website that is trusted today, +# but won't be in the future unless the site operator makes a change. +certImminentDistrust.message = The security certificate in use on this website will no longer be trusted in a future release. For more information, visit https://wiki.mozilla.org/CA/Upcoming_Distrust_Actions + +midi.Allow.label = Allow +midi.Allow.accesskey = A +midi.DontAllow.label = Don’t Allow +midi.DontAllow.accesskey = N +midi.remember=Remember this decision +midi.shareWithFile.message = Will you allow this local file to access your MIDI Devices? +# LOCALIZATION NOTE (midi.shareWithSite.message): %S is the name of the site URL (https://...) requesting MIDI access +midi.shareWithSite.message = Will you allow %S to access your MIDI Devices? +midi.shareSysexWithFile.message = Will you allow this local file to access your MIDI devices and send/receive SysEx messages? +# LOCALIZATION NOTE (midi.shareSysexWithSite.message): %S is the name of the site URL (https://...) requesting MIDI access +midi.shareSysexWithSite.message = Will you allow %S to access your MIDI devices and send/receive SysEx messages? + +# LOCALIZATION NOTE (panel.back): +# This is used by screen readers to label the "back" button in various browser +# popup panels, including the sliding subviews of the main menu. +panel.back = Back + +storageAccess.Allow.label = Allow Access +storageAccess.Allow.accesskey = A +storageAccess.DontAllow.label = Block Access +storageAccess.DontAllow.accesskey = B +# LOCALIZATION NOTE (storageAccess3.message, storageAccess.hintText): +# %1$S and %3$S are both the name of the site URL (www.site1.example) trying to track the user's activity. +# %2$S is the name of the site URL (www.site2.example) that the user is visiting. This is the same domain name displayed in the address bar. +storageAccess3.message = Will you allow %1$S to use cookies and site data on %2$S? Allowing this may let %3$S track what you do on this site. +storageAccess.hintText = You should block access if you don’t trust or recognize %1$S. + + + +confirmationHint.sendToDevice.label = Sent! +confirmationHint.copyURL.label = Copied to clipboard! +confirmationHint.pageBookmarked.label = Saved to Library! +confirmationHint.addSearchEngine.label = Search engine added! +confirmationHint.pinTab.label = Pinned! +confirmationHint.pinTab.description = Right-click the tab to unpin it. +confirmationHint.passwordSaved.label = Password saved! +confirmationHint.loginRemoved.label = Login removed! +confirmationHint.breakageReport.label = Report sent. Thank you! + +# LOCALIZATION NOTE (gnomeSearchProviderSearch): +# Used for search by Gnome Shell activity screen, %S is a searched string. +gnomeSearchProviderSearch=Search the web for %S diff --git a/browser/locales/en-US/chrome/browser/customizableui/customizableWidgets.properties b/browser/locales/en-US/chrome/browser/customizableui/customizableWidgets.properties new file mode 100644 index 0000000000..6fc8295795 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/customizableui/customizableWidgets.properties @@ -0,0 +1,100 @@ +# 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/. + +history-panelmenu.label = History +# LOCALIZATION NOTE(history-panelmenu.tooltiptext2): %S is the keyboard shortcut +history-panelmenu.tooltiptext2 = Show your history (%S) + +remotetabs-panelmenu.label = Synced Tabs +remotetabs-panelmenu.tooltiptext2 = Show tabs from other devices + +privatebrowsing-button.label = New Private Window +# LOCALIZATION NOTE(privatebrowsing-button.tooltiptext): %S is the keyboard shortcut +privatebrowsing-button.tooltiptext = Open a new Private Browsing window (%S) + +save-page-button.label = Save Page +# LOCALIZATION NOTE(save-page-button.tooltiptext3): %S is the keyboard shortcut +save-page-button.tooltiptext3 = Save this page (%S) + +find-button.label = Find +# LOCALIZATION NOTE(find-button.tooltiptext3): %S is the keyboard shortcut. +find-button.tooltiptext3 = Find in this page (%S) + +open-file-button.label = Open File +# LOCALIZATION NOTE (open-file-button.tooltiptext3): %S is the keyboard shortcut. +open-file-button.tooltiptext3 = Open a file (%S) + +developer-button.label = Developer +# LOCALIZATION NOTE(developer-button.tooltiptext): %S is the keyboard shortcut +developer-button.tooltiptext2 = Open Web developer tools (%S) + +profiler-button.label = Profiler +profiler-button.tooltiptext = Record a performance profile + +sidebar-button.label = Sidebars +sidebar-button.tooltiptext2 = Show sidebars + +add-ons-button.label = Add-ons +# LOCALIZATION NOTE(add-ons-button.tooltiptext3): %S is the keyboard shortcut +add-ons-button.tooltiptext3 = Manage your add-ons (%S) + +preferences-button.label = Preferences +preferences-button.tooltiptext2 = Open preferences +preferences-button.tooltiptext.withshortcut = Open preferences (%S) +# LOCALIZATION NOTE (preferences-button.labelWin): Windows-only label for Options +preferences-button.labelWin = Options +# LOCALIZATION NOTE (preferences-button.tooltipWin): Windows-only tooltip for Options +preferences-button.tooltipWin2 = Open options + +zoom-controls.label = Zoom Controls +zoom-controls.tooltiptext2 = Zoom controls + +zoom-out-button.label = Zoom out +# LOCALIZATION NOTE(zoom-out-button.tooltiptext2): %S is the keyboard shortcut. +zoom-out-button.tooltiptext2 = Zoom out (%S) + +# LOCALIZATION NOTE(zoom-reset-button.tooltiptext2): %S is the keyboard shortcut. +zoom-reset-button.tooltiptext2 = Reset zoom level (%S) + +zoom-in-button.label = Zoom in +# LOCALIZATION NOTE(zoom-in-button.tooltiptext2): %S is the keyboard shortcut. +zoom-in-button.tooltiptext2 = Zoom in (%S) + +edit-controls.label = Edit Controls +edit-controls.tooltiptext2 = Edit controls + +cut-button.label = Cut +# LOCALIZATION NOTE(cut-button.tooltiptext2): %S is the keyboard shortcut. +cut-button.tooltiptext2 = Cut (%S) + +copy-button.label = Copy +# LOCALIZATION NOTE(copy-button.tooltiptext2): %S is the keyboard shortcut. +copy-button.tooltiptext2 = Copy (%S) + +paste-button.label = Paste +# LOCALIZATION NOTE(paste-button.tooltiptext2): %S is the keyboard shortcut. +paste-button.tooltiptext2 = Paste (%S) + +# LOCALIZATION NOTE (characterencoding-button2.label): The \u00ad text at the beginning +# of the string is used to disable auto hyphenation on the button text when it is displayed +# in the menu panel. +characterencoding-button2.label = \u00adText Encoding +characterencoding-button2.tooltiptext = Show text encoding options + +email-link-button.label = Email Link +email-link-button.tooltiptext3 = Email a link to this page + +# LOCALIZATION NOTE(quit-button.tooltiptext.linux2): %1$S is the brand name (e.g. Firefox), +# %2$S is the keyboard shortcut +quit-button.tooltiptext.linux2 = Quit %1$S (%2$S) +# LOCALIZATION NOTE(quit-button.tooltiptext.mac): %1$S is the brand name (e.g. Firefox), +# %2$S is the keyboard shortcut +quit-button.tooltiptext.mac = Quit %1$S (%2$S) + +panic-button.label = Forget +panic-button.tooltiptext = Forget about some browsing history + +toolbarspring.label = Flexible Space +toolbarseparator.label = Separator +toolbarspacer.label = Space diff --git a/browser/locales/en-US/chrome/browser/downloads/downloads.properties b/browser/locales/en-US/chrome/browser/downloads/downloads.properties new file mode 100644 index 0000000000..f5342650bc --- /dev/null +++ b/browser/locales/en-US/chrome/browser/downloads/downloads.properties @@ -0,0 +1,98 @@ +# 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/. + +# LOCALIZATION NOTE (stateStarting): +# Indicates that the download is starting. +stateStarting=Starting… +# LOCALIZATION NOTE (stateFailed): +# Indicates that the download failed because of an error. +stateFailed=Failed +# LOCALIZATION NOTE (statePaused): +# Indicates that the download was paused by the user. +statePaused=Paused +# LOCALIZATION NOTE (stateCanceled): +# Indicates that the download was canceled by the user. +stateCanceled=Canceled +# LOCALIZATION NOTE (stateCompleted): +# Indicates that the download was completed. +stateCompleted=Completed +# LOCALIZATION NOTE (stateBlockedParentalControls): +# Indicates that the download was blocked by the Parental Controls feature of +# Windows. "Parental Controls" should be consistently named and capitalized +# with the display of this feature in Windows. The following article can +# provide a reference for the translation of "Parental Controls" in various +# languages: +# http://windows.microsoft.com/en-US/windows-vista/Set-up-Parental-Controls +stateBlockedParentalControls=Blocked by Parental Controls +# LOCALIZATION NOTE (blockedMalware, blockedPotentiallyUnwanted, +# blockedUncommon2): +# These strings are shown in the panel for some types of blocked downloads. You +# may need to adjust "downloads.width" in "downloads.dtd" if this turns out to +# be longer than the other existing status strings. +blockedMalware=This file contains a virus or malware. +blockedPotentiallyUnwanted=This file may harm your computer. +blockedPotentiallyInsecure=File not downloaded: Potential security risk. +blockedUncommon2=This file is not commonly downloaded. + +# LOCALIZATION NOTE (fileMovedOrMissing): +# Displayed when a complete download which is not at the original folder. +fileMovedOrMissing=File moved or missing + +# LOCALIZATION NOTE (unblockHeaderUnblock, unblockHeaderOpen, +# unblockTypeMalware, unblockTypePotentiallyUnwanted2, +# unblockTypeUncommon2, unblockTip2, unblockButtonOpen, +# unblockButtonUnblock, unblockButtonConfirmBlock, unblockInsecure): +# These strings are displayed in the dialog shown when the user asks a blocked +# download to be unblocked. The severity of the threat is expressed in +# descending order by the unblockType strings, it is higher for files detected +# as malware and lower for uncommon downloads. +unblockHeaderUnblock=Are you sure you want to allow this download? +unblockHeaderOpen=Are you sure you want to open this file? +unblockTypeMalware=This file contains a virus or other malware that will harm your computer. +unblockTypePotentiallyUnwanted2=This file is disguised as a helpful download, but it can make unexpected changes to your programs and settings. +unblockTypeUncommon2=This file is not commonly downloaded and may not be safe to open. It may contain a virus or make unexpected changes to your programs and settings. +unblockInsecure=The file uses an insecure connection. It may be corrupted or tampered with during the download process. +unblockTip2=You can search for an alternate download source or try again later. +unblockButtonOpen=Open +unblockButtonUnblock=Allow download +unblockButtonConfirmBlock=Remove file + +# LOCALIZATION NOTE (sizeWithUnits): +# %1$S is replaced with the size number, and %2$S with the measurement unit. +sizeWithUnits=%1$S %2$S +sizeUnknown=Unknown size + +# LOCALIZATION NOTE (statusSeparator, statusSeparatorBeforeNumber): +# These strings define templates for the separation of different elements in the +# status line of a download item. As a separator, by default we use the Unicode +# character U+2014 'EM DASH' (long dash). Examples of status lines include +# "Canceled - 222.net", "1.1 MB - website2.com", or "Paused - 1.1 MB". Note +# that we use a wider space after the separator when it is followed by a number, +# just to avoid visually confusing it with with a minus sign with some fonts. +# If you use a different separator, this might not be necessary. However, there +# is usually no need to change the separator or the order of the substitutions, +# even for right-to-left languages, unless the defaults are not suitable. +statusSeparator=%1$S \u2014 %2$S +statusSeparatorBeforeNumber=%1$S \u2014 %2$S + +# LOCALIZATION NOTE (otherDownloads3): +# This is displayed in an item at the bottom of the Downloads Panel when +# there are more downloads than can fit in the list in the panel. Use a +# semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/Localization_and_Plurals +otherDownloads3=%1$S file downloading;%1$S files downloading + +# LOCALIZATION NOTE (showLabel, showMacLabel): +# This is displayed when you hover a download item in the Library widget view. +# showMacLabel is only shown on Mac OSX. +showLabel=Open Containing Folder +showMacLabel=Open In Finder +# LOCALIZATION NOTE (openFileLabel): +# Displayed when hovering a complete download, indicates that it's possible to +# open the file using an app available in the system. +openFileLabel=Open File +# LOCALIZATION NOTE (retryLabel): +# Displayed when hovering a download which is able to be retried by users, +# indicates that it's possible to download this file again. +retryLabel=Retry Download diff --git a/browser/locales/en-US/chrome/browser/feeds/subscribe.properties b/browser/locales/en-US/chrome/browser/feeds/subscribe.properties new file mode 100644 index 0000000000..188ed5fb48 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/feeds/subscribe.properties @@ -0,0 +1,10 @@ +# 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/. + +# LOCALIZATION NOTE (addProtocolHandlerMessage): +# Message displayed when adding a protocol handler: +# %1$S is the application's domain, %2$S is the type of protocol +addProtocolHandlerMessage=Add “%1$S” as an application for %2$S links? +addProtocolHandlerAddButton=Add Application +addProtocolHandlerAddButtonAccesskey=A diff --git a/browser/locales/en-US/chrome/browser/fxmonitor.properties b/browser/locales/en-US/chrome/browser/fxmonitor.properties new file mode 100644 index 0000000000..b4f0f228a6 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/fxmonitor.properties @@ -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/. + +# Header of the popup +fxmonitor.popupHeader=Have an account on this site? +# Firefox Monitor must be treated as a brand, and kept in English. +# It cannot be: +# - Declined to adapt to grammatical case. +# - Transliterated. +# - Translated. +fxmonitor.brandName=Firefox Monitor +# Tooltip text for the popup's anchor icon in the URL bar +# %S is replaced with fxmonitor.brandName. +fxmonitor.anchorIcon.tooltiptext=Site reported to %S +# Text content of popup. Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# This version is only used when the number of accounts is smaller than 100,000. +# The placeholders are: +# #1: The exact number of accounts compromised in the breach. +# #2: The name of the breached site. +# #3: The year of the breach. +# #4: The brand name ("Firefox Monitor"). +fxmonitor.popupText=#1 account from #2 was compromised in #3. Check #4 to see if yours is at risk.;#1 accounts from #2 were compromised in #3. Check #4 to see if yours is at risk. +# Text content of popup. Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# This version is only used when the number of accounts is greater than 100,000. +# The placeholders are: +# #1: The number of accounts compromised in the breach, rounded down to the +# most significant digit. +# Ex.: 234,567 -> More than 200,000 accounts [...] +# 345,678,901 -> More than 300,000,000 accounts [...] +# 4,567,890,123 -> More than 4,000,000,000 accounts [...] +# #2: The name of the breached site. +# #3: The year of the breach. +# #4: The brand name ("Firefox Monitor"). +fxmonitor.popupTextRounded=More than #1 account from #2 was compromised in #3. Check #4 to see if yours is at risk.;More than #1 accounts from #2 were compromised in #3. Check #4 to see if yours is at risk. +# %S is replaced with fxmonitor.brandName. +fxmonitor.checkButton.label=Check %S +fxmonitor.checkButton.accessKey=C +fxmonitor.dismissButton.label=Dismiss +fxmonitor.dismissButton.accessKey=D +# %S is replaced with fxmonitor.brandName. +fxmonitor.neverShowButton.label=Never show %S alerts +fxmonitor.neverShowButton.accessKey=N diff --git a/browser/locales/en-US/chrome/browser/newInstall.dtd b/browser/locales/en-US/chrome/browser/newInstall.dtd new file mode 100644 index 0000000000..dba3f712c2 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/newInstall.dtd @@ -0,0 +1,15 @@ +<!-- 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/. --> + +<!-- LOCALIZATION NOTE: For this feature, "installation" is used to mean "this + discrete download of Firefox" and "version" is used to mean "the specific + revision number of a given Firefox channel". These terms are not synonymous. +--> + +<!ENTITY window.title "Important News"> +<!ENTITY window.style "width: 490px"> +<!ENTITY sync "To sync information you’ve already saved to Firefox with this installation of &brandShortName;, sign in with your &syncBrand.fxAccount.label;."> +<!ENTITY continue-button "Continue"> + +<!ENTITY mainText "This installation of &brandShortName; has a new profile. It does not share bookmarks, passwords, and user preferences with other installations of Firefox (including Firefox, Firefox ESR, Firefox Beta, Firefox Developer Edition, and Firefox Nightly) on this computer."> diff --git a/browser/locales/en-US/chrome/browser/places/bookmarkProperties.properties b/browser/locales/en-US/chrome/browser/places/bookmarkProperties.properties new file mode 100644 index 0000000000..1be9577007 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/places/bookmarkProperties.properties @@ -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/. + +dialogAcceptLabelAddItem=Add +dialogAcceptLabelSaveItem=Save +dialogAcceptLabelAddMulti=Add Bookmarks +dialogAcceptLabelEdit=Save +dialogTitleAddBookmark=New Bookmark +dialogTitleAddFolder=New Folder +dialogTitleAddMulti=New Bookmarks +dialogTitleEdit=Properties for “%S” + +bookmarkAllTabsDefault=[Folder Name] +newFolderDefault=New Folder +newBookmarkDefault=New Bookmark diff --git a/browser/locales/en-US/chrome/browser/places/places.dtd b/browser/locales/en-US/chrome/browser/places/places.dtd new file mode 100644 index 0000000000..3556b8237b --- /dev/null +++ b/browser/locales/en-US/chrome/browser/places/places.dtd @@ -0,0 +1,62 @@ +<!-- 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/. --> + +<!-- LOCALIZATION NOTE (places.library.title): use "Library", "Archive" or "Repository" --> +<!ENTITY places.library.title "Library"> +<!ENTITY places.library.width "700"> +<!ENTITY places.library.height "500"> +<!ENTITY organize.label "Organize"> +<!ENTITY organize.accesskey "O"> +<!ENTITY organize.tooltip "Organize your bookmarks"> + +<!ENTITY file.close.label "Close"> +<!ENTITY file.close.accesskey "C"> +<!ENTITY cmd.close.key "w"> +<!ENTITY views.label "Views"> +<!ENTITY views.accesskey "V"> +<!ENTITY views.tooltip "Change your view"> +<!ENTITY view.columns.label "Show Columns"> +<!ENTITY view.columns.accesskey "C"> +<!ENTITY view.sort.label "Sort"> +<!ENTITY view.sort.accesskey "S"> +<!ENTITY view.unsorted.label "Unsorted"> +<!ENTITY view.unsorted.accesskey "U"> +<!ENTITY view.sortAscending.label "A > Z Sort Order"> +<!ENTITY view.sortAscending.accesskey "A"> +<!ENTITY view.sortDescending.label "Z > A Sort Order"> +<!ENTITY view.sortDescending.accesskey "Z"> + +<!ENTITY importBookmarksFromHTML.label "Import Bookmarks from HTML…"> +<!ENTITY importBookmarksFromHTML.accesskey "I"> +<!ENTITY exportBookmarksToHTML.label "Export Bookmarks to HTML…"> +<!ENTITY exportBookmarksToHTML.accesskey "E"> +<!ENTITY importOtherBrowser.label "Import Data from Another Browser…"> +<!ENTITY importOtherBrowser.accesskey "A"> + +<!ENTITY cmd.backup.label "Backup…"> +<!ENTITY cmd.backup.accesskey "B"> +<!ENTITY cmd.restore2.label "Restore"> +<!ENTITY cmd.restore2.accesskey "R"> +<!ENTITY cmd.restoreFromFile.label "Choose File…"> +<!ENTITY cmd.restoreFromFile.accesskey "C"> + +<!ENTITY col.name.label "Name"> +<!ENTITY col.tags.label "Tags"> +<!ENTITY col.url.label "Location"> +<!ENTITY col.mostrecentvisit.label "Most Recent Visit"> +<!ENTITY col.visitcount.label "Visit Count"> +<!ENTITY col.dateadded.label "Added"> +<!ENTITY col.lastmodified.label "Last Modified"> + +<!ENTITY cmd.find.key "f"> + +<!ENTITY maintenance.label "Import and Backup"> +<!ENTITY maintenance.accesskey "I"> +<!ENTITY maintenance.tooltip "Import and backup your bookmarks"> + +<!ENTITY backButton.tooltip "Go back"> + +<!ENTITY forwardButton.tooltip "Go forward"> + +<!ENTITY detailsPane.selectAnItemText.description "Select an item to view and edit its properties"> diff --git a/browser/locales/en-US/chrome/browser/places/places.properties b/browser/locales/en-US/chrome/browser/places/places.properties new file mode 100644 index 0000000000..57943075de --- /dev/null +++ b/browser/locales/en-US/chrome/browser/places/places.properties @@ -0,0 +1,74 @@ +# 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/. + +load-js-data-url-error=For security reasons, javascript or data urls cannot be loaded from the history window or sidebar. +noTitle=(no title) + +bookmarksMenuEmptyFolder=(Empty) + +bookmarksBackupTitle=Bookmarks backup filename + +bookmarksRestoreAlertTitle=Revert Bookmarks +bookmarksRestoreAlert=This will replace all of your current bookmarks with the backup. Are you sure? +bookmarksRestoreTitle=Select a bookmarks backup +bookmarksRestoreFilterName=JSON + +bookmarksRestoreFormatError=Unsupported file type. +bookmarksRestoreParseError=Unable to process the backup file. + +# LOCALIZATION NOTE (view.sortBy.1.name.label): sortBy properties are versioned. +# When any of these changes, all of the properties must be bumped, and the +# change must be annotated here. Both label and accesskey must be updated. +# - version 1: changed view.sortBy.1.date. +view.sortBy.1.name.label=Sort by Name +view.sortBy.1.name.accesskey=N +view.sortBy.1.url.label=Sort by Location +view.sortBy.1.url.accesskey=L +view.sortBy.1.date.label=Sort by Most Recent Visit +view.sortBy.1.date.accesskey=V +view.sortBy.1.visitCount.label=Sort by Visit Count +view.sortBy.1.visitCount.accesskey=C +view.sortBy.1.dateAdded.label=Sort by Added +view.sortBy.1.dateAdded.accesskey=e +view.sortBy.1.lastModified.label=Sort by Last Modified +view.sortBy.1.lastModified.accesskey=M +view.sortBy.1.tags.label=Sort by Tags +view.sortBy.1.tags.accesskey=T + +searchBookmarks=Search Bookmarks +searchHistory=Search History +searchDownloads=Search Downloads + +SelectImport=Import Bookmarks File +EnterExport=Export Bookmarks File + +detailsPane.noItems=No items +# LOCALIZATION NOTE (detailsPane.itemsCountLabel): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 number of items +# example: 111 items +detailsPane.itemsCountLabel=One item;#1 items + +# LOCALIZATION NOTE (lockPrompt.text) +# %S will be replaced with the application name. +lockPrompt.title=Browser Startup Error +lockPrompt.text=The bookmarks and history system will not be functional because one of %S’s files is in use by another application. Some security software can cause this problem. +lockPromptInfoButton.label=Learn More +lockPromptInfoButton.accessKey=L + +# LOCALIZATION NOTE (cmd.deleteSinglePage.accesskey, +# cmd.deleteMultiplePages.accesskey): these accesskeys can use the same +# character, since they're never displayed at the same time +cmd.deleteSinglePage.label=Delete Page +cmd.deleteSinglePage.accesskey=D +cmd.deleteMultiplePages.label=Delete Pages +cmd.deleteMultiplePages.accesskey=D + +# LOCALIZATION NOTE (cmd.bookmarkSinglePage.accesskey, +# cmd.bookmarkMultiplePages.accesskey): these accesskeys can use the same +# character, since they're never displayed at the same time +cmd.bookmarkSinglePage.label=Bookmark Page +cmd.bookmarkSinglePage.accesskey=B +cmd.bookmarkMultiplePages.label=Bookmark Pages +cmd.bookmarkMultiplePages.accesskey=B diff --git a/browser/locales/en-US/chrome/browser/pocket.properties b/browser/locales/en-US/chrome/browser/pocket.properties new file mode 100644 index 0000000000..4a286c2c56 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/pocket.properties @@ -0,0 +1,30 @@ +# 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/. + +addtags = Add Tags +alreadyhaveacct = Already a Pocket user? +errorgeneric = There was an error when trying to save to Pocket. +learnmore = Learn More +loginnow = Log in +maxtaglength = Tags are limited to 25 characters +onlylinkssaved = Only links can be saved +pagenotsaved = Page Not Saved +pageremoved = Page Removed +pagesaved = Saved to Pocket +processingremove = Removing Page… +processingtags = Adding tags… +removepage = Remove Page +save = Save +saving = Saving… +signupemail = Sign up with email +signuptosave = Sign up for Pocket. It’s free. +suggestedtags = Suggested Tags +tagline = Save articles and videos from Firefox to view in Pocket on any device, any time. +taglinestory_one = Click the Pocket Button to save any article, video or page from Firefox. +taglinestory_two = View in Pocket on any device, any time. +tagssaved = Tags Added +tos = By continuing, you agree to Pocket’s <a href="%1$S" target="_blank">Terms of Service</a> and <a href="%2$S" target="_blank">Privacy Policy</a> +tryitnow = Try It Now +signupfirefox = Sign up with Firefox +viewlist = View List diff --git a/browser/locales/en-US/chrome/browser/safebrowsing/safebrowsing.properties b/browser/locales/en-US/chrome/browser/safebrowsing/safebrowsing.properties new file mode 100644 index 0000000000..aa72ddbffd --- /dev/null +++ b/browser/locales/en-US/chrome/browser/safebrowsing/safebrowsing.properties @@ -0,0 +1,6 @@ +# 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/. + +errorReportFalseDeceptiveTitle=This isn’t a deceptive site +errorReportFalseDeceptiveMessage=It’s not possible to report this error at this time. diff --git a/browser/locales/en-US/chrome/browser/search.properties b/browser/locales/en-US/chrome/browser/search.properties new file mode 100644 index 0000000000..fabb3167ad --- /dev/null +++ b/browser/locales/en-US/chrome/browser/search.properties @@ -0,0 +1,44 @@ +# 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/. + +searchtip=Search using %S + +# LOCALIZATION NOTE (searchHeader): this is displayed at the top of the panel +# showing search suggestions. +# %S is replaced with the name of the current default search engine. +searchHeader=%S Search + +# LOCALIZATION NOTE (cmd_pasteAndSearch): "Search" is a verb, this is the +# search bar equivalent to the url bar's "Paste & Go" +cmd_pasteAndSearch=Paste & Search + +cmd_clearHistory=Clear Search History +cmd_clearHistory_accesskey=H + +# LOCALIZATION NOTE (cmd_addFoundEngine): %S is replaced by the name of +# a search engine offered by a web page. Each engine is displayed as a +# menuitem at the bottom of the search panel. +cmd_addFoundEngine=Add “%S” +# LOCALIZATION NOTE (cmd_addFoundEngineMenu): When more than 5 engines +# are offered by a web page, instead of listing all of them in the +# search panel using the cmd_addFoundEngine string, they will be +# grouped in a submenu using cmd_addFoundEngineMenu as a label. +cmd_addFoundEngineMenu=Add search engine + +searchAddFoundEngine2=Add Search Engine + +# LOCALIZATION NOTE (searchForSomethingWith2): +# This string is used to build the header above the list of search shortcuts, +# for example "Search for <user-typed string> with:" +searchForSomethingWith2=Search for %S with: + +# LOCALIZATION NOTE (searchWithHeader): +# The wording of this string should be as close as possible to +# searchForSomethingWith2. This string will be used when the user +# has not typed anything. +searchWithHeader=Search with: + +# LOCALIZATION NOTE (searchSettings): +# This is the label for the button that opens Search preferences. +searchSettings=Change Search Settings diff --git a/browser/locales/en-US/chrome/browser/shellservice.properties b/browser/locales/en-US/chrome/browser/shellservice.properties new file mode 100644 index 0000000000..111243c1fc --- /dev/null +++ b/browser/locales/en-US/chrome/browser/shellservice.properties @@ -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/. + +# LOCALIZATION NOTE (setDefaultBrowserTitle, setDefaultBrowserMessage, setDefaultBrowserDontAsk, setDefaultBrowserAlertConfirm.label, setDefaultBrowserAlertNotNow.label): +# These strings are used as an alternative to the ones above, in a modal dialog. +# %S will be replaced by brandShortName +setDefaultBrowserTitle=Default Browser +setDefaultBrowserMessage=%S is not currently set as your default browser. Would you like to make it your default browser? +setDefaultBrowserDontAsk=Always perform this check when starting %S. +setDefaultBrowserAlertConfirm.label=Use %S as my default browser +setDefaultBrowserAlertNotNow.label=Not now + +desktopBackgroundLeafNameWin=Desktop Background.bmp +DesktopBackgroundDownloading=Saving Picture… +DesktopBackgroundSet=Set Desktop Background diff --git a/browser/locales/en-US/chrome/browser/siteData.properties b/browser/locales/en-US/chrome/browser/siteData.properties new file mode 100644 index 0000000000..a6bc660746 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/siteData.properties @@ -0,0 +1,8 @@ +# 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/. + +clearSiteDataPromptTitle=Clear all cookies and site data +# LOCALIZATION NOTE (clearSiteDataPromptText): %S = brandShortName +clearSiteDataPromptText=Selecting ‘Clear Now’ will clear all cookies and site data stored by %S. This may sign you out of websites and remove offline web content. +clearSiteDataNow=Clear Now diff --git a/browser/locales/en-US/chrome/browser/sitePermissions.properties b/browser/locales/en-US/chrome/browser/sitePermissions.properties new file mode 100644 index 0000000000..0802d4cdc8 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/sitePermissions.properties @@ -0,0 +1,52 @@ +# 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/. + +# LOCALIZATION NOTE (state.current.allowed, +# state.current.allowedForSession, +# state.current.allowedTemporarily, +# state.current.blockedTemporarily, +# state.current.blocked, +# state.current.hide): +# This label is used to display active permission states in the site +# identity popup (which does not have a lot of screen space). +state.current.allowed = Allowed +state.current.allowedForSession = Allowed for Session +state.current.allowedTemporarily = Allowed Temporarily +state.current.blockedTemporarily = Blocked Temporarily +state.current.blocked = Blocked +state.current.prompt = Always Ask + +# LOCALIZATION NOTE (state.multichoice.alwaysAsk, +# state.multichoice.allow, +# state.multichoice.allowForSession, +# state.multichoice.block): +# Used to label permission state checkboxes in the page info dialog. +state.multichoice.alwaysAsk = Always Ask +state.multichoice.allow = Allow +state.multichoice.allowForSession = Allow for Session +state.multichoice.block = Block + +state.multichoice.autoplayblock = Block Audio +state.multichoice.autoplayblockall = Block Audio and Video +state.multichoice.autoplayallow = Allow Audio and Video + +permission.autoplay.label = Autoplay +permission.cookie.label = Set Cookies +permission.desktop-notification3.label = Send Notifications +permission.camera.label = Use the Camera +permission.microphone.label = Use the Microphone +permission.screen.label = Share the Screen +permission.install.label = Install Add-ons +permission.popup.label = Open Pop-up Windows +permission.geo.label = Access Your Location +permission.xr.label = Access Virtual Reality Devices +permission.shortcuts.label = Override Keyboard Shortcuts +permission.focus-tab-by-prompt.label = Switch to this Tab +permission.persistent-storage.label = Store Data in Persistent Storage +permission.canvas.label = Extract Canvas Data +permission.midi.label = Access MIDI Devices +permission.midi-sysex.label = Access MIDI Devices with SysEx Support +# LOCALIZATION NOTE (permission.open-protocol-handler.label): +# Open as a verb. "This site may open applications". +permission.open-protocol-handler.label = Open applications diff --git a/browser/locales/en-US/chrome/browser/syncBrand.dtd b/browser/locales/en-US/chrome/browser/syncBrand.dtd new file mode 100644 index 0000000000..80e85aefa3 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/syncBrand.dtd @@ -0,0 +1,6 @@ +<!-- 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/. --> + +<!ENTITY syncBrand.shortName.label "Sync"> +<!ENTITY syncBrand.fxAccount.label "Firefox Account"> diff --git a/browser/locales/en-US/chrome/browser/syncSetup.properties b/browser/locales/en-US/chrome/browser/syncSetup.properties new file mode 100644 index 0000000000..b5d3ddbe7b --- /dev/null +++ b/browser/locales/en-US/chrome/browser/syncSetup.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/. + +# Several other strings are used (via Weave.Status.login), but they come from +# /services/sync + +# Firefox Accounts based setup. +continue.label = Continue + +relinkVerify.title = Merge Warning +relinkVerify.heading = Are you sure you want to sign in to Sync? +# LOCALIZATION NOTE (relinkVerify.description): Email address of a user previously signed into sync. +relinkVerify.description = A different user was previously signed in to Sync on this computer. Signing in will merge this browser’s bookmarks, passwords and other settings with %S diff --git a/browser/locales/en-US/chrome/browser/tabbrowser.properties b/browser/locales/en-US/chrome/browser/tabbrowser.properties new file mode 100644 index 0000000000..4ce906d26d --- /dev/null +++ b/browser/locales/en-US/chrome/browser/tabbrowser.properties @@ -0,0 +1,128 @@ +# 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/. + +tabs.emptyTabTitle=New Tab +tabs.emptyPrivateTabTitle=Private Browsing +tabs.closeTab=Close Tab +tabs.close=Close +tabs.closeTitleTabs=Close tabs? +tabs.closeAndQuitTitleTabs=Quit and close tabs? +tabs.closeAndQuitTitleTabsWin=Exit and close tabs? +# LOCALIZATION NOTE (tabs.closeWarningMultiple): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The singular form is not considered since this string is used only for +# multiple tabs. +tabs.closeWarningMultiple=;You are about to close #1 tabs. Are you sure you want to continue? +# LOCALIZATION NOTE (tabs.closeWarningMultipleSessionRestore2): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The forms for 0 or 1 items are not considered since this string is used only +# for multiple tabs. +# If +# "Tabs in non-private windows will be restored when you restart" +# is difficult to translate, you could translate +# "Tabs (except those in private windows) will be restored when you restart" +# instead. +tabs.closeWarningMultipleSessionRestore2=;You are about to close #1 tabs. Tabs in non-private windows will be restored when you restart. Are you sure you want to continue? +tabs.closeButtonMultiple=Close Tabs +tabs.closeWarningPromptMe=Warn me when I attempt to close multiple tabs + +# LOCALIZATION NOTE (tabs.closeWarningMultipleWindows): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The forms for 0 or 1 items are not considered since this string is used only for +# multiple windows. The %S replacement form will be replaced with the contents +# of tabs.closeWarningMultipleWindowsTabSnippet, which will contain the number +# of tabs in these windows. +# Note that every one of these plural forms must contain one instance of '%S'. +tabs.closeWarningMultipleWindows=;You are about to close #1 windows %S. Are you sure you want to continue? +# LOCALIZATION NOTE (tabs.closeWarningMultipleWindowsSessionRestore2): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The forms for 0 or 1 items are not considered since this string is used only for +# multiple windows. The %S replacement form will be replaced with the contents +# of tabs.closeWarningMultipleWindowsTabSnippet, which will contain the number +# of tabs in these windows. +# If +# "Tabs in non-private windows will be restored when you restart" +# is difficult to translate, you could translate +# "Tabs (except those in private windows) will be restored when you restart" +# instead. +# Note that every one of these plural forms must contain one instance of '%S'. +tabs.closeWarningMultipleWindowsSessionRestore2=;You are about to close #1 windows %S. Tabs in non-private windows will be restored when you restart. Are you sure you want to continue? + +# LOCALIZATION NOTE (tabs.closeWarningMultipleWindowsTabSnippet): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The singular form is not considered since this string is used only for +# multiple windows which must contain multiple tabs (in total). +# This string will be inserted in tabs.closeWarningMultipleWindows +tabs.closeWarningMultipleWindowsTabSnippet=;with #1 tabs + +# LOCALIZATION NOTE (tabs.closeTabs.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will be closed. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.closeTabs.tooltip=Close tab;Close #1 tabs + +# LOCALIZATION NOTE (tabs.muteAudio2.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# %S is the keyboard shortcut for "Mute tab". +# #1 is the number of tabs that will be muted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.muteAudio2.tooltip=Mute tab (%S);Mute #1 tabs (%S) + +# LOCALIZATION NOTE (tabs.unmuteAudio2.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# %S is the keyboard shortcut for "Unmute tab". +# #1 is the number of tabs that will be unmuted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.unmuteAudio2.tooltip=Unmute tab (%S);Unmute #1 tabs (%S) + +# LOCALIZATION NOTE (tabs.muteAudio2.background.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will be muted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.muteAudio2.background.tooltip=Mute tab;Mute #1 tabs + +# LOCALIZATION NOTE (tabs.unmuteAudio2.background.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will be unmuted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.unmuteAudio2.background.tooltip=Unmute tab;Unmute #1 tabs + +# LOCALIZATION NOTE (tabs.unblockAudio2.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will have their audio unblocked. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.unblockAudio2.tooltip=Play tab;Play #1 tabs + +# LOCALIZATION NOTE (tabs.allowTabFocusByPromptForSite): +# %S is the hostname of the site where dialogs are allowed to switch tabs +tabs.allowTabFocusByPromptForSite=Allow dialogs from %S to take you to their tab + +# LOCALIZATION NOTE (tabs.containers.tooltip): +# Displayed as a tooltip on container tabs +# %1$S is the title of the current tab +# %2$S is the name of the current container +tabs.containers.tooltip=%1$S — %2$S + +# LOCALIZATION NOTE (tabs.openWarningTitle, tabs.openWarningMultipleBranded, tabs.openButtonMultiple, tabs.openWarningPromptMeBranded): +# These items are moved from chrome/browser/places/places.properties +# Now they are not specific to bookmark. +tabs.openWarningTitle=Confirm open +tabs.openWarningMultipleBranded=You are about to open %S tabs. This might slow down %S while the pages are loading. Are you sure you want to continue? +tabs.openButtonMultiple=Open tabs +tabs.openWarningPromptMeBranded=Warn me when opening multiple tabs might slow down %S + +browsewithcaret.checkMsg=Do not show me this dialog box again. +browsewithcaret.checkWindowTitle=Caret Browsing +browsewithcaret.checkLabel=Pressing F7 turns Caret Browsing on or off. This feature places a moveable cursor in web pages, allowing you to select text with the keyboard. Do you want to turn Caret Browsing on? diff --git a/browser/locales/en-US/chrome/browser/taskbar.properties b/browser/locales/en-US/chrome/browser/taskbar.properties new file mode 100644 index 0000000000..987d5ccf84 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/taskbar.properties @@ -0,0 +1,12 @@ +# 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/. + +taskbar.tasks.newTab.label=Open new tab +taskbar.tasks.newTab.description=Open a new browser tab. +taskbar.tasks.newWindow.label=Open new window +taskbar.tasks.newWindow.description=Open a new browser window. +taskbar.tasks.newPrivateWindow.label=New private window +taskbar.tasks.newPrivateWindow.description=Open a new window in private browsing mode. +taskbar.frequent.label=Frequent +taskbar.recent.label=Recent diff --git a/browser/locales/en-US/chrome/browser/translation.dtd b/browser/locales/en-US/chrome/browser/translation.dtd new file mode 100644 index 0000000000..318872ce72 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/translation.dtd @@ -0,0 +1,58 @@ +<!-- 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/. --> + +<!-- LOCALIZATION NOTE (translation.thisPageIsIn.label, + - translation.translateThisPage.label): + - These 2 strings are used to construct a sentence that contains a dropdown + - showing the detected language of the current web page. + - In en-US it looks like this: + - This page is in [detected language] Translate this page? + - "detected language" here is a language name coming from the + - toolkit/intl/languageNames.ftl file; for some locales it may not be in + - the correct grammar case to keep the same structure of the original + - sentence. --> +<!ENTITY translation.thisPageIsIn.label "This page is in"> +<!ENTITY translation.translateThisPage.label "Translate this page?"> +<!ENTITY translation.translate.button "Translate"> +<!ENTITY translation.notNow.button "Not Now"> + +<!ENTITY translation.translatingContent.label "Translating page content…"> + +<!-- LOCALIZATION NOTE (translation.translatedFrom.label, + - translation.translatedTo.label, + - translation.translatedToSuffix.label): + - These 3 strings are used to construct a sentence that contains 2 dropdowns + - showing the source and target language of a translated web page. + - In en-US it looks like this: + - This page has been translated from [from language] to [to language] + - "from language" and "to language" here are language names coming from the + - toolkit/intl/languageNames.ftl file; for some locales they may not be in + - the correct grammar case to keep the same structure of the original + - sentence. + - + - translation.translatedToSuffix.label (empty in en-US) is for locales that + - need to display some text after the second drop down for the sentence to + - be grammatically correct. --> +<!ENTITY translation.translatedFrom.label "This page has been translated from"> +<!ENTITY translation.translatedTo.label "to"> +<!ENTITY translation.translatedToSuffix.label ""> + +<!ENTITY translation.showOriginal.button "Show Original"> +<!ENTITY translation.showTranslation.button "Show Translation"> + +<!ENTITY translation.errorTranslating.label "There has been an error translating this page."> +<!ENTITY translation.tryAgain.button "Try Again"> + +<!ENTITY translation.serviceUnavailable.label "Translation is not available at the moment. Please try again later."> + +<!ENTITY translation.options.menu "Options"> +<!-- LOCALIZATION NOTE (translation.options.neverForSite.accesskey, + - translation.options.preferences.accesskey): + - The accesskey values used here should not clash with the value used for + - translation.options.neverForLanguage.accesskey in translation.properties + --> +<!ENTITY translation.options.neverForSite.label "Never translate this site"> +<!ENTITY translation.options.neverForSite.accesskey "e"> +<!ENTITY translation.options.preferences.label "Translation preferences"> +<!ENTITY translation.options.preferences.accesskey "T"> diff --git a/browser/locales/en-US/chrome/browser/translation.properties b/browser/locales/en-US/chrome/browser/translation.properties new file mode 100644 index 0000000000..ac522bd800 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/translation.properties @@ -0,0 +1,12 @@ +# 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/. + +# LOCALIZATION NOTE (translation.options.neverForLanguage.label): +# %S is a language name coming from the toolkit/intl/languageNames.ftl file. +translation.options.neverForLanguage.label=Never translate %S + +# LOCALIZATION NOTE (translation.options.neverForLanguage.accesskey): +# The accesskey value used here should not clash with the values used for +# translation.options.*.accesskey in translation.dtd +translation.options.neverForLanguage.accesskey=N diff --git a/browser/locales/en-US/chrome/browser/uiDensity.properties b/browser/locales/en-US/chrome/browser/uiDensity.properties new file mode 100644 index 0000000000..0f44f39950 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/uiDensity.properties @@ -0,0 +1,5 @@ +# 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/.
+
+uiDensity.menuitem-touch.acceltext=Tablet Mode Enabled
diff --git a/browser/locales/en-US/chrome/browser/webrtcIndicator.properties b/browser/locales/en-US/chrome/browser/webrtcIndicator.properties new file mode 100644 index 0000000000..cd4275fab2 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/webrtcIndicator.properties @@ -0,0 +1,61 @@ +# 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/. + +# LOCALIZATION NOTE : FILE This file contains the webrtc global indicator strings + +# LOCALIZATION NOTE (webrtcIndicator.windowtitle): %S is the brand name (e.g. Firefox). +# This string is used so that the window has a title in tools that enumerate/look for window +# titles. It is not normally visible anywhere. +webrtcIndicator.windowtitle = %S — Sharing Indicator + +webrtcIndicator.sharingCameraAndMicrophone.tooltip = Your camera and microphone are being shared. Click to control sharing. +webrtcIndicator.sharingCamera.tooltip = Your camera is being shared. Click to control sharing. +webrtcIndicator.sharingMicrophone.tooltip = Your microphone is being shared. Click to control sharing. +webrtcIndicator.sharingApplication.tooltip = An application is being shared. Click to control sharing. +webrtcIndicator.sharingScreen.tooltip = Your screen is being shared. Click to control sharing. +webrtcIndicator.sharingWindow.tooltip = A window is being shared. Click to control sharing. +webrtcIndicator.sharingBrowser.tooltip = A tab is being shared. Click to control sharing. + + +# LOCALIZATION NOTE : The following strings are only used on Mac for +# menus attached to icons near the clock on the mac menubar. + +# LOCALIZATION NOTE (webrtcIndicator.sharing*With.menuitem): +# %S is the title of the tab using the share. +webrtcIndicator.sharingCameraWith.menuitem = Sharing Camera with “%S” +webrtcIndicator.sharingMicrophoneWith.menuitem = Sharing Microphone with “%S” +webrtcIndicator.sharingApplicationWith.menuitem = Sharing an Application with “%S” +webrtcIndicator.sharingScreenWith.menuitem = Sharing Screen with “%S” +webrtcIndicator.sharingWindowWith.menuitem = Sharing a Window with “%S” +webrtcIndicator.sharingBrowserWith.menuitem = Sharing a Tab with “%S” +webrtcIndicator.controlSharing.menuitem = Control Sharing +# LOCALIZATION NOTE (webrtcIndicator.sharingCameraWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingCameraWithNTabs.menuitem = Sharing Camera with #1 tab;Sharing Camera with #1 tabs +# LOCALIZATION NOTE (webrtcIndicator.sharingMicrophoneWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingMicrophoneWithNTabs.menuitem = Sharing Microphone with #1 tab;Sharing Microphone with #1 tabs +# LOCALIZATION NOTE (webrtcIndicator.sharingApplicationWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingApplicationWithNTabs.menuitem = Sharing an Application with #1 tab;Sharing Applications with #1 tabs +# LOCALIZATION NOTE (webrtcIndicator.sharingScreenWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingScreenWithNTabs.menuitem = Sharing Screen with #1 tab;Sharing Screen with #1 tabs +# LOCALIZATION NOTE (webrtcIndicator.sharingWindowWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingWindowWithNTabs.menuitem = Sharing a Window with #1 tab;Sharing Windows with #1 tabs +# LOCALIZATION NOTE (webrtcIndicator.sharingBrowserWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# This message is shown when the contents of a tab is shared during a WebRTC +# session, which currently is only possible with Loop/Hello. +webrtcIndicator.sharingBrowserWithNTabs.menuitem = Sharing a Tab with #1 tab;Sharing Tabs with #1 tabs +# LOCALIZATION NOTE (webrtcIndicator.controlSharingOn.menuitem): +# %S is the title of the tab using the share. +webrtcIndicator.controlSharingOn.menuitem = Control Sharing on “%S” diff --git a/browser/locales/en-US/chrome/overrides/appstrings.properties b/browser/locales/en-US/chrome/overrides/appstrings.properties new file mode 100644 index 0000000000..2975ad9052 --- /dev/null +++ b/browser/locales/en-US/chrome/overrides/appstrings.properties @@ -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/. + +malformedURI2=Please check that the URL is correct and try again. +fileNotFound=Firefox can’t find the file at %S. +fileAccessDenied=The file at %S is not readable. +dnsNotFound2=We can’t connect to the server at %S. +unknownProtocolFound=Firefox doesn’t know how to open this address, because one of the following protocols (%S) isn’t associated with any program or is not allowed in this context. +connectionFailure=Firefox can’t establish a connection to the server at %S. +netInterrupt=The connection to %S was interrupted while the page was loading. +netTimeout=The server at %S is taking too long to respond. +redirectLoop=Firefox has detected that the server is redirecting the request for this address in a way that will never complete. +## LOCALIZATION NOTE (confirmRepostPrompt): In this item, don’t translate "%S" +confirmRepostPrompt=To display this page, %S must send information that will repeat any action (such as a search or order confirmation) that was performed earlier. +resendButton.label=Resend +unknownSocketType=Firefox doesn’t know how to communicate with the server. +netReset=The connection to the server was reset while the page was loading. +notCached=This document is no longer available. +netOffline=Firefox is currently in offline mode and can’t browse the Web. +isprinting=The document cannot change while Printing or in Print Preview. +deniedPortAccess=This address uses a network port which is normally used for purposes other than Web browsing. Firefox has canceled the request for your protection. +proxyResolveFailure=Firefox is configured to use a proxy server that can’t be found. +proxyConnectFailure=Firefox is configured to use a proxy server that is refusing connections. +contentEncodingError=The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. +unsafeContentType=The page you are trying to view cannot be shown because it is contained in a file type that may not be safe to open. Please contact the website owners to inform them of this problem. +externalProtocolTitle=External Protocol Request +externalProtocolPrompt=An external application must be launched to handle %1$S: links.\n\n\nRequested link:\n\n%2$S\n\nApplication: %3$S\n\n\nIf you were not expecting this request it may be an attempt to exploit a weakness in that other program. Cancel this request unless you are sure it is not malicious.\n +#LOCALIZATION NOTE (externalProtocolUnknown): The following string is shown if the application name can't be determined +externalProtocolUnknown=<Unknown> +externalProtocolChkMsg=Remember my choice for all links of this type. +externalProtocolLaunchBtn=Launch application +malwareBlocked=The site at %S has been reported as an attack site and has been blocked based on your security preferences. +harmfulBlocked=The site at %S has been reported as a potentially harmful site and has been blocked based on your security preferences. +unwantedBlocked=The site at %S has been reported as serving unwanted software and has been blocked based on your security preferences. +deceptiveBlocked=This web page at %S has been reported as a deceptive site and has been blocked based on your security preferences. +cspBlocked=This page has a content security policy that prevents it from being loaded in this way. +xfoBlocked=This page has an X-Frame-Options policy that prevents it from being loaded in this context. +corruptedContentErrorv2=The site at %S has experienced a network protocol violation that cannot be repaired. +remoteXUL=This page uses an unsupported technology that is no longer available by default in Firefox. +## LOCALIZATION NOTE (sslv3Used) - Do not translate "%S". +sslv3Used=Firefox cannot guarantee the safety of your data on %S because it uses SSLv3, a broken security protocol. +inadequateSecurityError=The website tried to negotiate an inadequate level of security. +blockedByPolicy=Your organization has blocked access to this page or website. +networkProtocolError=Firefox has experienced a network protocol violation that cannot be repaired. diff --git a/browser/locales/en-US/chrome/overrides/netError.dtd b/browser/locales/en-US/chrome/overrides/netError.dtd new file mode 100644 index 0000000000..35b9937909 --- /dev/null +++ b/browser/locales/en-US/chrome/overrides/netError.dtd @@ -0,0 +1,208 @@ +<!-- 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/. --> + +<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> +%brandDTD; + +<!ENTITY loadError.label "Problem loading page"> +<!ENTITY retry.label "Try Again"> +<!ENTITY returnToPreviousPage.label "Go Back"> +<!ENTITY returnToPreviousPage1.label "Go Back (Recommended)"> +<!ENTITY advanced2.label "Advanced…"> +<!ENTITY viewCertificate.label "View Certificate"> + +<!-- Specific error messages --> + +<!ENTITY connectionFailure.longDesc "&sharedLongDesc;"> + +<!ENTITY deniedPortAccess.longDesc ""> + +<!ENTITY dnsNotFound.pageTitle "Server Not Found"> +<!ENTITY dnsNotFound.longDesc1 " +<strong>If that address is correct, here are three other things you can try:</strong> +<ul> + <li>Try again later.</li> + <li>Check your network connection.</li> + <li>If you are connected but behind a firewall, check that &brandShortName; has permission to access the Web.</li> +</ul> +"> + +<!ENTITY fileNotFound.longDesc " +<ul> + <li>Check the file name for capitalization or other typing errors.</li> + <li>Check to see if the file was moved, renamed or deleted.</li> +</ul> +"> + +<!ENTITY fileAccessDenied.longDesc " +<ul> + <li>It may have been removed, moved, or file permissions may be preventing access.</li> +</ul> +"> + +<!ENTITY generic.longDesc " +<p>&brandShortName; can’t load this page for some reason.</p> +"> + +<!ENTITY captivePortal.title "Log in to network"> +<!ENTITY captivePortal.longDesc2 " +<p>You must log in to this network before you can access the Internet.</p> +"> + +<!ENTITY openPortalLoginPage.label2 "Open Network Login Page"> + +<!ENTITY malformedURI.pageTitle "Invalid URL"> + +<!ENTITY netInterrupt.longDesc "&sharedLongDesc;"> + +<!ENTITY notCached.longDesc "<p>The requested document is not available in &brandShortName;’s cache.</p><ul><li>As a security precaution, &brandShortName; does not automatically re-request sensitive documents.</li><li>Click Try Again to re-request the document from the website.</li></ul>"> + +<!ENTITY netOffline.longDesc2 " +<ul> + <li>Press "Try Again" to switch to online mode and reload the page.</li> +</ul> +"> + +<!ENTITY contentEncodingError.longDesc " +<ul> + <li>Please contact the website owners to inform them of this problem.</li> +</ul> +"> + +<!ENTITY unsafeContentType.longDesc " +<ul> + <li>Please contact the website owners to inform them of this problem.</li> +</ul> +"> + +<!ENTITY netReset.longDesc "&sharedLongDesc;"> + +<!ENTITY netTimeout.longDesc "&sharedLongDesc;"> + +<!ENTITY unknownProtocolFound.longDesc " +<ul> + <li>You might need to install other software to open this address.</li> +</ul> +"> + +<!ENTITY proxyConnectFailure.longDesc " +<ul> + <li>Check the proxy settings to make sure that they are correct.</li> + <li>Contact your network administrator to make sure the proxy server is + working.</li> +</ul> +"> + +<!ENTITY proxyResolveFailure.longDesc " +<ul> + <li>Check the proxy settings to make sure that they are correct.</li> + <li>Check to make sure your computer has a working network connection.</li> + <li>If your computer or network is protected by a firewall or proxy, make sure + that &brandShortName; is permitted to access the Web.</li> +</ul> +"> + +<!ENTITY redirectLoop.longDesc " +<ul> + <li>This problem can sometimes be caused by disabling or refusing to accept + cookies.</li> +</ul> +"> + +<!ENTITY unknownSocketType.longDesc " +<ul> + <li>Check to make sure your system has the Personal Security Manager + installed.</li> + <li>This might be due to a non-standard configuration on the server.</li> +</ul> +"> + +<!ENTITY nssFailure2.longDesc2 " +<ul> + <li>The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.</li> + <li>Please contact the website owners to inform them of this problem.</li> +</ul> +"> + +<!-- Localization note (certerror.introPara2) - The text content of the span tag +will be replaced at runtime with the name of the server to which the user +was trying to connect. --> +<!ENTITY certerror.introPara2 "&brandShortName; detected a potential security threat and did not continue to <span class='hostname'/>. If you visit this site, attackers could try to steal information like your passwords, emails, or credit card details."> +<!ENTITY certerror.sts.introPara "&brandShortName; detected a potential security threat and did not continue to <span class='hostname'/> because this website requires a secure connection."> + +<!ENTITY certerror.expiredCert.introPara "&brandShortName; detected an issue and did not continue to <span class='hostname'/>. The website is either misconfigured or your computer clock is set to the wrong time."> +<!ENTITY certerror.expiredCert.secondPara2 "It’s likely the website’s certificate is expired, which prevents &brandShortName; from connecting securely. If you visit this site, attackers could try to steal information like your passwords, emails, or credit card details."> +<!ENTITY certerror.expiredCert.sts.secondPara "It’s likely the website’s certificate is expired, which prevents &brandShortName; from connecting securely."> + +<!ENTITY certerror.whatCanYouDoAboutItTitle "What can you do about it?"> + +<!ENTITY certerror.unknownIssuer.whatCanYouDoAboutIt " +<p>The issue is most likely with the website, and there is nothing you can do to resolve it.</p> +<p>If you are on a corporate network or using anti-virus software, you can reach out to the support teams for assistance. You can also notify the website’s administrator about the problem.</p> +"> + +<!ENTITY certerror.expiredCert.whatCanYouDoAboutIt2 " +<p>Your computer clock is set to <span id='wrongSystemTime_systemDate2'/>. Make sure your computer is set to the correct date, time, and time zone in your system settings, and then refresh <span class='hostname'/>.</p> +<p>If your clock is already set to the right time, the website is likely misconfigured, and there is nothing you can do to resolve the issue. You can notify the website’s administrator about the problem.</p> +"> + +<!ENTITY certerror.badCertDomain.whatCanYouDoAboutIt " +<p>The issue is most likely with the website, and there is nothing you can do to resolve it. You can notify the website’s administrator about the problem.</p> +"> + +<!ENTITY sharedLongDesc " +<ul> + <li>The site could be temporarily unavailable or too busy. Try again in a few + moments.</li> + <li>If you are unable to load any pages, check your computer’s network + connection.</li> + <li>If your computer or network is protected by a firewall or proxy, make sure + that &brandShortName; is permitted to access the Web.</li> +</ul> +"> + +<!ENTITY cspBlocked.longDesc "<p>&brandShortName; prevented this page from loading in this way because the page has a content security policy that disallows it.</p>"> + +<!ENTITY xfoBlocked.longDesc "<p>&brandShortName; prevented this page from loading in this context because the page has an X-Frame-Options policy that disallows it.</p>"> + +<!ENTITY corruptedContentErrorv2.longDesc "<p>The page you are trying to view cannot be shown because an error in the data transmission was detected.</p><ul><li>Please contact the website owners to inform them of this problem.</li></ul>"> + +<!ENTITY securityOverride.exceptionButton1Label "Accept the Risk and Continue"> + +<!ENTITY errorReporting.automatic2 "Report errors like this to help Mozilla identify and block malicious sites"> +<!ENTITY errorReporting.learnMore "Learn more…"> + +<!ENTITY remoteXUL.longDesc "<p><ul><li>Please contact the website owners to inform them of this problem.</li></ul></p>"> + +<!-- LOCALIZATION NOTE (sslv3Used.longDesc2) - Do not translate + "SSL_ERROR_UNSUPPORTED_VERSION". --> +<!ENTITY sslv3Used.longDesc2 "Advanced info: SSL_ERROR_UNSUPPORTED_VERSION"> + +<!ENTITY certerror.pagetitle2 "Warning: Potential Security Risk Ahead"> +<!ENTITY certerror.sts.pagetitle "Did Not Connect: Potential Security Issue"> +<!ENTITY certerror.whatShouldIDo.badStsCertExplanation1 "<span class='hostname'></span> has a security policy called HTTP Strict Transport Security (HSTS), which means that &brandShortName; can only connect to it securely. You can’t add an exception to visit this site."> +<!ENTITY certerror.copyToClipboard.label "Copy text to clipboard"> + +<!-- LOCALIZATION NOTE (inadequateSecurityError.longDesc) - Do not translate + "NS_ERROR_NET_INADEQUATE_SECURITY". --> +<!ENTITY inadequateSecurityError.longDesc "<p><span class='hostname'></span> uses security technology that is outdated and vulnerable to attack. An attacker could easily reveal information which you thought to be safe. The website administrator will need to fix the server first before you can visit the site.</p><p>Error code: NS_ERROR_NET_INADEQUATE_SECURITY</p>"> + +<!ENTITY blockedByPolicy.title "Blocked Page"> + +<!ENTITY certerror.mitm.longDesc "<span class='hostname'></span> is most likely a safe site, but a secure connection could not be established. This issue is caused by <span class='mitm-name'/>, which is either software on your computer or your network."> +<!ENTITY certerror.mitm.whatCanYouDoAboutIt1 "If your antivirus software includes a feature that scans encrypted connections (often called “web scanning” or “https scanning”), you can disable that feature. If that doesn’t work, you can remove and reinstall the antivirus software."> +<!ENTITY certerror.mitm.whatCanYouDoAboutIt2 "If you are on a corporate network, you can contact your IT department."> +<!ENTITY certerror.mitm.whatCanYouDoAboutIt3 "If you are not familiar with <span class='mitm-name'/>, then this could be an attack and you should not continue to the site."> +<!ENTITY certerror.mitm.sts.whatCanYouDoAboutIt3 "If you are not familiar with <span class='mitm-name'/>, then this could be an attack, and there is nothing you can do to access the site."> + +<!ENTITY clockSkewError.longDesc "Your computer thinks it is <span id='wrongSystemTime_systemDate1'/>, which prevents &brandShortName; from connecting securely. To visit <span class='hostname'></span>, update your computer clock in your system settings to the current date, time, and time zone, and then refresh <span class='hostname'></span>."> + +<!ENTITY prefReset.longDesc "It looks like your network security settings might be causing this. Do you want the default settings to be restored?"> +<!ENTITY prefReset.label "Restore default settings"> + +<!ENTITY enableTls10.longDesc "This website might not support the TLS 1.2 protocol, which is the minimum version supported by &brandShortName;. Enabling TLS 1.0 and TLS 1.1 might allow this connection to succeed."> +<!ENTITY enableTls10.note "TLS 1.0 and TLS 1.1 will be permanently disabled in a future release."> +<!ENTITY enableTls10.label "Enable TLS 1.0 and 1.1"> + +<!ENTITY networkProtocolError.longDesc "<p>The page you are trying to view cannot be shown because an error in the network protocol was detected.</p><ul><li>Please contact the website owners to inform them of this problem.</li></ul>"> diff --git a/browser/locales/en-US/crashreporter/crashreporter-override.ini b/browser/locales/en-US/crashreporter/crashreporter-override.ini new file mode 100644 index 0000000000..f14b1c4f0d --- /dev/null +++ b/browser/locales/en-US/crashreporter/crashreporter-override.ini @@ -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/. + +# This file is in the UTF-8 encoding +[Strings] +# LOCALIZATION NOTE (CrashReporterProductErrorText2): The %s is replaced with a string containing detailed information. +CrashReporterProductErrorText2=Firefox had a problem and crashed. We’ll try to restore your tabs and windows when it restarts.\n\nUnfortunately the crash reporter is unable to submit a crash report.\n\nDetails: %s +CrashReporterDescriptionText2=Firefox had a problem and crashed. We’ll try to restore your tabs and windows when it restarts.\n\nTo help us diagnose and fix the problem, you can send us a crash report. diff --git a/browser/locales/en-US/defaultagent/defaultagent_localized.ini b/browser/locales/en-US/defaultagent/defaultagent_localized.ini new file mode 100644 index 0000000000..a940aba8d4 --- /dev/null +++ b/browser/locales/en-US/defaultagent/defaultagent_localized.ini @@ -0,0 +1,12 @@ +; 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/. + +; This file is in the UTF-8 encoding +[Strings] +DefaultBrowserAgentTaskDescription=The Default Browser Agent task checks when the default changes from %MOZ_APP_DISPLAYNAME% to another browser. If the change happens under suspicious circumstances, it will prompt users to change back to %MOZ_APP_DISPLAYNAME% no more than two times. This task is installed automatically by %MOZ_APP_DISPLAYNAME%, and is reinstalled when %MOZ_APP_DISPLAYNAME% updates. To disable this task, update the “default-browser-agent.enabled” preference on the about:config page or the %MOZ_APP_DISPLAYNAME% enterprise policy setting “DisableDefaultBrowserAgent”. + +DefaultBrowserNotificationTitle=Make %MOZ_APP_DISPLAYNAME% your default browser +DefaultBrowserNotificationText=%MOZ_APP_DISPLAYNAME% is no longer your default browser. Make it your default? +DefaultBrowserNotificationYesButtonText=Yes +DefaultBrowserNotificationNoButtonText=No diff --git a/browser/locales/en-US/defines.inc b/browser/locales/en-US/defines.inc new file mode 100644 index 0000000000..fb7fe4c937 --- /dev/null +++ b/browser/locales/en-US/defines.inc @@ -0,0 +1,12 @@ +# 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/. +#filter emptyLines + +#define MOZ_LANGPACK_CREATOR mozilla.org + +# If non-English locales wish to credit multiple contributors, uncomment this +# variable definition and use the format specified. +# #define MOZ_LANGPACK_CONTRIBUTORS <em:contributor>Joe Solon</em:contributor> <em:contributor>Suzy Solon</em:contributor> + +#unfilter emptyLines diff --git a/browser/locales/en-US/firefox-l10n.js b/browser/locales/en-US/firefox-l10n.js new file mode 100644 index 0000000000..a4e976e55c --- /dev/null +++ b/browser/locales/en-US/firefox-l10n.js @@ -0,0 +1,5 @@ +# 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/. + +#filter substitution diff --git a/browser/locales/en-US/installer/custom.properties b/browser/locales/en-US/installer/custom.properties new file mode 100644 index 0000000000..179d13f792 --- /dev/null +++ b/browser/locales/en-US/installer/custom.properties @@ -0,0 +1,92 @@ +# 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/. + +# LOCALIZATION NOTE: + +# This file must be saved as UTF8 + +# Accesskeys are defined by prefixing the letter that is to be used for the +# accesskey with an ampersand (e.g. &). + +# Do not replace $BrandShortName, $BrandFullName, or $BrandFullNameDA with a +# custom string and always use the same one as used by the en-US files. +# $BrandFullNameDA allows the string to contain an ampersand (e.g. DA stands +# for double ampersand) and prevents the letter following the ampersand from +# being used as an accesskey. + +# You can use \n to create a newline in the string but only when the string +# from en-US contains a \n. + +REG_APP_DESC=$BrandShortName delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. +CONTEXT_OPTIONS=$BrandShortName &Options +CONTEXT_SAFE_MODE=$BrandShortName &Safe Mode +OPTIONS_PAGE_TITLE=Setup Type +OPTIONS_PAGE_SUBTITLE=Choose setup options +SHORTCUTS_PAGE_TITLE=Set Up Shortcuts +SHORTCUTS_PAGE_SUBTITLE=Create Program Icons +COMPONENTS_PAGE_TITLE=Set Up Optional Components +COMPONENTS_PAGE_SUBTITLE=Optional Recommended Components +OPTIONAL_COMPONENTS_DESC=The Maintenance Service will allow you to update $BrandShortName silently in the background. +MAINTENANCE_SERVICE_CHECKBOX_DESC=Install &Maintenance Service +SUMMARY_PAGE_TITLE=Summary +SUMMARY_PAGE_SUBTITLE=Ready to start installing $BrandShortName +SUMMARY_INSTALLED_TO=$BrandShortName will be installed to the following location: +SUMMARY_REBOOT_REQUIRED_INSTALL=A restart of your computer may be required to complete the installation. +SUMMARY_REBOOT_REQUIRED_UNINSTALL=A restart of your computer may be required to complete the uninstall. +SUMMARY_TAKE_DEFAULTS=U&se $BrandShortName as my default web browser +SUMMARY_INSTALL_CLICK=Click Install to continue. +SUMMARY_UPGRADE_CLICK=Click Upgrade to continue. +SURVEY_TEXT=&Tell us what you thought of $BrandShortName +LAUNCH_TEXT=&Launch $BrandShortName now +CREATE_ICONS_DESC=Create icons for $BrandShortName: +ICONS_DESKTOP=On my &Desktop +ICONS_STARTMENU=In my &Start Menu Programs folder +ICONS_QUICKLAUNCH=In my &Quick Launch bar +WARN_MANUALLY_CLOSE_APP_INSTALL=$BrandShortName must be closed to proceed with the installation.\n\nPlease close $BrandShortName to continue. +WARN_MANUALLY_CLOSE_APP_UNINSTALL=$BrandShortName must be closed to proceed with the uninstall.\n\nPlease close $BrandShortName to continue. +WARN_MANUALLY_CLOSE_APP_REFRESH=$BrandShortName must be closed to proceed with the refresh.\n\nPlease close $BrandShortName to continue. +WARN_WRITE_ACCESS=You don’t have access to write to the installation directory.\n\nClick OK to select a different directory. +WARN_DISK_SPACE=You don’t have sufficient disk space to install to this location.\n\nClick OK to select a different location. +WARN_MIN_SUPPORTED_OSVER_MSG=Sorry, $BrandShortName can’t be installed. This version of $BrandShortName requires ${MinSupportedVer} or newer. Please click the OK button for additional information. +WARN_MIN_SUPPORTED_CPU_MSG=Sorry, $BrandShortName can’t be installed. This version of $BrandShortName requires a processor with ${MinSupportedCPU} support. Please click the OK button for additional information. +WARN_MIN_SUPPORTED_OSVER_CPU_MSG=Sorry, $BrandShortName can’t be installed. This version of $BrandShortName requires ${MinSupportedVer} or newer and a processor with ${MinSupportedCPU} support. Please click the OK button for additional information. +WARN_RESTART_REQUIRED_UNINSTALL=Your computer must be restarted to complete a previous uninstall of $BrandShortName. Do you want to reboot now? +WARN_RESTART_REQUIRED_UPGRADE=Your computer must be restarted to complete a previous upgrade of $BrandShortName. Do you want to reboot now? +ERROR_CREATE_DIRECTORY_PREFIX=Error creating directory: +ERROR_CREATE_DIRECTORY_SUFFIX=Click Cancel to stop the installation or\nRetry to try again. + +UN_CONFIRM_PAGE_TITLE=Uninstall $BrandFullName +UN_CONFIRM_PAGE_SUBTITLE=Remove $BrandFullName from your computer. +UN_CONFIRM_UNINSTALLED_FROM=$BrandShortName will be uninstalled from the following location: +UN_CONFIRM_CLICK=Click Uninstall to continue. + +UN_REFRESH_PAGE_TITLE=Refresh $BrandShortName Instead? +UN_REFRESH_PAGE_EXPLANATION=If you’re having problems with $BrandShortName, a refresh can help.\n\nThis will restore the default settings and remove add-ons. Start fresh for optimal performance. +UN_REFRESH_LEARN_MORE=&Learn more +UN_REFRESH_BUTTON=&Refresh $BrandShortName + +BANNER_CHECK_EXISTING=Checking existing installation… + +STATUS_INSTALL_APP=Installing $BrandShortName… +STATUS_INSTALL_LANG=Installing Language Files (${AB_CD})… +STATUS_UNINSTALL_MAIN=Uninstalling $BrandShortName… +STATUS_CLEANUP=A Little Housekeeping… + +UN_SURVEY_CHECKBOX_LABEL=Tell Mozilla why you uninstalled $BrandShortName + +# _DESC strings support approximately 65 characters per line. +# One line +OPTIONS_SUMMARY=Choose the type of setup you prefer, then click Next. +# One line +OPTION_STANDARD_DESC=$BrandShortName will be installed with the most common options. +OPTION_STANDARD_RADIO=&Standard +# Two lines +OPTION_CUSTOM_DESC=You may choose individual options to be installed. Recommended for experienced users. +OPTION_CUSTOM_RADIO=&Custom + +# LOCALIZATION NOTE: +# The following text replaces the Install button text on the summary page. +# Verify that the access key for InstallBtn (in override.properties) and +# UPGRADE_BUTTON is not already used by SUMMARY_TAKE_DEFAULTS. +UPGRADE_BUTTON=&Upgrade diff --git a/browser/locales/en-US/installer/mui.properties b/browser/locales/en-US/installer/mui.properties new file mode 100644 index 0000000000..bf0b378321 --- /dev/null +++ b/browser/locales/en-US/installer/mui.properties @@ -0,0 +1,61 @@ +# 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/. + +# To make the l10n tinderboxen see changes to this file you can change a value +# name by adding - to the end of the name followed by chars (e.g. Branding-2). + +# LOCALIZATION NOTE: + +# This file must be saved as UTF8 + +# Accesskeys are defined by prefixing the letter that is to be used for the +# accesskey with an ampersand (e.g. &). + +# Do not replace $BrandShortName, $BrandFullName, or $BrandFullNameDA with a +# custom string and always use the same one as used by the en-US files. +# $BrandFullNameDA allows the string to contain an ampersand (e.g. DA stands +# for double ampersand) and prevents the letter following the ampersand from +# being used as an accesskey. + +# You can use \n to create a newline in the string but only when the string +# from en-US contains a \n. + +MUI_TEXT_WELCOME_INFO_TITLE=Welcome to the $BrandFullNameDA Setup Wizard +MUI_TEXT_WELCOME_INFO_TEXT=This wizard will guide you through the installation of $BrandFullNameDA.\n\nIt is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.\n\n$_CLICK +MUI_TEXT_COMPONENTS_TITLE=Choose Components +MUI_TEXT_COMPONENTS_SUBTITLE=Choose which features of $BrandFullNameDA you want to install. +MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE=Description +MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO=Position your mouse over a component to see its description. +MUI_TEXT_DIRECTORY_TITLE=Choose Install Location +MUI_TEXT_DIRECTORY_SUBTITLE=Choose the folder in which to install $BrandFullNameDA. +MUI_TEXT_INSTALLING_TITLE=Installing +MUI_TEXT_INSTALLING_SUBTITLE=Please wait while $BrandFullNameDA is being installed. +MUI_TEXT_FINISH_TITLE=Installation Complete +MUI_TEXT_FINISH_SUBTITLE=Setup was completed successfully. +MUI_TEXT_ABORT_TITLE=Installation Aborted +MUI_TEXT_ABORT_SUBTITLE=Setup was not completed successfully. +MUI_BUTTONTEXT_FINISH=&Finish +MUI_TEXT_FINISH_INFO_TITLE=Completing the $BrandFullNameDA Setup Wizard +MUI_TEXT_FINISH_INFO_TEXT=$BrandFullNameDA has been installed on your computer.\n\nClick Finish to close this wizard. +MUI_TEXT_FINISH_INFO_REBOOT=Your computer must be restarted in order to complete the installation of $BrandFullNameDA. Do you want to reboot now? +MUI_TEXT_FINISH_REBOOTNOW=Reboot now +MUI_TEXT_FINISH_REBOOTLATER=I want to manually reboot later +MUI_TEXT_STARTMENU_TITLE=Choose Start Menu Folder +MUI_TEXT_STARTMENU_SUBTITLE=Choose a Start Menu folder for the $BrandFullNameDA shortcuts. +MUI_INNERTEXT_STARTMENU_TOP=Select the Start Menu folder in which you would like to create the program’s shortcuts. You can also enter a name to create a new folder. +MUI_TEXT_ABORTWARNING=Are you sure you want to quit $BrandFullName Setup? +MUI_UNTEXT_WELCOME_INFO_TITLE=Welcome to the $BrandFullNameDA Uninstall Wizard +MUI_UNTEXT_WELCOME_INFO_TEXT=This wizard will guide you through the uninstallation of $BrandFullNameDA.\n\nBefore starting the uninstallation, make sure $BrandFullNameDA is not running.\n\n$_CLICK +MUI_UNTEXT_CONFIRM_TITLE=Uninstall $BrandFullNameDA +MUI_UNTEXT_CONFIRM_SUBTITLE=Remove $BrandFullNameDA from your computer. +MUI_UNTEXT_UNINSTALLING_TITLE=Uninstalling +MUI_UNTEXT_UNINSTALLING_SUBTITLE=Please wait while $BrandFullNameDA is being uninstalled. +MUI_UNTEXT_FINISH_TITLE=Uninstallation Complete +MUI_UNTEXT_FINISH_SUBTITLE=Uninstall was completed successfully. +MUI_UNTEXT_ABORT_TITLE=Uninstallation Aborted +MUI_UNTEXT_ABORT_SUBTITLE=Uninstall was not completed successfully. +MUI_UNTEXT_FINISH_INFO_TITLE=Completing the $BrandFullNameDA Uninstall Wizard +MUI_UNTEXT_FINISH_INFO_TEXT=$BrandFullNameDA has been uninstalled from your computer.\n\nClick Finish to close this wizard. +MUI_UNTEXT_FINISH_INFO_REBOOT=Your computer must be restarted in order to complete the uninstallation of $BrandFullNameDA. Do you want to reboot now? +MUI_UNTEXT_ABORTWARNING=Are you sure you want to quit $BrandFullName Uninstall? diff --git a/browser/locales/en-US/installer/nsisstrings.properties b/browser/locales/en-US/installer/nsisstrings.properties new file mode 100644 index 0000000000..2ea1cd655f --- /dev/null +++ b/browser/locales/en-US/installer/nsisstrings.properties @@ -0,0 +1,46 @@ +# 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/. + +# LOCALIZATION NOTE: + +# This file must be saved as UTF8 + +# Do not replace $BrandShortName, $BrandProductName, $BrandFullName, +# or $BrandFullNameDA with a custom string and always use the same one as used +# by the en-US files. +# $BrandFullNameDA allows the string to contain an ampersand (e.g. DA stands +# for double ampersand) and prevents the letter following the ampersand from +# being used as an accesskey. + +# You can use \n to create a newline in the string but only when the string +# from en-US contains a \n. + +INSTALLER_WIN_CAPTION=$BrandShortName Installer + +STUB_CLEANUP_PAVEOVER_HEADER2=$BrandShortName is already installed. Let’s update it. +STUB_CLEANUP_REINSTALL_HEADER2=$BrandShortName has been installed before. Let’s get you a new copy. +STUB_CLEANUP_PAVEOVER_BUTTON2=Update +STUB_CLEANUP_REINSTALL_BUTTON2=Re-install +STUB_CLEANUP_CHECKBOX_LABEL2=Restore default settings and remove old add-ons for optimal performance + +STUB_INSTALLING_LABEL2=Now installing… +STUB_INSTALLING_HEADLINE2=Optimizing your settings for speed, privacy, and safety. +STUB_INSTALLING_BODY2=$BrandShortName will be ready in just a few moments. +STUB_BLURB_FIRST1=The fastest, most responsive $BrandShortName yet +STUB_BLURB_SECOND1=Faster page loading and tab switching +STUB_BLURB_THIRD1=Powerful private browsing +STUB_BLURB_FOOTER2=Built for people, not for profit + +WARN_MIN_SUPPORTED_OSVER_MSG=Sorry, $BrandShortName can’t be installed. This version of $BrandShortName requires ${MinSupportedVer} or newer. Please click the OK button for additional information. +WARN_MIN_SUPPORTED_CPU_MSG=Sorry, $BrandShortName can’t be installed. This version of $BrandShortName requires a processor with ${MinSupportedCPU} support. Please click the OK button for additional information. +WARN_MIN_SUPPORTED_OSVER_CPU_MSG=Sorry, $BrandShortName can’t be installed. This version of $BrandShortName requires ${MinSupportedVer} or newer and a processor with ${MinSupportedCPU} support. Please click the OK button for additional information. +WARN_WRITE_ACCESS_QUIT=You don’t have access to write to the installation directory +WARN_DISK_SPACE_QUIT=You don’t have sufficient disk space to install. + +ERROR_DOWNLOAD_CONT=Hmm. For some reason, we could not install $BrandShortName.\nChoose OK to start over. + +STUB_CANCEL_PROMPT_HEADING=Do you want to install $BrandShortName? +STUB_CANCEL_PROMPT_MESSAGE=If you cancel, $BrandShortName will not be installed. +STUB_CANCEL_PROMPT_BUTTON_CONTINUE=Install $BrandShortName +STUB_CANCEL_PROMPT_BUTTON_EXIT=Cancel diff --git a/browser/locales/en-US/installer/override.properties b/browser/locales/en-US/installer/override.properties new file mode 100644 index 0000000000..e9e005ea21 --- /dev/null +++ b/browser/locales/en-US/installer/override.properties @@ -0,0 +1,86 @@ +# 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/. + +# LOCALIZATION NOTE: + +# This file must be saved as UTF8 + +# Accesskeys are defined by prefixing the letter that is to be used for the +# accesskey with an ampersand (e.g. &). + +# Do not replace $BrandShortName, $BrandFullName, or $BrandFullNameDA with a +# custom string and always use the same one as used by the en-US files. +# $BrandFullNameDA allows the string to contain an ampersand (e.g. DA stands +# for double ampersand) and prevents the letter following the ampersand from +# being used as an accesskey. + +# You can use \n to create a newline in the string but only when the string +# from en-US contains a \n. + +# Strings that require a space at the end should be enclosed with double +# quotes and the double quotes will be removed. To add quotes to the beginning +# and end of a strong enclose the add and additional double quote to the +# beginning and end of the string (e.g. ""This will include quotes""). + +SetupCaption=$BrandFullName Setup +UninstallCaption=$BrandFullName Uninstall +BackBtn=< &Back +NextBtn=&Next > +AcceptBtn=I &accept the terms in the License Agreement +DontAcceptBtn=I &do not accept the terms in the License Agreement +InstallBtn=&Install +UninstallBtn=&Uninstall +CancelBtn=Cancel +CloseBtn=&Close +BrowseBtn=B&rowse… +ShowDetailsBtn=Show &details +ClickNext=Click Next to continue. +ClickInstall=Click Install to start the installation. +ClickUninstall=Click Uninstall to start the uninstallation. +Completed=Completed +LicenseTextRB=Please review the license agreement before installing $BrandFullNameDA. If you accept all terms of the agreement, select the first option below. $_CLICK +ComponentsText=Check the components you want to install and uncheck the components you don’t want to install. $_CLICK +ComponentsSubText2_NoInstTypes=Select components to install: +DirText=Setup will install $BrandFullNameDA in the following folder. To install in a different folder, click Browse and select another folder. $_CLICK +DirSubText=Destination Folder +DirBrowseText=Select the folder to install $BrandFullNameDA in: +SpaceAvailable="Space available: " +SpaceRequired="Space required: " +UninstallingText=$BrandFullNameDA will be uninstalled from the following folder. $_CLICK +UninstallingSubText=Uninstalling from: +FileError=Error opening file for writing: \r\n\r\n$0\r\n\r\nClick Abort to stop the installation,\r\nRetry to try again, or\r\nIgnore to skip this file. +FileError_NoIgnore=Error opening file for writing: \r\n\r\n$0\r\n\r\nClick Retry to try again, or\r\nCancel to stop the installation. +CantWrite="Can’t write: " +CopyFailed=Copy failed +CopyTo="Copy to " +Registering="Registering: " +Unregistering="Unregistering: " +SymbolNotFound="Could not find symbol: " +CouldNotLoad="Could not load: " +CreateFolder="Create folder: " +CreateShortcut="Create shortcut: " +CreatedUninstaller="Created uninstaller: " +Delete="Delete file: " +DeleteOnReboot="Delete on reboot: " +ErrorCreatingShortcut="Error creating shortcut: " +ErrorCreating="Error creating: " +ErrorDecompressing=Error decompressing data! Corrupted installer? +ErrorRegistering=Error registering DLL +ExecShell="ExecShell: " +Exec="Execute: " +Extract="Extract: " +ErrorWriting="Extract: error writing to file " +InvalidOpcode=Installer corrupted: invalid opcode +NoOLE="No OLE for: " +OutputFolder="Output folder: " +RemoveFolder="Remove folder: " +RenameOnReboot="Rename on reboot: " +Rename="Rename: " +Skipped="Skipped: " +CopyDetails=Copy Details To Clipboard +LogInstall=Log install process +Byte=B +Kilo=K +Mega=M +Giga=G diff --git a/browser/locales/en-US/pdfviewer/chrome.properties b/browser/locales/en-US/pdfviewer/chrome.properties new file mode 100644 index 0000000000..e42ac790ca --- /dev/null +++ b/browser/locales/en-US/pdfviewer/chrome.properties @@ -0,0 +1,19 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Chrome notification bar messages and buttons +unsupported_feature=This PDF document might not be displayed correctly. +unsupported_feature_forms=This PDF document contains forms. The filling of form fields is not supported. +open_with_different_viewer=Open With Different Viewer +open_with_different_viewer.accessKey=o diff --git a/browser/locales/en-US/pdfviewer/viewer.properties b/browser/locales/en-US/pdfviewer/viewer.properties new file mode 100644 index 0000000000..5d1429f75b --- /dev/null +++ b/browser/locales/en-US/pdfviewer/viewer.properties @@ -0,0 +1,252 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Previous Page +previous_label=Previous +next.title=Next Page +next_label=Next + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Page +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=of {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} of {{pagesCount}}) + +zoom_out.title=Zoom Out +zoom_out_label=Zoom Out +zoom_in.title=Zoom In +zoom_in_label=Zoom In +zoom.title=Zoom +presentation_mode.title=Switch to Presentation Mode +presentation_mode_label=Presentation Mode +open_file.title=Open File +open_file_label=Open +print.title=Print +print_label=Print +download.title=Download +download_label=Download +bookmark.title=Current view (copy or open in new window) +bookmark_label=Current View + +# Secondary toolbar and context menu +tools.title=Tools +tools_label=Tools +first_page.title=Go to First Page +first_page.label=Go to First Page +first_page_label=Go to First Page +last_page.title=Go to Last Page +last_page.label=Go to Last Page +last_page_label=Go to Last Page +page_rotate_cw.title=Rotate Clockwise +page_rotate_cw.label=Rotate Clockwise +page_rotate_cw_label=Rotate Clockwise +page_rotate_ccw.title=Rotate Counterclockwise +page_rotate_ccw.label=Rotate Counterclockwise +page_rotate_ccw_label=Rotate Counterclockwise + +cursor_text_select_tool.title=Enable Text Selection Tool +cursor_text_select_tool_label=Text Selection Tool +cursor_hand_tool.title=Enable Hand Tool +cursor_hand_tool_label=Hand Tool + +scroll_vertical.title=Use Vertical Scrolling +scroll_vertical_label=Vertical Scrolling +scroll_horizontal.title=Use Horizontal Scrolling +scroll_horizontal_label=Horizontal Scrolling +scroll_wrapped.title=Use Wrapped Scrolling +scroll_wrapped_label=Wrapped Scrolling + +spread_none.title=Do not join page spreads +spread_none_label=No Spreads +spread_odd.title=Join page spreads starting with odd-numbered pages +spread_odd_label=Odd Spreads +spread_even.title=Join page spreads starting with even-numbered pages +spread_even_label=Even Spreads + +# Document properties dialog box +document_properties.title=Document Properties… +document_properties_label=Document Properties… +document_properties_file_name=File name: +document_properties_file_size=File size: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Title: +document_properties_author=Author: +document_properties_subject=Subject: +document_properties_keywords=Keywords: +document_properties_creation_date=Creation Date: +document_properties_modification_date=Modification Date: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creator: +document_properties_producer=PDF Producer: +document_properties_version=PDF Version: +document_properties_page_count=Page Count: +document_properties_page_size=Page Size: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=portrait +document_properties_page_size_orientation_landscape=landscape +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Fast Web View: +document_properties_linearized_yes=Yes +document_properties_linearized_no=No +document_properties_close=Close + +print_progress_message=Preparing document for printing… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Cancel + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Toggle Sidebar +toggle_sidebar_notification2.title=Toggle Sidebar (document contains outline/attachments/layers) +toggle_sidebar_label=Toggle Sidebar +document_outline.title=Show Document Outline (double-click to expand/collapse all items) +document_outline_label=Document Outline +attachments.title=Show Attachments +attachments_label=Attachments +layers.title=Show Layers (double-click to reset all layers to the default state) +layers_label=Layers +thumbs.title=Show Thumbnails +thumbs_label=Thumbnails +current_outline_item.title=Find Current Outline Item +current_outline_item_label=Current Outline Item +findbar.title=Find in Document +findbar_label=Find + +additional_layers=Additional Layers +# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number. +page_canvas=Page {{page}} +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Page {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Thumbnail of Page {{page}} + +# Find panel button title and messages +find_input.title=Find +find_input.placeholder=Find in document… +find_previous.title=Find the previous occurrence of the phrase +find_previous_label=Previous +find_next.title=Find the next occurrence of the phrase +find_next_label=Next +find_highlight=Highlight all +find_match_case_label=Match case +find_entire_word_label=Whole words +find_reached_top=Reached top of document, continued from bottom +find_reached_bottom=Reached end of document, continued from top +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} of {{total}} match +find_match_count[two]={{current}} of {{total}} matches +find_match_count[few]={{current}} of {{total}} matches +find_match_count[many]={{current}} of {{total}} matches +find_match_count[other]={{current}} of {{total}} matches +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=More than {{limit}} matches +find_match_count_limit[one]=More than {{limit}} match +find_match_count_limit[two]=More than {{limit}} matches +find_match_count_limit[few]=More than {{limit}} matches +find_match_count_limit[many]=More than {{limit}} matches +find_match_count_limit[other]=More than {{limit}} matches +find_not_found=Phrase not found + +# Error panel labels +error_more_info=More Information +error_less_info=Less Information +error_close=Close +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Message: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=File: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Line: {{line}} +rendering_error=An error occurred while rendering the page. + +# Predefined zoom values +page_scale_width=Page Width +page_scale_fit=Page Fit +page_scale_auto=Automatic Zoom +page_scale_actual=Actual Size +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=An error occurred while loading the PDF. +invalid_file_error=Invalid or corrupted PDF file. +missing_file_error=Missing PDF file. +unexpected_response_error=Unexpected server response. + +# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be +# replaced by the modification date, and time, of the annotation. +annotation_date_string={{date}}, {{time}} + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=Enter the password to open this PDF file. +password_invalid=Invalid password. Please try again. +password_ok=OK +password_cancel=Cancel + +printing_not_supported=Warning: Printing is not fully supported by this browser. +printing_not_ready=Warning: The PDF is not fully loaded for printing. +web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts. diff --git a/browser/locales/en-US/profile/bookmarks.inc b/browser/locales/en-US/profile/bookmarks.inc new file mode 100644 index 0000000000..fbc69250bf --- /dev/null +++ b/browser/locales/en-US/profile/bookmarks.inc @@ -0,0 +1,68 @@ +# 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/. +#filter emptyLines + +# LOCALIZATION NOTE: The 'en-US' strings in the URLs will be replaced with +# your locale code, and link to your translated pages as soon as they're +# live. + +#define bookmarks_title Bookmarks +#define bookmarks_heading Bookmarks + +#define bookmarks_toolbarfolder Bookmarks Toolbar Folder +#define bookmarks_toolbarfolder_description Add bookmarks to this folder to see them displayed on the Bookmarks Toolbar + +# LOCALIZATION NOTE (getting_started): +# link title for https://www.mozilla.org/en-US/firefox/central/ +#define getting_started Getting Started + +# LOCALIZATION NOTE (firefox_heading): +# Firefox links folder name +#define firefox_heading Mozilla Firefox + +# LOCALIZATION NOTE (firefox_help): +# link title for https://www.mozilla.org/en-US/firefox/help/ +#define firefox_help Help and Tutorials + +# LOCALIZATION NOTE (firefox_customize): +# link title for https://www.mozilla.org/en-US/firefox/customize/ +#define firefox_customize Customize Firefox + +# LOCALIZATION NOTE (firefox_community): +# link title for https://www.mozilla.org/en-US/contribute/ +#define firefox_community Get Involved + +# LOCALIZATION NOTE (firefox_about): +# link title for https://www.mozilla.org/en-US/about/ +#define firefox_about About Us + +# LOCALIZATION NOTE (nightly_heading): +# Firefox Nightly links folder name +#define nightly_heading Firefox Nightly Resources + +# LOCALIZATION NOTE (nightly_blog): +# Nightly builds only, link title for https://blog.nightly.mozilla.org/ +#define nightly_blog Firefox Nightly blog + +# LOCALIZATION NOTE (bugzilla): +# Nightly builds only, link title for https://bugzilla.mozilla.org/ +#define bugzilla Mozilla Bug Tracker + +# LOCALIZATION NOTE (mdn): +# Nightly builds only, link title for https://developer.mozilla.org/ +#define mdn Mozilla Developer Network + +# LOCALIZATION NOTE (nightly_tester_tools): +# Nightly builds only, link title for https://addons.mozilla.org/en-US/firefox/addon/nightly-tester-tools/ +#define nightly_tester_tools Nightly Tester Tools + +# LOCALIZATION NOTE (crashes): +# Nightly builds only, link title for about:crashes +#define crashes All your crashes + +# LOCALIZATION NOTE (planet): +# Nightly builds only, link title for https://planet.mozilla.org/ +#define planet Planet Mozilla + +#unfilter emptyLines diff --git a/browser/locales/en-US/updater/updater.ini b/browser/locales/en-US/updater/updater.ini new file mode 100644 index 0000000000..cc4ae5405e --- /dev/null +++ b/browser/locales/en-US/updater/updater.ini @@ -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/. + +; This file is in the UTF-8 encoding +[Strings] +TitleText=%MOZ_APP_DISPLAYNAME% Update +InfoText=%MOZ_APP_DISPLAYNAME% is installing your updates and will start in a few moments… +MozillaMaintenanceDescription=The Mozilla Maintenance Service ensures that you have the latest and most secure version of Mozilla Firefox on your computer. Keeping Firefox up to date is very important for your online security, and Mozilla strongly recommends that you keep this service enabled. |