pkiutilities/CertSaver/loc/certsaver.loc
changeset 0 164170e6151a
child 30 cc1cea6aabaf
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2003-2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Localization strings for CertSaver
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // LOCALISATION STRINGS
       
    21 
       
    22 //d:Heading of save-confirmation query pop up.
       
    23 //d:This popup is shown to query if user wants to
       
    24 //d:save received certificate.
       
    25 //l:heading_pane_t1
       
    26 #define qtn_wmlsec_query_downl_cert    "Received certificate:"
       
    27 
       
    28 //d:Softkey in certificate details popup.
       
    29 //d:Discards certificate (cancels operation).
       
    30 //l:control_pane_t1/opt7
       
    31 #define text_wmls_list_disc_recvd_cert    "Discard"
       
    32 
       
    33 //d:Item in save-confirmation query pop up.
       
    34 //d:This represents to whom the certificate
       
    35 //d:has been issued to.
       
    36 //l:popup_info_list_pane_t1
       
    37 #define qtn_wmlsec_cert_subject    "Subject:\n%U"
       
    38 
       
    39 //d:Item in save-confirmation query pop up.
       
    40 //d:Tells who issued the certificate.
       
    41 //l:popup_info_list_pane_t1
       
    42 #define qtn_wmlsec_scert_issuer    "Issuer:\n%U"
       
    43 
       
    44 //d:Item in save-confirmation query popup.
       
    45 //d:Tells the time period in witch the certificate
       
    46 //d:is valid.
       
    47 //d:%U is the validity period in format "date - date"
       
    48 //d:where dates are in R_QTN_DATE_USUAL_WITH_ZERO-format.
       
    49 //l:popup_info_list_pane_t1
       
    50 #define qtn_wmlsec_cert_validity    "Validity:\n%U"
       
    51 
       
    52 //d:Item in save-confirmation query pop up.
       
    53 //d:Fingerprint (hash) of the whole certificate.
       
    54 //l:popup_info_list_pane_t1
       
    55 #define qtn_wmlsec_scert_fingerp    "Fingerprint:\n%U"
       
    56 
       
    57 //d:Text shown when certificate is succesfully added to database.
       
    58 //l:popup_note_window
       
    59 #define qtn_wmlsec_certificate_saved    "Certificate saved"
       
    60 
       
    61 //d:Text show when user presses text_wmls_list_disc_recvd_cert
       
    62 //d:in certificate details dialog.
       
    63 //l:popup_note_window
       
    64 #define qtn_wmlsec_certificate_discarded    "Certificate discarded"
       
    65 
       
    66 //d:Text shown when certificate tried to save is not of supported type.
       
    67 //d:Certificate could be a x.509 certificate, for example. Download
       
    68 //d:of x.509 certificates is not supported in N7650.
       
    69 //l:popup_note_window
       
    70 #define qtn_wmlsec_cert_unsupported    "Certificate unsupported. Not saved."
       
    71 
       
    72 //d:Text shown when certificate tried to be save is corrupted in some way.
       
    73 //d:Certificate could have invalid fingerprint etc.
       
    74 //l:popup_note_window
       
    75 #define qtn_wmlsec_cert_corrupted    "Certificate corrupted."
       
    76 
       
    77 //d:Text shown when downloaded certificate is expired, eg. its validity
       
    78 //d:period has expired. Note! This error could be interpreted as certificate
       
    79 //d:being corrupted. This is the only type of corrupted certificate for
       
    80 //d:what a specific error note is displayed.
       
    81 //l:popup_note_window
       
    82 #define qtn_wmlsec_dload_expired_cert    "Downloaded certificate is expired"
       
    83 
       
    84 //d:Text shown when downloaded certificate is already in database.
       
    85 //d:Old certificate remains in database and downloaeded certificate is
       
    86 //d:discarded.
       
    87 //l:popup_note_window
       
    88 #define qtn_wmlsec_cert_duplicate    "Certificate already exists. Not saved."
       
    89 
       
    90 //d:Applications long caption string. Short one is not
       
    91 //d:given as it has no use.
       
    92 //l:title_pane_t2/opt9
       
    93 #define qtn_certsaver_app_title    "Certificate Saver"
       
    94 
       
    95 //d:Text in data query dialog when label for downloaded certificate is asked
       
    96 //d:from user.
       
    97 //l:popup_query_data_window
       
    98 #define qtn_certsaver_enter_label    "Label:"
       
    99 
       
   100 //d:Warning note displayed to user when he/she is about to save downloaded
       
   101 //d:certificate.
       
   102 //l:popup_note_window
       
   103 #define qtn_httpsec_save_rootcertificate  "Adding a new certificate might be security risk. Save anyway?"
       
   104 
       
   105 //d:Text shown when label of the certificate is already in database.
       
   106 //d:Label is queried again from user.
       
   107 //l:popup_note_window
       
   108 #define qtn_cm_label_already_exist   "Label already exist. Insert new label."
       
   109 
       
   110 //d:Heading of multiselection list query pop up.
       
   111 //d:Popup is shown to query trusted applications
       
   112 //d:of the saved certificate.
       
   113 //l:heading_pane_t1
       
   114 #define qtn_cm_select_trusted_apps    "Select trusted applications:"
       
   115 
       
   116 //d:Heading of PKCS#12 file contents message query
       
   117 //d:This popup is shown when user has opened PKCS#12 file.
       
   118 //l:heading_pane_t1
       
   119 #define qtn_cm_header_pkcs12_file_contains    "The file contains:"
       
   120 
       
   121 //d:Item PKCS#12 file contents message query
       
   122 //d:Number of private keys in PKCS#12 file.
       
   123 //l:popup_info_list_pane_t1
       
   124 #define qtn_cm_private_keys    "%N private keys"
       
   125 
       
   126 //d:Item PKCS#12 file contents message query
       
   127 //d:Number of personal certificates in PKCS#12 file.
       
   128 //l:popup_info_list_pane_t1
       
   129 #define qtn_cm_personal_certificates    "%N personal certificates"
       
   130 
       
   131 //d:Item PKCS#12 file contents message query
       
   132 //d:Number of authority certificates in PKCS#12 file.
       
   133 //l:popup_info_list_pane_t1
       
   134 #define qtn_cm_authority_certificates    "%N authority certificates"
       
   135 
       
   136 //d:Text show after user has discarded PKCS#12 file
       
   137 //d:in PKCS#12 file content dialog.
       
   138 //l:popup_note_window
       
   139 #define qtn_cm_pkcs12_discarded    "Not saved"
       
   140 
       
   141 //d:Text shown when private key tried to be saved is corrupted in some way.
       
   142 //l:popup_note_window
       
   143 #define qtn_cm_private_key_corrupted    "The private key is corrupted."
       
   144 
       
   145 //d:Text shown when the type of the key is not supported.
       
   146 //l:popup_note_window
       
   147 #define qtn_cm_key_type_not_supported    "The key type is not supported."
       
   148 
       
   149 //d:Text shown when the type of the key is not supported.
       
   150 //l:popup_note_window
       
   151 #define qtn_cm_keystore_corrupted    "The keystore is corrupted."
       
   152 
       
   153 //d:Text shown when the type of the key is not supported.
       
   154 //l:popup_note_window
       
   155 #define qtn_cm_pkcs12_file_corrupted    "The file is corrupted."
       
   156 
       
   157 //d:Heading of PKCS#12 saving completed message query
       
   158 //d:This popup is shown when contents of PKCS#12 is saved succesfully.
       
   159 //l:heading_pane_t1
       
   160 #define qtn_cm_header_saved    "Saved:"
       
   161 
       
   162 //d:PKCS#12 password query prompt
       
   163 //l:popup_query_data_window
       
   164 //w:
       
   165 //r:3.0
       
   166 #define qtn_cm_title_p12_password   "Password for %U:"
       
   167 
       
   168 //d:Incorrect password error note
       
   169 //l:popup_note_window
       
   170 //w:
       
   171 //r:3.0
       
   172 #define qtn_cm_incorrect_password   "Incorrect password"
       
   173 
       
   174 //d:Information note shown if nothing was saved
       
   175 //l:popup_note_window
       
   176 //w:
       
   177 //r:3.0
       
   178 #define qtn_cm_pkcs12_saving_failed "The contents could not be saved"
       
   179 
       
   180 //d:Text shown when validity period of the private key is expired.
       
   181 //l:popup_note_window
       
   182 //w:
       
   183 //r:3.0
       
   184 #define qtn_cm_pkcs12_expired    "Not saved. Validity period expired."
       
   185 
       
   186 //d:Text shown when the format of the PKCS#12 is not supported.
       
   187 //l:popup_note_window
       
   188 //w:
       
   189 //r:3.0
       
   190 #define qtn_cm_pkcs12_format_not_supported "The file format is not supported."
       
   191 
       
   192 //d:Selectable item in the trust setting multiselection list pop-up query
       
   193 //l:list_single_graphic_pane_t1_cp2
       
   194 //w:
       
   195 //r:3.0
       
   196 #define qtn_cm_list_mail_image_conn "Internet"
       
   197 
       
   198 //d:Selectable item in the trust setting multiselection list pop-up query
       
   199 //l:list_single_graphic_pane_t1_cp2
       
   200 //w:
       
   201 //r:3.0
       
   202 #define qtn_cm_list_ocsp "Online certicate checking"
       
   203 
       
   204 //d:Selectable item in the trust setting multiselection list pop-up query
       
   205 //l:list_single_graphic_pane_t1_cp2
       
   206 //w:
       
   207 //r:3.0
       
   208 #define qtn_cm_list_vpn "VPN"
       
   209 
       
   210 //d:Item PKCS#12 file contents message query
       
   211 //d:Shown when one private key
       
   212 //l:popup_info_list_pane_t1
       
   213 //w:
       
   214 //r:3.0
       
   215 #define qtn_cm_one_private_key    "1 private key"
       
   216 
       
   217 //d:Item PKCS#12 file contents message query
       
   218 //d:Shown when one personal certificate
       
   219 //l:popup_info_list_pane_t1
       
   220 //w:
       
   221 //r:3.0
       
   222 #define qtn_cm_one_personal_certificate   "1 personal certificate"
       
   223 
       
   224 //d:Item PKCS#12 file contents message query
       
   225 //d:Shown when one authority certificate
       
   226 //l:popup_info_list_pane_t1
       
   227 //w:
       
   228 //r:3.0
       
   229 #define qtn_cm_one_authority_certificate    "1 authority certificate"
       
   230 
       
   231 //d:Heading text for Trusted site warning query
       
   232 //l:heading_pane_t1
       
   233 //w:
       
   234 //r:3.2
       
   235 //
       
   236 #define qtn_cm_save_trustedsite_certificate_warning_title   "Warning"
       
   237 
       
   238 //d:Confirmation query for Trusted site warning query
       
   239 //d:%U stands for the name of the site of the certificate.
       
   240 //l:popup_note_window
       
   241 //w:
       
   242 //r:3.2
       
   243 //
       
   244 #define qtn_cm_save_trustedsite_certificate_warning_text    "Certificate will be added as a Trusted site certificate. Future connections to site %U will be made without certificate warning. Save anyway?"
       
   245 
       
   246 // End of File