|
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: This file contains all the resources for the Vietnamese plugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <eikon.rh> |
|
20 #include <avkon.hrh> |
|
21 #include <avkon.rh> |
|
22 #include <avkon.rsg> |
|
23 |
|
24 #include <calendar.loc> |
|
25 |
|
26 NAME CLVT |
|
27 |
|
28 RESOURCE RSS_SIGNATURE { } |
|
29 |
|
30 |
|
31 //---------------------------------------------------- |
|
32 //---------------------------------------------------- |
|
33 // |
|
34 RESOURCE DIALOG r_calen_lunar_details_dialog |
|
35 { |
|
36 flags = EGeneralQueryFlags; |
|
37 buttons = R_AVKON_SOFTKEYS_OK_EMPTY; |
|
38 items = |
|
39 { |
|
40 DLG_LINE |
|
41 { |
|
42 type = EAknCtPopupHeadingPane; |
|
43 id = EAknMessageQueryHeaderId; |
|
44 control = AVKON_HEADING |
|
45 { |
|
46 label = qtn_chi_cale_lunar_calendar; |
|
47 headinglayout = R_AVKON_LIST_HEADING_PANE; |
|
48 }; |
|
49 }, |
|
50 DLG_LINE |
|
51 { |
|
52 type = EAknCtMessageQuery; |
|
53 id = EAknMessageQueryContentId; |
|
54 control = AVKON_MESSAGE_QUERY |
|
55 { |
|
56 }; |
|
57 } |
|
58 }; |
|
59 } |
|
60 |
|
61 |
|
62 //---------------------------------------------------- |
|
63 // Menu item text "Show lunar details" |
|
64 //---------------------------------------------------- |
|
65 // |
|
66 RESOURCE TBUF r_calendar_show_lunar_data |
|
67 { |
|
68 buf = qtn_chi_cale_lunar_data; |
|
69 } |
|
70 |
|
71 |
|
72 //---------------------------------------------------- |
|
73 // Details dialog item headers |
|
74 //---------------------------------------------------- |
|
75 // |
|
76 RESOURCE TBUF r_calendar_lunar_info_festival |
|
77 { |
|
78 buf = qtn_cale_lunar_info_festival; |
|
79 } |
|
80 |
|
81 RESOURCE TBUF r_calendar_lunar_info_solar |
|
82 { |
|
83 buf = qtn_cale_lunar_info_solar; |
|
84 } |
|
85 |
|
86 RESOURCE TBUF r_calendar_lunar_info_date |
|
87 { |
|
88 buf = qtn_cale_info_lunar_date; |
|
89 } |
|
90 |
|
91 RESOURCE TBUF r_calendar_lunar_info_animal_year |
|
92 { |
|
93 buf = qtn_cale_info_animal_year; |
|
94 } |
|
95 |
|
96 RESOURCE TBUF r_calendar_lunar_info_western_date |
|
97 { |
|
98 buf = qtn_cale_info_western_date; |
|
99 } |
|
100 |
|
101 RESOURCE TBUF r_cale_lunar_date |
|
102 { |
|
103 buf = qtn_cale_lunar_date; |
|
104 } |
|
105 |
|
106 RESOURCE TBUF r_cale_lunar_leap_date |
|
107 { |
|
108 buf = qtn_cale_lunar_leap_date; |
|
109 } |
|
110 |
|
111 RESOURCE TBUF r_cale_year_of_cat |
|
112 { |
|
113 buf = qtn_chi_cale_animal_cat; |
|
114 } |
|
115 |
|
116 |