diff options
Diffstat (limited to 'l10n-en-CA/browser/browser/sync.ftl')
-rw-r--r-- | l10n-en-CA/browser/browser/sync.ftl | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/l10n-en-CA/browser/browser/sync.ftl b/l10n-en-CA/browser/browser/sync.ftl new file mode 100644 index 0000000000..2e9d7fd83d --- /dev/null +++ b/l10n-en-CA/browser/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 -> + [one] 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… |