gecko/services/sync/locales/en-US/preferences.dtd
Chris Beard e9ac166a41 * major revision to the login dialog to be more robust, adding error handling, styling and a help link
* some minor hacking of the login progress to improve performance
* expanded the application exit sync dialog to be a general modal sync dialog that will display whenever appropriate (e.g. during initial setup, on manual "sync now" requests, and on application exit)
* added a progress meter and status messages to the modal sync dialog to provide users with a better understanding of what's going on, and to assist in debugging
* added ability to cancel a modal sync request, including on application exit. when cancel is clicked on by the user, it will attempt to cancel the sync at the next opportunity (i.e. before the next sync engine is processed)
2008-07-09 17:17:24 -07:00

73 lines
4.3 KiB
DTD

<!ENTITY prefpane.label "Weave">
<!ENTITY accountTab.label "Account">
<!ENTITY syncTab.label "Data">
<!ENTITY addonsTab.label "Add-ons">
<!ENTITY advancedTab.label "Advanced">
<!ENTITY alreadyHaveAccount.description "Already have a Weave account?">
<!ENTITY signIntoAccount.description "Sign into your account to use Weave on this computer.">
<!ENTITY signInButton.label "Sign In...">
<!ENTITY signedIn.label "Status">
<!ENTITY signOutButton.label "Sign Out">
<!ENTITY autoconnectCheckbox.label "Automatically connect each time you start Firefox">
<!ENTITY createAccount.description "Create an account">
<!ENTITY signUpForAccount.description "To use Weave you must first create an account.">
<!ENTITY createAccountButton.label "Create Account...">
<!ENTITY accountSettings.label "Settings">
<!ENTITY changePassword.caption "Change Password">
<!ENTITY changePassword.description "Change the password you use to sign into Weave.">
<!ENTITY oldPassword.label "Current Password:">
<!ENTITY newPassword.label "New Password:">
<!ENTITY newPasswordAgain.label "Re-enter:">
<!ENTITY showPasswords.label "Show Passwords">
<!ENTITY changePasswordButton.label "Change">
<!ENTITY backUpCheckbox.label "Back up and synchronize my data to a Weave server">
<!ENTITY encryptOnServerCheckbox.label "Encrypt my data on the server">
<!ENTITY syncNowButton.label "Sync Now...">
<!ENTITY syncItemsList.label "Synchronize these items:">
<!ENTITY bookmarksCheckbox.label "Bookmarks">
<!ENTITY historyCheckbox.label "Browsing History">
<!ENTITY cookiesCheckbox.label "Cookies">
<!ENTITY passwordsCheckbox.label "Saved Passwords">
<!ENTITY formsCheckbox.label "Saved Form Data">
<!ENTITY tabsCheckbox.label "Tabs">
<!ENTITY extensionsCheckbox.label "Extensions">
<!ENTITY themesCheckbox.label "Themes">
<!ENTITY pluginsCheckbox.label "Search Plugins">
<!ENTITY microformatsCheckbox.label "Microformats">
<!ENTITY addonsGroupbox.description "This is where you will find, install, and manage Weave add-ons.">
<!ENTITY serverSettingsCaption.label "Server Settings">
<!ENTITY serverLocation.label "Server Location:">
<!ENTITY encryption.label "Encryption:">
<!ENTITY aesAlgorithmItem.label "AES 256-bit Encryption">
<!ENTITY teaAlgorithmItem.label "Placeholder Algorithm">
<!ENTITY noEncryptionItem.label "No encryption">
<!ENTITY defaultServerRequiresEncryption.description "Note: Encryption is required by default in this version.">
<!ENTITY resetServerURLButton.label "Reset to Default">
<!ENTITY debugButton.label "Advanced...">
<!ENTITY debugCaption.label "Debugging Tools">
<!ENTITY debugGroupbox.description "The following actions cannot be undone and should be used by advanced testers and developers only.">
<!ENTITY resetCredentialsButton.label "Reset Login">
<!ENTITY resetCredentialsButton.description "Delete username and password from Password Manager">
<!ENTITY resetServerLockButton.label "Reset Server Lock">
<!ENTITY resetServerLockButton.description "Removes the write lock on server">
<!ENTITY resetServerDataButton.label "Reset Server Data">
<!ENTITY resetServerDataButton.description "Delete all user data on server">
<!ENTITY resetClientDataButton.label "Reset Client Data">
<!ENTITY resetClientDataButton.description "Delete all locally stored bookmarks and history data">
<!ENTITY logsCaption.label "Logs">
<!ENTITY openActivityLogButton.label "Open...">
<!ENTITY openActivityLogButton.description "Detailed activity log">
<!ENTITY runSetupWizardButton.label "Run...">
<!ENTITY runSetupWizardButton.description "Setup wizard">
<!ENTITY advancedDialogButton.label "Advanced...">
<!ENTITY footerNotice.description "Weave is an experimental prototype from Mozilla Labs. Use at your own risk.">