/*
* 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 Greek
* 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 = <0x03B1><0x03B2><0x03B3>;
},
DIALER_KEY // 3
{
firstRow = DEFAULT_KEY_3_TEXT;
secondRow = <0x03B4><0x03B5><0x03B6>;
},
DIALER_KEY // 4
{
firstRow = DEFAULT_KEY_4_TEXT;
secondRow = <0x03B7><0x03B8><0x03B9>;
},
DIALER_KEY // 5
{
firstRow = DEFAULT_KEY_5_TEXT;
secondRow = <0x03BA><0x03BB><0x03BC>;
},
DIALER_KEY // 6
{
firstRow = DEFAULT_KEY_6_TEXT;
secondRow = <0x03BD><0x03BE><0x03BF>;
},
DIALER_KEY // 7
{
firstRow = DEFAULT_KEY_7_TEXT;
secondRow = <0x03C0><0x03C1><0x03C3><0x03C2>;
},
DIALER_KEY // 8
{
firstRow = DEFAULT_KEY_8_TEXT;
secondRow = <0x03C4><0x03C5><0x03C6>;
},
DIALER_KEY // 9
{
firstRow = DEFAULT_KEY_9_TEXT;
secondRow = <0x03C7><0x03C8><0x03C9>;
},
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