phoneuis/dialer/data/dialerkeypad_chn_zhuyin.rss
branchRCL_3
changeset 3 8871b09be73b
equal deleted inserted replaced
2:c84cf270c54f 3:8871b09be73b
       
     1 /*
       
     2 * Copyright (c) 2010 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 is the Chinese Zhuyin variant of the file.
       
    16 *
       
    17 */
       
    18 
       
    19 // NOTE: It's mandatory that all variated keypad resources have
       
    20 // the same resouce identifier and same structure. Same interface
       
    21 // is used for all of them!
       
    22 
       
    23 //  RESOURCE IDENTIFIER
       
    24 NAME DIKP
       
    25 
       
    26 #include <eikon.rh>
       
    27 #include <eikon.hrh>
       
    28 
       
    29 #include "dialerkeypad.rh"
       
    30 
       
    31 RESOURCE RSS_SIGNATURE { }
       
    32 
       
    33 RESOURCE TBUF { buf=""; }
       
    34 
       
    35 RESOURCE DIALER_KEYPAD r_dialer_keypad
       
    36     {
       
    37     keys = 
       
    38         {
       
    39         DIALER_KEY // 1
       
    40             {
       
    41             firstRow = <0x3105><0x3106>;
       
    42             secondRow = <0x3107><0x3108>;
       
    43             },
       
    44         DIALER_KEY // 2
       
    45             {
       
    46             firstRow = <0x3109><0x310a>;
       
    47             secondRow = <0x310b><0x310c>;
       
    48             },
       
    49         DIALER_KEY // 3
       
    50             {
       
    51             firstRow = <0x310d><0x310e><0x310f>;
       
    52             },
       
    53         DIALER_KEY // 4
       
    54             {
       
    55             firstRow = <0x3110><0x3111><0x3112>;
       
    56             },
       
    57         DIALER_KEY // 5
       
    58             {
       
    59             firstRow = <0x3113><0x3114>;
       
    60             secondRow = <0x3115><0x3116>;
       
    61             },
       
    62         DIALER_KEY // 6
       
    63             {
       
    64             firstRow = <0x3117><0x3118><0x3119>;
       
    65             },
       
    66         DIALER_KEY // 7
       
    67             {
       
    68             firstRow = <0x311a><0x311b>;
       
    69             secondRow = <0x311c><0x311d>;
       
    70             },
       
    71         DIALER_KEY // 8
       
    72             {
       
    73             firstRow = <0x311e><0x311f>;
       
    74             secondRow = <0x3120><0x3121>;
       
    75             },
       
    76         DIALER_KEY // 9
       
    77             {
       
    78             firstRow = <0x3122><0x3123>;
       
    79             secondRow = <0x3124><0x3125><0x3126>;
       
    80             },
       
    81         DIALER_KEY // *
       
    82             {
       
    83             firstRow = DEFAULT_KEY_ASTERISK_TEXT;
       
    84             },
       
    85         DIALER_KEY // 0
       
    86             {
       
    87             firstRow = <0x3127><0x3128><0x3129>;
       
    88             },
       
    89         DIALER_KEY // #
       
    90             {
       
    91             firstRow = DEFAULT_KEY_HASH_TEXT;
       
    92             }
       
    93         };
       
    94     }
       
    95 
       
    96 // End Of File