|
1 /* |
|
2 * Copyright (c) 2005-2006 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <eikon.rh> |
|
21 #include <avkon.rsg> |
|
22 #include <avkon.rh> |
|
23 #include <avkon.mbg> |
|
24 #include <EIKCORE.rsg> |
|
25 #include <eikon.rsg> |
|
26 |
|
27 #include <aicalendarplugin2.loc> |
|
28 |
|
29 NAME AIC2 |
|
30 |
|
31 RESOURCE RSS_SIGNATURE { } |
|
32 |
|
33 RESOURCE TBUF { buf=""; } |
|
34 |
|
35 //---------------------------------------------------- |
|
36 // r_qtn_ai_cale_plugin_name |
|
37 // |
|
38 //---------------------------------------------------- |
|
39 // |
|
40 RESOURCE TBUF r_qtn_ai_cale_plugin_name |
|
41 { |
|
42 buf = qtn_ai_set_cont_cale; |
|
43 } |
|
44 |
|
45 //---------------------------------------------------- |
|
46 // r_qtn_ai_cale_next_later |
|
47 // |
|
48 //---------------------------------------------------- |
|
49 // |
|
50 RESOURCE TBUF r_qtn_ai_cale_next_later |
|
51 { |
|
52 buf = qtn_ai_cale_next_later; |
|
53 } |
|
54 |
|
55 //---------------------------------------------------- |
|
56 // r_qtn_ai_cale_next_tomorrow |
|
57 // |
|
58 //---------------------------------------------------- |
|
59 // |
|
60 RESOURCE TBUF r_qtn_ai_cale_next_tomorrow |
|
61 { |
|
62 buf = qtn_ai_cale_next_tomorrow; |
|
63 } |
|
64 |
|
65 //---------------------------------------------------- |
|
66 // r_qtn_ai_cale_next_single |
|
67 // |
|
68 //---------------------------------------------------- |
|
69 // |
|
70 RESOURCE TBUF r_qtn_ai_cale_next_single |
|
71 { |
|
72 buf = qtn_ai_cale_next_single; |
|
73 } |
|
74 |
|
75 //---------------------------------------------------- |
|
76 // r_qtn_ai_cale_next_multiple |
|
77 // |
|
78 //---------------------------------------------------- |
|
79 // |
|
80 RESOURCE TBUF r_qtn_ai_cale_next_multiple |
|
81 { |
|
82 buf = qtn_ai_cale_next_multiple; |
|
83 } |
|
84 |
|
85 //---------------------------------------------------- |
|
86 // r_qtn_ai_cale_no_eve_positive |
|
87 // |
|
88 //---------------------------------------------------- |
|
89 // |
|
90 RESOURCE TBUF r_qtn_ai_cale_no_eve_positive |
|
91 { |
|
92 buf = qtn_ai_cale_no_eve_positive; |
|
93 } |
|
94 |
|
95 //---------------------------------------------------- |
|
96 // r_qtn_ai_cale_no_more_ev_positive |
|
97 // |
|
98 //---------------------------------------------------- |
|
99 // |
|
100 RESOURCE TBUF r_qtn_ai_cale_no_more_ev_positive |
|
101 { |
|
102 buf = qtn_ai_cale_no_more_ev_positive; |
|
103 } |
|
104 |
|
105 //---------------------------------------------------- |
|
106 // r_qtn_ai_cale_no_eve_positive_short |
|
107 // |
|
108 //---------------------------------------------------- |
|
109 // |
|
110 RESOURCE TBUF r_qtn_ai_cale_no_eve_positive_short |
|
111 { |
|
112 buf = qtn_ai_cale_no_eve_positive_short; |
|
113 } |
|
114 |
|
115 //---------------------------------------------------- |
|
116 // r_qtn_ai_cale_no_more_ev_positive_short |
|
117 // |
|
118 //---------------------------------------------------- |
|
119 // |
|
120 RESOURCE TBUF r_qtn_ai_cale_no_more_ev_positive_short |
|
121 { |
|
122 buf = qtn_ai_cale_no_more_ev_positive_short; |
|
123 } |
|
124 |
|
125 // End of File |