cryptoservices/filebasedcertificateandkeystores/test/certtool/certtool.rls
changeset 8 35751d3474b7
parent 0 2c201484c85f
child 19 ece3df019add
--- a/cryptoservices/filebasedcertificateandkeystores/test/certtool/certtool.rls	Tue Jul 21 01:04:32 2009 +0100
+++ b/cryptoservices/filebasedcertificateandkeystores/test/certtool/certtool.rls	Thu Sep 10 14:01:51 2009 +0300
@@ -1,102 +1,102 @@
-/*
-* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of the License "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: 
-*
-*/
-
-rls_string STRING_r_certtool_shortName "Symbian OS CertTool"
-rls_string STRING_r_certtool_name "Symbian OS CertStore Manipulation Tool"
-rls_string STRING_r_certtool_copyright "Copyright (c) 2004 - 2007 Symbian Software Ltd.  All rights reserved."
-rls_string STRING_r_certtool_done "Press any key to continue..."
-
-// Usage
-rls_string STRING_r_certtool_usage "Usage: certtool \t [{-list -l} {-liststores -ls} {-import -i} {-remove -r} "
-rls_string STRING_r_certtool_usage2 "\t\t\t {-addapps -a } {-setapps} {-removeapps} {-page -p } {-help -h}] {CertificateLabel}"
-rls_string STRING_r_certtool_usage3 "Type certtool -h {CommandName} for details on a particular command."
-
-rls_string STRING_r_certtool_usage4 "Type certtool -h noninteractive for details on how to run the commands in noninteractive mode."
-
-rls_string STRING_r_certtool_usage_noninteractive "To run the tool in Non-interactive mode give command as certtool inputfile outputfile"
-rls_string STRING_r_certtool_usage_noninteractive1 "where the inputfile and outputfile should contain filename with path."
-
-rls_string STRING_r_certtool_usage_liststores "-liststores | -ls List the certstore implementations available on the device."
-
-
-rls_string STRING_r_certtool_usage_list "-list | -l [-store idx] [-owner ownertype] [-details -d] {CertificateLabel}  Lists the content of the certstore."
-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."
-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)"
-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)."
-rls_string STRING_r_certtool_usage_list5 "If a details tag is specified using -details, then it displays all the details about the certificate"
-
-
-rls_string STRING_r_certtool_usage_import "[-store idx] [-label labelname] [-private key] -import | -i {CertFile} Imports a certificate from the specified file."
-rls_string STRING_r_certtool_usage_import2 "The certificate is added to the first store implementation found."
-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."
-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."
-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."
-
-rls_string STRING_r_certtool_usage_remove "-remove CertLabel [-rka] Removes the specified certificate from the certstore."
-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."
-
-rls_string STRING_r_certtool_usage_noapps "No valid applications specified, try one of: [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS]"
-rls_string STRING_r_certtool_usage_nocert "Certificate not specified."
-
-rls_string STRING_r_certtool_usage_addapps "-addapps -apps [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS] CertLabel"
-rls_string STRING_r_certtool_usage_addapps2 "Adds the given apps to the certificate."
-
-rls_string STRING_r_certtool_usage_removeapps "-removeapps -apps [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS] CertLabel"
-rls_string STRING_r_certtool_usage_removeapps2 "Removes the given apps from the specified certificate."
-
-rls_string STRING_r_certtool_usage_setapps "-setapps -apps [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS] CertLabel"
-rls_string STRING_r_certtool_usage_setapps2 "Sets apps for the specified certificate to those given."
-
-rls_string STRING_r_certtool_usage_help "-help | -h  {command}  Displays tool usage"
-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."
-rls_string STRING_r_certtool_usage_page2 "-page option is ignored in Non-Interactive Mode"
-
-
-// Errors
-rls_string STRING_r_certtool_err_command "Invalid Command."
-rls_string STRING_r_certtool_err_unknown "An unknown error occured."
-rls_string STRING_r_certtool_err_notfound "Cannot find the specified certificate."
-rls_string STRING_r_certtool_err_empty "Empty certstore."
-
-rls_string STRING_r_certtool_err_notexist "The specified certstore implementation does not exist."
-
-rls_string STRING_r_certtool_err_certfile "No certificate file specified."
-rls_string STRING_r_certtool_err_import "An error occured during certificate import."
-rls_string STRING_r_certtool_err_corrupt "The specified certificate file appears to be corrupted."
-rls_string STRING_r_certtool_err_corruptlong "The specified certificate file appears to be corrupted or its encryption scheme is not supported."
-rls_string STRING_r_certtool_err_openfail "Cannot open certificate file."
-rls_string STRING_r_certtool_err_emptyfile "The specified certificate file appears to be empty."
-rls_string STRING_r_certtool_err_notsupported "Unsupported certificate type."
-rls_string STRING_r_certtool_err_importsuccess "Certificate imported successfully."
-rls_string STRING_r_certtool_err_passphrase "Wrong passphrase."
-rls_string STRING_r_certtool_err_weak "Your certstore does not support strong cryptography. The key provided is big."
-rls_string STRING_r_certtool_err_usage "The given usage is not supported by the specified key."
-
-rls_string STRING_r_certtool_err_list "Error during list!"
-rls_string STRING_r_certtool_err_listfail "Certificate listing failed..."
-
-rls_string STRING_r_certtool_err_deletesuccess "Certificate deleted successfully."
-
-rls_string STRING_r_certtool_err_remove "Certificate to remove not specified."
-rls_string STRING_r_certtool_err_remove_success "Certificate removed successfully."
-
-rls_string STRING_r_certtool_err_setapps_success "Certificate applicability set successfully."
-
-rls_string STRING_r_certtool_err_addapps_success "Certificate applicability added successfully."
-rls_string STRING_r_certtool_err_addapps_fail "An Unknown error occured while adding the applicability."
-
-rls_string STRING_r_certtool_err_removeapps_success "Certificate applicability removed successfully."
+/*
+* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+*
+*/
+
+rls_string STRING_r_certtool_shortName "Symbian OS CertTool"
+rls_string STRING_r_certtool_name "Symbian OS CertStore Manipulation Tool"
+rls_string STRING_r_certtool_copyright "Copyright (c) 2004 - 2007 Symbian Software Ltd.  All rights reserved."
+rls_string STRING_r_certtool_done "Press any key to continue..."
+
+// Usage
+rls_string STRING_r_certtool_usage "Usage: certtool \t [{-list -l} {-liststores -ls} {-import -i} {-remove -r} "
+rls_string STRING_r_certtool_usage2 "\t\t\t {-addapps -a } {-setapps} {-removeapps} {-page -p } {-help -h}] {CertificateLabel}"
+rls_string STRING_r_certtool_usage3 "Type certtool -h {CommandName} for details on a particular command."
+
+rls_string STRING_r_certtool_usage4 "Type certtool -h noninteractive for details on how to run the commands in noninteractive mode."
+
+rls_string STRING_r_certtool_usage_noninteractive "To run the tool in Non-interactive mode give command as certtool inputfile outputfile"
+rls_string STRING_r_certtool_usage_noninteractive1 "where the inputfile and outputfile should contain filename with path."
+
+rls_string STRING_r_certtool_usage_liststores "-liststores | -ls List the certstore implementations available on the device."
+
+
+rls_string STRING_r_certtool_usage_list "-list | -l [-store idx] [-owner ownertype] [-details -d] {CertificateLabel}  Lists the content of the certstore."
+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."
+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)"
+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)."
+rls_string STRING_r_certtool_usage_list5 "If a details tag is specified using -details, then it displays all the details about the certificate"
+
+
+rls_string STRING_r_certtool_usage_import "[-store idx] [-label labelname] [-private key] -import | -i {CertFile} Imports a certificate from the specified file."
+rls_string STRING_r_certtool_usage_import2 "The certificate is added to the first store implementation found."
+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."
+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."
+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."
+
+rls_string STRING_r_certtool_usage_remove "-remove CertLabel [-rka] Removes the specified certificate from the certstore."
+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."
+
+rls_string STRING_r_certtool_usage_noapps "No valid applications specified, try one of: [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS]"
+rls_string STRING_r_certtool_usage_nocert "Certificate not specified."
+
+rls_string STRING_r_certtool_usage_addapps "-addapps -apps [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS] CertLabel"
+rls_string STRING_r_certtool_usage_addapps2 "Adds the given apps to the certificate."
+
+rls_string STRING_r_certtool_usage_removeapps "-removeapps -apps [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS] CertLabel"
+rls_string STRING_r_certtool_usage_removeapps2 "Removes the given apps from the specified certificate."
+
+rls_string STRING_r_certtool_usage_setapps "-setapps -apps [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS] CertLabel"
+rls_string STRING_r_certtool_usage_setapps2 "Sets apps for the specified certificate to those given."
+
+rls_string STRING_r_certtool_usage_help "-help | -h  {command}  Displays tool usage"
+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."
+rls_string STRING_r_certtool_usage_page2 "-page option is ignored in Non-Interactive Mode"
+
+
+// Errors
+rls_string STRING_r_certtool_err_command "Invalid Command."
+rls_string STRING_r_certtool_err_unknown "An unknown error occured."
+rls_string STRING_r_certtool_err_notfound "Cannot find the specified certificate."
+rls_string STRING_r_certtool_err_empty "Empty certstore."
+
+rls_string STRING_r_certtool_err_notexist "The specified certstore implementation does not exist."
+
+rls_string STRING_r_certtool_err_certfile "No certificate file specified."
+rls_string STRING_r_certtool_err_import "An error occured during certificate import."
+rls_string STRING_r_certtool_err_corrupt "The specified certificate file appears to be corrupted."
+rls_string STRING_r_certtool_err_corruptlong "The specified certificate file appears to be corrupted or its encryption scheme is not supported."
+rls_string STRING_r_certtool_err_openfail "Cannot open certificate file."
+rls_string STRING_r_certtool_err_emptyfile "The specified certificate file appears to be empty."
+rls_string STRING_r_certtool_err_notsupported "Unsupported certificate type."
+rls_string STRING_r_certtool_err_importsuccess "Certificate imported successfully."
+rls_string STRING_r_certtool_err_passphrase "Wrong passphrase."
+rls_string STRING_r_certtool_err_weak "Your certstore does not support strong cryptography. The key provided is big."
+rls_string STRING_r_certtool_err_usage "The given usage is not supported by the specified key."
+
+rls_string STRING_r_certtool_err_list "Error during list!"
+rls_string STRING_r_certtool_err_listfail "Certificate listing failed..."
+
+rls_string STRING_r_certtool_err_deletesuccess "Certificate deleted successfully."
+
+rls_string STRING_r_certtool_err_remove "Certificate to remove not specified."
+rls_string STRING_r_certtool_err_remove_success "Certificate removed successfully."
+
+rls_string STRING_r_certtool_err_setapps_success "Certificate applicability set successfully."
+
+rls_string STRING_r_certtool_err_addapps_success "Certificate applicability added successfully."
+rls_string STRING_r_certtool_err_addapps_fail "An Unknown error occured while adding the applicability."
+
+rls_string STRING_r_certtool_err_removeapps_success "Certificate applicability removed successfully."