summaryrefslogtreecommitdiffstats
path: root/browser/locales/en-US/browser/sync.ftl
diff options
context:
space:
mode:
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…