This commit is contained in:
morse%netscape.com 1999-05-04 17:55:01 +00:00
Родитель 8a47591813
Коммит 545cf9ac51
4 изменённых файлов: 35 добавлений и 2 удалений

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

@ -40,3 +40,6 @@ EXPORTS= $(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk
install:: $(TARGETS)
$(INSTALL) $(srcdir)/wallet.properties $(DIST)/bin/res

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

@ -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

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

@ -77,4 +77,5 @@ clobber::
rm -f $(DIST)\lib\$(DLLNAME).lib
install:: $(DLL)
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components
$(MAKE_INSTALL) wallet.properties $(DIST)\bin\res

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

@ -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