blob: 17bcbf0798bb74b747b7d98438639c5fbf0aa5c4 [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
13enterPasswordLabel = Enter password:
14enterKeystorePassword = Enter the password to unlock your platform KeyStore.
15callbackhandlerUnavailable = CallbackHandler is required but not available.
16passwordRequired = Password is required.
17noDigestAlgorithm = SHA-1 Digest not available. Check the Java configuration file java.security.
18passwordLabel = Password:
Oleg Besedin0bd8bed2008-04-08 19:11:39 +000019initializing = Secure storage initializing ...
Matthew Flaherty760e5f32008-02-28 18:04:34 +000020
21## Login dialog
22messageLogin = Please enter the secure storage password
Oleg Besedinfd6da0c2008-03-14 14:45:33 +000023messageLoginChange = Password change: please enter the NEW secure storage password
Matthew Flaherty760e5f32008-02-28 18:04:34 +000024messageEmptyPassword = Password can not be empty
25messageNoMatch = Password and confirmation characters did not match
26labelPassword = &Password:
27labelConfirm = &Confirm password:
28buttonLogin = Login
29buttonExit = Exit
30dialogTitle = Secure storage login
Oleg Besedinfd6da0c2008-03-14 14:45:33 +000031passwordChangeTitle = Enter new password for the secure storage
Matthew Flaherty760e5f32008-02-28 18:04:34 +000032showPassword = &Show password
33noDigestPassword = The message digest algorithm \"{0}\" is not available.
34
35## exception handling
36exceptionOccured = {0} See log for details.
37exceptionTitle = Secure storage
38exceptionDecode = Incorrect password or data is corrupted. Would you like to re-log?
Oleg Besedin148fbc52008-02-29 16:30:11 +000039
40## Properties pages
41selectCipher = &Select encryption algorithm to use in new storages:
Oleg Besedin05e96cb2008-04-10 20:01:12 +000042changePasswordButton = &Change
43recoverPasswordButton = &Recover
Oleg Besedin148fbc52008-02-29 16:30:11 +000044deleteButton = D&elete
45logoutButton = &Logout
Oleg Besedin05e96cb2008-04-10 20:01:12 +000046providersTable = Providers:
Oleg Besedinf5912782008-04-11 15:43:11 +000047enabledColumn = Enabled
Oleg Besedin148fbc52008-02-29 16:30:11 +000048priorityColumn = Priority
49idColumn = ID
50descriptionColumn = Description
51defaultGroup = Default secure preferences
Oleg Besedin148fbc52008-02-29 16:30:11 +000052confirmDeleteMsg = This action will delete default secure storage. All data in it will be lost. Are you sure you want to delete it?
53postDeleteTitle = Storage deleted
Oleg Besedin47e6cef2008-03-04 18:25:59 +000054postDeleteMsg = Storage deleted. It is highly recommended to restart this session.
Oleg Besedin05e96cb2008-04-10 20:01:12 +000055tabPassword = Password
56tabAdvanced = Advanced
Oleg Besedin148fbc52008-02-29 16:30:11 +000057
Oleg Besedin47e6cef2008-03-04 18:25:59 +000058## Secure storage view
Oleg Besedinca6a2752008-03-20 21:55:21 +000059generalTitle = Secure Storage
Oleg Besedin47e6cef2008-03-04 18:25:59 +000060rootNodeName = Root
61keysTable = Values associated with the selected node:
Oleg Besedinca6a2752008-03-20 21:55:21 +000062keysColumn = ID
63valuesColumn = Value
Oleg Besedin47e6cef2008-03-04 18:25:59 +000064nodesContextMenu = Secure preferences nodes
Oleg Besedinca6a2752008-03-20 21:55:21 +000065addNodeCommand = &New
66addNodeCommandTip = Creates a new secure preferences node
67removeNodeCommand = &Delete
68removeNodeCommandTip = Deletes the secure preferences node
Oleg Besedin47e6cef2008-03-04 18:25:59 +000069refreshNodesCommand = Re&fresh
70refreshNodesCommandTip = Refresh view
Oleg Besedinca6a2752008-03-20 21:55:21 +000071addValueCommand = &New Value
72addValueCommandTmp = Creates a new value to be stored under the selected node
73removeValueCommand = &Delete Value
74removeValueCommandTmp = Deletes selected value
75showValueCommand = &Show Value
Oleg Besedin47e6cef2008-03-04 18:25:59 +000076showValueCommandTmp = Show encrypted value (the stored value remains encrypted)
Oleg Besedinca6a2752008-03-20 21:55:21 +000077encryptValueCommand = &Encrypt Value
Oleg Besedin47e6cef2008-03-04 18:25:59 +000078encryptValueCommandTmp = Encrypt selected value
Oleg Besedinca6a2752008-03-20 21:55:21 +000079decryptValueCommand = De&crypt Value
Oleg Besedin47e6cef2008-03-04 18:25:59 +000080decryptValueCommandTmp = Decrypt selected value
81failedDecrypt = Unable to decrypt the specified value. See log for details.
82failedEncrypt = Unable to encrypt the specified value. See log for details.
83saveCommand = &Save
84saveCommandTip = Save default preferences
85exportCommand = &Export
86exportCommandTip = Export secure storage in a clear text form
87
88## new node dialog
Oleg Besedinca6a2752008-03-20 21:55:21 +000089newNodeTitle = Secure Preferences
Oleg Besedin47e6cef2008-03-04 18:25:59 +000090newNodeLabel = &Node name:
91newNodeMsg = Enter the name of the new node
92newNodeOK = OK
93newNodeCancel = Cancel
94newNodeInvalid = Node name can not be empty or contain forward slashes
95
96## add value dialog
Oleg Besedinca6a2752008-03-20 21:55:21 +000097addValueTitle = Add Value
98addValueKeyLabel = &ID:
Oleg Besedin47e6cef2008-03-04 18:25:59 +000099addValueValueLabel = &Value:
100addValueEncryptLabel = &Encrypt
101addValueOK = OK
102addValueCancel = Cancel
103addValueMsg = Enter key and its associated value
104addValueInvalid = Key already exists or key is null or key value contains forward slash
105
106## remove value dialog
Oleg Besedinca6a2752008-03-20 21:55:21 +0000107removeValueTitle = Delete Value
108removeValueMsg = Are you sure you want to delete value associated with the \"{0}\" key?
Oleg Besedin47e6cef2008-03-04 18:25:59 +0000109
110## show value dialog
Oleg Besedinca6a2752008-03-20 21:55:21 +0000111showValueTitle = Encrypted Value
Oleg Besedin47e6cef2008-03-04 18:25:59 +0000112showValueMsg = Key \"{0}\": value \"{1}\".
113
114## export dialog
Oleg Besedinca6a2752008-03-20 21:55:21 +0000115exportDialogTitle = Decrypt and Export
116exportDialogMsg = Warning: This action exports a clear-text DECRYPTED file
Oleg Besedin47e6cef2008-03-04 18:25:59 +0000117exportDialogInvalidMsg = Invalid file name - file name is empty or file can not be written
118exportDialogFileLabel = &File name:
119exportDialogBrowse = &Browse
120exportDialogOK = OK
121exportDialogCancel = Cancel
122fileSelectTitle = Select file to export to
Oleg Besedin148fbc52008-02-29 16:30:11 +0000123
Oleg Besedin843ead02008-03-10 15:33:41 +0000124## re-code wizard
125changePasswordWizardTitle = Change password
126wizardDecodeTitle = OLD password
127wizardDecode = OLD password: the values will be decrypted first.
128wizardDecodeLabel = At this point if you are prompted for a password, enter the OLD password.
129wizardEncodeTitle = NEW password
130wizardEncode = NEW password: the values will be encrypted.
131wizardEncodeLabel = At this point if you are prompted for a password, enter the NEW password.
132wizardDecodeWarning = A error occurred while decrypting stored values (see log for details), those values might become inaccessible.\nDo you want to cancel password change?
Oleg Besedinfd6da0c2008-03-14 14:45:33 +0000133wizardSwitchError = A error occurred while creating new password. See error log for details.
Oleg Besedin843ead02008-03-10 15:33:41 +0000134wizardDoneTitle = Complete
135wizardDone = Password change complete.
136
Oleg Besedin243e2bc2008-03-17 21:41:54 +0000137## challenge-response dialog
Oleg Besedinca6a2752008-03-20 21:55:21 +0000138pswdRecoveryOptionTitle = Secure Storage
Oleg Besedin243e2bc2008-03-17 21:41:54 +0000139pswdRecoveryOptionMsg = New password has been created. Would you like to enable password recovery?
Oleg Besedinca6a2752008-03-20 21:55:21 +0000140passwordRecoveryTitle = Password Recovery
Oleg Besedin243e2bc2008-03-17 21:41:54 +0000141passwordMsg = If the new password is lost, you can recover it by entering the same answers you provide in the dialog below.
142passwordRecoveryLabel = \nTo be able to recover the password in future, enter questions and answers below.\n\nAnswers are case-sensitive.\n
143passwordErrMsg = Questions and answers can not be empty.
144passwordGroup = Part {0}
145passwordQuestion = &Question:
146passwordAnswer = &Answer:
147passwordButtonOK = OK
148passwordButtonCancel = Cancel
149
150## password recovery dialog
Oleg Besedinca6a2752008-03-20 21:55:21 +0000151pswdRecoveryTitle = Password Recovery
Oleg Besedin243e2bc2008-03-17 21:41:54 +0000152pswRecoveryMsg = Please enter answers you specified for the password recovery
153pswRecoveryWarning = Answers can not be empty
154pswRecoveryQuestion = Question: \"{0}\"
155pswRecoveryAnswer = Answer:
156pswRecoveryButtonOK = OK
157pswRecoveryButtonCancel = Cancel
158pswRecoveredMsg = Entries corresponding to the password have been successfully unlocked.
159pswNotRecoveredMsg = Unable to recover password. Would you like to try again?