diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /comm/mail/locales/en-US/messenger/firefoxAccounts.ftl | |
parent | Initial commit. (diff) | |
download | thunderbird-upstream.tar.xz thunderbird-upstream.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | comm/mail/locales/en-US/messenger/firefoxAccounts.ftl | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/comm/mail/locales/en-US/messenger/firefoxAccounts.ftl b/comm/mail/locales/en-US/messenger/firefoxAccounts.ftl new file mode 100644 index 0000000000..669fd166f3 --- /dev/null +++ b/comm/mail/locales/en-US/messenger/firefoxAccounts.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/. + +# “Account” can be localized, “Firefox” must be treated as a brand, +# and kept in English. +-fxaccount-brand-name = + { $capitalization -> + [sentence] Firefox account + *[title] Firefox Account + } + +## These strings are shown in a desktop notification after the user requests we resend a verification email. + +fxa-verification-sent-title = Verification Sent +# Variables: +# $userEmail (String) - Email address of user's Firefox Account. +fxa-verification-sent-body = A verification link has been sent to { $userEmail }. +fxa-verification-not-sent-title = Unable to Send Verification +fxa-verification-not-sent-body = We are unable to send a verification mail at this time, please try again later. + +## These strings are shown in a confirmation dialog when the user chooses to sign out. + +fxa-signout-dialog-title = Sign out of { -fxaccount-brand-name(capitalization: "sentence") }? +fxa-signout-dialog-body = Synced data will remain in your account. +fxa-signout-dialog-button = Sign out + +## These strings are shown in a confirmation dialog when the user chooses to stop syncing. + +sync-disconnect-dialog-title = Disconnect? +sync-disconnect-dialog-body = { -brand-product-name } will stop syncing but won’t delete any of your data on this device. +sync-disconnect-dialog-button = Disconnect |