terminalsecurity/SCP/SCPHistoryPlugin/data/SCPHistoryPluginLang.rss
changeset 73 ae69c2e8bc34
parent 71 d2517372cc44
child 77 9f85c58c0592
equal deleted inserted replaced
71:d2517372cc44 73:ae69c2e8bc34
     1 /*
       
     2 * Copyright (c) 2000 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 //  RESOURCE IDENTIFIER
       
    20 NAME SCHI
       
    21 
       
    22 //  INCLUDES
       
    23 #include <bldvariant.hrh>
       
    24 #include <eikon.rh>
       
    25 #include <scphistoryplugin.loc>
       
    26 
       
    27 RESOURCE RSS_SIGNATURE { }
       
    28 RESOURCE TBUF16 { buf=""; }
       
    29 
       
    30 // RESOURCE DEFINITIONS 
       
    31 
       
    32 
       
    33 //-----------------------------------------------------------------------------
       
    34 //   
       
    35 //    r_set_sec_code_info_check
       
    36 //    - Warning text for the situation when the code cannot be the 
       
    37 //       same as previous n security codes.
       
    38 //
       
    39 //-----------------------------------------------------------------------------
       
    40 //
       
    41 RESOURCE TBUF  r_set_sec_code_info_check                      
       
    42 				{ buf = qtn_set_sec_code_info_check ; }
       
    43 				
       
    44 
       
    45 
       
    46 //-----------------------------------------------------------------------------
       
    47 //   
       
    48 //    r_set_sec_code_info_previous
       
    49 //    - Warning text for the situation when the code cannot be the 
       
    50 //       same as the previous security code.
       
    51 //
       
    52 //-----------------------------------------------------------------------------
       
    53 //
       
    54 RESOURCE TBUF  r_set_sec_code_info_previous                     
       
    55 				{ buf = qtn_set_sec_code_info_previous ; }				
       
    56 				
       
    57 			
       
    58 			
       
    59 //-----------------------------------------------------------------------------
       
    60 //   
       
    61 //    r_set_sec_code_personal
       
    62 //    - Warning text for the situation security code not allowed. Blocklisted.
       
    63 //
       
    64 //-----------------------------------------------------------------------------
       
    65 //
       
    66 RESOURCE TBUF  r_set_sec_code_personal                      
       
    67         { buf = qtn_set_sec_code_personal ; }
       
    68 				
       
    69 // End of File