diff --git a/extensions/wallet/cookieviewer/makefile.win b/extensions/wallet/cookieviewer/makefile.win index dd93189323f6..f18a4bff1807 100644 --- a/extensions/wallet/cookieviewer/makefile.win +++ b/extensions/wallet/cookieviewer/makefile.win @@ -56,5 +56,4 @@ clobber:: install:: $(DLL) $(MAKE_INSTALL) CookieViewer.xul $(DIST)\bin\chrome\wallet\content\default $(MAKE_INSTALL) CookieViewer.js $(DIST)\bin\chrome\wallet\content\default - $(MAKE_INSTALL) CookieViewer.dtd $(DIST)\bin\chrome\wallet\locale\en-US $(MAKE_INSTALL) CookieViewer.properties $(DIST)\bin\chrome\wallet\locale\en-US diff --git a/extensions/wallet/src/wallet.properties b/extensions/wallet/src/wallet.properties index a77cac56481e..7496146d0c51 100644 --- a/extensions/wallet/src/wallet.properties +++ b/extensions/wallet/src/wallet.properties @@ -15,7 +15,6 @@ IncorrectKey_TryAgain? = Incorrect key. Do you want to try again? 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. firstPassword = Select a key for your database (leave field blank if you don't want to use a key). password = Enter your database key. newPassword = Select a new key for your database (leave field blank if you don't want to use a key). @@ -27,14 +26,5 @@ PasswordNotification1 = For your convenience, the browser can remember your user PasswordNotification2 = our passwords will be obscured before being saved on your hard drive. Do you want this feature enabled? WalletNotification1 = You can save information that you enter on forms and later automatically prefill that information on other forms. T WalletNotification2 = o save such information, select edit/wallet/capture from the menu while viewing the form. -ViewSavedSignons = Logons saved -ViewSavedRejects = Logons not saved -ViewSavedNopreview = Forms not previewed -ViewSavedNocapture = Forms not saved -SavedSignons = Logon information that has been saved -SavedRejects = Sites for which logon information won't be saved -SavedNopreviews = Forms that won't be previewed before being pre-filled -SavedNocaptures = Forms that won't be saved NeverSave = Never save this form -BypassThisScreen = Bypass this screen when prefilling this form in the future noPrefills = There are no fields that can be prefilled. \ No newline at end of file