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 --- browser/locales/en-US/browser/sync.ftl | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 browser/locales/en-US/browser/sync.ftl (limited to 'browser/locales/en-US/browser/sync.ftl') 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… -- cgit v1.2.3