phoneuis/dialer/data/dialerkeypad_arabic.rss
branchRCL_3
changeset 3 8871b09be73b
equal deleted inserted replaced
2:c84cf270c54f 3:8871b09be73b
       
     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 Arabic
       
    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><0x0628>;
       
    47             secondRow = <0x062B><0x200c><0x0629>;
       
    48             },
       
    49         DIALER_KEY // 3
       
    50             {
       
    51             firstRow = <0x0621><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 = <0x0630><0x200c><0x062F>;
       
    61             secondRow = <0x0632><0x200c><0x0631>;
       
    62             },
       
    63         DIALER_KEY // 6
       
    64             {
       
    65             firstRow = <0x062E><0x200c><0x062D><0x200c><0x062C>;
       
    66             },
       
    67         DIALER_KEY // 7
       
    68             {
       
    69             firstRow = <0x0647><0x200c><0x0646>;
       
    70             secondRow = <0x064A><0x200c><0x0648>;
       
    71             },
       
    72         DIALER_KEY // 8
       
    73             {
       
    74             firstRow = <0x0643><0x200c><0x0642><0x200c><0x0641>;
       
    75             secondRow = <0x0645><0x200c><0x0644><0x200c>;
       
    76             },
       
    77         DIALER_KEY // 9
       
    78             {
       
    79             firstRow = <0x0638><0x200c><0x0637>;
       
    80             secondRow = <0x063A><0x200c><0x0639>;
       
    81             },
       
    82         DIALER_KEY // *
       
    83             {
       
    84             firstRow = DEFAULT_KEY_ASTERISK_TEXT;
       
    85             },
       
    86         DIALER_KEY // 0
       
    87             {
       
    88             firstRow = DEFAULT_KEY_0_TEXT;
       
    89             },
       
    90         DIALER_KEY // #
       
    91             {
       
    92             firstRow = DEFAULT_KEY_HASH_TEXT;
       
    93             }
       
    94         };
       
    95     }
       
    96 
       
    97 // End Of File