Matthew Flaherty | 760e5f3 | 2008-02-28 18:04:34 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 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 |
| 13 | instantiationFailed = Unexpected exception when instantiating class \"{0}\" specified by \"{1}\". |
| 14 | instantiationFailed1 = Unexpected exception when instantiating class \"{0}\". |
| 15 | nullArguments = Arguments cannot be null. |
| 16 | noCallbackhandlerService =An ICallbackHandlerService is not installed. |
| 17 | badServicelistenerSyntaxString = Syntax of ServiceListener String is invalid. |
| 18 | serviceAlreadyInstalled = Service is already installed. |
| 19 | loginadminServiceNotIntstalled = An ILoginAdminService is not installed. |
| 20 | elementUnexpected = Specified IConfigurationElement is not of type \"{0}\". |
| 21 | loginFailure = Failed to log in. |
| 22 | startFirst = Secure platform is not running. Make sure that secure platform is started. |
| 23 | stopFirst = Secure platform is already running. Make sure that secure platform is stopped first. |
| 24 | |
| 25 | ## Configuration provider |
| 26 | invalidConfigURL = Invalid URL \"{0}\" specified by \"{1}\" for Configuration provider. |
| 27 | unexpectedConfigElement = Unexpected element \"{0}\" specified by \"{1}\" for Configuration provider. |
| 28 | badProviderUrl = MalformedURLException thrown when parsing provider URL. |
| 29 | providerUrlUnspecified = No provider URLs specified for current provider. |
| 30 | |
| 31 | ## Configuration aggregator |
| 32 | nonExistantJaasConfig = Could not locate JAAS Configuration with name \"{0}\", verify that the configuration exists and is non-empty. |
| 33 | duplicateJaasConfig1 = A JAAS Configuration named \"{0}\" is already provided by Provider \"{1}\". |
| 34 | duplicateJaasConfig2 = Duplicate Configuration named \"{0}\" found in Provider \"{1}\". |
| 35 | |
| 36 | ## Configuration loaders |
| 37 | invalidControlFlag = LoginModuleControlFlag \"{0}\" is not valid. |
| 38 | configurationEntryInvalid = Configuration Entry \"{0}\" is not valid, check \"{1}\" and \"{2}\" values. |
| 39 | configurationEntryTypeUnknown = Type \"{0}\" is not supported by this configuration entry. |
| 40 | documentSystemIdInvalid = JAAS Configuration document system ID is invalid. |
| 41 | configurationEntryDuplicate = Duplicate Configuration Entry at index \"{0}\", ignoring. |
| 42 | invalidDocument = JAAS Configuration document not found or invalid format at \"{0}\". |
| 43 | documentExceptionIO = IOException reading Configuration document. |
Thomas Watson | 482f544 | 2008-03-31 19:07:30 +0000 | [diff] [blame] | 44 | documentExceptionParsing = Exception parsing JAAS Configuration. |
Matthew Flaherty | 760e5f3 | 2008-02-28 18:04:34 +0000 | [diff] [blame] | 45 | configurationDuplicate = Duplicate Configuration named \"{0}\" found in document \"{1}\". |
| 46 | |
| 47 | ## LoginModule loader |
| 48 | invalidLoginmoduleCount = Invalid number of LoginModule elements, expected one but found \"{0}\". |
| 49 | |
| 50 | ## LoginModule proxy |
| 51 | loginmoduleFactoryNotSet = LoginModule Factory is not set, LoginModule extensions cannot be located. |
| 52 | loginmoduleFactoryAlreadySet = LoginModule Factory has already been set. |
| 53 | unsetLoginmoduleFactoryError = Wrong LoginModule Factory used to unregister the factory. |
| 54 | |
| 55 | ## Secure storage |
| 56 | loginFileURL = Expecting a file URL to specify storage location ({0}). |
| 57 | loginNoPassword = No password provided. |
| 58 | loginNoDefaultLocation = Unable to determine secure storage location. |
| 59 | handleIncorrectFormat== Names must not contain the \"%\" character. |
| 60 | noDigestAlgorithm = SHA-1 Digest not available. Check the Java configuration file java.security. |
| 61 | noSecureStorageModule = Unable to locate secure storage module ({0}). |
| 62 | noSecureStorageModules = No secure storage modules found. |
| 63 | entryTypeIsNull = Entry type can not be null. |
| 64 | entryTypeInvalid = Entry type \"{0}\" contains invalid characters. Use ASCII characters 32 to 126 excluding forward slash. |
| 65 | qualifierInvalid = Qualifier can not be null. |
| 66 | qualifierIsNull = Qualifier \"{0}\" contains invalid characters. Use ASCII characters 32 to 126 excluding forward slash. |
| 67 | removedNode = Preference node \"{0}\" has been removed. |
| 68 | invalidNodePath = Node path \"{0}\" is not valid. |
| 69 | errorOnSave = Unable to save secure preferences. |
| 70 | keyringNotAvailable = Unable to open default secure storage. |
| 71 | noDefaultPassword = Unable to decrypt entry encoded with default password as no default password is currently specified. |
| 72 | invalidEntryFormat = Invalid data format. |
| 73 | noAlgorithms = No encryption algorithms installed. Unable to access secure storage. |
| 74 | noAlgorithm = Unable to find provider of the encryption algorithm \"{0}\". Unable to access secure storage. |
| 75 | usingAlgorithm = Unable to find default encryption algorithm \"{0}\", using \"{1}\" instead. |
Oleg Besedin | 843ead0 | 2008-03-10 15:33:41 +0000 | [diff] [blame] | 76 | decryptingError = Unable to decrypt value associated with the key \"{0}\" on the node \"{1}\". |
| 77 | encryptingError = Unable to encrypt value associated with the key \"{0}\" on the node \"{1}\". |
Oleg Besedin | 243e2bc | 2008-03-17 21:41:54 +0000 | [diff] [blame] | 78 | noDigest = Digest algorithm \"{0}\" is not available. |
| 79 | failedCreateRecovery = Unable to create value for the password recovery. |
Oleg Besedin | 0bd8bed | 2008-04-08 19:11:39 +0000 | [diff] [blame^] | 80 | initCancelled = Secure Storage initialization was canceled; please try again. |