phoneuis/dialer/data/dialerkeypad_chn_stroke.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 Stroke 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 = <0x4e00>;
       
    42             secondRow = " "; // to force two line layout
       
    43             },
       
    44         DIALER_KEY // 2
       
    45             {
       
    46             firstRow = <0x4e28>;
       
    47             secondRow = DEFAULT_KEY_2_TEXT;
       
    48             },
       
    49         DIALER_KEY // 3
       
    50             {
       
    51             firstRow = <0x4e3f>;
       
    52             secondRow = DEFAULT_KEY_3_TEXT;
       
    53             },
       
    54         DIALER_KEY // 4
       
    55             {
       
    56             firstRow = <0x4e36>;
       
    57             secondRow = DEFAULT_KEY_4_TEXT;
       
    58             },
       
    59         DIALER_KEY // 5
       
    60             {
       
    61             firstRow = <0x4e5b>;
       
    62             secondRow = DEFAULT_KEY_5_TEXT;
       
    63             },
       
    64         DIALER_KEY // 6
       
    65             {
       
    66             secondRow = DEFAULT_KEY_6_TEXT;
       
    67             },
       
    68         DIALER_KEY // 7
       
    69             {
       
    70             secondRow = DEFAULT_KEY_7_TEXT;
       
    71             },
       
    72         DIALER_KEY // 8
       
    73             {
       
    74             secondRow = DEFAULT_KEY_8_TEXT;
       
    75             },
       
    76         DIALER_KEY // 9
       
    77             {
       
    78             secondRow = DEFAULT_KEY_9_TEXT;
       
    79             },
       
    80         DIALER_KEY // *
       
    81             {
       
    82             firstRow = DEFAULT_KEY_ASTERISK_TEXT;
       
    83             },
       
    84         DIALER_KEY // 0
       
    85             {
       
    86             firstRow = DEFAULT_KEY_0_TEXT;
       
    87             },
       
    88         DIALER_KEY // #
       
    89             {
       
    90             firstRow = DEFAULT_KEY_HASH_TEXT;
       
    91             }
       
    92         };
       
    93     }
       
    94 
       
    95 // End Of File