mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
[BASILISK] Port PM Sync Client - Part 2: Basic Integration with glue and preferences
This commit is contained in:
parent
648ed8edaf
commit
720e453480
12 changed files with 189 additions and 856 deletions
|
|
@ -35,33 +35,17 @@ passwordsCount.label = #1 password;#1 passwords
|
|||
# LOCALIZATION NOTE (addonsCount.label): Semicolon-separated list of plural forms.
|
||||
# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
|
||||
# #1 is the number of add-ons, see the link above for forms
|
||||
addonsCount.label = #1 add-on;#1 add-ons
|
||||
addonsCount.label = #1 addon;#1 addons
|
||||
|
||||
save.recoverykey.title = Save Recovery Key
|
||||
save.recoverykey.defaultfilename = Firefox Recovery Key.html
|
||||
save.recoverykey.defaultfilename = Pale Moon Recovery Key.html
|
||||
|
||||
newAccount.action.label = Firefox Sync is now set up to automatically sync all of your browser data.
|
||||
newAccount.action.label = Sync is now set up to automatically sync all of your browser data.
|
||||
newAccount.change.label = You can choose exactly what to sync by selecting Sync Options below.
|
||||
resetClient.change2.label = Firefox Sync will now merge all this device’s browser data into your Sync account.
|
||||
wipeClient.change2.label = Firefox Sync will now replace all of the browser data on this device with the data in your Sync account.
|
||||
wipeRemote.change2.label = Firefox Sync will now replace all of the browser data in your Sync account with the data on this device.
|
||||
resetClient.change2.label = Sync will now merge all this device's browser data into your Sync account.
|
||||
wipeClient.change2.label = Sync will now replace all of the browser data on this device with the data in your Sync account.
|
||||
wipeRemote.change2.label = Sync will now replace all of the browser data in your Sync account with the data on this device.
|
||||
existingAccount.change.label = You can change this preference by selecting Sync Options below.
|
||||
|
||||
# Several other strings are used (via Weave.Status.login), but they come from
|
||||
# /services/sync
|
||||
|
||||
# Firefox Accounts based setup.
|
||||
continue.label = Continue
|
||||
|
||||
# LOCALIZATION NOTE (disconnect.label, disconnect.verify.title, disconnect.verify.bodyHeading, disconnect.verify.bodyText):
|
||||
# These strings are used in the confirmation dialog shown when the user hits the disconnect button
|
||||
# LOCALIZATION NOTE (disconnect.label): This is the label for the disconnect button
|
||||
disconnect.label = Disconnect
|
||||
disconnect.verify.title = Disconnect
|
||||
disconnect.verify.bodyHeading = Disconnect from Sync?
|
||||
disconnect.verify.bodyText = Your browsing data will remain on this computer, but it will no longer sync with your account.
|
||||
|
||||
relinkVerify.title = Merge Warning
|
||||
relinkVerify.heading = Are you sure you want to sign in to Sync?
|
||||
# LOCALIZATION NOTE (relinkVerify.description): Email address of a user previously signed into sync.
|
||||
relinkVerify.description = A different user was previously signed in to Sync on this computer. Signing in will merge this browser’s bookmarks, passwords and other settings with %S
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue