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 | enterPasswordLabel = Enter password: |
| 14 | enterKeystorePassword = Enter the password to unlock your platform KeyStore. |
| 15 | callbackhandlerUnavailable = CallbackHandler is required but not available. |
| 16 | passwordRequired = Password is required. |
| 17 | noDigestAlgorithm = SHA-1 Digest not available. Check the Java configuration file java.security. |
| 18 | passwordLabel = Password: |
Oleg Besedin | 0bd8bed | 2008-04-08 19:11:39 +0000 | [diff] [blame] | 19 | initializing = Secure storage initializing ... |
Matthew Flaherty | 760e5f3 | 2008-02-28 18:04:34 +0000 | [diff] [blame] | 20 | |
| 21 | ## Login dialog |
| 22 | messageLogin = Please enter the secure storage password |
Oleg Besedin | fd6da0c | 2008-03-14 14:45:33 +0000 | [diff] [blame] | 23 | messageLoginChange = Password change: please enter the NEW secure storage password |
Matthew Flaherty | 760e5f3 | 2008-02-28 18:04:34 +0000 | [diff] [blame] | 24 | messageEmptyPassword = Password can not be empty |
| 25 | messageNoMatch = Password and confirmation characters did not match |
| 26 | labelPassword = &Password: |
| 27 | labelConfirm = &Confirm password: |
| 28 | buttonLogin = Login |
| 29 | buttonExit = Exit |
| 30 | dialogTitle = Secure storage login |
Oleg Besedin | fd6da0c | 2008-03-14 14:45:33 +0000 | [diff] [blame] | 31 | passwordChangeTitle = Enter new password for the secure storage |
Matthew Flaherty | 760e5f3 | 2008-02-28 18:04:34 +0000 | [diff] [blame] | 32 | showPassword = &Show password |
| 33 | noDigestPassword = The message digest algorithm \"{0}\" is not available. |
| 34 | |
| 35 | ## exception handling |
| 36 | exceptionOccured = {0} See log for details. |
| 37 | exceptionTitle = Secure storage |
| 38 | exceptionDecode = Incorrect password or data is corrupted. Would you like to re-log? |
Oleg Besedin | 148fbc5 | 2008-02-29 16:30:11 +0000 | [diff] [blame] | 39 | |
| 40 | ## Properties pages |
| 41 | selectCipher = &Select encryption algorithm to use in new storages: |
Oleg Besedin | 05e96cb | 2008-04-10 20:01:12 +0000 | [diff] [blame] | 42 | changePasswordButton = &Change |
| 43 | recoverPasswordButton = &Recover |
Oleg Besedin | 148fbc5 | 2008-02-29 16:30:11 +0000 | [diff] [blame] | 44 | deleteButton = D&elete |
| 45 | logoutButton = &Logout |
Oleg Besedin | 05e96cb | 2008-04-10 20:01:12 +0000 | [diff] [blame] | 46 | providersTable = Providers: |
Oleg Besedin | f591278 | 2008-04-11 15:43:11 +0000 | [diff] [blame^] | 47 | enabledColumn = Enabled |
Oleg Besedin | 148fbc5 | 2008-02-29 16:30:11 +0000 | [diff] [blame] | 48 | priorityColumn = Priority |
| 49 | idColumn = ID |
| 50 | descriptionColumn = Description |
| 51 | defaultGroup = Default secure preferences |
Oleg Besedin | 148fbc5 | 2008-02-29 16:30:11 +0000 | [diff] [blame] | 52 | confirmDeleteMsg = This action will delete default secure storage. All data in it will be lost. Are you sure you want to delete it? |
| 53 | postDeleteTitle = Storage deleted |
Oleg Besedin | 47e6cef | 2008-03-04 18:25:59 +0000 | [diff] [blame] | 54 | postDeleteMsg = Storage deleted. It is highly recommended to restart this session. |
Oleg Besedin | 05e96cb | 2008-04-10 20:01:12 +0000 | [diff] [blame] | 55 | tabPassword = Password |
| 56 | tabAdvanced = Advanced |
Oleg Besedin | 148fbc5 | 2008-02-29 16:30:11 +0000 | [diff] [blame] | 57 | |
Oleg Besedin | 47e6cef | 2008-03-04 18:25:59 +0000 | [diff] [blame] | 58 | ## Secure storage view |
Oleg Besedin | ca6a275 | 2008-03-20 21:55:21 +0000 | [diff] [blame] | 59 | generalTitle = Secure Storage |
Oleg Besedin | 47e6cef | 2008-03-04 18:25:59 +0000 | [diff] [blame] | 60 | rootNodeName = Root |
| 61 | keysTable = Values associated with the selected node: |
Oleg Besedin | ca6a275 | 2008-03-20 21:55:21 +0000 | [diff] [blame] | 62 | keysColumn = ID |
| 63 | valuesColumn = Value |
Oleg Besedin | 47e6cef | 2008-03-04 18:25:59 +0000 | [diff] [blame] | 64 | nodesContextMenu = Secure preferences nodes |
Oleg Besedin | ca6a275 | 2008-03-20 21:55:21 +0000 | [diff] [blame] | 65 | addNodeCommand = &New |
| 66 | addNodeCommandTip = Creates a new secure preferences node |
| 67 | removeNodeCommand = &Delete |
| 68 | removeNodeCommandTip = Deletes the secure preferences node |
Oleg Besedin | 47e6cef | 2008-03-04 18:25:59 +0000 | [diff] [blame] | 69 | refreshNodesCommand = Re&fresh |
| 70 | refreshNodesCommandTip = Refresh view |
Oleg Besedin | ca6a275 | 2008-03-20 21:55:21 +0000 | [diff] [blame] | 71 | addValueCommand = &New Value |
| 72 | addValueCommandTmp = Creates a new value to be stored under the selected node |
| 73 | removeValueCommand = &Delete Value |
| 74 | removeValueCommandTmp = Deletes selected value |
| 75 | showValueCommand = &Show Value |
Oleg Besedin | 47e6cef | 2008-03-04 18:25:59 +0000 | [diff] [blame] | 76 | showValueCommandTmp = Show encrypted value (the stored value remains encrypted) |
Oleg Besedin | ca6a275 | 2008-03-20 21:55:21 +0000 | [diff] [blame] | 77 | encryptValueCommand = &Encrypt Value |
Oleg Besedin | 47e6cef | 2008-03-04 18:25:59 +0000 | [diff] [blame] | 78 | encryptValueCommandTmp = Encrypt selected value |
Oleg Besedin | ca6a275 | 2008-03-20 21:55:21 +0000 | [diff] [blame] | 79 | decryptValueCommand = De&crypt Value |
Oleg Besedin | 47e6cef | 2008-03-04 18:25:59 +0000 | [diff] [blame] | 80 | decryptValueCommandTmp = Decrypt selected value |
| 81 | failedDecrypt = Unable to decrypt the specified value. See log for details. |
| 82 | failedEncrypt = Unable to encrypt the specified value. See log for details. |
| 83 | saveCommand = &Save |
| 84 | saveCommandTip = Save default preferences |
| 85 | exportCommand = &Export |
| 86 | exportCommandTip = Export secure storage in a clear text form |
| 87 | |
| 88 | ## new node dialog |
Oleg Besedin | ca6a275 | 2008-03-20 21:55:21 +0000 | [diff] [blame] | 89 | newNodeTitle = Secure Preferences |
Oleg Besedin | 47e6cef | 2008-03-04 18:25:59 +0000 | [diff] [blame] | 90 | newNodeLabel = &Node name: |
| 91 | newNodeMsg = Enter the name of the new node |
| 92 | newNodeOK = OK |
| 93 | newNodeCancel = Cancel |
| 94 | newNodeInvalid = Node name can not be empty or contain forward slashes |
| 95 | |
| 96 | ## add value dialog |
Oleg Besedin | ca6a275 | 2008-03-20 21:55:21 +0000 | [diff] [blame] | 97 | addValueTitle = Add Value |
| 98 | addValueKeyLabel = &ID: |
Oleg Besedin | 47e6cef | 2008-03-04 18:25:59 +0000 | [diff] [blame] | 99 | addValueValueLabel = &Value: |
| 100 | addValueEncryptLabel = &Encrypt |
| 101 | addValueOK = OK |
| 102 | addValueCancel = Cancel |
| 103 | addValueMsg = Enter key and its associated value |
| 104 | addValueInvalid = Key already exists or key is null or key value contains forward slash |
| 105 | |
| 106 | ## remove value dialog |
Oleg Besedin | ca6a275 | 2008-03-20 21:55:21 +0000 | [diff] [blame] | 107 | removeValueTitle = Delete Value |
| 108 | removeValueMsg = Are you sure you want to delete value associated with the \"{0}\" key? |
Oleg Besedin | 47e6cef | 2008-03-04 18:25:59 +0000 | [diff] [blame] | 109 | |
| 110 | ## show value dialog |
Oleg Besedin | ca6a275 | 2008-03-20 21:55:21 +0000 | [diff] [blame] | 111 | showValueTitle = Encrypted Value |
Oleg Besedin | 47e6cef | 2008-03-04 18:25:59 +0000 | [diff] [blame] | 112 | showValueMsg = Key \"{0}\": value \"{1}\". |
| 113 | |
| 114 | ## export dialog |
Oleg Besedin | ca6a275 | 2008-03-20 21:55:21 +0000 | [diff] [blame] | 115 | exportDialogTitle = Decrypt and Export |
| 116 | exportDialogMsg = Warning: This action exports a clear-text DECRYPTED file |
Oleg Besedin | 47e6cef | 2008-03-04 18:25:59 +0000 | [diff] [blame] | 117 | exportDialogInvalidMsg = Invalid file name - file name is empty or file can not be written |
| 118 | exportDialogFileLabel = &File name: |
| 119 | exportDialogBrowse = &Browse |
| 120 | exportDialogOK = OK |
| 121 | exportDialogCancel = Cancel |
| 122 | fileSelectTitle = Select file to export to |
Oleg Besedin | 148fbc5 | 2008-02-29 16:30:11 +0000 | [diff] [blame] | 123 | |
Oleg Besedin | 843ead0 | 2008-03-10 15:33:41 +0000 | [diff] [blame] | 124 | ## re-code wizard |
| 125 | changePasswordWizardTitle = Change password |
| 126 | wizardDecodeTitle = OLD password |
| 127 | wizardDecode = OLD password: the values will be decrypted first. |
| 128 | wizardDecodeLabel = At this point if you are prompted for a password, enter the OLD password. |
| 129 | wizardEncodeTitle = NEW password |
| 130 | wizardEncode = NEW password: the values will be encrypted. |
| 131 | wizardEncodeLabel = At this point if you are prompted for a password, enter the NEW password. |
| 132 | wizardDecodeWarning = A error occurred while decrypting stored values (see log for details), those values might become inaccessible.\nDo you want to cancel password change? |
Oleg Besedin | fd6da0c | 2008-03-14 14:45:33 +0000 | [diff] [blame] | 133 | wizardSwitchError = A error occurred while creating new password. See error log for details. |
Oleg Besedin | 843ead0 | 2008-03-10 15:33:41 +0000 | [diff] [blame] | 134 | wizardDoneTitle = Complete |
| 135 | wizardDone = Password change complete. |
| 136 | |
Oleg Besedin | 243e2bc | 2008-03-17 21:41:54 +0000 | [diff] [blame] | 137 | ## challenge-response dialog |
Oleg Besedin | ca6a275 | 2008-03-20 21:55:21 +0000 | [diff] [blame] | 138 | pswdRecoveryOptionTitle = Secure Storage |
Oleg Besedin | 243e2bc | 2008-03-17 21:41:54 +0000 | [diff] [blame] | 139 | pswdRecoveryOptionMsg = New password has been created. Would you like to enable password recovery? |
Oleg Besedin | ca6a275 | 2008-03-20 21:55:21 +0000 | [diff] [blame] | 140 | passwordRecoveryTitle = Password Recovery |
Oleg Besedin | 243e2bc | 2008-03-17 21:41:54 +0000 | [diff] [blame] | 141 | passwordMsg = If the new password is lost, you can recover it by entering the same answers you provide in the dialog below. |
| 142 | passwordRecoveryLabel = \nTo be able to recover the password in future, enter questions and answers below.\n\nAnswers are case-sensitive.\n |
| 143 | passwordErrMsg = Questions and answers can not be empty. |
| 144 | passwordGroup = Part {0} |
| 145 | passwordQuestion = &Question: |
| 146 | passwordAnswer = &Answer: |
| 147 | passwordButtonOK = OK |
| 148 | passwordButtonCancel = Cancel |
| 149 | |
| 150 | ## password recovery dialog |
Oleg Besedin | ca6a275 | 2008-03-20 21:55:21 +0000 | [diff] [blame] | 151 | pswdRecoveryTitle = Password Recovery |
Oleg Besedin | 243e2bc | 2008-03-17 21:41:54 +0000 | [diff] [blame] | 152 | pswRecoveryMsg = Please enter answers you specified for the password recovery |
| 153 | pswRecoveryWarning = Answers can not be empty |
| 154 | pswRecoveryQuestion = Question: \"{0}\" |
| 155 | pswRecoveryAnswer = Answer: |
| 156 | pswRecoveryButtonOK = OK |
| 157 | pswRecoveryButtonCancel = Cancel |
| 158 | pswRecoveredMsg = Entries corresponding to the password have been successfully unlocked. |
| 159 | pswNotRecoveredMsg = Unable to recover password. Would you like to try again? |