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 --- comm/mail/locales/en-US/messenger/aboutDialog.ftl | 74 +++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 comm/mail/locales/en-US/messenger/aboutDialog.ftl (limited to 'comm/mail/locales/en-US/messenger/aboutDialog.ftl') diff --git a/comm/mail/locales/en-US/messenger/aboutDialog.ftl b/comm/mail/locales/en-US/messenger/aboutDialog.ftl new file mode 100644 index 0000000000..e14777deee --- /dev/null +++ b/comm/mail/locales/en-US/messenger/aboutDialog.ftl @@ -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/. + +about-update-whats-new = What’s New + +about-dialog-title = About { -brand-full-name } + +release-notes-link = Release notes + +update-internal-error = Unable to check for updates due to internal error. Updates available at + +update-check-for-updates-button = Check for Updates + .accesskey = C + +update-update-button = Restart to update { -brand-shorter-name } + .accesskey = R + +update-checking-for-updates = Checking for updates… + +update-downloading-message = Downloading update — + +update-applying = Applying update… + +update-downloading = Downloading update — + +update-failed = Update failed. Download the latest version + +update-admin-disabled = Updates disabled by your system administrator + +update-no-updates-found = { -brand-short-name } is up to date + +update-other-instance-handling-updates = { -brand-short-name } is being updated by another instance + +update-manual = Updates available at + +update-unsupported = You can not perform further updates on this system. Learn more + +update-restarting = Restarting… + +# Variables: +# $channel (String): description of the update channel (e.g. "release", "beta", "nightly" etc.) +channel-description = You are currently on the { $channel } update channel. + +warning-desc-version = { -brand-short-name } is experimental and may be unstable. + +warning-desc-telemetry = It automatically sends information about performance, hardware, usage and customizations back to { -vendor-short-name } to help make { -brand-short-name } better. + +# Example of resulting string: 66.0.1 (64-bit) +# Variables: +# $version (String): version of Thunderbird, 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 Thunderbird for Daily 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) + +aboutdialog-update-checking-failed = Failed to check for updates. + +community-experimental = { -vendor-short-name } is a global community working together to keep the Web open, public and accessible to all. + +community-desc = { -brand-short-name } is designed by { -vendor-short-name }, a global community working together to keep the Web open, public and accessible to all. + +about-donation = Want to help? Make a donation or get involved! + +bottom-links-license = Licensing Information +bottom-links-rights = End-User Rights +bottom-links-privacy = Privacy Policy +cmd-close-mac-command-key = + .key = w -- cgit v1.2.3