not part of build, removing confusion caused by obsolete file

This commit is contained in:
morse%netscape.com 2002-05-15 14:13:46 +00:00
parent 8e39033504
commit 385cb88be9
4 changed files with 4 additions and 121 deletions

View File

@ -1,2 +1 @@
wallet.properties
cookie.properties
This file is very obsolete and not part of build. Correct version in extensions/wallet/src.

View File

@ -1,39 +1 @@
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
#
Domain = Domain
Host = Host
Yes = Yes
No = No
AtEndOfSession = at end of session
Confirm = Confirm
# LOCALIZATION NOTE (PermissionToSetACookie) : Be careful about %1$s. Do Not localize it.
PermissionToSetACookie = The site %1$s wants to set a cookie. Do you want to allow it?
# LOCALIZATION NOTE (PermissionToSetSecondCookie): Be careful about %1$s. Do Not localize it.
PermissionToSetSecondCookie = The site %1$s wants to set a second cookie. Do you want to allow it?
# LOCALIZATION NOTE (PermissionToSetAnotherCookie): Be careful about %1$s, %2$d. Do Not localize them.
PermissionToSetAnotherCookie = The site %1$s wants permission to set another cookie. You already have %2$d cookies from this site. Do you want to allow it?
# LOCALIZATION NOTE (PermissionToModifyCookie): Be careful about %1$s. Do Not localize it.
PermissionToModifyCookie = The site %1$s wants to modify an existing cookie. Do you want to allow it?
# LOCALIZATION NOTE (PermissionToModifyCookie): Be careful about %1$s. Do Not localize it.
PermissionToAcceptImage = The site %1$s wants to load an image. Do you want to allow it?
RememberThisDecision = Remember this decision
This file is very obsolete and not part of build. Correct version in extensions/wallet/src.

View File

@ -1,33 +1 @@
#!nmake
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
DEPTH=..\..\..\..\..\..
include <$(DEPTH)\config\rules.mak>
LOCALEDIR=$(DIST)\bin\chrome\locales\en-US\communicator\locale\wallet
libs::
$(MAKE_INSTALL) cookie.properties $(LOCALEDIR)
$(MAKE_INSTALL) wallet.properties $(LOCALEDIR)
clobber::
rm -f $(DIST)\bin\chrome\locales\en-US\communicator\locale\wallet\*.*
This file is very obsolete and not part of build. Correct version in extensions/wallet/src.

View File

@ -1,47 +1 @@
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
#
IncorrectKey_TryAgain? = Master password incorrect. 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?
#translator's note: # in following line will be converted to linefeed by program
firstPassword = A master password will be used to protect sensitive single-signon information stored on your hard drive. Future releases will strongly encrypt this data for maximum protection.##Select a master password.#(Leave fields blank if you don't want to use a master password).#
password = Enter your master password.
#translator's note: # in following line will be converted to linefeed by program
newPassword = Select a new master password.#(Leave fields blank if you don't want to use a master password).#
enterPassword = Enter a master password
confirmPassword = Retype the master password
confirmFailed_TryAgain? = The two master passwords were not identical. Please enter the same master password in both fields.
SelectUser = Select a username to be entered on this form.
SelectUserWhosePasswordIsBeingChanged = Select the user whose password is being changed.
PasswordNotification = For your convenience, the browser can remember your user names and passwords so you won't have to re-type them in the future. Your passwords will be obscured before being saved on your hard drive. Do you want this feature enabled?
WalletNotification = You can save information that you enter on forms and later automatically prefill that information on other forms. To save such information, select tasks/wallet/capture from the menu while viewing the form.
noPrefills = There are no fields that can be prefilled.
Yes = Yes
No = No
Never = Never for this site
Confirm = Confirm
PromptForPassword = Password
PromptForData = User Name
SaveTheseValues = Save these values
SaveThisValue = Save this value
UserName = User Name
Password = Password
SelectUserTitleLine = Select User
NoPasswordsEverSaved = No passwords have ever been saved.
This file is very obsolete and not part of build. Correct version in extensions/wallet/src.