phoneuis/dialer/data/dialerkeypad_devanagari.rss
branchRCL_3
changeset 62 5266b1f337bd
parent 9 8871b09be73b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phoneuis/dialer/data/dialerkeypad_devanagari.rss	Wed Sep 01 12:30:10 2010 +0100
@@ -0,0 +1,99 @@
+/*
+* 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 Devanagari
+*               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 = <0x0905><0x002D><0x090A>;
+            },
+        DIALER_KEY // 3
+            {
+            firstRow = DEFAULT_KEY_3_TEXT;
+            secondRow = <0x090F><0x002D><0x0914>;
+            },
+        DIALER_KEY // 4
+            {
+            firstRow = DEFAULT_KEY_4_TEXT;
+            secondRow = <0x0915><0x002D><0x0919>;
+            },
+        DIALER_KEY // 5
+            {
+            firstRow = DEFAULT_KEY_5_TEXT;
+            secondRow = <0x091A><0x002D><0x091E>;
+            },
+        DIALER_KEY // 6
+            {
+            firstRow = DEFAULT_KEY_6_TEXT;
+            secondRow = <0x091F><0x002D><0x0923>;
+            },
+        DIALER_KEY // 7
+            {
+            firstRow = DEFAULT_KEY_7_TEXT;
+            secondRow = <0x0924><0x002D><0x0928>;
+            },
+        DIALER_KEY // 8
+            {
+            firstRow = DEFAULT_KEY_8_TEXT;
+            secondRow = <0x092A><0x002D><0x092E>;
+            },
+        DIALER_KEY // 9
+            {
+            firstRow = DEFAULT_KEY_9_TEXT;
+            secondRow = <0x092F><0x002D><0x0939>;
+            },
+        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