/*
* 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: Dialer virtual keypad button text labels.
* This variant is for languages written with Cyrillic
* alphabets.
*
*/
// NOTE: It's mandatory that all variated keypad resources have
// the same resouce identifier and same structure. Same interface
// is used for all of them!
// RESOURCE IDENTIFIER
NAME DIKP
#include <eikon.rh>
#include <eikon.hrh>
#include "dialerkeypad.rh"
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf=""; }
RESOURCE DIALER_KEYPAD r_dialer_keypad
{
keys =
{
DIALER_KEY // 1
{
firstRow = DEFAULT_KEY_1_TEXT;
},
DIALER_KEY // 2
{
firstRow = DEFAULT_KEY_2_TEXT;
secondRow = <0x0430><0x0431><0x0432><0x0433>;
},
DIALER_KEY // 3
{
firstRow = DEFAULT_KEY_3_TEXT;
secondRow = <0x0434><0x0435><0x0436><0x0437>;
},
DIALER_KEY // 4
{
firstRow = DEFAULT_KEY_4_TEXT;
secondRow = <0x0438><0x0439><0x043A><0x043B>;
},
DIALER_KEY // 5
{
firstRow = DEFAULT_KEY_5_TEXT;
secondRow = <0x043C><0x043D><0x043E><0x043F>;
},
DIALER_KEY // 6
{
firstRow = DEFAULT_KEY_6_TEXT;
secondRow = <0x0440><0x0441><0x0442><0x0443>;
},
DIALER_KEY // 7
{
firstRow = DEFAULT_KEY_7_TEXT;
secondRow = <0x0444><0x0445><0x0446><0x0447>;
},
DIALER_KEY // 8
{
firstRow = DEFAULT_KEY_8_TEXT;
secondRow = <0x0448><0x0449><0x044A><0x044B>;
},
DIALER_KEY // 9
{
firstRow = DEFAULT_KEY_9_TEXT;
secondRow = <0x044C><0x044D><0x044E><0x044F>;
},
DIALER_KEY // *
{
firstRow = DEFAULT_KEY_ASTERISK_TEXT;
},
DIALER_KEY // 0
{
firstRow = DEFAULT_KEY_0_TEXT;
},
DIALER_KEY // #
{
firstRow = DEFAULT_KEY_HASH_TEXT;
}
};
}
// End Of File