deviceencryption/DevEncUi/loc/devenc.loc
branchRCL_3
changeset 20 491b3ed49290
parent 19 95243422089a
child 21 65326cf895ed
equal deleted inserted replaced
19:95243422089a 20:491b3ed49290
     1 /*
       
     2 * Copyright (c) 2005 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:  String localization file.
       
    15 *
       
    16 */
       
    17 
       
    18 //  LOCALISATION STRINGS
       
    19 
       
    20 
       
    21 // d:Application name in menu grid view.
       
    22 // l:cell_app_pane_t1
       
    23 // r:3.1
       
    24 //
       
    25 #define qtn_apps_encryption_grid "Encryption"
       
    26 
       
    27 // d:Application name displayed in title.
       
    28 // l:title_pane_t1
       
    29 // r:3.1
       
    30 //
       
    31 #define qtn_encryption_title "Encryption"
       
    32 
       
    33 // d:Setting list item for phone memory encryption.
       
    34 // d:Possible values are "On" and "Off".
       
    35 // l:list_setting_pane_t1
       
    36 // r:3.1
       
    37 //
       
    38 #define qtn_encryption_phonememory "Phone memory"
       
    39 
       
    40 // d:Setting list item for memory card encryption.
       
    41 // d:Possible values are "On" and "Off"
       
    42 // l:list_setting_pane_t1
       
    43 // r:3.1
       
    44 //
       
    45 #define qtn_encryption_memorycard "Memory card"
       
    46 
       
    47 // d:Information note, scrollable. Displayed after user has selected to start memory encryption and Autolock period setting is "None".
       
    48 // d:softkeys are OK and Cancel.
       
    49 // d:Keep translation consistent with "Autolock period" (qtn_set_autolock) and "Phone and SIM card" (qtn_set_dev_sim_security).
       
    50 // l:popup_info_list_pane_t1_6_rows
       
    51 // r:3.1
       
    52 //
       
    53 #define qtn_encryption_note_lock "To encrypt phone memory, it is highly recommended to enable 'Autolock' and set lock code in 'Phone and SIM card' settings to prevent unauthorised data access."
       
    54 
       
    55 // d:Information note, scrollable. Displayed after user has selected to start memory encryption.
       
    56 // d:Softkeys are OK and Cancel.
       
    57 // l:popup_info_list_pane_t1
       
    58 // r:3.1
       
    59 //
       
    60 #define qtn_encryption_note_encrypting "Encryption process is long. Power-off button is disabled. Please do not remove the battery during the process."
       
    61 
       
    62 // d:Information note, scrollable. Displayed after user has selected to start memory decryption.
       
    63 // l:popup_info_list_pane_t1
       
    64 // r:3.1
       
    65 //
       
    66 #define qtn_encryption_note_phone_decrypting "This will decrypt the phone memory. Decryption process is long. Power-off button is disabled. Please do not remove the battery during the process. After decryption, encryption key is destroyed."
       
    67 
       
    68 // d:Displayed when user is about to start Memory card encryption.
       
    69 // d:Memory card will be encrypted without saving the key.
       
    70 // l:list_setting_pane_t1
       
    71 // r:3.1
       
    72 //
       
    73 #define qtn_encryption_encrypt "Encrypt witht sav. key"
       
    74 
       
    75 // d:Displayed when user is about to start Memory card encryption.
       
    76 // d:Memory card will be encrypted and key will be saved.
       
    77 // l:list_setting_pane_t1
       
    78 // r:3.1
       
    79 //
       
    80 #define qtn_encryption_encryptsave "Encrypt and save key"
       
    81 
       
    82 // d:Displayed when user is about to start Memory card encryption.
       
    83 // d:Memory card will be encrypted with the restored key.
       
    84 // l:list_setting_pane_t1
       
    85 // r:3.1
       
    86 //
       
    87 #define qtn_encryption_encryptload "Encrypt / restored key"
       
    88 
       
    89 // d:Wait note. Displayed while encryption key is being created.
       
    90 // d:Displayed after user has selected to start encrypting Memory card.
       
    91 // l:popup_note_wait_window
       
    92 // r:3.1
       
    93 //
       
    94 #define qtn_encryption_note_wait "Creating encryption key"
       
    95 
       
    96 // d:Data query text. User is asked to enter passphrase to protect the encryption key.
       
    97 // l:popup_query_data_window
       
    98 // r:3.1
       
    99 //
       
   100 #define qtn_encryption_passphrase_protect "Enter key's passphrase to protect the key:"
       
   101 
       
   102 // d:Data query. User is asked to enter name for the encryption key.
       
   103 // d:Displayed after user has selected "Encrypt and save the key" (qtn_encryption_encryptsave).
       
   104 // l:popup_query_data_window
       
   105 // r:3.1
       
   106 //
       
   107 #define qtn_encryption_filename "Save key as:"
       
   108 
       
   109 // d:Confirmation note. Displayed after kkey is saved successfully.
       
   110 // d:Keep the localisation of Other consistent with string qtn_fmgr_def_fldr_others.
       
   111 // l:popup_note_window
       
   112 // r:3.1
       
   113 //
       
   114 #define qtn_encryption_note_saveinfo "Key saved succesfully in Other folder"
       
   115 
       
   116 // d:Heading in list query. User is asked to select key file.
       
   117 // l:heading_pane_t1
       
   118 // r:3.1
       
   119 //
       
   120 #define qtn_encryption_selectkey "Select key file:"
       
   121 
       
   122 // d:Data query. User is asked to enter key's phassphrase.
       
   123 // l:popup_query_data_window
       
   124 // r:3.1
       
   125 //
       
   126 #define qtn_encryption_passphrase_ask "Enter key's passphrase:"
       
   127 
       
   128 // d:Information note. Inform the user that the memory card is encrypted.
       
   129 // l:popup_note_window/opt2
       
   130 // r:3.1
       
   131 //
       
   132 #define qtn_encryption_note_memorycard_encrypted "Encrypted memory card"
       
   133 
       
   134 // d:Displayed when user is about to start Memory card decryption.
       
   135 // d:Memory card will be decrypted.
       
   136 // l:list_setting_pane_t1
       
   137 // r:3.1
       
   138 //
       
   139 #define qtn_encryption_decrypt "Decrypt"
       
   140 
       
   141 // d:Displayed when user is about to start Memory card decryption.
       
   142 // d:Memory card will be decrypted and encryption will be set off.
       
   143 // l:list_setting_pane_t1
       
   144 // r:3.1
       
   145 //
       
   146 #define qtn_encryption_decryptturnoff "Decrypt / turn off encr."
       
   147 
       
   148 // d:Information note, scrollable. Displayed after user has selected to start memory decryption.
       
   149 // d:Softkeys are OK and Cancel.
       
   150 // l:popup_info_list_pane_t1
       
   151 // r:3.1
       
   152 //
       
   153 #define qtn_encryption_note_decrypting "The decryption process is long. The power off button is disabled. Please don't remove the battery during the process."
       
   154 
       
   155 // d:Information note, scrollable. Displayed after user has selected to start memory decryption.
       
   156 // d:Softkeys are OK and Cancel.
       
   157 // l:popup_info_list_pane_t1
       
   158 // r:3.1
       
   159 //
       
   160 #define qtn_encryption_note_decryptingdestroy "Decryption process is long. Power-off button is disabled. Please do not remove the battery during the process. After decryption, encryption key is destroyed."
       
   161 
       
   162 // d:Information note, scrollable. Displayed after user has selected to start memory encryption.
       
   163 // d:Softkeys are Yes and No.
       
   164 // l:popup_info_list_pane_t1
       
   165 // r:3.1
       
   166 //
       
   167 #define qtn_encryption_note_decrypt_loadkey "Memory card encrypted with another key. To decrypt it, import its key. Importing the new key will destroy the current key in driver. Continue?"
       
   168 
       
   169 // d:Confirmation query. Displayed in case insert an unencrypted memory card in the phone and encryption is on.
       
   170 // d:Softkeys are Yes and No.
       
   171 // l:popup_note_window
       
   172 // r:3.1
       
   173 //
       
   174 #define qtn_encryption_note_insertunencrypted "Memory card encryption setting is 'On'. Encrypt this memory card?"
       
   175 
       
   176 // d:Confirmation query. Displayed in case user select to turn off the encryption when no memory card is inside phone.
       
   177 // d:Softkeys are Yes and No.
       
   178 // l:popup_note_window
       
   179 // r:3.1
       
   180 //
       
   181 #define qtn_encryption_note_decrypt_nomemrycard "Turning off memory card encryption will destroy the current key in driver. Continue?"
       
   182  
       
   183 // d:Information note. Informs the user that the memory card is not an encrypted one.
       
   184 // l:popup_note_window/opt2
       
   185 // r:3.1
       
   186 //
       
   187 #define qtn_encryption_note_memorycard_unencrypted "Unencrypted memory card"
       
   188 
       
   189 // d:Confirmation query. Displayed in case user inserts encrypted memory card in the phone and encryption is off.
       
   190 // l:popup_note_window
       
   191 // r:3.1
       
   192 //
       
   193 #define qtn_encryption_note_insertencrypted "This memory card is encrypted but the phone encryption is off. Decrypt this memory card?"
       
   194 
       
   195 // d:Information note. Displayed when the encryption is interrupted and cancelled.
       
   196 // l:popup_note_window/opt2
       
   197 // r:3.1
       
   198 //
       
   199 #define qtn_encryption_note_encryptioninterrupt "Memory card encryption cancelled"
       
   200  
       
   201 // d:Setting list item, static. Possible values are On (qtn_encryption_phonememory_setting_on) and Off (qtn_encryption_phonememory_setting_off).
       
   202 // l:list_setting_pane_t1
       
   203 // r:3.1
       
   204 //
       
   205 #define qtn_encryption_phonememory_setting_title "Phone mem. encrypt.:"
       
   206  
       
   207 // d:Setting list item, static. Possible values are On (qtn_encryption_memorycard_setting_on) and Off (qtn_encryption_memorycard_setting_off).
       
   208 // l:list_setting_pane_t1
       
   209 // r:3.1
       
   210 //
       
   211 #define qtn_encryption_memorycard_setting_title "Mem. card encryption:"
       
   212 
       
   213 // d:Information note. Inform the user that the key file is wrong.
       
   214 // l:popup_note_window/opt2
       
   215 // r:3.1
       
   216 //
       
   217 #define qtn_encryption_note_wrongkeyfile "Incorrect key file"
       
   218 
       
   219 // d:Information note. Inform the user that the inserted memory card cannot be used.
       
   220 // l:popup_note_window/opt2
       
   221 // r:3.1
       
   222 //
       
   223 #define qtn_encryption_note_unusedmemorycard "Memory card cannot be used"
       
   224 
       
   225 // d:Text displayed after setting Phone memory or Memory card encryption On.
       
   226 // d:Indicates the process of memory encryption. %N is replaced with the percentage of how much of the memory is encrypted.
       
   227 // l:list_set_graphic_pane_t1
       
   228 // r:3.1
       
   229 //
       
   230 #define qtn_encryption_encrypt_process "Encrypting, %N%"
       
   231 
       
   232 // d:Text displayed after setting Phone memory or Memory card encryption Off.
       
   233 // d:Indicates the process of memory decryption. %N is replaced with the percentage of how much of the memory is decrypted.
       
   234 // l:list_set_graphic_pane_t1
       
   235 // r:3.1
       
   236 //
       
   237 #define qtn_encryption_decrypt_process "Decrypting, %N%"
       
   238  
       
   239 // d:Confirmation query, one softkey OK. Displayed in case memory card cannot be used unless encryption is set on.
       
   240 // l:popup_note_window
       
   241 // r:3.1
       
   242 //
       
   243 #define qtn_encryption_note_insertoff_unusedmemorycard "This memory card cannot be used. To use it, turn on memory card encryption."
       
   244 
       
   245 // d:Confirmation query, one softkey OK. Displayed in case memory cannot be used because key does not match to the memory card.
       
   246 // l:popup_note_window
       
   247 // r:3.1
       
   248 //
       
   249 #define qtn_encryption_note_inserton_unusedmemorycard "Key not matched to this memory card. Memory card cannot be used."
       
   250 
       
   251 // d:Setting list item, dynamic. Setting the phone memory encryption on.
       
   252 // l:list_set_graphic_pane_t1
       
   253 // r:3.1
       
   254 //
       
   255 #define qtn_encryption_phonememory_setting_on "On"
       
   256 
       
   257 // d:Setting list item, dynamic. Setting the phone memory encryption off.
       
   258 // l:list_set_graphic_pane_t1
       
   259 // r:3.1
       
   260 //
       
   261 #define qtn_encryption_phonememory_setting_off "Off"
       
   262 
       
   263 // d:Setting list item, dynamic. Setting the memory card encryption on.
       
   264 // l:list_set_graphic_pane_t1
       
   265 // r:3.1
       
   266 //
       
   267 #define qtn_encryption_memorycard_setting_on "On"
       
   268 
       
   269 // d:Setting list item, dynamic. Setting the memory card encryption off.
       
   270 // l:list_set_graphic_pane_t1
       
   271 // r:3.1
       
   272 //
       
   273 #define qtn_encryption_memorycard_setting_off "Off"
       
   274 
       
   275 // d:Application name in menu list view.
       
   276 // l:list_single_large_graphic_pane_t1
       
   277 // r:3.1
       
   278 //
       
   279 #define qtn_apps_encryption_list "Encryption"
       
   280 
       
   281 // d:Header text.
       
   282 // d:Displayed as a header for several scrollable notes (e.g qtn_encryption_note_lock, qtn_encryption_note_encrypting)
       
   283 // l:heading_pane_t1
       
   284 // r:3.1
       
   285 //
       
   286 #define qtn_encryption_note_header "Note:"
       
   287 
       
   288 
       
   289 /************* Own defines *****************************************/
       
   290 
       
   291 
       
   292 // d:Information note. memory card is corrupted.
       
   293 // d:
       
   294 // l:popup_note_window/opt2
       
   295 // r:3.1
       
   296 //
       
   297 #define qtn_encryption_corrupted "Corrupted"
       
   298 
       
   299 // d:Information note. Informs that the battery is low.
       
   300 // d: User is asked to change battery or connect a charger.
       
   301 // l:popup_note_window/opt2
       
   302 // r:3.1
       
   303 //
       
   304 #define qtn_encryption_battery_low "Battery low. Change battery or connect charger."
       
   305 
       
   306 // d:Information note. Informs that no keys were found.
       
   307 // d:
       
   308 // l:popup_note_window/opt2
       
   309 // r:3.1
       
   310 //
       
   311 #define qtn_encryption_note_no_keys_found "No keys found"
       
   312 
       
   313 // d:Information note. Informs that password is invalid. 
       
   314 // d:
       
   315 // l:popup_note_window/opt2
       
   316 // r:3.1
       
   317 //
       
   318 #define qtn_encryption_note_invalid_password "Invalid password"
       
   319 
       
   320 // d:Information note. Informs about key error.
       
   321 // l:popup_note_window/opt2
       
   322 // r:3.1
       
   323 //
       
   324 #define qtn_encryption_note_key_error "Key error"
       
   325 
       
   326 // d:Information note. Informs that encryption is controlled by admin.
       
   327 // d:
       
   328 // l:popup_note_window/opt2
       
   329 // r:3.1
       
   330 //
       
   331 #define qtn_encryption_note_admin_control "Encryption controlled by admin"
       
   332 
       
   333 // d:Information note. Informs about invalid name and asks user to enter name again.
       
   334 // d:
       
   335 // l:popup_note_window/opt2
       
   336 // r:3.1
       
   337 //
       
   338 #define qtn_encryption_note_bad_name "Invalid name. Try again."
       
   339 
       
   340 // d:Information note. Informs that the file already exists.
       
   341 // d:
       
   342 // l:popup_note_window/opt2
       
   343 // r:3.1
       
   344 //
       
   345 #define qtn_encryption_note_file_exists "File already exists"
       
   346 
       
   347 // d:Confirmation query. Informs that phone memory cannot be encrypted while
       
   348 // d:firmware update process is ongoing.
       
   349 // l:popup_note_window
       
   350 // r:3.2
       
   351 //
       
   352 #define qtn_conf_encr_not_poss "Device encryption cannot be activated when an update over the air is ongoing. Wait for the update to stop and try again."
       
   353 
       
   354 // End of File