/*
* Copyright (c) 2009 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: This file contains all the resources for the Thai plugin.
*
*/
#include <calendar.loc>
#include <calendar.rsg>
#include <eikon.rh>
#include <avkon.hrh>
#include <avkon.rh>
#include <avkon.rsg>
NAME CATH
RESOURCE RSS_SIGNATURE { }
// ---------------------------------------------------------
// ---------------------------------------------------------
//
RESOURCE TBUF R_CALEN_THAI_SETTING_TITLE
{
buf = qtn_cale_sett_thai_year;
}
// ---------------------------------------------------------
// ---------------------------------------------------------
//
RESOURCE AVKON_SETTING_PAGE r_calen_thai_setting_page
{
label = qtn_cale_sett_thai_year;
softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL;
type = EAknCtPopupSettingList;
editor_resource_id = R_CALEN_SETTING_LISTBOX;
}
// ---------------------------------------------------------
// ---------------------------------------------------------
//
RESOURCE ARRAY r_calen_thai_setting_choicelist
{
items =
{
LBUF
{
txt = qtn_chi_cale_lunar_cale_off;
},
LBUF
{
txt = qtn_chi_cale_lunar_cale_on;
}
};
}
//----------------------------------------------------
//----------------------------------------------------
//
RESOURCE ARRAY r_calen_thai_setting_array
{
items =
{
AVKON_ENUMERATED_TEXT
{
value = 0;
text = qtn_chi_cale_lunar_cale_off;
},
AVKON_ENUMERATED_TEXT
{
value = 1;
text = qtn_chi_cale_lunar_cale_on;
}
};
}
//----------------------------------------------------
//----------------------------------------------------
//
RESOURCE AVKON_POPUP_SETTING_TEXTS r_calen_thai_setting_texts
{
setting_texts_resource = r_calen_thai_setting_array;
popped_up_texts_resource = r_calen_thai_setting_choicelist;
}