terminalsecurity/SCP/SCPHistoryPlugin/loc/SCPHistoryPlugin.loc
changeset 73 ae69c2e8bc34
parent 71 d2517372cc44
child 77 9f85c58c0592
equal deleted inserted replaced
71:d2517372cc44 73:ae69c2e8bc34
     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: Implementation of terminalsecurity components
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // LOCALISATION STRINGS:
       
    20 
       
    21 /*
       
    22 		Note : In this project, StringLoader wrapper is not used and
       
    23 		Formatting string are to change as following:
       
    24 		%N = %i
       
    25 		Do Not Change these markings!
       
    26 		Info about formatting Strings in general:
       
    27 		
       
    28 		Symbian OS v9.1 » 
       
    29 			Symbian OS guide » 
       
    30 				Base »
       
    31 					 Using User Library (E32) » 
       
    32 					 		Buffers and Strings » 
       
    33 					 				Using Descriptors » 
       
    34 					 					How to Use Descriptors » 
       
    35 					 								Format string syntax
       
    36 */
       
    37 
       
    38 
       
    39 // Notification Texts
       
    40 
       
    41 
       
    42 //d: Information note. Security code entered by the user is not accepted
       
    43 //d: because code cannot be the same as previous %i security codes.
       
    44 //d: %i is the amount of previous security codes.
       
    45 //d: Use translations for "Lock code" in TARM_Lock_code_reference.xls
       
    46 //l: popup_note_window/opt2
       
    47 //r: 3.2.2, 3.2.3, 5.0
       
    48 #define qtn_set_sec_code_info_check "Lock code cannot be same as previous %N lock codes."
       
    49 
       
    50 //d: Information note. Security code entered by the user is not accepted
       
    51 //d: because code cannot be the same as the previous security code. If the lock code cannot be same as x pervious codes
       
    52 //d: an information note qtn_set_sec_code_info_check is displayed.
       
    53 //d: Use translations for "Lock code" in TARM_Lock_code_reference.xls
       
    54 //l: popup_note_window/opt2
       
    55 //r: 3.2.2, 3.2.3, 5.0
       
    56 #define qtn_set_sec_code_info_previous "Lock code cannot be same as the previous one"
       
    57 
       
    58 //d: Information note. Security code entered by the user is not accepted because words or letters or combinations
       
    59 //d: that are in the block list are not allowed. Block list is defined by TARM.
       
    60 //d: Use translations for "Lock code" in TARM_Lock_code_reference.xls
       
    61 //l: popup_note_window/opt2
       
    62 //r: 3.2.2, 3.2.3, 5.0
       
    63 #define qtn_set_sec_code_personal "Information included in the lock code is not allowed"
       
    64 
       
    65 
       
    66 // End of File
       
    67