sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of the License "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
*
|
sl@0
|
16 |
*/
|
sl@0
|
17 |
|
sl@0
|
18 |
rls_string STRING_r_certtool_shortName "Symbian OS CertTool"
|
sl@0
|
19 |
rls_string STRING_r_certtool_name "Symbian OS CertStore Manipulation Tool"
|
sl@0
|
20 |
rls_string STRING_r_certtool_copyright "Copyright (c) 2004 - 2007 Symbian Software Ltd. All rights reserved."
|
sl@0
|
21 |
rls_string STRING_r_certtool_done "Press any key to continue..."
|
sl@0
|
22 |
|
sl@0
|
23 |
// Usage
|
sl@0
|
24 |
rls_string STRING_r_certtool_usage "Usage: certtool \t [{-list -l} {-liststores -ls} {-import -i} {-remove -r} "
|
sl@0
|
25 |
rls_string STRING_r_certtool_usage2 "\t\t\t {-addapps -a } {-setapps} {-removeapps} {-page -p } {-help -h}] {CertificateLabel}"
|
sl@0
|
26 |
rls_string STRING_r_certtool_usage3 "Type certtool -h {CommandName} for details on a particular command."
|
sl@0
|
27 |
|
sl@0
|
28 |
rls_string STRING_r_certtool_usage4 "Type certtool -h noninteractive for details on how to run the commands in noninteractive mode."
|
sl@0
|
29 |
|
sl@0
|
30 |
rls_string STRING_r_certtool_usage_noninteractive "To run the tool in Non-interactive mode give command as certtool inputfile outputfile"
|
sl@0
|
31 |
rls_string STRING_r_certtool_usage_noninteractive1 "where the inputfile and outputfile should contain filename with path."
|
sl@0
|
32 |
|
sl@0
|
33 |
rls_string STRING_r_certtool_usage_liststores "-liststores | -ls List the certstore implementations available on the device."
|
sl@0
|
34 |
|
sl@0
|
35 |
|
sl@0
|
36 |
rls_string STRING_r_certtool_usage_list "-list | -l [-store idx] [-owner ownertype] [-details -d] {CertificateLabel} Lists the content of the certstore."
|
sl@0
|
37 |
rls_string STRING_r_certtool_usage_list2 "If a label is specified, details about the corresponding certificate are shown. e.g -list abc where abc is certificate label."
|
sl@0
|
38 |
rls_string STRING_r_certtool_usage_list3 "If a certstore implementation is specified using -store, then only its contents are shown (e.g -store 12 -list). If not it lists everything. (See -liststores)"
|
sl@0
|
39 |
rls_string STRING_r_certtool_usage_list4 "If a owner type is specified using -owner, then it lists the certstore based on owner (e.g -owner ca -list)."
|
sl@0
|
40 |
rls_string STRING_r_certtool_usage_list5 "If a details tag is specified using -details, then it displays all the details about the certificate"
|
sl@0
|
41 |
|
sl@0
|
42 |
|
sl@0
|
43 |
rls_string STRING_r_certtool_usage_import "[-store idx] [-label labelname] [-private key] [-deletable | -del {yes|no}] -import | -i {CertFile} Imports a certificate from the specified file."
|
sl@0
|
44 |
rls_string STRING_r_certtool_usage_import2 "The certificate is added to the first store implementation found."
|
sl@0
|
45 |
rls_string STRING_r_certtool_usage_import3 "If a certstore implementation is specified using -store, then it is added to the one specified with -store."
|
sl@0
|
46 |
rls_string STRING_r_certtool_usage_import4 "If a certificate label is specified using -label, then it is added with specified label otherwise the certificate file name is taken as label."
|
sl@0
|
47 |
rls_string STRING_r_certtool_usage_import5 "If a private key (DER encoded pkcs file)is specified using -private, then the certificate is imported as a CA root certificate if and only if the corresponding private key cannot be found in the keystore otherwise imported as a user certificate."
|
sl@0
|
48 |
rls_string STRING_r_certtool_usage_import6 "-deletable {Y|N} Used to set if a certificate is deletable or not. A certificate is deletable by default."
|
sl@0
|
49 |
|
sl@0
|
50 |
rls_string STRING_r_certtool_usage_remove "-remove CertLabel [-rka] Removes the specified certificate from the certstore."
|
sl@0
|
51 |
rls_string STRING_r_certtool_usage_remove2 "if -rka option specified, then the key with the CertLabel also be removed if and only if the key is imported using -private option from the certtool."
|
sl@0
|
52 |
|
sl@0
|
53 |
rls_string STRING_r_certtool_usage_noapps "No valid applications specified, try one of: [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS]"
|
sl@0
|
54 |
rls_string STRING_r_certtool_usage_nocert "Certificate not specified."
|
sl@0
|
55 |
|
sl@0
|
56 |
rls_string STRING_r_certtool_usage_addapps "-addapps -apps [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS] CertLabel"
|
sl@0
|
57 |
rls_string STRING_r_certtool_usage_addapps2 "Adds the given apps to the certificate."
|
sl@0
|
58 |
|
sl@0
|
59 |
rls_string STRING_r_certtool_usage_removeapps "-removeapps -apps [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS] CertLabel"
|
sl@0
|
60 |
rls_string STRING_r_certtool_usage_removeapps2 "Removes the given apps from the specified certificate."
|
sl@0
|
61 |
|
sl@0
|
62 |
rls_string STRING_r_certtool_usage_setapps "-setapps -apps [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS] CertLabel"
|
sl@0
|
63 |
rls_string STRING_r_certtool_usage_setapps2 "Sets apps for the specified certificate to those given."
|
sl@0
|
64 |
|
sl@0
|
65 |
rls_string STRING_r_certtool_usage_help "-help | -h {command} Displays tool usage"
|
sl@0
|
66 |
rls_string STRING_r_certtool_usage_page "if any command specified with -page option, then it displays Screen Full of Records and wait for key input."
|
sl@0
|
67 |
rls_string STRING_r_certtool_usage_page2 "-page option is ignored in Non-Interactive Mode"
|
sl@0
|
68 |
|
sl@0
|
69 |
|
sl@0
|
70 |
// Errors
|
sl@0
|
71 |
rls_string STRING_r_certtool_err_command "Invalid Command."
|
sl@0
|
72 |
rls_string STRING_r_certtool_err_unknown "An unknown error occured."
|
sl@0
|
73 |
rls_string STRING_r_certtool_err_notfound "Cannot find the specified certificate."
|
sl@0
|
74 |
rls_string STRING_r_certtool_err_empty "Empty certstore."
|
sl@0
|
75 |
|
sl@0
|
76 |
rls_string STRING_r_certtool_err_notexist "The specified certstore implementation does not exist."
|
sl@0
|
77 |
|
sl@0
|
78 |
rls_string STRING_r_certtool_err_certfile "No certificate file specified."
|
sl@0
|
79 |
rls_string STRING_r_certtool_err_import "An error occured during certificate import."
|
sl@0
|
80 |
rls_string STRING_r_certtool_err_corrupt "The specified certificate file appears to be corrupted."
|
sl@0
|
81 |
rls_string STRING_r_certtool_err_corruptlong "The specified certificate file appears to be corrupted or its encryption scheme is not supported."
|
sl@0
|
82 |
rls_string STRING_r_certtool_err_openfail "Cannot open certificate file."
|
sl@0
|
83 |
rls_string STRING_r_certtool_err_emptyfile "The specified certificate file appears to be empty."
|
sl@0
|
84 |
rls_string STRING_r_certtool_err_notsupported "Unsupported certificate type."
|
sl@0
|
85 |
rls_string STRING_r_certtool_err_importsuccess "Certificate imported successfully."
|
sl@0
|
86 |
rls_string STRING_r_certtool_err_passphrase "Wrong passphrase."
|
sl@0
|
87 |
rls_string STRING_r_certtool_err_weak "Your certstore does not support strong cryptography. The key provided is big."
|
sl@0
|
88 |
rls_string STRING_r_certtool_err_usage "The given usage is not supported by the specified key."
|
sl@0
|
89 |
|
sl@0
|
90 |
rls_string STRING_r_certtool_err_list "Error during list!"
|
sl@0
|
91 |
rls_string STRING_r_certtool_err_listfail "Certificate listing failed..."
|
sl@0
|
92 |
|
sl@0
|
93 |
rls_string STRING_r_certtool_err_deletesuccess "Certificate deleted successfully."
|
sl@0
|
94 |
|
sl@0
|
95 |
rls_string STRING_r_certtool_err_remove "Certificate to remove not specified."
|
sl@0
|
96 |
rls_string STRING_r_certtool_err_remove_success "Certificate removed successfully."
|
sl@0
|
97 |
rls_string STRING_r_certtool_err_remove_failure "Certificate removal failed."
|
sl@0
|
98 |
|
sl@0
|
99 |
rls_string STRING_r_certtool_err_setapps_success "Certificate applicability set successfully."
|
sl@0
|
100 |
|
sl@0
|
101 |
rls_string STRING_r_certtool_err_addapps_success "Certificate applicability added successfully."
|
sl@0
|
102 |
rls_string STRING_r_certtool_err_addapps_fail "An Unknown error occured while adding the applicability."
|
sl@0
|
103 |
|
sl@0
|
104 |
rls_string STRING_r_certtool_err_removeapps_success "Certificate applicability removed successfully."
|