diff options
Diffstat (limited to 'locales/en-US/chrome/browser/preferences/sync.dtd')
-rw-r--r-- | locales/en-US/chrome/browser/preferences/sync.dtd | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/locales/en-US/chrome/browser/preferences/sync.dtd b/locales/en-US/chrome/browser/preferences/sync.dtd new file mode 100644 index 0000000..f6ef3b8 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/sync.dtd @@ -0,0 +1,47 @@ +<!-- 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/. --> + +<!-- The page shown when not logged in... --> +<!ENTITY setupButton.label "Set Up &syncBrand.fullName.label;"> +<!ENTITY setupButton.accesskey "S"> +<!ENTITY weaveDesc.label "&syncBrand.fullName.label; lets you access your history, bookmarks, passwords and open tabs across all your devices."> + +<!-- The page shown when logged in... --> + +<!-- Login error feedback --> +<!ENTITY updatePass.label "Update"> +<!ENTITY resetPass.label "Reset"> + +<!-- Manage Account --> +<!ENTITY manageAccount.label "Manage Account"> +<!ENTITY manageAccount.accesskey "n"> +<!ENTITY viewQuota.label "View Quota"> +<!ENTITY changePassword2.label "Change Password…"> +<!ENTITY myRecoveryKey.label "My Recovery Key"> +<!ENTITY resetSync2.label "Reset Sync…"> + +<!ENTITY pairDevice.label "Pair a Device"> + +<!ENTITY syncMy.label "Sync My"> +<!ENTITY engine.bookmarks.label "Bookmarks"> +<!ENTITY engine.bookmarks.accesskey "m"> +<!ENTITY engine.tabs.label "Tabs"> +<!ENTITY engine.tabs.accesskey "T"> +<!ENTITY engine.history.label "History"> +<!ENTITY engine.history.accesskey "r"> +<!ENTITY engine.passwords.label "Passwords"> +<!ENTITY engine.passwords.accesskey "P"> +<!ENTITY engine.prefs.label "Preferences"> +<!ENTITY engine.prefs.accesskey "S"> +<!ENTITY engine.addons.label "Add-ons"> +<!ENTITY engine.addons.accesskey "A"> + +<!-- Device Settings --> +<!ENTITY syncDeviceName.label "Device Name:"> +<!ENTITY syncDeviceName.accesskey "c"> +<!ENTITY unlinkDevice.label "Unlink This Device"> + +<!-- Footer stuff --> +<!ENTITY prefs.tosLink.label "Terms of Service"> +<!ENTITY prefs.ppLink.label "Privacy Policy"> |