gssettingsuis/Gs/GSSecurityPlugin/Data/gssecuritypluginrsc.rss
changeset 68 13e71d907dc3
equal deleted inserted replaced
40:6465d5bb863a 68:13e71d907dc3
       
     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 General Settings
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    GSSE // 4 letter ID
       
    22 
       
    23 //  INCLUDES
       
    24 #include <gssecurityplugin.loc>
       
    25 
       
    26 #include <avkon.loc> // Avkon localized strings
       
    27 #include <avkon.mbg>
       
    28 #include <avkon.rsg>
       
    29 #include <eikcore.rsg>
       
    30 #include <uikon.rh>
       
    31 #include <gsapp.rsg>
       
    32 
       
    33 
       
    34 // CONSTANTS
       
    35 
       
    36 //  RESOURCE DEFINITIONS 
       
    37 
       
    38 RESOURCE RSS_SIGNATURE
       
    39     {
       
    40     }
       
    41 
       
    42 // Common resources among GS
       
    43 #include    "gscommonresources.rss"
       
    44 
       
    45 
       
    46 //----------------------------------------------------
       
    47 //  r_gs_security_view_caption
       
    48 // 
       
    49 // Security view caption for plugin
       
    50 //----------------------------------------------------
       
    51 //
       
    52 RESOURCE TBUF r_gs_security_view_caption
       
    53     {
       
    54     buf = qtn_set_folder_security;
       
    55     }
       
    56 
       
    57 
       
    58 //----------------------------------------------------
       
    59 //   
       
    60 //    r_gs_security_view_title
       
    61 //    Security view title
       
    62 //
       
    63 //----------------------------------------------------
       
    64 //
       
    65 
       
    66 RESOURCE TITLE_PANE r_gs_security_view_title
       
    67     {
       
    68     txt = qtn_set_title_settings_security;        
       
    69     }
       
    70 
       
    71 
       
    72 //----------------------------------------------------
       
    73 //   
       
    74 //    r_gs_security_view
       
    75 //    Security view's menu
       
    76 //
       
    77 //----------------------------------------------------
       
    78 //
       
    79 RESOURCE AVKON_VIEW r_gs_security_view 
       
    80     {
       
    81     menubar=r_gs_menubar_open_exit; 
       
    82     cba = R_GS_SOFTKEYS_OPTIONS_BACK_OPEN;
       
    83     }
       
    84 
       
    85 
       
    86 //End of File