blob: 6376aa51fc5aaa7c3311f4c4c0281cbbcaf6bc26 [file] [log] [blame]
###############################################################################
# Copyright (c) 2005, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
## General use
enterPasswordLabel = Enter password:
enterKeystorePassword = Enter the password to unlock your platform KeyStore.
callbackhandlerUnavailable = CallbackHandler is required but not available.
passwordRequired = Password is required.
noDigestAlgorithm = SHA-1 Digest not available. Check the Java configuration file java.security.
passwordLabel = Password:
## Login dialog
messageLogin = Please enter the secure storage password
messageLoginChange = Password change: please enter the NEW secure storage password
messageEmptyPassword = Password can not be empty
messageNoMatch = Password and confirmation characters did not match
labelPassword = &Password:
labelConfirm = &Confirm password:
buttonLogin = Login
buttonExit = Exit
dialogTitle = Secure storage login
passwordChangeTitle = Enter new password for the secure storage
showPassword = &Show password
noDigestPassword = The message digest algorithm \"{0}\" is not available.
## exception handling
exceptionOccured = {0} See log for details.
exceptionTitle = Secure storage
exceptionDecode = Incorrect password or data is corrupted. Would you like to re-log?
## Properties pages
selectCipher = &Select encryption algorithm to use in new storages:
changePasswordButton = &Change password / Re-encrypt
deleteButton = D&elete
logoutButton = &Logout
providersTable = Available password providers:
priorityColumn = Priority
idColumn = ID
descriptionColumn = Description
defaultGroup = Default secure preferences
providersGroup = Password providers
advancedGroup = Advanced
confirmDeleteMsg = This action will delete default secure storage. All data in it will be lost. Are you sure you want to delete it?
postDeleteTitle = Storage deleted
postDeleteMsg = Storage deleted. It is highly recommended to restart this session.
## Secure storage view
rootNodeName = Root
keysTable = Values associated with the selected node:
keysColumn = Key
valuesColumn = Values
nodesContextMenu = Secure preferences nodes
addNodeCommand = &Add
addNodeCommandTip = Add a new secure preferences node
removeNodeCommand = &Remove
removeNodeCommandTip = Remove the secure preferences node
refreshNodesCommand = Re&fresh
refreshNodesCommandTip = Refresh view
addValueCommand = &Add value
addValueCommandTmp = Add new value to be stored under the selected node
removeValueCommand = &Remove value
removeValueCommandTmp = Remove selected value
showValueCommand = &Show value
showValueCommandTmp = Show encrypted value (the stored value remains encrypted)
encryptValueCommand = &Encrypt value
encryptValueCommandTmp = Encrypt selected value
decryptValueCommand = De&crypt value
decryptValueCommandTmp = Decrypt selected value
failedDecrypt = Unable to decrypt the specified value. See log for details.
failedEncrypt = Unable to encrypt the specified value. See log for details.
saveCommand = &Save
saveCommandTip = Save default preferences
exportCommand = &Export
exportCommandTip = Export secure storage in a clear text form
## new node dialog
newNodeTitle = Secure preferences
newNodeLabel = &Node name:
newNodeMsg = Enter the name of the new node
newNodeOK = OK
newNodeCancel = Cancel
newNodeInvalid = Node name can not be empty or contain forward slashes
## add value dialog
addValueTitle = Add value
addValueKeyLabel = &Key:
addValueValueLabel = &Value:
addValueEncryptLabel = &Encrypt
addValueOK = OK
addValueCancel = Cancel
addValueMsg = Enter key and its associated value
addValueInvalid = Key already exists or key is null or key value contains forward slash
## remove value dialog
removeValueTitle = Remove value
removeValueMsg = Are you sure you want to remove value associated with the \"{0}\" key?
## show value dialog
showValueTitle = Encrypted value
showValueMsg = Key \"{0}\": value \"{1}\".
## export dialog
exportDialogTitle = Decrypt and export
exportDialogMsg = Warning: This action exports produces a clear-text DECRYPTED file
exportDialogInvalidMsg = Invalid file name - file name is empty or file can not be written
exportDialogFileLabel = &File name:
exportDialogBrowse = &Browse
exportDialogOK = OK
exportDialogCancel = Cancel
fileSelectTitle = Select file to export to
## re-code wizard
changePasswordWizardTitle = Change password
wizardDecodeTitle = OLD password
wizardDecode = OLD password: the values will be decrypted first.
wizardDecodeLabel = At this point if you are prompted for a password, enter the OLD password.
wizardEncodeTitle = NEW password
wizardEncode = NEW password: the values will be encrypted.
wizardEncodeLabel = At this point if you are prompted for a password, enter the NEW password.
wizardDecodeWarning = A error occurred while decrypting stored values (see log for details), those values might become inaccessible.\nDo you want to cancel password change?
wizardSwitchError = A error occurred while creating new password. See error log for details.
wizardDoneTitle = Complete
wizardDone = Password change complete.