|
1 /* |
|
2 * Copyright (c) 2005 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 defines the resources used in the |
|
15 * ical importer/exporter. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 NAME AVT2 |
|
22 |
|
23 #include "agnversit2strings.loc" //Localised strings used by AgnVersit2 |
|
24 #include "agnversit2strings.hrh" |
|
25 #include <badef.rh> //LBUF |
|
26 |
|
27 |
|
28 RESOURCE BA_RSS_SIGNATURE {} |
|
29 |
|
30 // The following resources define localisable strings used by AgnVersit2 |
|
31 // The prodid field will be written directly to a generated *.ics file |
|
32 // TZID resources are used to generate names for timezones, these have no meaning outside |
|
33 // of the generated *.ics file and can generally be left alone |
|
34 // X-PARAM resources define custom properties for Agenda entries |
|
35 // CAT resources map to agenda categories |
|
36 |
|
37 RESOURCE LBUF r_ical_prodid |
|
38 { |
|
39 txt = PROD_ID_VALUE; |
|
40 } |
|
41 |
|
42 RESOURCE LBUF r_tzid_utc |
|
43 { |
|
44 txt = TZID_TEXT_UTC; |
|
45 } |
|
46 |
|
47 RESOURCE LBUF r_tzid_plus |
|
48 { |
|
49 txt = TZID_TEXT_PLUS; |
|
50 } |
|
51 |
|
52 RESOURCE LBUF r_tzid_minus |
|
53 { |
|
54 txt = TZID_TEXT_MINUS; |
|
55 } |
|
56 |
|
57 RESOURCE LBUF r_tzid_slash |
|
58 { |
|
59 txt = TZID_TEXT_SLASH; |
|
60 } |
|
61 |
|
62 RESOURCE LBUF r_tzid_standard |
|
63 { |
|
64 txt = TZID_TEXT_STANDARD; |
|
65 } |
|
66 |
|
67 RESOURCE LBUF r_tzid_daylight |
|
68 { |
|
69 txt = TZID_TEXT_DAYLIGHT; |
|
70 } |
|
71 |
|
72 RESOURCE LBUF r_errimport_numrules |
|
73 { |
|
74 txt = IMPORT_ERROR_RRULE_NUMRULES; |
|
75 } |
|
76 |
|
77 RESOURCE LBUF r_errimport_nofreq |
|
78 { |
|
79 txt = IMPORT_ERROR_RRULE_NOFREQ; |
|
80 } |
|
81 |
|
82 RESOURCE LBUF r_errimport_notyearly |
|
83 { |
|
84 txt = IMPORT_ERROR_RRULE_NOTYEARLY; |
|
85 } |
|
86 |
|
87 RESOURCE LBUF r_errimport_notallowed |
|
88 { |
|
89 txt = IMPORT_ERROR_VALARM_NOTALLOWED; |
|
90 } |
|
91 |
|
92 RESOURCE LBUF r_errimport_notrigger |
|
93 { |
|
94 txt = IMPORT_ERROR_VALARM_NOTRIGGER; |
|
95 } |
|
96 |
|
97 RESOURCE LBUF r_errimport_nostart |
|
98 { |
|
99 txt = IMPORT_ERROR_VALARM_NOSTART; |
|
100 } |
|
101 |
|
102 RESOURCE LBUF r_errimport_afterevent |
|
103 { |
|
104 txt = IMPORT_ERROR_VALARM_AFTEREVENT; |
|
105 } |
|
106 |
|
107 RESOURCE LBUF r_xparam_type |
|
108 { |
|
109 txt = X_PARAM_TYPE; |
|
110 } |
|
111 |
|
112 RESOURCE LBUF r_xparam_appt |
|
113 { |
|
114 txt = X_PARAM_APPT; |
|
115 } |
|
116 |
|
117 RESOURCE LBUF r_xparam_todo |
|
118 { |
|
119 txt = X_PARAM_TODO; |
|
120 } |
|
121 |
|
122 RESOURCE LBUF r_xparam_event |
|
123 { |
|
124 txt = X_PARAM_EVENT; |
|
125 } |
|
126 |
|
127 RESOURCE LBUF r_xparam_reminder |
|
128 { |
|
129 txt = X_PARAM_REMINDER; |
|
130 } |
|
131 |
|
132 RESOURCE LBUF r_xparam_anniversary |
|
133 { |
|
134 txt = X_PARAM_ANNIVERSARY; |
|
135 } |
|
136 |
|
137 RESOURCE LBUF r_cat_appointment |
|
138 { |
|
139 txt = CAT_APPOINTMENT; |
|
140 } |
|
141 |
|
142 RESOURCE LBUF r_cat_business |
|
143 { |
|
144 txt = CAT_BUSINESS; |
|
145 } |
|
146 |
|
147 RESOURCE LBUF r_cat_education |
|
148 { |
|
149 txt = CAT_EDUCATION; |
|
150 } |
|
151 |
|
152 RESOURCE LBUF r_cat_holiday |
|
153 { |
|
154 txt = CAT_HOLIDAY; |
|
155 } |
|
156 |
|
157 RESOURCE LBUF r_cat_meeting |
|
158 { |
|
159 txt = CAT_MEETING; |
|
160 } |
|
161 |
|
162 RESOURCE LBUF r_cat_misc |
|
163 { |
|
164 txt = CAT_MISC; |
|
165 } |
|
166 |
|
167 RESOURCE LBUF r_cat_personal |
|
168 { |
|
169 txt = CAT_PERSONAL; |
|
170 } |
|
171 |
|
172 RESOURCE LBUF r_cat_phonecall |
|
173 { |
|
174 txt = CAT_PHONECALL; |
|
175 } |
|
176 |
|
177 RESOURCE LBUF r_cat_sick |
|
178 { |
|
179 txt = CAT_SICK; |
|
180 } |
|
181 |
|
182 RESOURCE LBUF r_cat_special |
|
183 { |
|
184 txt = CAT_SPECIAL; |
|
185 } |
|
186 |
|
187 RESOURCE LBUF r_cat_travel |
|
188 { |
|
189 txt = CAT_TRAVEL; |
|
190 } |
|
191 |
|
192 RESOURCE LBUF r_cat_vacation |
|
193 { |
|
194 txt = CAT_VACATION; |
|
195 } |
|
196 |
|
197 // End of file. |