blob: a6994f9cc0e4fcbbcac0d2fb338b41178c218e9c [file] [log] [blame]
Matthew Flaherty760e5f32008-02-28 18:04:34 +00001###############################################################################
2# Copyright (c) 2005, 2008 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11
12## General use
13instantiationFailed = Unexpected exception when instantiating class \"{0}\" specified by \"{1}\".
14instantiationFailed1 = Unexpected exception when instantiating class \"{0}\".
15nullArguments = Arguments cannot be null.
16noCallbackhandlerService =An ICallbackHandlerService is not installed.
17badServicelistenerSyntaxString = Syntax of ServiceListener String is invalid.
18serviceAlreadyInstalled = Service is already installed.
19loginadminServiceNotIntstalled = An ILoginAdminService is not installed.
20elementUnexpected = Specified IConfigurationElement is not of type \"{0}\".
21loginFailure = Failed to log in.
22startFirst = Secure platform is not running. Make sure that secure platform is started.
23stopFirst = Secure platform is already running. Make sure that secure platform is stopped first.
24
25## Configuration provider
26invalidConfigURL = Invalid URL \"{0}\" specified by \"{1}\" for Configuration provider.
27unexpectedConfigElement = Unexpected element \"{0}\" specified by \"{1}\" for Configuration provider.
28badProviderUrl = MalformedURLException thrown when parsing provider URL.
29providerUrlUnspecified = No provider URLs specified for current provider.
30
31## Configuration aggregator
32nonExistantJaasConfig = Could not locate JAAS Configuration with name \"{0}\", verify that the configuration exists and is non-empty.
33duplicateJaasConfig1 = A JAAS Configuration named \"{0}\" is already provided by Provider \"{1}\".
34duplicateJaasConfig2 = Duplicate Configuration named \"{0}\" found in Provider \"{1}\".
35
36## Configuration loaders
37invalidControlFlag = LoginModuleControlFlag \"{0}\" is not valid.
38configurationEntryInvalid = Configuration Entry \"{0}\" is not valid, check \"{1}\" and \"{2}\" values.
39configurationEntryTypeUnknown = Type \"{0}\" is not supported by this configuration entry.
40documentSystemIdInvalid = JAAS Configuration document system ID is invalid.
41configurationEntryDuplicate = Duplicate Configuration Entry at index \"{0}\", ignoring.
42invalidDocument = JAAS Configuration document not found or invalid format at \"{0}\".
43documentExceptionIO = IOException reading Configuration document.
Thomas Watson482f5442008-03-31 19:07:30 +000044documentExceptionParsing = Exception parsing JAAS Configuration.
Matthew Flaherty760e5f32008-02-28 18:04:34 +000045configurationDuplicate = Duplicate Configuration named \"{0}\" found in document \"{1}\".
46
47## LoginModule loader
48invalidLoginmoduleCount = Invalid number of LoginModule elements, expected one but found \"{0}\".
49
50## LoginModule proxy
51loginmoduleFactoryNotSet = LoginModule Factory is not set, LoginModule extensions cannot be located.
52loginmoduleFactoryAlreadySet = LoginModule Factory has already been set.
53unsetLoginmoduleFactoryError = Wrong LoginModule Factory used to unregister the factory.
54
55## Secure storage
56loginFileURL = Expecting a file URL to specify storage location ({0}).
57loginNoPassword = No password provided.
58loginNoDefaultLocation = Unable to determine secure storage location.
59handleIncorrectFormat== Names must not contain the \"%\" character.
60noDigestAlgorithm = SHA-1 Digest not available. Check the Java configuration file java.security.
61noSecureStorageModule = Unable to locate secure storage module ({0}).
62noSecureStorageModules = No secure storage modules found.
63entryTypeIsNull = Entry type can not be null.
64entryTypeInvalid = Entry type \"{0}\" contains invalid characters. Use ASCII characters 32 to 126 excluding forward slash.
65qualifierInvalid = Qualifier can not be null.
66qualifierIsNull = Qualifier \"{0}\" contains invalid characters. Use ASCII characters 32 to 126 excluding forward slash.
67removedNode = Preference node \"{0}\" has been removed.
68invalidNodePath = Node path \"{0}\" is not valid.
69errorOnSave = Unable to save secure preferences.
70keyringNotAvailable = Unable to open default secure storage.
71noDefaultPassword = Unable to decrypt entry encoded with default password as no default password is currently specified.
72invalidEntryFormat = Invalid data format.
73noAlgorithms = No encryption algorithms installed. Unable to access secure storage.
74noAlgorithm = Unable to find provider of the encryption algorithm \"{0}\". Unable to access secure storage.
75usingAlgorithm = Unable to find default encryption algorithm \"{0}\", using \"{1}\" instead.
Oleg Besedin843ead02008-03-10 15:33:41 +000076decryptingError = Unable to decrypt value associated with the key \"{0}\" on the node \"{1}\".
77encryptingError = Unable to encrypt value associated with the key \"{0}\" on the node \"{1}\".
Oleg Besedin243e2bc2008-03-17 21:41:54 +000078noDigest = Digest algorithm \"{0}\" is not available.
79failedCreateRecovery = Unable to create value for the password recovery.
Oleg Besedin0bd8bed2008-04-08 19:11:39 +000080initCancelled = Secure Storage initialization was canceled; please try again.