os/security/cryptoservices/filebasedcertificateandkeystores/test/certtool/certtool.rls
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/security/cryptoservices/filebasedcertificateandkeystores/test/certtool/certtool.rls	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,104 @@
     1.4 +/*
     1.5 +* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of the License "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +rls_string STRING_r_certtool_shortName "Symbian OS CertTool"
    1.22 +rls_string STRING_r_certtool_name "Symbian OS CertStore Manipulation Tool"
    1.23 +rls_string STRING_r_certtool_copyright "Copyright (c) 2004 - 2007 Symbian Software Ltd.  All rights reserved."
    1.24 +rls_string STRING_r_certtool_done "Press any key to continue..."
    1.25 +
    1.26 +// Usage
    1.27 +rls_string STRING_r_certtool_usage "Usage: certtool \t [{-list -l} {-liststores -ls} {-import -i} {-remove -r} "
    1.28 +rls_string STRING_r_certtool_usage2 "\t\t\t {-addapps -a } {-setapps} {-removeapps} {-page -p } {-help -h}] {CertificateLabel}"
    1.29 +rls_string STRING_r_certtool_usage3 "Type certtool -h {CommandName} for details on a particular command."
    1.30 +
    1.31 +rls_string STRING_r_certtool_usage4 "Type certtool -h noninteractive for details on how to run the commands in noninteractive mode."
    1.32 +
    1.33 +rls_string STRING_r_certtool_usage_noninteractive "To run the tool in Non-interactive mode give command as certtool inputfile outputfile"
    1.34 +rls_string STRING_r_certtool_usage_noninteractive1 "where the inputfile and outputfile should contain filename with path."
    1.35 +
    1.36 +rls_string STRING_r_certtool_usage_liststores "-liststores | -ls List the certstore implementations available on the device."
    1.37 +
    1.38 +
    1.39 +rls_string STRING_r_certtool_usage_list "-list | -l [-store idx] [-owner ownertype] [-details -d] {CertificateLabel}  Lists the content of the certstore."
    1.40 +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."
    1.41 +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)"
    1.42 +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)."
    1.43 +rls_string STRING_r_certtool_usage_list5 "If a details tag is specified using -details, then it displays all the details about the certificate"
    1.44 +
    1.45 +
    1.46 +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."
    1.47 +rls_string STRING_r_certtool_usage_import2 "The certificate is added to the first store implementation found."
    1.48 +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."
    1.49 +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."
    1.50 +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."
    1.51 +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."
    1.52 +
    1.53 +rls_string STRING_r_certtool_usage_remove "-remove CertLabel [-rka] Removes the specified certificate from the certstore."
    1.54 +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."
    1.55 +
    1.56 +rls_string STRING_r_certtool_usage_noapps "No valid applications specified, try one of: [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS]"
    1.57 +rls_string STRING_r_certtool_usage_nocert "Certificate not specified."
    1.58 +
    1.59 +rls_string STRING_r_certtool_usage_addapps "-addapps -apps [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS] CertLabel"
    1.60 +rls_string STRING_r_certtool_usage_addapps2 "Adds the given apps to the certificate."
    1.61 +
    1.62 +rls_string STRING_r_certtool_usage_removeapps "-removeapps -apps [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS] CertLabel"
    1.63 +rls_string STRING_r_certtool_usage_removeapps2 "Removes the given apps from the specified certificate."
    1.64 +
    1.65 +rls_string STRING_r_certtool_usage_setapps "-setapps -apps [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS] CertLabel"
    1.66 +rls_string STRING_r_certtool_usage_setapps2 "Sets apps for the specified certificate to those given."
    1.67 +
    1.68 +rls_string STRING_r_certtool_usage_help "-help | -h  {command}  Displays tool usage"
    1.69 +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."
    1.70 +rls_string STRING_r_certtool_usage_page2 "-page option is ignored in Non-Interactive Mode"
    1.71 +
    1.72 +
    1.73 +// Errors
    1.74 +rls_string STRING_r_certtool_err_command "Invalid Command."
    1.75 +rls_string STRING_r_certtool_err_unknown "An unknown error occured."
    1.76 +rls_string STRING_r_certtool_err_notfound "Cannot find the specified certificate."
    1.77 +rls_string STRING_r_certtool_err_empty "Empty certstore."
    1.78 +
    1.79 +rls_string STRING_r_certtool_err_notexist "The specified certstore implementation does not exist."
    1.80 +
    1.81 +rls_string STRING_r_certtool_err_certfile "No certificate file specified."
    1.82 +rls_string STRING_r_certtool_err_import "An error occured during certificate import."
    1.83 +rls_string STRING_r_certtool_err_corrupt "The specified certificate file appears to be corrupted."
    1.84 +rls_string STRING_r_certtool_err_corruptlong "The specified certificate file appears to be corrupted or its encryption scheme is not supported."
    1.85 +rls_string STRING_r_certtool_err_openfail "Cannot open certificate file."
    1.86 +rls_string STRING_r_certtool_err_emptyfile "The specified certificate file appears to be empty."
    1.87 +rls_string STRING_r_certtool_err_notsupported "Unsupported certificate type."
    1.88 +rls_string STRING_r_certtool_err_importsuccess "Certificate imported successfully."
    1.89 +rls_string STRING_r_certtool_err_passphrase "Wrong passphrase."
    1.90 +rls_string STRING_r_certtool_err_weak "Your certstore does not support strong cryptography. The key provided is big."
    1.91 +rls_string STRING_r_certtool_err_usage "The given usage is not supported by the specified key."
    1.92 +
    1.93 +rls_string STRING_r_certtool_err_list "Error during list!"
    1.94 +rls_string STRING_r_certtool_err_listfail "Certificate listing failed..."
    1.95 +
    1.96 +rls_string STRING_r_certtool_err_deletesuccess "Certificate deleted successfully."
    1.97 +
    1.98 +rls_string STRING_r_certtool_err_remove "Certificate to remove not specified."
    1.99 +rls_string STRING_r_certtool_err_remove_success "Certificate removed successfully."
   1.100 +rls_string STRING_r_certtool_err_remove_failure "Certificate removal failed."
   1.101 +
   1.102 +rls_string STRING_r_certtool_err_setapps_success "Certificate applicability set successfully."
   1.103 +
   1.104 +rls_string STRING_r_certtool_err_addapps_success "Certificate applicability added successfully."
   1.105 +rls_string STRING_r_certtool_err_addapps_fail "An Unknown error occured while adding the applicability."
   1.106 +
   1.107 +rls_string STRING_r_certtool_err_removeapps_success "Certificate applicability removed successfully."