summaryrefslogtreecommitdiffstats
path: root/browser/locales/en-US/browser/sync.ftl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /browser/locales/en-US/browser/sync.ftl
parentInitial commit. (diff)
downloadthunderbird-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 'browser/locales/en-US/browser/sync.ftl')
-rw-r--r--browser/locales/en-US/browser/sync.ftl41
1 files changed, 41 insertions, 0 deletions
diff --git a/browser/locales/en-US/browser/sync.ftl b/browser/locales/en-US/browser/sync.ftl
new file mode 100644
index 0000000000..f416c1973a
--- /dev/null
+++ b/browser/locales/en-US/browser/sync.ftl
@@ -0,0 +1,41 @@
+# 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-syncing2 = Syncing…
+
+sync-disconnect-dialog-title2 = Disconnect?
+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-dialog2-title = Sign out of { -fxaccount-brand-name(capitalization: "sentence") }?
+fxa-signout-dialog-body = Synced data will remain in your account.
+fxa-signout-dialog2-button = Sign out
+fxa-signout-dialog2-checkbox = Delete data from this device (passwords, history, bookmarks, etc.)
+
+fxa-menu-sync-settings =
+ .label = Sync settings
+fxa-menu-turn-on-sync =
+ .value = Turn on sync
+fxa-menu-turn-on-sync-default = Turn on sync
+
+fxa-menu-connect-another-device =
+ .label = Connect another device…
+# Variables:
+# $tabCount (Number): The number of tabs sent to the device.
+fxa-menu-send-tab-to-device =
+ .label =
+ { $tabCount ->
+ [1] Send tab to device
+ *[other] Send { $tabCount } tabs to device
+ }
+
+# This is shown dynamically within "Send tab to device" in fxa menu.
+fxa-menu-send-tab-to-device-syncnotready =
+ .label = Syncing Devices…
+
+# This is shown within "Send tab to device" in fxa menu if account is not configured.
+fxa-menu-send-tab-to-device-description = Send a tab instantly to any device you’re signed in on.
+
+fxa-menu-sign-out =
+ .label = Sign out…