clean up some of the dialog messages

This commit is contained in:
morse%netscape.com 1999-06-11 03:54:23 +00:00
Родитель a94047bcd2
Коммит 202d7ed868
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -735,7 +735,9 @@ Wallet_SetKey(PRBool isNewkey) {
/* ask the user for his key */
char * password;
if (isNewkey) {
if (wallet_KeySize() < 0) { /* no password has yet been established */
password = Wallet_Localize("firstPassword");
} else if (isNewkey) {
password = Wallet_Localize("newPassword");
} else {
password = Wallet_Localize("password");

Просмотреть файл

@ -17,8 +17,9 @@ KeyFailure = Key failure! Wallet file will not be opened.
WantToCaptureForm? = Do you want to put the values on this form into your wallet?
WantToSavePassword? = Do you want to save the user name and password for this form?
FollowingItemsCanBePrefilledForYou = Following items can be pre-filled for you.
password = database password:
newPassword = new password:
firstPassword = select a password for your database (press cancel if you don't want to use a password)
password = enter your database password
newPassword = enter a new password for your database (press cancel if you don't want to use a password)
SelectUser = Select a username to be entered on this form
SelectUserWhosePasswordIsBeingChanged = Select the user whose password is being changed.
PasswordNotification1 = For your convenience, the browser can remember your user names and passwords so you won't have to re-type them when you return to a site.