gssettingsuis/Gs/GSAdminPlugin/data/GSAdminPluginRsc.rss
branchRCL_3
changeset 24 8ee96d21d9bf
parent 23 8bda91a87a00
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
     1 /*
       
     2 * Copyright (c) 2007 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 plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    ADMN // 4 letter ID
       
    21 
       
    22 //  INCLUDES
       
    23 #include    <gsadminplugin.loc>
       
    24 #include    <data_caging_paths_strings.hrh>
       
    25 #include    <bldvariant.hrh>
       
    26 #include    <avkon.loc> // Avkon localized strings
       
    27 #include    <avkon.mbg>
       
    28 #include    <avkon.rsg>
       
    29 #include    <eikcore.rsg>
       
    30 #include    <gsapp.rsg>
       
    31 #include    <uikon.rh>
       
    32 
       
    33 // CONSTANTS
       
    34 
       
    35 //  RESOURCE DEFINITIONS
       
    36 
       
    37 //----------------------------------------------------
       
    38 //
       
    39 //
       
    40 //    Needed or loading the resource fails!
       
    41 //
       
    42 //----------------------------------------------------
       
    43 //
       
    44 RESOURCE RSS_SIGNATURE
       
    45     {
       
    46     }
       
    47 
       
    48 // Common resources among GS
       
    49 #include    "GSCommonResources.rss"
       
    50 
       
    51 //----------------------------------------------------
       
    52 //
       
    53 //    r_gs_Admin_view
       
    54 //    Personalisation Settings view.
       
    55 //
       
    56 //----------------------------------------------------
       
    57 //
       
    58 RESOURCE AVKON_VIEW r_gs_admin_view
       
    59     {
       
    60     menubar = r_gs_menubar_open_exit;
       
    61     cba = R_GS_SOFTKEYS_OPTIONS_BACK_OPEN;
       
    62     }
       
    63 
       
    64 
       
    65 //----------------------------------------------------
       
    66 //
       
    67 //    r_gs_Admin_view_title
       
    68 //    Personalisation Settings view title.
       
    69 //
       
    70 //----------------------------------------------------
       
    71 //
       
    72 RESOURCE TITLE_PANE r_gs_admin_view_title
       
    73     {
       
    74     txt = qtn_cp_title_adminstrative_settings;
       
    75     }
       
    76 
       
    77 
       
    78 //----------------------------------------------------
       
    79 //
       
    80 //    r_gs_Admin_view_caption
       
    81 //    Personalisation View caption for plugin
       
    82 //
       
    83 //----------------------------------------------------
       
    84 //
       
    85 RESOURCE TBUF r_gs_admin_view_caption
       
    86     {
       
    87     buf = qtn_cp_folder_administrative_settings;
       
    88     }
       
    89 
       
    90 // End of file