64
|
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: Resource definitions for esmrgui
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
NAME MRGD
|
|
19 |
|
|
20 |
#include <eikon.rh>
|
|
21 |
#include <eikon.rsg>
|
|
22 |
#include <avkon.rh>
|
|
23 |
#include <avkon.rsg>
|
|
24 |
#include <avkon.loc>
|
|
25 |
#include <AiwCommon.rh>
|
|
26 |
#include <AiwGenericParam.hrh>
|
|
27 |
#include <AiwCommon.hrh> // for service commands
|
|
28 |
|
|
29 |
#include <esmrgui.mbg>
|
|
30 |
#include <mrui.loc>
|
|
31 |
|
|
32 |
#include "esmrdef.h"
|
|
33 |
#include "esmrgui.hrh"
|
|
34 |
#include "esmrgui.rh"
|
|
35 |
|
|
36 |
RESOURCE RSS_SIGNATURE { }
|
|
37 |
|
|
38 |
// Included resource files
|
|
39 |
#include "mrguilocationresources.rss" // r_location_options
|
|
40 |
|
|
41 |
|
|
42 |
// ---------------------------------------------------------------------------
|
|
43 |
// r_global_toolbar
|
|
44 |
// ---------------------------------------------------------------------------
|
|
45 |
//
|
|
46 |
RESOURCE AVKON_TOOLBAR r_global_toolbar
|
|
47 |
{
|
|
48 |
flags = KAknToolbarFixed;
|
|
49 |
// define empty button set in order for the toolbar to be displayed properly,
|
|
50 |
// buttons will be updated at runtime
|
|
51 |
items =
|
|
52 |
{
|
|
53 |
TBAR_CTRL
|
|
54 |
{
|
|
55 |
type = EAknCtButton;
|
|
56 |
id = 0;
|
|
57 |
control = AVKON_BUTTON
|
|
58 |
{
|
|
59 |
};
|
|
60 |
},
|
|
61 |
TBAR_CTRL
|
|
62 |
{
|
|
63 |
type = EAknCtButton;
|
|
64 |
id = 1;
|
|
65 |
control = AVKON_BUTTON
|
|
66 |
{
|
|
67 |
};
|
|
68 |
},
|
|
69 |
TBAR_CTRL
|
|
70 |
{
|
|
71 |
type = EAknCtButton;
|
|
72 |
id = 2;
|
|
73 |
control = AVKON_BUTTON
|
|
74 |
{
|
|
75 |
};
|
|
76 |
}
|
|
77 |
};
|
|
78 |
}
|
|
79 |
|
|
80 |
// ---------------------------------------------------------------------------
|
|
81 |
// r_priority_options
|
|
82 |
//
|
|
83 |
// ---------------------------------------------------------------------------
|
|
84 |
//
|
|
85 |
RESOURCE MENU_PANE r_priority_options
|
|
86 |
{
|
|
87 |
items =
|
|
88 |
{
|
|
89 |
MENU_ITEM
|
|
90 |
{
|
|
91 |
command=EESMRCmdPriorityHigh;
|
|
92 |
txt=qtn_meet_req_opt_priority_high;
|
|
93 |
},
|
|
94 |
MENU_ITEM
|
|
95 |
{
|
|
96 |
command=EESMRCmdPriorityNormal;
|
|
97 |
txt=qtn_meet_req_opt_priority_normal;
|
|
98 |
},
|
|
99 |
MENU_ITEM
|
|
100 |
{
|
|
101 |
command=EESMRCmdPriorityLow;
|
|
102 |
txt=qtn_meet_req_opt_priority_low;
|
|
103 |
}
|
|
104 |
};
|
|
105 |
}
|
|
106 |
|
|
107 |
// ---------------------------------------------------------------------------
|
|
108 |
// r_mr_editor_organizer_menu
|
|
109 |
//
|
|
110 |
// ---------------------------------------------------------------------------
|
|
111 |
//
|
|
112 |
RESOURCE MENU_PANE r_mr_editor_organizer_menu
|
|
113 |
{
|
|
114 |
items =
|
|
115 |
{
|
|
116 |
MENU_ITEM
|
|
117 |
{
|
|
118 |
command = EESMRCmdSendMR;
|
|
119 |
txt = qtn_meet_req_opt_send;
|
|
120 |
},
|
|
121 |
MENU_ITEM
|
|
122 |
{
|
|
123 |
command = EESMRCmdSendMRUpdate;
|
|
124 |
txt = qtn_meet_req_opt_send_update;
|
|
125 |
},
|
|
126 |
MENU_ITEM
|
|
127 |
{
|
|
128 |
command = EESMRCmdCalEntryUISend;
|
|
129 |
txt = qtn_meet_req_opt_send;
|
|
130 |
},
|
|
131 |
MENU_ITEM
|
|
132 |
{
|
|
133 |
command = EESMRCmdCalEntryUIAddParticipants;
|
|
134 |
txt = qtn_meet_req_opt_add_participants;
|
|
135 |
},
|
|
136 |
MENU_ITEM
|
|
137 |
{
|
|
138 |
command = EESMRCmdAddOptAttendee;
|
|
139 |
txt = qtn_meet_req_opt_optional;
|
|
140 |
},
|
|
141 |
MENU_ITEM
|
|
142 |
{
|
|
143 |
command = EESMRCmdSaveMR;
|
|
144 |
txt = qtn_form_litxt_save;
|
|
145 |
},
|
|
146 |
MENU_ITEM
|
|
147 |
{
|
|
148 |
command = EESMRCmdSaveCloseMR;
|
|
149 |
txt = qtn_meet_req_opt_save_close;
|
|
150 |
},
|
|
151 |
MENU_ITEM
|
|
152 |
{
|
|
153 |
command = EESMRCmdCalEntryUISave;
|
|
154 |
txt = qtn_form_litxt_save;
|
|
155 |
},
|
|
156 |
MENU_ITEM
|
|
157 |
{
|
|
158 |
command = EESMRCmdViewTrack;
|
|
159 |
txt = qtn_meet_req_opt_tracking;
|
|
160 |
},
|
|
161 |
MENU_ITEM
|
|
162 |
{
|
|
163 |
command = EAknCmdOpen;
|
|
164 |
txt = qtn_options_open;
|
|
165 |
},
|
|
166 |
MENU_ITEM
|
|
167 |
{
|
|
168 |
command = EESMRCmdDeleteMR;
|
|
169 |
txt = qtn_fldr_delete;
|
|
170 |
},
|
|
171 |
MENU_ITEM
|
|
172 |
{
|
|
173 |
command = EESMRCmdCalEntryUIDelete;
|
|
174 |
txt = qtn_fldr_delete;
|
|
175 |
},
|
|
176 |
MENU_ITEM
|
|
177 |
{
|
|
178 |
command = EESMRCmdAddAttendees;
|
|
179 |
txt = qtn_meet_req_opt_add_participants;
|
|
180 |
},
|
|
181 |
MENU_ITEM
|
|
182 |
{
|
|
183 |
command = EESMRCmdAddLocation;
|
|
184 |
txt = qtn_meet_req_options_add_location;
|
|
185 |
cascade=r_location_options;
|
|
186 |
},
|
|
187 |
MENU_ITEM
|
|
188 |
{
|
|
189 |
command = EESMRCmdSearchFromMap;
|
|
190 |
txt = qtn_meet_req_options_search_from_map;
|
|
191 |
},
|
|
192 |
MENU_ITEM
|
|
193 |
{
|
|
194 |
command = EESMRCmdShowOnMap;
|
|
195 |
txt = qtn_meet_req_options_show_on_map;
|
|
196 |
},
|
|
197 |
MENU_ITEM
|
|
198 |
{
|
|
199 |
command = EESMRCmdPriorityOptions;
|
|
200 |
txt = qtn_meet_req_opt_priority;
|
|
201 |
cascade=r_priority_options;
|
|
202 |
},
|
|
203 |
MENU_ITEM
|
|
204 |
{
|
|
205 |
command = EAknCmdHelp;
|
|
206 |
txt = qtn_options_help;
|
|
207 |
},
|
|
208 |
MENU_ITEM
|
|
209 |
{
|
|
210 |
command = EAknCmdExit;
|
|
211 |
txt = qtn_options_exit;
|
|
212 |
}
|
|
213 |
};
|
|
214 |
}
|
|
215 |
|
|
216 |
// ---------------------------------------------------------------------------
|
|
217 |
// r_forward_options
|
|
218 |
//
|
|
219 |
// ---------------------------------------------------------------------------
|
|
220 |
//
|
|
221 |
RESOURCE MENU_PANE r_forward_options
|
|
222 |
{
|
|
223 |
items =
|
|
224 |
{
|
|
225 |
MENU_ITEM
|
|
226 |
{
|
|
227 |
command=EESMRCmdForwardAsMeeting;
|
|
228 |
txt= qtn_meet_req_opt_meeting;
|
|
229 |
},
|
|
230 |
MENU_ITEM
|
|
231 |
{
|
|
232 |
command=EESMRCmdForwardAsMail;
|
|
233 |
txt= qtn_meet_req_opt_email;
|
|
234 |
}
|
|
235 |
};
|
|
236 |
}
|
|
237 |
|
|
238 |
// ---------------------------------------------------------------------------
|
|
239 |
// r_mr_viewer_menu
|
|
240 |
//
|
|
241 |
// ---------------------------------------------------------------------------
|
|
242 |
//
|
|
243 |
RESOURCE MENU_PANE r_mr_viewer_menu
|
|
244 |
{
|
|
245 |
items =
|
|
246 |
{
|
|
247 |
MENU_ITEM
|
|
248 |
{
|
|
249 |
command = EESMRCmdAcceptMR;
|
|
250 |
txt = qtn_meet_req_opt_accept;
|
|
251 |
},
|
|
252 |
MENU_ITEM
|
|
253 |
{
|
|
254 |
command = EESMRCmdTentativeMR;
|
|
255 |
txt = qtn_meet_req_opt_tentative;
|
|
256 |
},
|
|
257 |
MENU_ITEM
|
|
258 |
{
|
|
259 |
command = EESMRCmdDeclineMR;
|
|
260 |
txt = qtn_meet_req_opt_decline;
|
|
261 |
},
|
|
262 |
MENU_ITEM
|
|
263 |
{
|
|
264 |
command = EESMRCmdRemoveFromCalendar;
|
|
265 |
txt = qtn_meet_req_options_remove_from_cal;
|
|
266 |
},
|
|
267 |
MENU_ITEM
|
|
268 |
{
|
|
269 |
command = EESMRCmdMailMoveMessageToDrafts;
|
|
270 |
txt = qtn_meet_req_options_move_to_drafts_msg;
|
|
271 |
},
|
|
272 |
MENU_ITEM
|
|
273 |
{
|
|
274 |
command = EESMRCmdCalEntryUISend;
|
|
275 |
txt = qtn_meet_req_opt_send;
|
|
276 |
},
|
|
277 |
MENU_ITEM
|
|
278 |
{
|
|
279 |
command = EESMRCmdEdit;
|
|
280 |
txt = qtn_meet_req_opt_edit;
|
|
281 |
},
|
|
282 |
MENU_ITEM
|
|
283 |
{
|
|
284 |
command = EESMRCmdEditLocal;
|
|
285 |
txt = qtn_meet_req_opt_edit;
|
|
286 |
},
|
|
287 |
MENU_ITEM
|
|
288 |
{
|
|
289 |
command = EESMRCmdCalEntryUIEdit;
|
|
290 |
txt = qtn_meet_req_opt_edit;
|
|
291 |
},
|
|
292 |
MENU_ITEM
|
|
293 |
{
|
|
294 |
command = EESMRCmdViewCalendar;
|
|
295 |
txt = qtn_meet_req_opt_view_cal;
|
|
296 |
},
|
|
297 |
MENU_ITEM
|
|
298 |
{
|
|
299 |
command = EESMRCmdReply;
|
|
300 |
txt = qtn_meet_req_opt_reply;
|
|
301 |
},
|
|
302 |
MENU_ITEM
|
|
303 |
{
|
|
304 |
command = EESMRCmdReplyAll;
|
|
305 |
txt = qtn_meet_req_opt_reply_all;
|
|
306 |
},
|
|
307 |
MENU_ITEM
|
|
308 |
{
|
|
309 |
command = EESMRCmdForwardOptions;
|
|
310 |
txt = qtn_meet_req_opt_forward;
|
|
311 |
cascade=r_forward_options;
|
|
312 |
},
|
|
313 |
MENU_ITEM
|
|
314 |
{
|
|
315 |
command = EESMRCmdActionMenu;
|
|
316 |
txt = qtn_meet_req_opt_actions;
|
|
317 |
cascade=r_action_menu;
|
|
318 |
},
|
|
319 |
MENU_ITEM
|
|
320 |
{
|
|
321 |
command = EESMRCmdTodoMarkAsDone;
|
|
322 |
txt = qtn_calendar_opt_mark_done;
|
|
323 |
},
|
|
324 |
MENU_ITEM
|
|
325 |
{
|
|
326 |
command = EESMRCmdTodoMarkAsNotDone;
|
|
327 |
txt = qtn_calendar_opt_mark_not_done;
|
|
328 |
},
|
|
329 |
MENU_ITEM
|
|
330 |
{
|
|
331 |
command = EESMRCmdViewTrack;
|
|
332 |
txt = qtn_meet_req_opt_tracking;
|
|
333 |
},
|
|
334 |
MENU_ITEM
|
|
335 |
{
|
|
336 |
command = EESMRCmdDeleteMR;
|
|
337 |
txt = qtn_fldr_delete;
|
|
338 |
},
|
|
339 |
MENU_ITEM
|
|
340 |
{
|
|
341 |
command = EESMRCmdCalEntryUIDelete;
|
|
342 |
txt = qtn_fldr_delete;
|
|
343 |
},
|
|
344 |
// EMail Commands
|
|
345 |
MENU_ITEM
|
|
346 |
{
|
|
347 |
command = EESMRCmdMailDelete;
|
|
348 |
txt = qtn_meet_req_options_delete_msg;
|
|
349 |
},
|
|
350 |
MENU_ITEM
|
|
351 |
{
|
|
352 |
command = EESMRCmdMailMessageDetails;
|
|
353 |
txt = qtn_meet_req_options_msg_details;
|
|
354 |
},
|
|
355 |
MENU_ITEM
|
|
356 |
{
|
|
357 |
command = EESMRCmdClipboardCopy;
|
|
358 |
txt = qtn_meet_req_options_copy_to_clipboard;
|
|
359 |
},
|
|
360 |
MENU_ITEM
|
|
361 |
{
|
|
362 |
command = EESMRCmdMailPreviousMessage;
|
|
363 |
txt = qtn_meet_req_options_prev_msg;
|
|
364 |
},
|
|
365 |
MENU_ITEM
|
|
366 |
{
|
|
367 |
command = EESMRCmdMailNextMessage;
|
|
368 |
txt = qtn_meet_req_options_next_msg;
|
|
369 |
},
|
|
370 |
MENU_ITEM
|
|
371 |
{
|
|
372 |
command = EESMRCmdSearchFromMap;
|
|
373 |
txt = qtn_meet_req_options_search_from_map;
|
|
374 |
},
|
|
375 |
MENU_ITEM
|
|
376 |
{
|
|
377 |
command = EESMRCmdShowOnMap;
|
|
378 |
txt = qtn_meet_req_options_show_on_map;
|
|
379 |
},
|
|
380 |
MENU_ITEM
|
|
381 |
{
|
|
382 |
command = EAknCmdHelp;
|
|
383 |
txt = qtn_options_help;
|
|
384 |
},
|
|
385 |
MENU_ITEM
|
|
386 |
{
|
|
387 |
command = EAknCmdExit;
|
|
388 |
txt = qtn_options_exit;
|
|
389 |
}
|
|
390 |
};
|
|
391 |
}
|
|
392 |
|
|
393 |
// ---------------------------------------------------------------------------
|
|
394 |
// r_mrviewer_email_menu
|
|
395 |
//
|
|
396 |
// ---------------------------------------------------------------------------
|
|
397 |
//
|
|
398 |
RESOURCE MENU_PANE r_mrviewer_email_menu
|
|
399 |
{
|
|
400 |
items =
|
|
401 |
{
|
|
402 |
MENU_ITEM
|
|
403 |
{
|
|
404 |
command = EESMRCmdMailMarkUnread;
|
|
405 |
txt = qtn_meet_req_options_mark_unread_msg;
|
|
406 |
},
|
|
407 |
MENU_ITEM
|
|
408 |
{
|
|
409 |
command = EESMRCmdMailMarkRead;
|
|
410 |
txt = qtn_meet_req_options_mark_read_msg;
|
|
411 |
},
|
|
412 |
MENU_ITEM
|
|
413 |
{
|
|
414 |
command = EESMRCmdMailMoveMessage;
|
|
415 |
txt = qtn_meet_req_options_move_msg;
|
|
416 |
},
|
|
417 |
MENU_ITEM
|
|
418 |
{
|
|
419 |
command = EESMRCmdMailCopyMessage;
|
|
420 |
txt = qtn_meet_req_options_copy_msg;
|
|
421 |
},
|
|
422 |
MENU_ITEM
|
|
423 |
{
|
|
424 |
command = EESMRCmdMailFlagMessage;
|
|
425 |
txt = qtn_meet_req_options_flag_msg;
|
|
426 |
},
|
|
427 |
MENU_ITEM
|
|
428 |
{
|
|
429 |
command = EESMRCmdMailComposeMessage;
|
|
430 |
txt = qtn_meet_req_options_compose_msg;
|
|
431 |
},
|
|
432 |
MENU_ITEM
|
|
433 |
{
|
|
434 |
command = EESMRCmdDownloadManager;
|
|
435 |
txt = qtn_meet_req_options_download_mgr;
|
|
436 |
}
|
|
437 |
};
|
|
438 |
}
|
|
439 |
|
|
440 |
// ---------------------------------------------------------------------------
|
|
441 |
// r_action_menu
|
|
442 |
//
|
|
443 |
// ---------------------------------------------------------------------------
|
|
444 |
//
|
|
445 |
RESOURCE MENU_PANE r_action_menu
|
|
446 |
{
|
|
447 |
items =
|
|
448 |
{
|
|
449 |
};
|
|
450 |
}
|
|
451 |
|
|
452 |
// ---------------------------------------------------------------------------
|
|
453 |
// r_response_dialog_menu
|
|
454 |
//
|
|
455 |
// ---------------------------------------------------------------------------
|
|
456 |
//
|
|
457 |
RESOURCE MENU_PANE r_response_dialog_menu
|
|
458 |
{
|
|
459 |
items =
|
|
460 |
{
|
|
461 |
MENU_ITEM
|
|
462 |
{
|
|
463 |
command = EESMRCmdSendMR;
|
|
464 |
txt = qtn_meet_req_opt_send;
|
|
465 |
},
|
|
466 |
MENU_ITEM
|
|
467 |
{
|
|
468 |
command = EAknCmdHelp;
|
|
469 |
txt = qtn_options_help;
|
|
470 |
},
|
|
471 |
MENU_ITEM
|
|
472 |
{
|
|
473 |
command = EAknCmdExit;
|
|
474 |
txt = qtn_options_exit;
|
|
475 |
}
|
|
476 |
};
|
|
477 |
}
|
|
478 |
|
|
479 |
|
|
480 |
// ---------------------------------------------------------------------------
|
|
481 |
// r_mr_tracking_view_menu
|
|
482 |
//
|
|
483 |
// ---------------------------------------------------------------------------
|
|
484 |
//
|
|
485 |
RESOURCE MENU_PANE r_mr_tracking_view_menu
|
|
486 |
{
|
|
487 |
items =
|
|
488 |
{
|
|
489 |
MENU_ITEM
|
|
490 |
{
|
|
491 |
command = EESMRCmdActionMenu;
|
|
492 |
txt = qtn_meet_req_opt_actions;
|
|
493 |
cascade=r_action_menu;
|
|
494 |
},
|
|
495 |
MENU_ITEM
|
|
496 |
{
|
|
497 |
command = EAknCmdHelp;
|
|
498 |
txt = qtn_options_help;
|
|
499 |
},
|
|
500 |
MENU_ITEM
|
|
501 |
{
|
|
502 |
command = EAknCmdExit;
|
|
503 |
txt = qtn_options_exit;
|
|
504 |
}
|
|
505 |
};
|
|
506 |
}
|
|
507 |
|
|
508 |
// ---------------------------------------------------------------------------
|
|
509 |
// r_response_dialog_softkeys_options_send
|
|
510 |
//
|
|
511 |
// ---------------------------------------------------------------------------
|
|
512 |
//
|
|
513 |
RESOURCE CBA r_response_dialog_softkeys_options_send
|
|
514 |
{
|
|
515 |
buttons =
|
|
516 |
{
|
|
517 |
CBA_BUTTON
|
|
518 |
{
|
|
519 |
id = EAknSoftkeyOptions;
|
|
520 |
txt = text_softkey_option;
|
|
521 |
},
|
|
522 |
CBA_BUTTON
|
|
523 |
{
|
|
524 |
id = EAknSoftkeyBack;
|
|
525 |
txt = text_softkey_back;
|
|
526 |
},
|
|
527 |
AVKON_CBA_BUTTON
|
|
528 |
{
|
|
529 |
id = EESMRCmdSendMR;
|
|
530 |
longpressid = 0;
|
|
531 |
txt = qtn_meet_req_softkey_send;
|
|
532 |
}
|
|
533 |
};
|
|
534 |
}
|
|
535 |
|
|
536 |
// -------------------------------------------------------------------------------------------------
|
|
537 |
// r_add_bookmark_query_dialog
|
|
538 |
//
|
|
539 |
// -------------------------------------------------------------------------------------------------
|
|
540 |
//
|
|
541 |
RESOURCE DIALOG r_add_bookmark_query_dialog
|
|
542 |
{
|
|
543 |
flags = EGeneralQueryFlags;
|
|
544 |
buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
|
|
545 |
items =
|
|
546 |
{
|
|
547 |
DLG_LINE
|
|
548 |
{
|
|
549 |
type = EAknCtQuery;
|
|
550 |
id = EGeneralQuery;
|
|
551 |
control = AVKON_DATA_QUERY
|
|
552 |
{
|
|
553 |
layout = EDataLayout;
|
|
554 |
label = qtn_calendar_enter_bookmark_name;
|
|
555 |
control = EDWIN
|
|
556 |
{
|
|
557 |
flags = EEikEdwinNoHorizScrolling |
|
|
558 |
EEikEdwinResizable;
|
|
559 |
default_case = EAknEditorLowerCase;
|
|
560 |
allowed_case_modes = EAknEditorLowerCase |
|
|
561 |
EAknEditorUpperCase;
|
|
562 |
default_input_mode = EAknEditorTextInputMode;
|
|
563 |
allowed_input_modes = EAknEditorTextInputMode |
|
|
564 |
EAknEditorNumericInputMode;
|
|
565 |
};
|
|
566 |
};
|
|
567 |
}
|
|
568 |
};
|
|
569 |
}
|
|
570 |
|
|
571 |
// --------------------------------------------------------------------------
|
|
572 |
// AIW_INTEREST
|
|
573 |
// Contact assignment interest.
|
|
574 |
// --------------------------------------------------------------------------
|
|
575 |
//
|
|
576 |
RESOURCE AIW_INTEREST r_contact_assignment_interest
|
|
577 |
{
|
|
578 |
items=
|
|
579 |
{
|
|
580 |
AIW_CRITERIA_ITEM
|
|
581 |
{
|
|
582 |
id = KAiwCmdAssign; // serviceCmd used here also as ID
|
|
583 |
serviceCmd = KAiwCmdAssign;
|
|
584 |
contentType = EGenericParamContactLinkArrayStr;
|
|
585 |
serviceClass = KAiwClassMenu;
|
|
586 |
maxProviders = 1;
|
|
587 |
}
|
|
588 |
};
|
|
589 |
}
|
|
590 |
|
|
591 |
// --------------------------------------------------------------------------
|
|
592 |
// AIW_INTEREST
|
|
593 |
// Contact selection interest.
|
|
594 |
// --------------------------------------------------------------------------
|
|
595 |
//
|
|
596 |
RESOURCE AIW_INTEREST r_contact_selection_interest
|
|
597 |
{
|
|
598 |
items=
|
|
599 |
{
|
|
600 |
AIW_CRITERIA_ITEM
|
|
601 |
{
|
|
602 |
id = KAiwCmdSelect; // serviceCmd used here also as ID
|
|
603 |
serviceCmd = KAiwCmdSelect;
|
|
604 |
contentType = EGenericParamContactLinkArrayStr;
|
|
605 |
serviceClass = KAiwClassBase;
|
|
606 |
maxProviders = 1;
|
|
607 |
}
|
|
608 |
};
|
|
609 |
}
|
|
610 |
|
|
611 |
// --------------------------------------------------------------------------
|
|
612 |
// AIW_INTEREST
|
|
613 |
// Contact call interest.
|
|
614 |
// --------------------------------------------------------------------------
|
|
615 |
//
|
|
616 |
RESOURCE AIW_INTEREST r_call_interest
|
|
617 |
{
|
|
618 |
items=
|
|
619 |
{
|
|
620 |
AIW_CRITERIA_ITEM
|
|
621 |
{
|
|
622 |
id = KAiwCmdCall; // serviceCmd used here also as ID
|
|
623 |
serviceCmd = KAiwCmdCall;
|
|
624 |
contentType = "*";
|
|
625 |
serviceClass = KAiwClassMenu;
|
|
626 |
defaultProvider = 0; // Call UI
|
|
627 |
maxProviders = 1;
|
|
628 |
}
|
|
629 |
};
|
|
630 |
}
|
|
631 |
|
|
632 |
// --------------------------------------------------------------------------
|
|
633 |
// AIW_INTEREST
|
|
634 |
// open link in intranet.
|
|
635 |
// --------------------------------------------------------------------------
|
|
636 |
//
|
|
637 |
RESOURCE AIW_INTEREST r_intranet_aiw_interest
|
|
638 |
{
|
|
639 |
items =
|
|
640 |
{
|
|
641 |
AIW_CRITERIA_ITEM
|
|
642 |
{
|
|
643 |
id = KAiwCmdView; // serviceCmd used here also as ID
|
|
644 |
serviceCmd = KAiwCmdView;
|
|
645 |
serviceClass = KAiwClassMenu;
|
|
646 |
contentType = "*";
|
|
647 |
defaultProvider = 0x20002599; //intranet application
|
|
648 |
maxProviders = 1;
|
|
649 |
}
|
|
650 |
};
|
|
651 |
}
|
|
652 |
|
|
653 |
// --------------------------------------------------------------------------
|
|
654 |
// Attendee editor field contact pop up softkeys
|
|
655 |
// --------------------------------------------------------------------------
|
|
656 |
//
|
|
657 |
RESOURCE CBA r_contact_popup_softkeys_select_cancel
|
|
658 |
{
|
|
659 |
buttons =
|
|
660 |
{
|
|
661 |
CBA_BUTTON
|
|
662 |
{
|
|
663 |
id = EESMRCmdAttendeeSoftkeySelect;
|
|
664 |
txt= text_softkey_select;
|
|
665 |
},
|
|
666 |
CBA_BUTTON
|
|
667 |
{
|
|
668 |
id = EESMRCmdAttendeeSoftkeyCancel;
|
|
669 |
txt= text_softkey_cancel;
|
|
670 |
}
|
|
671 |
};
|
|
672 |
}
|
|
673 |
|
|
674 |
// --------------------------------------------------------------------------
|
|
675 |
// Attendee editor field softkeys
|
|
676 |
// --------------------------------------------------------------------------
|
|
677 |
//
|
|
678 |
RESOURCE CBA r_contact_editor_softkeys_options_done__add
|
|
679 |
{
|
|
680 |
buttons =
|
|
681 |
{
|
|
682 |
CBA_BUTTON
|
|
683 |
{
|
|
684 |
id=EAknSoftkeyOptions;
|
|
685 |
txt = text_softkey_option;
|
|
686 |
},
|
|
687 |
CBA_BUTTON
|
|
688 |
{id=EAknSoftkeyDone;
|
|
689 |
txt = text_softkey_done;
|
|
690 |
},
|
|
691 |
AVKON_CBA_BUTTON
|
|
692 |
{
|
|
693 |
id=EESMRCmdAttendeeInsertContact;
|
|
694 |
longpressid=0;
|
|
695 |
txt= qtn_msk_add;
|
|
696 |
}
|
|
697 |
};
|
|
698 |
}
|
|
699 |
|
|
700 |
// ---------------------------------------------------------------------------
|
|
701 |
//
|
|
702 |
//
|
|
703 |
// ---------------------------------------------------------------------------
|
|
704 |
//
|
|
705 |
RESOURCE EIK_APP_INFO
|
|
706 |
{
|
|
707 |
menubar = r_mreditor_menubar;
|
|
708 |
cba = R_AVKON_SOFTKEYS_EXIT;
|
|
709 |
}
|
|
710 |
|
|
711 |
|
|
712 |
// ---------------------------------------------------------------------------
|
|
713 |
// r_mreditor_menubar
|
|
714 |
//
|
|
715 |
// ---------------------------------------------------------------------------
|
|
716 |
//
|
|
717 |
RESOURCE MENU_BAR r_mreditor_menubar
|
|
718 |
{
|
|
719 |
titles =
|
|
720 |
{
|
|
721 |
MENU_TITLE {menu_pane = r_mr_editor_organizer_menu;}
|
|
722 |
};
|
|
723 |
}
|
|
724 |
|
|
725 |
// ---------------------------------------------------------------------------
|
|
726 |
// r_mrviewer_menubar
|
|
727 |
//
|
|
728 |
// ---------------------------------------------------------------------------
|
|
729 |
//
|
|
730 |
RESOURCE MENU_BAR r_mrviewer_menubar
|
|
731 |
{
|
|
732 |
titles =
|
|
733 |
{
|
|
734 |
MENU_TITLE {menu_pane = r_mr_viewer_menu;}
|
|
735 |
};
|
|
736 |
}
|
|
737 |
|
|
738 |
// ---------------------------------------------------------------------------
|
|
739 |
// r_response_dialog_menubar
|
|
740 |
//
|
|
741 |
// ---------------------------------------------------------------------------
|
|
742 |
//
|
|
743 |
RESOURCE MENU_BAR r_response_dialog_menubar
|
|
744 |
{
|
|
745 |
titles =
|
|
746 |
{
|
|
747 |
MENU_TITLE {menu_pane = r_response_dialog_menu;}
|
|
748 |
};
|
|
749 |
}
|
|
750 |
|
|
751 |
// ---------------------------------------------------------------------------
|
|
752 |
// r_tracking_dialog_menubar
|
|
753 |
//
|
|
754 |
// ---------------------------------------------------------------------------
|
|
755 |
//
|
|
756 |
RESOURCE MENU_BAR r_tracking_dialog_menubar
|
|
757 |
{
|
|
758 |
titles =
|
|
759 |
{
|
|
760 |
MENU_TITLE {menu_pane = r_mr_tracking_view_menu;}
|
|
761 |
};
|
|
762 |
}
|
|
763 |
|
|
764 |
// ---------------------------------------------------------------------------
|
|
765 |
// r_mr_viewer_softkeys
|
|
766 |
//
|
|
767 |
// ---------------------------------------------------------------------------
|
|
768 |
//
|
|
769 |
RESOURCE CBA r_mr_viewer_softkeys
|
|
770 |
{
|
|
771 |
buttons =
|
|
772 |
{
|
|
773 |
CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
|
|
774 |
CBA_BUTTON {id=EAknSoftkeyClose; txt = text_softkey_close; },
|
|
775 |
AVKON_CBA_BUTTON{id=EESMRCmdEdit; longpressid=0; txt= qtn_msk_edit; }
|
|
776 |
};
|
|
777 |
}
|
|
778 |
|
|
779 |
// ---------------------------------------------------------------------------
|
|
780 |
// r_mr_editor_softkeys
|
|
781 |
//
|
|
782 |
// ---------------------------------------------------------------------------
|
|
783 |
//
|
|
784 |
RESOURCE CBA r_mr_editor_softkeys
|
|
785 |
{
|
|
786 |
buttons =
|
|
787 |
{
|
|
788 |
CBA_BUTTON
|
|
789 |
{
|
|
790 |
id=EAknSoftkeyOptions;
|
|
791 |
txt = text_softkey_option;
|
|
792 |
},
|
|
793 |
CBA_BUTTON
|
|
794 |
{
|
|
795 |
id=EAknSoftkeyDone;
|
|
796 |
txt = text_softkey_done;
|
|
797 |
},
|
|
798 |
AVKON_CBA_BUTTON
|
|
799 |
{
|
|
800 |
id=EAknSoftkeySelect;
|
|
801 |
longpressid=0;
|
|
802 |
txt= qtn_msk_select;
|
|
803 |
}
|
|
804 |
};
|
|
805 |
}
|
|
806 |
|
|
807 |
|
|
808 |
// ---------------------------------------------------------------------------
|
|
809 |
// r_mr_tracking_softkeys
|
|
810 |
//
|
|
811 |
// ---------------------------------------------------------------------------
|
|
812 |
//
|
|
813 |
RESOURCE CBA r_mr_tracking_softkeys
|
|
814 |
{
|
|
815 |
buttons =
|
|
816 |
{
|
|
817 |
CBA_BUTTON
|
|
818 |
{
|
|
819 |
id=EAknSoftkeyOptions;
|
|
820 |
txt = text_softkey_option;
|
|
821 |
},
|
|
822 |
CBA_BUTTON
|
|
823 |
{
|
|
824 |
id=EESMRCmdBack;
|
|
825 |
txt = text_softkey_back;
|
|
826 |
},
|
|
827 |
AVKON_CBA_BUTTON
|
|
828 |
{
|
|
829 |
id=EESMRCmdCall;
|
|
830 |
longpressid=0;
|
|
831 |
txt= text_softkey_msk_call;
|
|
832 |
}
|
|
833 |
};
|
|
834 |
}
|
|
835 |
|
|
836 |
// ---------------------------------------------------------------------------
|
|
837 |
// r_mr_select_softkey
|
|
838 |
//
|
|
839 |
// ---------------------------------------------------------------------------
|
|
840 |
//
|
|
841 |
RESOURCE CBA_BUTTON r_mr_select_softkey
|
|
842 |
{
|
|
843 |
id = EAknSoftkeySelect;
|
|
844 |
txt = qtn_msk_select;
|
|
845 |
}
|
|
846 |
|
|
847 |
// ---------------------------------------------------------------------------
|
|
848 |
// r_mr_edit_softkey
|
|
849 |
//
|
|
850 |
// ---------------------------------------------------------------------------
|
|
851 |
//
|
|
852 |
RESOURCE CBA_BUTTON r_mr_edit_softkey
|
|
853 |
{
|
|
854 |
id = EESMRCmdEdit;
|
|
855 |
txt = qtn_meet_req_opt_edit;
|
|
856 |
}
|
|
857 |
|
|
858 |
// ---------------------------------------------------------------------------
|
|
859 |
// r_mr_cal_edit_softkey
|
|
860 |
//
|
|
861 |
// ---------------------------------------------------------------------------
|
|
862 |
//
|
|
863 |
RESOURCE CBA_BUTTON r_mr_cal_edit_softkey
|
|
864 |
{
|
|
865 |
id = EESMRCmdCalEntryUIEdit;
|
|
866 |
txt = qtn_meet_req_opt_edit;
|
|
867 |
}
|
|
868 |
|
|
869 |
// ---------------------------------------------------------------------------
|
|
870 |
// r_mr_add_softkey
|
|
871 |
//
|
|
872 |
// ---------------------------------------------------------------------------
|
|
873 |
//
|
|
874 |
RESOURCE CBA_BUTTON r_mr_add_softkey
|
|
875 |
{
|
|
876 |
id = EESMRCmdAttendeeInsertContact;
|
|
877 |
txt = qtn_msk_add;
|
|
878 |
}
|
|
879 |
|
|
880 |
// --------------------------------------------------------------------------
|
|
881 |
// r_mr_send_softkey
|
|
882 |
// --------------------------------------------------------------------------
|
|
883 |
//
|
|
884 |
RESOURCE CBA_BUTTON r_mr_send_softkey
|
|
885 |
{
|
|
886 |
id=EAknSoftkeySend;
|
|
887 |
txt = qtn_meet_req_softkey_send;
|
|
888 |
}
|
|
889 |
|
|
890 |
// --------------------------------------------------------------------------
|
|
891 |
// r_mr_done_softkey
|
|
892 |
// --------------------------------------------------------------------------
|
|
893 |
//
|
|
894 |
RESOURCE CBA_BUTTON r_mr_done_softkey
|
|
895 |
{
|
|
896 |
id=EAknSoftkeyDone;
|
|
897 |
txt = text_softkey_done;
|
|
898 |
}
|
|
899 |
|
|
900 |
// ---------------------------------------------------------------------------
|
|
901 |
// r_mrviewer_dialog
|
|
902 |
//
|
|
903 |
// ---------------------------------------------------------------------------
|
|
904 |
//
|
|
905 |
RESOURCE DIALOG r_mrviewer_dialog
|
|
906 |
{
|
|
907 |
flags = EEikDialogFlagWait |
|
|
908 |
EEikDialogFlagNoDrag |
|
|
909 |
EEikDialogFlagFillAppClientRect |
|
|
910 |
EEikDialogFlagNoTitleBar |
|
|
911 |
EEikDialogFlagNoBorder |
|
|
912 |
EEikDialogFlagCbaButtons |
|
|
913 |
EEikDialogFlagNotifyEsc |
|
|
914 |
EEikDialogFlagWait;
|
|
915 |
buttons = r_mr_viewer_softkeys;
|
|
916 |
items =
|
|
917 |
{
|
|
918 |
DLG_LINE
|
|
919 |
{
|
|
920 |
id = EEsMrControlId;
|
|
921 |
type = EEsMrViewerType;
|
|
922 |
}
|
|
923 |
};
|
|
924 |
}
|
|
925 |
|
|
926 |
// ---------------------------------------------------------------------------
|
|
927 |
// r_response_dialog
|
|
928 |
//
|
|
929 |
// ---------------------------------------------------------------------------
|
|
930 |
//
|
|
931 |
RESOURCE DIALOG r_response_dialog
|
|
932 |
{
|
|
933 |
flags = EEikDialogFlagWait |
|
|
934 |
EEikDialogFlagNoDrag |
|
|
935 |
EEikDialogFlagFillAppClientRect |
|
|
936 |
EEikDialogFlagNoTitleBar |
|
|
937 |
EEikDialogFlagNoBorder |
|
|
938 |
EEikDialogFlagCbaButtons;
|
|
939 |
buttons = r_response_dialog_softkeys_options_send;
|
|
940 |
items =
|
|
941 |
{
|
|
942 |
DLG_LINE
|
|
943 |
{
|
|
944 |
id = EEsMrControlId;
|
|
945 |
type = EEsMrResponseDialogType;
|
|
946 |
}
|
|
947 |
};
|
|
948 |
}
|
|
949 |
|
|
950 |
// ---------------------------------------------------------------------------
|
|
951 |
// r_mreditor_dialog
|
|
952 |
//
|
|
953 |
// ---------------------------------------------------------------------------
|
|
954 |
//
|
|
955 |
RESOURCE DIALOG r_mreditor_dialog
|
|
956 |
{
|
|
957 |
flags = EEikDialogFlagWait |
|
|
958 |
EEikDialogFlagNoDrag |
|
|
959 |
EEikDialogFlagFillAppClientRect |
|
|
960 |
EEikDialogFlagNoTitleBar |
|
|
961 |
EEikDialogFlagNoBorder |
|
|
962 |
EEikDialogFlagCbaButtons |
|
|
963 |
EEikDialogFlagNotifyEsc |
|
|
964 |
EEikDialogFlagWait;
|
|
965 |
buttons = r_mr_editor_softkeys;
|
|
966 |
items =
|
|
967 |
{
|
|
968 |
DLG_LINE
|
|
969 |
{
|
|
970 |
id = EEsMrControlId;
|
|
971 |
type = EEsMrEditorType;
|
|
972 |
}
|
|
973 |
};
|
|
974 |
}
|
|
975 |
|
|
976 |
// ---------------------------------------------------------------------------
|
|
977 |
// r_mrtracking_dialog
|
|
978 |
//
|
|
979 |
// ---------------------------------------------------------------------------
|
|
980 |
//
|
|
981 |
RESOURCE DIALOG r_mrtracking_dialog
|
|
982 |
{
|
|
983 |
flags = EEikDialogFlagWait |
|
|
984 |
EEikDialogFlagNoDrag |
|
|
985 |
EEikDialogFlagFillAppClientRect |
|
|
986 |
EEikDialogFlagNoTitleBar |
|
|
987 |
EEikDialogFlagNoBorder |
|
|
988 |
EEikDialogFlagCbaButtons |
|
|
989 |
EEikDialogFlagNotifyEsc |
|
|
990 |
EEikDialogFlagWait;
|
|
991 |
buttons = r_mr_tracking_softkeys;
|
|
992 |
items =
|
|
993 |
{
|
|
994 |
DLG_LINE
|
|
995 |
{
|
|
996 |
id = EEsMrControlId;
|
|
997 |
type = EEsMrTrackingType;
|
|
998 |
}
|
|
999 |
};
|
|
1000 |
}
|
|
1001 |
|
|
1002 |
// ---------------------------------------------------------------------------
|
|
1003 |
// r_mr_confirmation_query
|
|
1004 |
//
|
|
1005 |
// ---------------------------------------------------------------------------
|
|
1006 |
//
|
|
1007 |
RESOURCE DIALOG r_mr_confirmation_query
|
|
1008 |
{
|
|
1009 |
flags = EGeneralQueryFlags;
|
|
1010 |
buttons = R_AVKON_SOFTKEYS_YES_NO;
|
|
1011 |
items =
|
|
1012 |
{
|
|
1013 |
DLG_LINE
|
|
1014 |
{
|
|
1015 |
type = EAknCtQuery;
|
|
1016 |
id = EGeneralQuery;
|
|
1017 |
control = AVKON_CONFIRMATION_QUERY
|
|
1018 |
{
|
|
1019 |
layout = EConfirmationQueryLayout;
|
|
1020 |
};
|
|
1021 |
}
|
|
1022 |
};
|
|
1023 |
}
|
|
1024 |
|
|
1025 |
// ---------------------------------------------------------------------------
|
|
1026 |
// r_meet_req_send_update_query
|
|
1027 |
//
|
|
1028 |
// ---------------------------------------------------------------------------
|
|
1029 |
//
|
|
1030 |
RESOURCE DIALOG r_meet_req_send_update_query
|
|
1031 |
{
|
|
1032 |
flags = EGeneralQueryFlags;
|
|
1033 |
buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
|
|
1034 |
items =
|
|
1035 |
{
|
|
1036 |
DLG_LINE
|
|
1037 |
{
|
|
1038 |
type = EAknCtListQueryControl;
|
|
1039 |
id = EListQueryControl;
|
|
1040 |
control = AVKON_LIST_QUERY_CONTROL
|
|
1041 |
{
|
|
1042 |
listtype = EAknCtSinglePopupMenuListBox;
|
|
1043 |
listbox = LISTBOX
|
|
1044 |
{
|
|
1045 |
flags = EAknListBoxSelectionList;
|
|
1046 |
height = 2;
|
|
1047 |
width = 2;
|
|
1048 |
array_id = r_meet_req_send_update_query_items;
|
|
1049 |
};
|
|
1050 |
heading = qtn_meet_req_send_update_query;
|
|
1051 |
};
|
|
1052 |
}
|
|
1053 |
};
|
|
1054 |
}
|
|
1055 |
|
|
1056 |
// ---------------------------------------------------------------------------
|
|
1057 |
// r_meet_req_send_update_query_items
|
|
1058 |
//
|
|
1059 |
// ---------------------------------------------------------------------------
|
|
1060 |
//
|
|
1061 |
RESOURCE ARRAY r_meet_req_send_update_query_items
|
|
1062 |
{
|
|
1063 |
items =
|
|
1064 |
{
|
|
1065 |
LBUF { txt = qtn_meet_req_send_update_all_query; },
|
|
1066 |
LBUF { txt = qtn_meet_req_send_update_updated_query; }
|
|
1067 |
};
|
|
1068 |
}
|
|
1069 |
|
|
1070 |
RESOURCE ESMR_ALARM_TABLE r_esmreditor_alarms
|
|
1071 |
{
|
|
1072 |
alarms =
|
|
1073 |
{
|
|
1074 |
ESMR_ALARM
|
|
1075 |
{
|
|
1076 |
id = EAlarmOff;
|
|
1077 |
value = -1;
|
|
1078 |
relative = -1;
|
|
1079 |
txt = r_qtn_meet_req_alarm_off;
|
|
1080 |
},
|
|
1081 |
ESMR_ALARM
|
|
1082 |
{
|
|
1083 |
id = EAlarmZeroMinutes;
|
|
1084 |
value = 0;
|
|
1085 |
relative = 0;
|
|
1086 |
txt = r_qtn_meet_req_alarm_minutes;
|
|
1087 |
},
|
|
1088 |
ESMR_ALARM
|
|
1089 |
{
|
|
1090 |
id = EAlarmFiveMinutes;
|
|
1091 |
value = 5;
|
|
1092 |
relative = 5;
|
|
1093 |
txt = r_qtn_meet_req_alarm_minutes;
|
|
1094 |
},
|
|
1095 |
ESMR_ALARM
|
|
1096 |
{
|
|
1097 |
id = EAlarmFifteenMinutes;
|
|
1098 |
value = 15;
|
|
1099 |
relative = 15;
|
|
1100 |
txt = r_qtn_meet_req_alarm_minutes;
|
|
1101 |
},
|
|
1102 |
ESMR_ALARM
|
|
1103 |
{
|
|
1104 |
id = EAlarmThirtyMinutes;
|
|
1105 |
value = 30;
|
|
1106 |
relative = 30;
|
|
1107 |
txt = r_qtn_meet_req_alarm_minutes;
|
|
1108 |
},
|
|
1109 |
ESMR_ALARM
|
|
1110 |
{
|
|
1111 |
id = EAlarmOneHour;
|
|
1112 |
value = 1;
|
|
1113 |
relative = 60;
|
|
1114 |
txt = r_qtn_meet_req_alarm_hour;
|
|
1115 |
},
|
|
1116 |
ESMR_ALARM
|
|
1117 |
{
|
|
1118 |
id = EAlarmTwoHours;
|
|
1119 |
value = 2;
|
|
1120 |
relative = 120;
|
|
1121 |
txt = r_qtn_meet_req_alarm_hours;
|
|
1122 |
},
|
|
1123 |
ESMR_ALARM
|
|
1124 |
{
|
|
1125 |
id = EAlarmThreeHours;
|
|
1126 |
value = 3;
|
|
1127 |
relative = 180;
|
|
1128 |
txt = r_qtn_meet_req_alarm_hours;
|
|
1129 |
},
|
|
1130 |
ESMR_ALARM
|
|
1131 |
{
|
|
1132 |
id = EAlarmFourHours;
|
|
1133 |
value = 4;
|
|
1134 |
relative = 240;
|
|
1135 |
txt = r_qtn_meet_req_alarm_hours;
|
|
1136 |
},
|
|
1137 |
ESMR_ALARM
|
|
1138 |
{
|
|
1139 |
id = EAlarmFiveHours;
|
|
1140 |
value = 5;
|
|
1141 |
relative = 300;
|
|
1142 |
txt = r_qtn_meet_req_alarm_hours;
|
|
1143 |
},
|
|
1144 |
ESMR_ALARM
|
|
1145 |
{
|
|
1146 |
id = EAlarmSixHours;
|
|
1147 |
value = 6;
|
|
1148 |
relative = 360;
|
|
1149 |
txt = r_qtn_meet_req_alarm_hours;
|
|
1150 |
},
|
|
1151 |
ESMR_ALARM
|
|
1152 |
{
|
|
1153 |
id = EAlarmSevenHours;
|
|
1154 |
value = 7;
|
|
1155 |
relative = 420;
|
|
1156 |
txt = r_qtn_meet_req_alarm_hours;
|
|
1157 |
},
|
|
1158 |
ESMR_ALARM
|
|
1159 |
{
|
|
1160 |
id = EAlarmEightHours;
|
|
1161 |
value = 8;
|
|
1162 |
relative = 480;
|
|
1163 |
txt = r_qtn_meet_req_alarm_hours;
|
|
1164 |
},
|
|
1165 |
ESMR_ALARM
|
|
1166 |
{
|
|
1167 |
id = EAlarmTwelveHours;
|
|
1168 |
value = 12;
|
|
1169 |
relative = 720;
|
|
1170 |
txt = r_qtn_meet_req_alarm_hours;
|
|
1171 |
},
|
|
1172 |
ESMR_ALARM
|
|
1173 |
{
|
|
1174 |
id = EAlarmOneDay;
|
|
1175 |
value = -1; // no value needed
|
|
1176 |
relative = 1440;
|
|
1177 |
txt = r_qtn_meet_req_alarm_one_day;
|
|
1178 |
},
|
|
1179 |
ESMR_ALARM
|
|
1180 |
{
|
|
1181 |
id = EAlarmTwoDays;
|
|
1182 |
value = 2;
|
|
1183 |
relative = 2880;
|
|
1184 |
txt = r_qtn_meet_req_alarm_days;
|
|
1185 |
},
|
|
1186 |
ESMR_ALARM
|
|
1187 |
{
|
|
1188 |
id = EAlarmOneWeek;
|
|
1189 |
value = -1; // no value needed
|
|
1190 |
relative = 10080;
|
|
1191 |
txt = r_qtn_meet_req_alarm_one_week;
|
|
1192 |
}
|
|
1193 |
};
|
|
1194 |
}
|
|
1195 |
|
|
1196 |
RESOURCE ESMR_RECURENCE_TABLE r_esmreditor_recurrence
|
|
1197 |
{
|
|
1198 |
recurrence =
|
|
1199 |
{
|
|
1200 |
ESMR_RECURRENCE
|
|
1201 |
{
|
|
1202 |
id = ERecurrenceNot;
|
|
1203 |
txt = r_qtn_meet_req_recurring_not;
|
|
1204 |
},
|
|
1205 |
ESMR_RECURRENCE
|
|
1206 |
{
|
|
1207 |
id = ERecurrenceDaily;
|
|
1208 |
txt = r_qtn_meet_req_recurring_daily;
|
|
1209 |
},
|
|
1210 |
ESMR_RECURRENCE
|
|
1211 |
{
|
|
1212 |
id = ERecurrenceWeekly;
|
|
1213 |
txt = r_qtn_meet_req_recurring_weekly;
|
|
1214 |
},
|
|
1215 |
ESMR_RECURRENCE
|
|
1216 |
{
|
|
1217 |
id = ERecurrenceEverySecondWeek;
|
|
1218 |
txt = r_qtn_meet_req_recurring_sec_week;
|
|
1219 |
},
|
|
1220 |
ESMR_RECURRENCE
|
|
1221 |
{
|
|
1222 |
id = ERecurrenceMonthly;
|
|
1223 |
txt = r_qtn_meet_req_recurring_monthly;
|
|
1224 |
},
|
|
1225 |
ESMR_RECURRENCE
|
|
1226 |
{
|
|
1227 |
id = ERecurrenceYearly;
|
|
1228 |
txt = r_qtn_meet_req_recurring_yearly;
|
|
1229 |
}
|
|
1230 |
};
|
|
1231 |
}
|
|
1232 |
|
|
1233 |
RESOURCE ESMR_SYNC_TABLE r_esmreditor_sync
|
|
1234 |
{
|
|
1235 |
sync =
|
|
1236 |
{
|
|
1237 |
ESMR_SYNC
|
|
1238 |
{
|
|
1239 |
id = ESyncNone;
|
|
1240 |
txt = r_qtn_calendar_task_sync_none;
|
|
1241 |
},
|
|
1242 |
ESMR_SYNC
|
|
1243 |
{
|
|
1244 |
id = ESyncPublic;
|
|
1245 |
txt = r_qtn_calendar_task_sync_public;
|
|
1246 |
},
|
|
1247 |
ESMR_SYNC
|
|
1248 |
{
|
|
1249 |
id = ESyncPrivate;
|
|
1250 |
txt = r_qtn_calendar_task_sync_private;
|
|
1251 |
}
|
|
1252 |
};
|
|
1253 |
}
|
|
1254 |
|
|
1255 |
RESOURCE ESMR_UNIFIED_TABLE r_esmreditor_unified
|
|
1256 |
{
|
|
1257 |
unified =
|
|
1258 |
{
|
|
1259 |
ESMR_UNIFIED
|
|
1260 |
{
|
|
1261 |
id = EESMREventTypeMeetingRequest;
|
|
1262 |
txt = r_qtn_meet_req_title_meeting;
|
|
1263 |
},
|
|
1264 |
ESMR_UNIFIED
|
|
1265 |
{
|
|
1266 |
id = EESMREventTypeAppt;
|
|
1267 |
txt = r_qtn_calendar_title_meeting;
|
|
1268 |
},
|
|
1269 |
ESMR_UNIFIED
|
|
1270 |
{
|
|
1271 |
id = EESMREventTypeEEvent;
|
|
1272 |
txt = r_qtn_calendar_title_memo;
|
|
1273 |
},
|
|
1274 |
ESMR_UNIFIED
|
|
1275 |
{
|
|
1276 |
id = EESMREventTypeEAnniv;
|
|
1277 |
txt = r_qtn_calendar_title_anniversary;
|
|
1278 |
},
|
|
1279 |
ESMR_UNIFIED
|
|
1280 |
{
|
|
1281 |
id = EESMREventTypeETodo;
|
|
1282 |
txt = r_qtn_calendar_title_todo;
|
|
1283 |
}
|
|
1284 |
};
|
|
1285 |
}
|
|
1286 |
|
|
1287 |
RESOURCE ESMR_PRIORITY_TABLE r_esmreditor_priority
|
|
1288 |
{
|
|
1289 |
priority =
|
|
1290 |
{
|
|
1291 |
ESMR_PRIORITY
|
|
1292 |
{
|
|
1293 |
id = EFSCalenMRPriorityLow;
|
|
1294 |
txt = r_qtn_calendar_task_priority_low;
|
|
1295 |
},
|
|
1296 |
ESMR_PRIORITY
|
|
1297 |
{
|
|
1298 |
id = EFSCalenMRPriorityNormal;
|
|
1299 |
txt = r_qtn_calendar_task_priority_normal;
|
|
1300 |
},
|
|
1301 |
ESMR_PRIORITY
|
|
1302 |
{
|
|
1303 |
id = EFSCalenMRPriorityHigh;
|
|
1304 |
txt = r_qtn_calendar_task_priority_high;
|
|
1305 |
}
|
|
1306 |
};
|
|
1307 |
}
|
|
1308 |
|
|
1309 |
RESOURCE ESMR_PRIORITY_TABLE r_esmreditor_todo_priority
|
|
1310 |
{
|
|
1311 |
priority =
|
|
1312 |
{
|
|
1313 |
ESMR_PRIORITY
|
|
1314 |
{
|
|
1315 |
id = EFSCalenTodoPriorityLow;
|
|
1316 |
txt = r_qtn_calendar_task_priority_low;
|
|
1317 |
},
|
|
1318 |
ESMR_PRIORITY
|
|
1319 |
{
|
|
1320 |
id = EFSCalenTodoPriorityNormal;
|
|
1321 |
txt = r_qtn_calendar_task_priority_normal;
|
|
1322 |
},
|
|
1323 |
ESMR_PRIORITY
|
|
1324 |
{
|
|
1325 |
id = EFSCalenTodoPriorityHigh;
|
|
1326 |
txt = r_qtn_calendar_task_priority_high;
|
|
1327 |
}
|
|
1328 |
};
|
|
1329 |
}
|
|
1330 |
|
|
1331 |
// LOCALISED STRINGS:
|
|
1332 |
RESOURCE TBUF r_qtn_form_quest_save_changes
|
|
1333 |
{
|
|
1334 |
buf = qtn_form_quest_save_changes;
|
|
1335 |
}
|
|
1336 |
RESOURCE TBUF r_qtn_meet_req_info_note_ends_before
|
|
1337 |
{
|
|
1338 |
buf = qtn_meet_req_info_note_ends_before;
|
|
1339 |
}
|
|
1340 |
RESOURCE TBUF r_qtn_meet_req_plain_text_accepted
|
|
1341 |
{
|
|
1342 |
buf = qtn_meet_req_plain_text_accepted;
|
|
1343 |
}
|
|
1344 |
RESOURCE TBUF r_qtn_meet_req_plain_text_cancelled
|
|
1345 |
{
|
|
1346 |
buf = qtn_meet_req_plain_text_cancelled;
|
|
1347 |
}
|
|
1348 |
RESOURCE TBUF r_qtn_meet_req_plain_text_declined
|
|
1349 |
{
|
|
1350 |
buf = qtn_meet_req_plain_text_declined;
|
|
1351 |
}
|
|
1352 |
RESOURCE TBUF r_qtn_meet_req_plain_text_forwarded
|
|
1353 |
{
|
|
1354 |
buf = qtn_meet_req_plain_text_forwarded;
|
|
1355 |
}
|
|
1356 |
RESOURCE TBUF r_qtn_meet_req_plain_text_tentative
|
|
1357 |
{
|
|
1358 |
buf = qtn_meet_req_plain_text_tentative;
|
|
1359 |
}
|
|
1360 |
RESOURCE TBUF r_qtn_meet_req_plain_text_update
|
|
1361 |
{
|
|
1362 |
buf = qtn_meet_req_plain_text_update;
|
|
1363 |
}
|
|
1364 |
RESOURCE TBUF r_qtn_meet_req_recurring_daily
|
|
1365 |
{
|
|
1366 |
buf = qtn_meet_req_recurring_daily;
|
|
1367 |
}
|
|
1368 |
RESOURCE TBUF r_qtn_meet_req_alarm_days
|
|
1369 |
{
|
|
1370 |
buf = qtn_meet_req_alarm_days;
|
|
1371 |
}
|
|
1372 |
RESOURCE TBUF r_qtn_meet_req_alarm_hour
|
|
1373 |
{
|
|
1374 |
buf = qtn_meet_req_alarm_hour;
|
|
1375 |
}
|
|
1376 |
RESOURCE TBUF r_qtn_meet_req_alarm_hours
|
|
1377 |
{
|
|
1378 |
buf = qtn_meet_req_alarm_hours;
|
|
1379 |
}
|
|
1380 |
RESOURCE TBUF r_qtn_meet_req_alarm_minutes
|
|
1381 |
{
|
|
1382 |
buf = qtn_meet_req_alarm_minutes;
|
|
1383 |
}
|
|
1384 |
RESOURCE TBUF r_qtn_meet_req_alarm_off
|
|
1385 |
{
|
|
1386 |
buf = qtn_meet_req_alarm_off;
|
|
1387 |
}
|
|
1388 |
RESOURCE TBUF r_qtn_meet_req_alarm_on
|
|
1389 |
{
|
|
1390 |
buf = qtn_meet_req_alarm_on;
|
|
1391 |
}
|
|
1392 |
RESOURCE TBUF r_qtn_meet_req_alarm_one_day
|
|
1393 |
{
|
|
1394 |
buf = qtn_meet_req_alarm_one_day;
|
|
1395 |
}
|
|
1396 |
RESOURCE TBUF r_qtn_meet_req_alarm_one_week
|
|
1397 |
{
|
|
1398 |
buf = qtn_meet_req_alarm_one_week;
|
|
1399 |
}
|
|
1400 |
RESOURCE TBUF r_qtn_meet_req_all_day_event
|
|
1401 |
{
|
|
1402 |
buf = qtn_meet_req_all_day_event;
|
|
1403 |
}
|
|
1404 |
RESOURCE TBUF r_qtn_meet_req_conflicts_with_label
|
|
1405 |
{
|
|
1406 |
buf = qtn_meet_req_conflicts_with_label;
|
|
1407 |
}
|
|
1408 |
RESOURCE TBUF r_qtn_meet_req_contact_field
|
|
1409 |
{
|
|
1410 |
buf = qtn_meet_req_contact_field;
|
|
1411 |
}
|
|
1412 |
RESOURCE TBUF r_qtn_meet_req_corrupted_note
|
|
1413 |
{
|
|
1414 |
buf = qtn_meet_req_corrupted_note;
|
|
1415 |
}
|
|
1416 |
RESOURCE TBUF r_qtn_meet_req_decline_query
|
|
1417 |
{
|
|
1418 |
buf = qtn_meet_req_decline_query;
|
|
1419 |
}
|
|
1420 |
RESOURCE TBUF r_qtn_meet_req_delete_query
|
|
1421 |
{
|
|
1422 |
buf = qtn_meet_req_delete_query;
|
|
1423 |
}
|
|
1424 |
RESOURCE TBUF r_qtn_meet_req_details_field
|
|
1425 |
{
|
|
1426 |
buf = qtn_meet_req_details_field;
|
|
1427 |
}
|
|
1428 |
RESOURCE TBUF r_qtn_meet_req_dont_send_response
|
|
1429 |
{
|
|
1430 |
buf = qtn_meet_req_dont_send_response;
|
|
1431 |
}
|
|
1432 |
RESOURCE TBUF r_qtn_meet_req_edit_before_send
|
|
1433 |
{
|
|
1434 |
buf = qtn_meet_req_edit_before_send;
|
|
1435 |
}
|
|
1436 |
RESOURCE TBUF r_qtn_meet_req_label_from
|
|
1437 |
{
|
|
1438 |
buf = qtn_meet_req_label_from;
|
|
1439 |
}
|
|
1440 |
RESOURCE TBUF r_qtn_meet_req_label_opt
|
|
1441 |
{
|
|
1442 |
buf = qtn_meet_req_label_opt;
|
|
1443 |
}
|
|
1444 |
RESOURCE TBUF r_qtn_meet_req_label_required
|
|
1445 |
{
|
|
1446 |
buf = qtn_meet_req_label_required;
|
|
1447 |
}
|
|
1448 |
RESOURCE TBUF r_qtn_meet_req_location_field
|
|
1449 |
{
|
|
1450 |
buf = qtn_meet_req_location_field;
|
|
1451 |
}
|
|
1452 |
RESOURCE TBUF r_qtn_meet_req_opt_email
|
|
1453 |
{
|
|
1454 |
buf = qtn_meet_req_opt_email;
|
|
1455 |
}
|
|
1456 |
RESOURCE TBUF r_qtn_meet_req_opt_meeting
|
|
1457 |
{
|
|
1458 |
buf = qtn_meet_req_opt_meeting;
|
|
1459 |
}
|
|
1460 |
RESOURCE TBUF r_qtn_meet_req_opt_priority
|
|
1461 |
{
|
|
1462 |
buf = qtn_meet_req_opt_priority;
|
|
1463 |
}
|
|
1464 |
RESOURCE TBUF r_qtn_meet_req_recurrence_event
|
|
1465 |
{
|
|
1466 |
buf = qtn_meet_req_recurrence_event;
|
|
1467 |
}
|
|
1468 |
RESOURCE TBUF r_qtn_meet_req_recurrent_heading_open
|
|
1469 |
{
|
|
1470 |
buf = qtn_meet_req_recurrent_heading_open;
|
|
1471 |
}
|
|
1472 |
RESOURCE TBUF r_qtn_meet_req_recurrent_series
|
|
1473 |
{
|
|
1474 |
buf = qtn_meet_req_recurrent_series;
|
|
1475 |
}
|
|
1476 |
RESOURCE TBUF r_qtn_meet_req_recurrent_this_occurrence
|
|
1477 |
{
|
|
1478 |
buf = qtn_meet_req_recurrent_this_occurrence;
|
|
1479 |
}
|
|
1480 |
RESOURCE TBUF r_qtn_meet_req_recurrent_heading_delete
|
|
1481 |
{
|
|
1482 |
buf = qtn_meet_req_recurrent_heading_delete;
|
|
1483 |
}
|
|
1484 |
RESOURCE TBUF r_qtn_meet_req_recurrent_series_delete
|
|
1485 |
{
|
|
1486 |
buf = qtn_meet_req_recurrent_series_delete;
|
|
1487 |
}
|
|
1488 |
RESOURCE TBUF r_qtn_meet_req_recurrent_this_occurrence_delete
|
|
1489 |
{
|
|
1490 |
buf = qtn_meet_req_recurrent_this_occurrence_delete;
|
|
1491 |
}
|
|
1492 |
RESOURCE TBUF r_qtn_meet_req_recurrent_heading_forward
|
|
1493 |
{
|
|
1494 |
buf = qtn_meet_req_recurrent_heading_forward;
|
|
1495 |
}
|
|
1496 |
RESOURCE TBUF r_qtn_meet_req_recurrent_fw_this_occurrence
|
|
1497 |
{
|
|
1498 |
buf = qtn_meet_req_recurrent_fw_this_occurrence;
|
|
1499 |
}
|
|
1500 |
RESOURCE TBUF r_qtn_meet_req_fw_recurrent_series
|
|
1501 |
{
|
|
1502 |
buf = qtn_meet_req_fw_recurrent_series;
|
|
1503 |
}
|
|
1504 |
RESOURCE TBUF r_qtn_meet_req_recurring_monthly
|
|
1505 |
{
|
|
1506 |
buf = qtn_meet_req_recurring_monthly;
|
|
1507 |
}
|
|
1508 |
RESOURCE TBUF r_qtn_meet_req_recurring_not
|
|
1509 |
{
|
|
1510 |
buf = qtn_meet_req_recurring_not;
|
|
1511 |
}
|
|
1512 |
RESOURCE TBUF r_qtn_meet_req_recurring_sec_week
|
|
1513 |
{
|
|
1514 |
buf = qtn_meet_req_recurring_sec_week;
|
|
1515 |
}
|
|
1516 |
RESOURCE TBUF r_qtn_meet_req_recurring_weekly
|
|
1517 |
{
|
|
1518 |
buf = qtn_meet_req_recurring_weekly;
|
|
1519 |
}
|
|
1520 |
RESOURCE TBUF r_qtn_meet_req_recurring_yearly
|
|
1521 |
{
|
|
1522 |
buf = qtn_meet_req_recurring_yearly;
|
|
1523 |
}
|
|
1524 |
RESOURCE TBUF r_qtn_meet_req_remove_appointment_query
|
|
1525 |
{
|
|
1526 |
buf = qtn_meet_req_remove_appointment_query;
|
|
1527 |
}
|
|
1528 |
RESOURCE TBUF r_qtn_meet_req_repeat_until
|
|
1529 |
{
|
|
1530 |
buf = qtn_meet_req_repeat_until;
|
|
1531 |
}
|
|
1532 |
RESOURCE TBUF r_qtn_meet_req_respond_accepted
|
|
1533 |
{
|
|
1534 |
buf = qtn_meet_req_respond_accepted;
|
|
1535 |
}
|
|
1536 |
RESOURCE TBUF r_qtn_meet_req_respond_declined
|
|
1537 |
{
|
|
1538 |
buf = qtn_meet_req_respond_declined;
|
|
1539 |
}
|
|
1540 |
RESOURCE TBUF r_qtn_meet_req_respond_tentative
|
|
1541 |
{
|
|
1542 |
buf = qtn_meet_req_respond_tentative;
|
|
1543 |
}
|
|
1544 |
RESOURCE TBUF r_qtn_meet_req_response_accept
|
|
1545 |
{
|
|
1546 |
buf = qtn_meet_req_response_accept;
|
|
1547 |
}
|
|
1548 |
RESOURCE TBUF r_qtn_meet_req_response_cancelled
|
|
1549 |
{
|
|
1550 |
buf = qtn_meet_req_response_cancelled;
|
|
1551 |
}
|
|
1552 |
RESOURCE TBUF r_qtn_meet_req_response_conflict
|
|
1553 |
{
|
|
1554 |
buf = qtn_meet_req_response_conflict;
|
|
1555 |
}
|
|
1556 |
RESOURCE TBUF r_qtn_meet_req_response_decline
|
|
1557 |
{
|
|
1558 |
buf = qtn_meet_req_response_decline;
|
|
1559 |
}
|
|
1560 |
RESOURCE TBUF r_qtn_meet_req_options_remove_from_cal
|
|
1561 |
{
|
|
1562 |
buf = qtn_meet_req_options_remove_from_cal;
|
|
1563 |
}
|
|
1564 |
RESOURCE TBUF r_qtn_meet_req_response_occurs_past
|
|
1565 |
{
|
|
1566 |
buf = qtn_meet_req_response_occurs_past;
|
|
1567 |
}
|
|
1568 |
RESOURCE TBUF r_qtn_meet_req_response_out_of_date
|
|
1569 |
{
|
|
1570 |
buf = qtn_meet_req_response_out_of_date;
|
|
1571 |
}
|
|
1572 |
RESOURCE TBUF r_qtn_meet_req_response_please_respond
|
|
1573 |
{
|
|
1574 |
buf = qtn_meet_req_response_please_respond;
|
|
1575 |
}
|
|
1576 |
RESOURCE TBUF r_qtn_meet_req_response_tentative
|
|
1577 |
{
|
|
1578 |
buf = qtn_meet_req_response_tentative;
|
|
1579 |
}
|
|
1580 |
RESOURCE TBUF r_qtn_meet_req_send_cancellation_query
|
|
1581 |
{
|
|
1582 |
buf = qtn_meet_req_send_cancellation_query;
|
|
1583 |
}
|
|
1584 |
RESOURCE TBUF r_qtn_meet_req_send_now
|
|
1585 |
{
|
|
1586 |
buf = qtn_meet_req_send_now;
|
|
1587 |
}
|
|
1588 |
RESOURCE TBUF r_qtn_meet_req_send_query_accepted
|
|
1589 |
{
|
|
1590 |
buf = qtn_meet_req_send_query_accepted;
|
|
1591 |
}
|
|
1592 |
RESOURCE TBUF r_qtn_meet_req_send_query_declined
|
|
1593 |
{
|
|
1594 |
buf = qtn_meet_req_send_query_declined;
|
|
1595 |
}
|
|
1596 |
RESOURCE TBUF r_qtn_meet_req_send_query_tentative
|
|
1597 |
{
|
|
1598 |
buf = qtn_meet_req_send_query_tentative;
|
|
1599 |
}
|
|
1600 |
RESOURCE TBUF r_qtn_meet_req_send_update_all_query
|
|
1601 |
{
|
|
1602 |
buf = qtn_meet_req_send_update_all_query;
|
|
1603 |
}
|
|
1604 |
RESOURCE TBUF r_qtn_meet_req_send_update_query
|
|
1605 |
{
|
|
1606 |
buf = qtn_meet_req_send_update_query;
|
|
1607 |
}
|
|
1608 |
RESOURCE TBUF r_qtn_meet_req_send_update_updated_query
|
|
1609 |
{
|
|
1610 |
buf = qtn_meet_req_send_update_updated_query;
|
|
1611 |
}
|
|
1612 |
RESOURCE TBUF r_qtn_meet_req_set_alarm_header
|
|
1613 |
{
|
|
1614 |
buf = qtn_meet_req_set_alarm_header;
|
|
1615 |
}
|
|
1616 |
RESOURCE TBUF r_qtn_meet_req_set_recurrence_header
|
|
1617 |
{
|
|
1618 |
buf = qtn_meet_req_set_recurrence_header;
|
|
1619 |
}
|
|
1620 |
RESOURCE TBUF r_qtn_meet_req_subject_field
|
|
1621 |
{
|
|
1622 |
buf = qtn_meet_req_subject_field;
|
|
1623 |
}
|
|
1624 |
RESOURCE TBUF r_qtn_meet_req_title
|
|
1625 |
{
|
|
1626 |
buf = qtn_meet_req_title;
|
|
1627 |
}
|
|
1628 |
RESOURCE TBUF r_qtn_meet_req_later_date
|
|
1629 |
{
|
|
1630 |
buf = qtn_meet_req_later_date;
|
|
1631 |
}
|
|
1632 |
RESOURCE TBUF r_qtn_calendar_task_sync_none
|
|
1633 |
{
|
|
1634 |
buf = qtn_calendar_task_sync_none;
|
|
1635 |
}
|
|
1636 |
RESOURCE TBUF r_qtn_calendar_task_sync_private
|
|
1637 |
{
|
|
1638 |
buf = qtn_calendar_task_sync_private;
|
|
1639 |
}
|
|
1640 |
RESOURCE TBUF r_qtn_calendar_task_sync_public
|
|
1641 |
{
|
|
1642 |
buf = qtn_calendar_task_sync_public;
|
|
1643 |
}
|
|
1644 |
RESOURCE TBUF r_qtn_calendar_anniversary_type_occasion
|
|
1645 |
{
|
|
1646 |
buf = qtn_calendar_anniversary_type_occasion;
|
|
1647 |
}
|
|
1648 |
RESOURCE TBUF r_qtn_calendar_meeting_opt_priority_high
|
|
1649 |
{
|
|
1650 |
buf = qtn_calendar_meeting_opt_priority_high;
|
|
1651 |
}
|
|
1652 |
RESOURCE TBUF r_qtn_calendar_meeting_opt_priority_low
|
|
1653 |
{
|
|
1654 |
buf = qtn_calendar_meeting_opt_priority_low;
|
|
1655 |
}
|
|
1656 |
RESOURCE TBUF r_qtn_calendar_meeting_opt_priority_normal
|
|
1657 |
{
|
|
1658 |
buf = qtn_calendar_meeting_opt_priority_normal;
|
|
1659 |
}
|
|
1660 |
RESOURCE TBUF r_qtn_calendar_task_priority_high
|
|
1661 |
{
|
|
1662 |
buf = qtn_calendar_task_priority_high;
|
|
1663 |
}
|
|
1664 |
RESOURCE TBUF r_qtn_calendar_task_priority_low
|
|
1665 |
{
|
|
1666 |
buf = qtn_calendar_task_priority_low;
|
|
1667 |
}
|
|
1668 |
RESOURCE TBUF r_qtn_calendar_task_priority_normal
|
|
1669 |
{
|
|
1670 |
buf = qtn_calendar_task_priority_normal;
|
|
1671 |
}
|
|
1672 |
RESOURCE TBUF r_qtn_calendar_title_anniversary
|
|
1673 |
{
|
|
1674 |
buf = qtn_calendar_title_anniversary;
|
|
1675 |
}
|
|
1676 |
RESOURCE TBUF r_qtn_calendar_title_meeting
|
|
1677 |
{
|
|
1678 |
buf = qtn_calendar_title_meeting;
|
|
1679 |
}
|
|
1680 |
RESOURCE TBUF r_qtn_calendar_title_memo
|
|
1681 |
{
|
|
1682 |
buf = qtn_calendar_title_memo;
|
|
1683 |
}
|
|
1684 |
RESOURCE TBUF r_qtn_calendar_title_new_anniversary
|
|
1685 |
{
|
|
1686 |
buf = qtn_calendar_title_new_anniversary;
|
|
1687 |
}
|
|
1688 |
RESOURCE TBUF r_qtn_calendar_title_new_memo
|
|
1689 |
{
|
|
1690 |
buf = qtn_calendar_title_new_memo;
|
|
1691 |
}
|
|
1692 |
RESOURCE TBUF r_qtn_calendar_title_new_todo
|
|
1693 |
{
|
|
1694 |
buf = qtn_calendar_title_new_todo;
|
|
1695 |
}
|
|
1696 |
RESOURCE TBUF r_qtn_calendar_title_todo
|
|
1697 |
{
|
|
1698 |
buf = qtn_calendar_title_todo;
|
|
1699 |
}
|
|
1700 |
RESOURCE TBUF r_qtn_meet_req_show_all
|
|
1701 |
{
|
|
1702 |
buf = qtn_meet_req_show_all;
|
|
1703 |
}
|
|
1704 |
RESOURCE TBUF r_qtn_meet_req_viewer_options_open_in_web
|
|
1705 |
{
|
|
1706 |
buf = qtn_meet_req_viewer_options_open_in_web;
|
|
1707 |
}
|
|
1708 |
RESOURCE TBUF r_qtn_meet_req_fsoptions_open_in_intra
|
|
1709 |
{
|
|
1710 |
buf = qtn_meet_req_fsoptions_open_in_intra;
|
|
1711 |
}
|
|
1712 |
RESOURCE TBUF r_qtn_meet_req_viewer_options_bookmark
|
|
1713 |
{
|
|
1714 |
buf = qtn_meet_req_viewer_options_bookmark;
|
|
1715 |
}
|
|
1716 |
RESOURCE TBUF r_qtn_calendar_default_bookmark
|
|
1717 |
{
|
|
1718 |
buf = qtn_calendar_default_bookmark;
|
|
1719 |
}
|
|
1720 |
RESOURCE TBUF r_qtn_calendar_bookmark_saved
|
|
1721 |
{
|
|
1722 |
buf = qtn_calendar_bookmark_saved;
|
|
1723 |
}
|
|
1724 |
RESOURCE TBUF r_qtn_calendar_alarm_passed
|
|
1725 |
{
|
|
1726 |
buf = qtn_calendar_alarm_passed;
|
|
1727 |
}
|
|
1728 |
RESOURCE TBUF r_qtn_calendar_alarm_difference
|
|
1729 |
{
|
|
1730 |
buf = qtn_calendar_alarm_difference;
|
|
1731 |
}
|
|
1732 |
RESOURCE TBUF r_qtn_meet_req_conflict_unnamed
|
|
1733 |
{
|
|
1734 |
buf = qtn_meet_req_conflict_unnamed;
|
|
1735 |
}
|
|
1736 |
RESOURCE TBUF r_qtn_calendar_task_sync_title
|
|
1737 |
{
|
|
1738 |
buf = qtn_calendar_task_sync_title;
|
|
1739 |
}
|
|
1740 |
RESOURCE TBUF r_qtn_calendar_task_unified_title
|
|
1741 |
{
|
|
1742 |
buf = qtn_calendar_task_unified_title;
|
|
1743 |
}
|
|
1744 |
RESOURCE TBUF r_qtn_meet_req_title_meeting
|
|
1745 |
{
|
|
1746 |
buf = qtn_meet_req_title_meeting;
|
|
1747 |
}
|
|
1748 |
RESOURCE TBUF r_qtn_calendar_info_repeat_invalid
|
|
1749 |
{
|
|
1750 |
buf = qtn_calendar_info_repeat_invalid;
|
|
1751 |
}
|
|
1752 |
RESOURCE TBUF r_qtn_meet_req_time_separator
|
|
1753 |
{
|
|
1754 |
buf = qtn_meet_req_time_separator;
|
|
1755 |
}
|
|
1756 |
RESOURCE TBUF r_qtn_meet_req_note_saved
|
|
1757 |
{
|
|
1758 |
buf = qtn_meet_req_note_saved;
|
|
1759 |
}
|
|
1760 |
RESOURCE TBUF r_qtn_meet_req_todo_saved
|
|
1761 |
{
|
|
1762 |
buf = qtn_meet_req_todo_saved;
|
|
1763 |
}
|
|
1764 |
RESOURCE TBUF r_qtn_meet_req_quest_change_start_day
|
|
1765 |
{
|
|
1766 |
buf = qtn_meet_req_quest_change_start_day;
|
|
1767 |
}
|
|
1768 |
RESOURCE TBUF r_qtn_meet_req_info_start_end_date
|
|
1769 |
{
|
|
1770 |
buf = qtn_meet_req_info_start_end_date;
|
|
1771 |
}
|
|
1772 |
RESOURCE TBUF r_qtn_meet_req_note_attachments
|
|
1773 |
{
|
|
1774 |
buf = qtn_meet_req_note_attachments;
|
|
1775 |
}
|
|
1776 |
RESOURCE TBUF r_qtn_options_open
|
|
1777 |
{
|
|
1778 |
buf = qtn_options_open;
|
|
1779 |
}
|
|
1780 |
RESOURCE TBUF r_meet_req_editor_address_list_remote_lookup_search
|
|
1781 |
{
|
|
1782 |
buf=qtn_meet_req_editor_address_list_remote_lookup_search;
|
|
1783 |
}
|
|
1784 |
RESOURCE TBUF r_meet_req_instance_starts_earlier_than_series
|
|
1785 |
{
|
|
1786 |
buf = qtn_meet_req_instance_starts_earlier_than_series;
|
|
1787 |
}
|
|
1788 |
RESOURCE TBUF r_meet_req_instance_already_exists_on_this_day
|
|
1789 |
{
|
|
1790 |
buf = qtn_meet_req_instance_already_exists_on_this_day;
|
|
1791 |
}
|
|
1792 |
RESOURCE TBUF r_meet_req_instance_overlaps_existing_instance
|
|
1793 |
{
|
|
1794 |
buf = qtn_meet_req_instance_overlaps_existing_instance;
|
|
1795 |
}
|
|
1796 |
RESOURCE TBUF r_meet_req_instance_out_of_sequence
|
|
1797 |
{
|
|
1798 |
buf = qtn_meet_req_instance_out_of_sequence;
|
|
1799 |
}
|
|
1800 |
RESOURCE TBUF r_qtn_calendar_opt_delete_entry
|
|
1801 |
{
|
|
1802 |
buf = qtn_calendar_opt_delete_entry;
|
|
1803 |
}
|
|
1804 |
RESOURCE TBUF r_meet_req_conflict_text_format
|
|
1805 |
{
|
|
1806 |
buf = "%0U[20]\n%1U[20]\n%2U\n%3U"; // qtn_meet_req_conflict_text_format
|
|
1807 |
}
|
|
1808 |
RESOURCE TBUF r_meet_req_conflict_location_format
|
|
1809 |
{
|
|
1810 |
buf = "(%U)"; // qtn_meet_req_location_parenthesis
|
|
1811 |
}
|
|
1812 |
|
|
1813 |
// Viewer context menu bar
|
|
1814 |
RESOURCE MENU_BAR r_mr_viewer_context_menu
|
|
1815 |
{
|
|
1816 |
titles =
|
|
1817 |
{
|
|
1818 |
MENU_TITLE
|
|
1819 |
{
|
|
1820 |
menu_pane = r_action_menu;
|
|
1821 |
},
|
|
1822 |
MENU_TITLE
|
|
1823 |
{
|
|
1824 |
menu_pane = r_mr_viewer_location_menu;
|
|
1825 |
}
|
|
1826 |
};
|
|
1827 |
}
|
|
1828 |
|
|
1829 |
// Tracking View context menu bar
|
|
1830 |
RESOURCE MENU_BAR r_mr_tracking_view_context_menu
|
|
1831 |
{
|
|
1832 |
titles =
|
|
1833 |
{
|
|
1834 |
MENU_TITLE
|
|
1835 |
{
|
|
1836 |
menu_pane = r_action_menu;
|
|
1837 |
}
|
|
1838 |
};
|
|
1839 |
}
|
|
1840 |
|
|
1841 |
// Editor attendee field context menu bar
|
|
1842 |
RESOURCE MENU_BAR r_mr_editor_attendee_context_menu
|
|
1843 |
{
|
|
1844 |
titles =
|
|
1845 |
{
|
|
1846 |
MENU_TITLE
|
|
1847 |
{
|
|
1848 |
menu_pane = r_mr_editor_attendee_menu;
|
|
1849 |
}
|
|
1850 |
};
|
|
1851 |
}
|
|
1852 |
|
|
1853 |
// Viewer context menu pane
|
|
1854 |
RESOURCE MENU_PANE r_mr_editor_attendee_menu
|
|
1855 |
{
|
|
1856 |
items =
|
|
1857 |
{
|
|
1858 |
MENU_ITEM
|
|
1859 |
{
|
|
1860 |
command = EESMRCmdAttendeeInsertContact;
|
|
1861 |
txt = qtn_meet_req_add_attendees_from_contacts;
|
|
1862 |
}
|
|
1863 |
};
|
|
1864 |
}
|
|
1865 |
|
|
1866 |
// Reschedule instance information note
|
|
1867 |
RESOURCE TBUF r_meet_req_reschedule_instance
|
|
1868 |
{
|
|
1869 |
buf = qtn_meet_req_reschedule_instance;
|
|
1870 |
}
|
|
1871 |
|
|
1872 |
// Display so long text note
|
|
1873 |
RESOURCE TBUF r_qtn_meet_req_long_description
|
|
1874 |
{
|
|
1875 |
buf = qtn_meet_req_long_description;
|
|
1876 |
}
|
|
1877 |
|
|
1878 |
// Display multi calendar query list title
|
|
1879 |
RESOURCE TBUF r_qtn_calendar_task_calendar_title
|
|
1880 |
{
|
|
1881 |
buf = qtn_calendar_task_calendar_title;
|
|
1882 |
}
|
|
1883 |
|
|
1884 |
// Included resource files
|
|
1885 |
#include "mrguitoolbarresources.rss"
|
|
1886 |
#include "mrguiattachmentresources.rss"
|
|
1887 |
// EOF
|