phoneuis/dialer/data/dialerkeypad_urdu.rss
branchRCL_3
changeset 62 5266b1f337bd
parent 9 8871b09be73b
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Dialer virtual keypad button text labels.
       
    15 *               This variant is for languages written with Urdu
       
    16 *               alphabets.
       
    17 *
       
    18 */
       
    19 
       
    20 // NOTE: It's mandatory that all variated keypad resources have
       
    21 // the same resouce identifier and same structure. Same interface
       
    22 // is used for all of them!
       
    23 
       
    24 //  RESOURCE IDENTIFIER
       
    25 NAME DIKP
       
    26 
       
    27 #include <eikon.rh>
       
    28 #include <eikon.hrh>
       
    29 
       
    30 #include "dialerkeypad.rh"
       
    31 
       
    32 RESOURCE RSS_SIGNATURE { }
       
    33 
       
    34 RESOURCE TBUF { buf=""; }
       
    35 
       
    36 RESOURCE DIALER_KEYPAD r_dialer_keypad
       
    37     {
       
    38     keys = 
       
    39         {
       
    40         DIALER_KEY // 1
       
    41             {
       
    42             firstRow = DEFAULT_KEY_1_TEXT;
       
    43             },
       
    44         DIALER_KEY // 2
       
    45             {
       
    46             firstRow = <0x062A><0x200c><0x067E><0x200c><0x0628>;
       
    47             secondRow = <0x062B><0x200c><0x0679>;
       
    48             },
       
    49         DIALER_KEY // 3
       
    50             {
       
    51             firstRow = <0x0621><0x200c><0x0622><0x200c><0x0627>;
       
    52             },
       
    53         DIALER_KEY // 4
       
    54             {
       
    55             firstRow = <0x0634><0x200c><0x0633>;
       
    56             secondRow = <0x0636><0x200c><0x0635>;
       
    57             },
       
    58         DIALER_KEY // 5
       
    59             {
       
    60             firstRow = <0x0631><0x200c><0x0630><0x200c><0x0688><0x200c><0x062F>;
       
    61             secondRow = <0x0698><0x200c><0x0632><0x200c><0x0691>;
       
    62             },
       
    63         DIALER_KEY // 6
       
    64             {
       
    65             firstRow = <0x0686><0x200c><0x062C>;
       
    66             secondRow = <0x062E><0x200c><0x062D>;
       
    67             },
       
    68         DIALER_KEY // 7
       
    69             {
       
    70             firstRow = <0x06BE><0x200c><0x0648><0x200c><0x0646>;
       
    71             secondRow = <0x06D2><0x200c><0x06CC>;
       
    72             },
       
    73         DIALER_KEY // 8
       
    74             {
       
    75             firstRow = <0x06A9><0x200c><0x0642><0x200c><0x0641>;
       
    76             secondRow = <0x0645><0x200c><0x0644><0x200c><0x06AF>;
       
    77             },
       
    78         DIALER_KEY // 9
       
    79             {
       
    80             firstRow = <0x0638><0x200c><0x0637>;
       
    81             secondRow = <0x063A><0x200c><0x0639>;
       
    82             },
       
    83         DIALER_KEY // *
       
    84             {
       
    85             firstRow = DEFAULT_KEY_ASTERISK_TEXT;
       
    86             },
       
    87         DIALER_KEY // 0
       
    88             {
       
    89             firstRow = DEFAULT_KEY_0_TEXT;
       
    90             },
       
    91         DIALER_KEY // #
       
    92             {
       
    93             firstRow = DEFAULT_KEY_HASH_TEXT;
       
    94             }
       
    95         };
       
    96     }
       
    97 
       
    98 // End Of File