From e72ef92b5bdc43cd2584198e2e54e951b70299e8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 03:32:58 -0500 Subject: Add Basilisk --- .../en-US/chrome/browser/accounts.properties | 75 ++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 application/basilisk/locales/en-US/chrome/browser/accounts.properties (limited to 'application/basilisk/locales/en-US/chrome/browser/accounts.properties') diff --git a/application/basilisk/locales/en-US/chrome/browser/accounts.properties b/application/basilisk/locales/en-US/chrome/browser/accounts.properties new file mode 100644 index 000000000..fd2a6b426 --- /dev/null +++ b/application/basilisk/locales/en-US/chrome/browser/accounts.properties @@ -0,0 +1,75 @@ +# 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/. + +# autoDisconnectDescription is shown in an info bar when we detect an old +# Sync is being used. +autoDisconnectDescription = We’ve rebuilt Sync to make it easier for everyone. + +# autoDisconnectSignIn.label and .accessKey are for buttons when we auto-disconnect +autoDisconnectSignIn.label = Sign in to Sync +autoDisconnectSignIn.accessKey = S + +# LOCALIZATION NOTE (reconnectDescription) - %S = Email address of user's Firefox Account +reconnectDescription = Reconnect %S + +# LOCALIZATION NOTE (verifyDescription) - %S = Email address of user's Firefox Account +verifyDescription = Verify %S + +# These strings are shown in a desktop notification after the +# user requests we resend a verification email. +verificationSentTitle = Verification Sent +# LOCALIZATION NOTE (verificationSentBody) - %S = Email address of user's Firefox Account +verificationSentBody = A verification link has been sent to %S. +verificationNotSentTitle = Unable to Send Verification +verificationNotSentBody = We are unable to send a verification mail at this time, please try again later. + +# LOCALIZATION NOTE (deviceConnectedTitle, deviceConnectedBody) +# These strings are used in a notification shown when a new device joins the Sync account. +deviceConnectedTitle = Firefox Sync +deviceConnectedBody = This computer is now syncing with %S. + +# LOCALIZATION NOTE (syncStartNotification.title, syncStartNotification.body) +# These strings are used in a notification shown after Sync is connected. +syncStartNotification.title = Sync enabled +# %S is brandShortName +syncStartNotification.body2 = %S will begin syncing momentarily. + +# LOCALIZATION NOTE (deviceDisconnectedNotification.title, deviceDisconnectedNotification.body) +# These strings are used in a notification shown after Sync was disconnected remotely. +deviceDisconnectedNotification.title = Sync disconnected +deviceDisconnectedNotification.body = This computer has been successfully disconnected from Firefox Sync. + +# LOCALIZATION NOTE (sendTabToAllDevices.menuitem) +# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link. +sendTabToAllDevices.menuitem = All Devices + +# LOCALIZATION NOTE (tabArrivingNotification.title, tabArrivingNotificationWithDevice.title, +# tabsArrivingNotification.title, unnamedTabsArrivingNotification2.body, +# unnamedTabsArrivingNotificationMultiple2.body, unnamedTabsArrivingNotificationNoDevice.body) +# These strings are used in a notification shown when we're opening tab(s) another device sent us to display. + +# LOCALIZATION NOTE (tabArrivingNotification.title, tabArrivingNotificationWithDevice.title) +# The body for these is the URL of the tab recieved +tabArrivingNotification.title = Tab received +# LOCALIZATION NOTE (tabArrivingNotificationWithDevice.title) %S is the device name +tabArrivingNotificationWithDevice.title = Tab from %S + +tabsArrivingNotification.title = Multiple tabs received +# LOCALIZATION NOTE (unnamedTabsArrivingNotification2.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received and #2 is the device name. +unnamedTabsArrivingNotification2.body = #1 tab has arrived from #2;#1 tabs have arrived from #2 +# LOCALIZATION NOTE (unnamedTabsArrivingNotificationMultiple2.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received. +unnamedTabsArrivingNotificationMultiple2.body = #1 tab has arrived from your connected devices;#1 tabs have arrived from your connected devices + +# LOCALIZATION NOTE (unnamedTabsArrivingNotificationNoDevice.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received +# This version is used when we don't know any device names. +unnamedTabsArrivingNotificationNoDevice.body = #1 tab has arrived;#1 tabs have arrived -- cgit v1.2.3