deviceencryption/DevEncNotifPlugin/data/DevEncNotifPlugin.rss
changeset 0 6a9f87576119
equal deleted inserted replaced
-1:000000000000 0:6a9f87576119
       
     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:  Resource file for DE Plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 NAME DENP
       
    19 
       
    20 #include <eikon.rsg>
       
    21 #include <eikon.rh>
       
    22 
       
    23 #include <avkon.rsg>
       
    24 #include <avkon.rh>
       
    25 #include <avkon.mbg>
       
    26 #include <avkon.loc>
       
    27 
       
    28 #include <devenc.loc>
       
    29 
       
    30 RESOURCE RSS_SIGNATURE { }
       
    31 
       
    32 RESOURCE TBUF { buf=""; }
       
    33 
       
    34 // === QUERIES ================================================================
       
    35 
       
    36 RESOURCE DIALOG r_devenc_passwd_query
       
    37     {
       
    38     flags = EGeneralQueryFlags;
       
    39     buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
       
    40     items=
       
    41         {
       
    42         DLG_LINE
       
    43             {
       
    44             type = EAknCtQuery;
       
    45             id = EGeneralQuery;
       
    46             control = AVKON_DATA_QUERY 
       
    47                 { 
       
    48                 layout = ECodeLayout;  
       
    49                 label = qtn_encryption_passphrase_ask;
       
    50                 control = SECRETED
       
    51                     {                         
       
    52                     };
       
    53                 };
       
    54             }
       
    55         };
       
    56     }   
       
    57 
       
    58 RESOURCE TBUF r_devenc_invalid_passwd_string
       
    59     {
       
    60     buf = qtn_encryption_note_invalid_password;
       
    61     }