From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- browser/locales/en-US/browser/aboutDialog.ftl | 83 +++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 browser/locales/en-US/browser/aboutDialog.ftl (limited to 'browser/locales/en-US/browser/aboutDialog.ftl') diff --git a/browser/locales/en-US/browser/aboutDialog.ftl b/browser/locales/en-US/browser/aboutDialog.ftl new file mode 100644 index 0000000000..4cc6fa4940 --- /dev/null +++ b/browser/locales/en-US/browser/aboutDialog.ftl @@ -0,0 +1,83 @@ +# 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… + +## Variables: +## $transfer (string) - Transfer progress. + +settings-update-downloading = Downloading update — +aboutdialog-update-downloading = Downloading update — + +## + +update-applying = Applying update… + +update-failed = Update failed. +update-failed-main = + Update failed. Download the latest version + +update-adminDisabled = Updates disabled by your system administrator +update-noUpdatesFound = { -brand-short-name } is up to date +aboutdialog-update-checking-failed = Failed to check for updates. +update-otherInstanceHandlingUpdates = { -brand-short-name } is being updated by another instance + +## Variables: +## $displayUrl (String): URL to page with download instructions. Example: www.mozilla.org/firefox/nightly/ + +aboutdialog-update-manual-with-link = Updates available at +settings-update-manual-with-link = Updates available at { $displayUrl } + +update-unsupported = You can not perform further updates on this system. + +update-restarting = Restarting… + +update-internal-error2 = Unable to check for updates due to internal error. Updates available at + +## + +# Variables: +# $channel (String): description of the update channel (e.g. "release", "beta", "nightly" etc.) +aboutdialog-channel-description = You are currently on the 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 = is a working together to keep the Web open, public and accessible to all. + +community-2 = { -brand-short-name } is designed by , a working together to keep the Web open, public and accessible to all. + +helpus = Want to help? or + +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) -- cgit v1.2.3