gssettingsuis/Gs/GSAdminPlugin/data/gsadminpluginrsc.rss
author hgs
Thu, 04 Nov 2010 13:38:47 +0800
changeset 68 13e71d907dc3
permissions -rw-r--r--
201044

/*
* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:    Resource file for plugin.
*
*/


//  RESOURCE IDENTIFIER
NAME    ADMN // 4 letter ID

//  INCLUDES
#include    <gsadminplugin.loc>
#include    <data_caging_paths_strings.hrh>
#include    <bldvariant.hrh>
#include    <avkon.loc> // Avkon localized strings
#include    <avkon.mbg>
#include    <avkon.rsg>
#include    <eikcore.rsg>
#include    <gsapp.rsg>
#include    <uikon.rh>

// CONSTANTS

//  RESOURCE DEFINITIONS

//----------------------------------------------------
//
//
//    Needed or loading the resource fails!
//
//----------------------------------------------------
//
RESOURCE RSS_SIGNATURE
    {
    }

// Common resources among GS
#include    "gscommonresources.rss"

//----------------------------------------------------
//
//    r_gs_Admin_view
//    Personalisation Settings view.
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_gs_admin_view
    {
    menubar = r_gs_menubar_open_exit;
    cba = R_GS_SOFTKEYS_OPTIONS_BACK_OPEN;
    }


//----------------------------------------------------
//
//    r_gs_Admin_view_title
//    Personalisation Settings view title.
//
//----------------------------------------------------
//
RESOURCE TITLE_PANE r_gs_admin_view_title
    {
    txt = qtn_cp_title_adminstrative_settings;
    }


//----------------------------------------------------
//
//    r_gs_Admin_view_caption
//    Personalisation View caption for plugin
//
//----------------------------------------------------
//
RESOURCE TBUF r_gs_admin_view_caption
    {
    buf = qtn_cp_folder_administrative_settings;
    }

// End of file