bug 530820 - add confirmation, error feedback, and attempt to provide some clarity that the user can't recover pp

This commit is contained in:
Mike Connor 2009-12-02 11:30:16 -05:00
parent 2cbefa0263
commit 9c63572250
2 changed files with 7 additions and 3 deletions

View File

@ -35,8 +35,10 @@
<!ENTITY continue.label "Continue">
<!ENTITY passphraseGroupbox.label "Enter Secret Phrase">
<!ENTITY passphraseDesc.label "Please enter a secret phrase. This will be used to encrypt all your data so only you can access it.">
<!ENTITY passphraseDesc2.label "This must be at least 8 characters long and cannot match your account password.">
<!ENTITY passphraseEntry.label "Secret Phrase">
<!ENTITY passphraseConfirm.label "Confirm">
<!ENTITY passphraseDesc.label "Please enter a secret phrase. This will be used to encrypt all your data so only you can access it. It is never stored on the server, so don't lose this!">
<!ENTITY passphraseDesc2.label "This must be at least 12 characters long and cannot match your account password.">
<!ENTITY passphraseDesc3.label "Please enter your secret phrase. This must be the same secret phrase that you used to encrypt yout data.">
<!ENTITY passphraseHelp.label "Your secret phrase is at least 8 characters long and is not your password. You can find your saved secret phrase by going to your other computer and checking the Saved Passwords under Security. If you still cannot get the correct secret phrase, you can choose to reset it, but you will need to enter this new secret phrase on your other computer.">
<!ENTITY connecting.label "Connecting…">
@ -61,7 +63,6 @@
<!ENTITY confirm.server.warning.label "WARNING: Your local data will replace all &brandShortName; data on these devices!">
<!ENTITY confirm.server.start.label "Replace Everything on These Devices">
<!ENTITY accountGroupboxCaption.label "Mozilla Weave Account">
<!ENTITY currentUser.label "Current User:">

View File

@ -7,6 +7,9 @@ usernameNotAvailable.label = Already in use
passwordMismatch.label = Passwords do not match
passwordTooWeak.label = Password is too weak
entriesMustMatch.label = Phrases do not match
cannotMatchPassword.label = Secret phrase cannot match password
errorCreatingAccount.title = Error Creating Account
serverInvalid.label = Please enter a valid server URL