mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
70 lines
3.8 KiB
Properties
70 lines
3.8 KiB
Properties
# 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 (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
|