diff --git a/extensions/wallet/src/Makefile.in b/extensions/wallet/src/Makefile.in index f18465acd30a..60c1521ffab3 100644 --- a/extensions/wallet/src/Makefile.in +++ b/extensions/wallet/src/Makefile.in @@ -40,3 +40,6 @@ EXPORTS= $(NULL) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) include $(topsrcdir)/config/rules.mk + +install:: $(TARGETS) + $(INSTALL) $(srcdir)/wallet.properties $(DIST)/bin/res diff --git a/extensions/wallet/src/htmldlgs.h b/extensions/wallet/src/htmldlgs.h index 14a4033f64c9..2cb7758a858e 100644 --- a/extensions/wallet/src/htmldlgs.h +++ b/extensions/wallet/src/htmldlgs.h @@ -16,7 +16,7 @@ #define PORT_Strlen(s) strlen(s) -#define HTML_DLGS_URL "file:///y|/htmldlgs.html" +#define HTML_DLGS_URL "file:///htmldlgs.html" #define XP_DIALOG_CANCEL_BUTTON (1<<0) #define XP_DIALOG_OK_BUTTON (1<<2) #define XP_STRINGS_CHUNKSIZE 512 diff --git a/extensions/wallet/src/makefile.win b/extensions/wallet/src/makefile.win index 8db9a1082695..75ec548e67e5 100644 --- a/extensions/wallet/src/makefile.win +++ b/extensions/wallet/src/makefile.win @@ -77,4 +77,5 @@ clobber:: rm -f $(DIST)\lib\$(DLLNAME).lib install:: $(DLL) - $(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components \ No newline at end of file + $(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components + $(MAKE_INSTALL) wallet.properties $(DIST)\bin\res diff --git a/extensions/wallet/src/wallet.properties b/extensions/wallet/src/wallet.properties new file mode 100644 index 000000000000..d68a6faff701 --- /dev/null +++ b/extensions/wallet/src/wallet.properties @@ -0,0 +1,29 @@ +# Version 1.0 (the "NPL"); you may not use this file except in +# compliance with the NPL. You may obtain a copy of the NPL at +# http://www.mozilla.org/NPL/ +# +# Software distributed under the NPL is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL +# for the specific language governing rights and limitations under the +# NPL. +# +# The Initial Developer of this code under the NPL is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All Rights +# Reserved. +# +IncorrectKey_TryAgain? = Incorrect key. Do you want to try again? +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: +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. +PasswordNotification2 = Your passwords will be obscured before being saved on your hard drive. Do you want this feature enabled? +ViewSavedSignons = View saved sign-ons +ViewSavedRejects = View sign-ons that won't be saved +SavedSignons = Saved Sign-ons +SavedRejects = Sign-ons that won't be saved \ No newline at end of file