|
1 /* |
|
2 * Copyright (c) 2008 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: Localized resources for project akncompamode |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 NAME ACMT |
|
20 |
|
21 #include <eikon.rh> |
|
22 #include <badef.rh> |
|
23 |
|
24 #include "akncompamode.loc" |
|
25 |
|
26 RESOURCE RSS_SIGNATURE {} |
|
27 |
|
28 // --------------------------------------------------------------------------- |
|
29 // Texts for keypad buttons. Some buttons don't have text (e.g. rockers) and |
|
30 // a corresponding resource. |
|
31 // --------------------------------------------------------------------------- |
|
32 RESOURCE TBUF r_akncompamode_text_1key |
|
33 { |
|
34 buf = qtn_cmode_1key; |
|
35 } |
|
36 |
|
37 RESOURCE TBUF r_akncompamode_text_2key |
|
38 { |
|
39 buf = qtn_cmode_2key; |
|
40 } |
|
41 |
|
42 RESOURCE TBUF r_akncompamode_text_3key |
|
43 { |
|
44 buf = qtn_cmode_3key; |
|
45 } |
|
46 |
|
47 RESOURCE TBUF r_akncompamode_text_4key |
|
48 { |
|
49 buf = qtn_cmode_4key; |
|
50 } |
|
51 |
|
52 RESOURCE TBUF r_akncompamode_text_5key |
|
53 { |
|
54 buf = qtn_cmode_5key; |
|
55 } |
|
56 |
|
57 RESOURCE TBUF r_akncompamode_text_6key |
|
58 { |
|
59 buf = qtn_cmode_6key; |
|
60 } |
|
61 |
|
62 RESOURCE TBUF r_akncompamode_text_7key |
|
63 { |
|
64 buf = qtn_cmode_7key; |
|
65 } |
|
66 |
|
67 RESOURCE TBUF r_akncompamode_text_8key |
|
68 { |
|
69 buf = qtn_cmode_8key; |
|
70 } |
|
71 |
|
72 RESOURCE TBUF r_akncompamode_text_9key |
|
73 { |
|
74 buf = qtn_cmode_9key; |
|
75 } |
|
76 |
|
77 RESOURCE TBUF r_akncompamode_text_qkey |
|
78 { |
|
79 buf = qtn_cmode_qkey; |
|
80 } |
|
81 |
|
82 RESOURCE TBUF r_akncompamode_text_pluskey |
|
83 { |
|
84 buf = qtn_cmode_pluskey; |
|
85 } |
|
86 |
|
87 RESOURCE TBUF r_akncompamode_text_hashkey |
|
88 { |
|
89 buf = qtn_cmode_hashkey; |
|
90 } |