meetingrequest/mrgui/data/esmrgui.rss
changeset 0 8466d47a6819
child 1 12c456ceeff2
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2007-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 <freestyleemailui.mbg>
       
    31 #include <data_caging_paths_strings.hrh>
       
    32 //<cmail>
       
    33 #include "esmrdef.h"
       
    34 //</cmail>
       
    35 #include "esmrgui.hrh"
       
    36 #include "esmrgui.rh"
       
    37 //<cmail>
       
    38 #include <mrui.loc>
       
    39 //</cmail>
       
    40 #define MRGUI_ICON_FILE APP_BITMAP_DIR"\\esmrgui.mif"
       
    41 #define EMAILUI_ICON_FILE APP_BITMAP_DIR"\\FreestyleEmailUi.mif"
       
    42 
       
    43 RESOURCE RSS_SIGNATURE { }
       
    44 
       
    45 // ---------------------------------------------------------------------------
       
    46 // r_priority_options
       
    47 //
       
    48 // ---------------------------------------------------------------------------
       
    49 //
       
    50 RESOURCE MENU_PANE r_priority_options
       
    51     {
       
    52     items =
       
    53         {
       
    54         MENU_ITEM
       
    55             {
       
    56             command=EESMRCmdPriorityHigh;
       
    57             txt=qtn_meet_req_opt_priority_high;
       
    58             },
       
    59         MENU_ITEM
       
    60             {
       
    61             command=EESMRCmdPriorityNormal;
       
    62             txt=qtn_meet_req_opt_priority_normal;
       
    63             },
       
    64         MENU_ITEM
       
    65             {
       
    66             command=EESMRCmdPriorityLow;
       
    67             txt=qtn_meet_req_opt_priority_low;
       
    68             }
       
    69         };
       
    70     }
       
    71 
       
    72 // ---------------------------------------------------------------------------
       
    73 // r_location_options
       
    74 //
       
    75 // ---------------------------------------------------------------------------
       
    76 //
       
    77 RESOURCE MENU_PANE r_location_options
       
    78     {
       
    79     items =
       
    80         {
       
    81         MENU_ITEM 
       
    82             { 
       
    83             command = EESMRCmdAssignFromMap;   
       
    84             txt = qtn_meet_req_options_assign_from_map; 
       
    85             },
       
    86         MENU_ITEM 
       
    87             { 
       
    88             command = EESMRCmdSearchFromContacts; 
       
    89             txt = qtn_meet_req_options_search_from_contacts; 
       
    90             },
       
    91         MENU_ITEM
       
    92             {
       
    93             command = EESMRCmdPreviousLocations;
       
    94             txt = qtn_meet_req_options_recent_locations;
       
    95             },
       
    96         MENU_ITEM
       
    97             {
       
    98             command = EESMRCmdLandmarks;
       
    99             txt = qtn_meet_req_options_landmarks;
       
   100             }
       
   101         };
       
   102     }
       
   103 
       
   104 // ---------------------------------------------------------------------------
       
   105 // r_mr_editor_organizer_menu
       
   106 //
       
   107 // ---------------------------------------------------------------------------
       
   108 //
       
   109 RESOURCE MENU_PANE r_mr_editor_organizer_menu
       
   110     {
       
   111     items =
       
   112         {
       
   113         MENU_ITEM
       
   114             {
       
   115             command = EESMRCmdSendMR;
       
   116             txt = qtn_meet_req_opt_send;
       
   117             },
       
   118         MENU_ITEM
       
   119             {
       
   120             command = EESMRCmdSendMRUpdate;
       
   121             txt = qtn_meet_req_opt_send_update;
       
   122             },
       
   123         MENU_ITEM
       
   124             {
       
   125             command = EESMRCmdCalEntryUISend;
       
   126             txt = qtn_meet_req_opt_send;
       
   127             },
       
   128         MENU_ITEM
       
   129             {
       
   130             command = EESMRCmdCalEntryUIAddParticipants;
       
   131             txt = qtn_meet_req_opt_add_participants;
       
   132             },
       
   133         MENU_ITEM
       
   134             {
       
   135             command = EESMRCmdAddOptAttendee;
       
   136             txt = qtn_meet_req_opt_optional;
       
   137             },
       
   138         MENU_ITEM
       
   139             {
       
   140             command = EESMRCmdSaveMR;
       
   141             txt = qtn_form_litxt_save;
       
   142             },
       
   143         MENU_ITEM
       
   144             {
       
   145             command = EESMRCmdCalEntryUISave;
       
   146             txt = qtn_form_litxt_save;
       
   147             },
       
   148         MENU_ITEM
       
   149             {
       
   150             command = EESMRCmdViewTrack;
       
   151             txt = qtn_meet_req_opt_tracking;
       
   152             },
       
   153 		MENU_ITEM
       
   154 			{
       
   155 			command = EAknCmdOpen;
       
   156 			txt = qtn_options_open;
       
   157 			},
       
   158         MENU_ITEM
       
   159             {
       
   160             command = EESMRCmdDeleteMR;
       
   161             txt = qtn_fldr_delete;
       
   162             },
       
   163         MENU_ITEM
       
   164             {
       
   165             command = EESMRCmdCalEntryUIDelete;
       
   166             txt = qtn_fldr_delete;
       
   167             },
       
   168         MENU_ITEM
       
   169             {
       
   170             command = EESMRCmdAddAttendees;
       
   171             txt = qtn_meet_req_opt_add_participants;
       
   172             },
       
   173         MENU_ITEM 
       
   174             {
       
   175             command = EESMRCmdAddLocation;  
       
   176             txt = qtn_meet_req_options_add_location; 
       
   177             cascade=r_location_options; 
       
   178             },
       
   179         MENU_ITEM
       
   180             {
       
   181             command = EESMRCmdSearchFromMap;
       
   182             txt = qtn_meet_req_options_search_from_map;
       
   183             },
       
   184         MENU_ITEM
       
   185             {
       
   186             command = EESMRCmdShowOnMap;
       
   187             txt = qtn_meet_req_options_show_on_map;
       
   188             },
       
   189         MENU_ITEM
       
   190             {
       
   191             command = EESMRCmdPriorityOptions;
       
   192             txt = qtn_meet_req_opt_priority;
       
   193             cascade=r_priority_options;
       
   194             },
       
   195         MENU_ITEM
       
   196             {
       
   197             command = EESMRCmdPrint; // Same ID as in interest.
       
   198             txt = ""; // AIW plugin will set the text.
       
   199             // No submenu if only one item in it
       
   200             cascade = AIW_INTELLIGENT_CASCADE_ID;
       
   201             },
       
   202         MENU_ITEM
       
   203             {
       
   204             command = EAknCmdHelp;
       
   205             txt = qtn_options_help;
       
   206             },
       
   207         MENU_ITEM
       
   208             {
       
   209             command = EAknCmdExit;
       
   210             txt = qtn_options_exit;
       
   211             }
       
   212         };
       
   213     }
       
   214 
       
   215 // ---------------------------------------------------------------------------
       
   216 // r_mr_viewer_menu
       
   217 //
       
   218 // ---------------------------------------------------------------------------
       
   219 //
       
   220 RESOURCE MENU_PANE r_mr_viewer_menu
       
   221     {
       
   222     items =
       
   223         {
       
   224         MENU_ITEM
       
   225             {
       
   226             command = EESMRCmdAcceptMR;
       
   227             txt = qtn_meet_req_opt_accept;
       
   228             },
       
   229         MENU_ITEM
       
   230             {
       
   231             command = EESMRCmdTentativeMR;
       
   232             txt = qtn_meet_req_opt_tentative;
       
   233             },
       
   234         MENU_ITEM
       
   235             {
       
   236             command = EESMRCmdDeclineMR;
       
   237             txt = qtn_meet_req_opt_decline;
       
   238             },
       
   239         MENU_ITEM
       
   240             {
       
   241             command = EESMRCmdRemoveFromCalendar;
       
   242             txt = qtn_meet_req_options_remove_from_cal;
       
   243             },
       
   244         MENU_ITEM
       
   245             {
       
   246             command = EESMRCmdMailMoveMessageToDrafts;
       
   247             txt = qtn_meet_req_options_move_to_drafts_msg;
       
   248             },
       
   249         MENU_ITEM
       
   250             {
       
   251             command = EESMRCmdCalEntryUISend;
       
   252             txt = qtn_meet_req_opt_send;
       
   253             },
       
   254         MENU_ITEM
       
   255             {
       
   256             command = EESMRCmdEdit;
       
   257             txt = qtn_meet_req_opt_edit;
       
   258             },
       
   259         MENU_ITEM
       
   260             {
       
   261             command = EESMRCmdEditLocal;
       
   262             txt = qtn_meet_req_opt_edit;
       
   263             },
       
   264         MENU_ITEM
       
   265             {
       
   266             command = EESMRCmdCalEntryUIEdit;
       
   267             txt = qtn_meet_req_opt_edit;
       
   268             },
       
   269         MENU_ITEM
       
   270             {
       
   271             command = EESMRCmdViewCalendar;
       
   272             txt = qtn_meet_req_opt_view_cal;
       
   273             },
       
   274         MENU_ITEM
       
   275             {
       
   276             command = EESMRCmdReply;
       
   277             txt = qtn_meet_req_opt_reply;
       
   278             },
       
   279         MENU_ITEM
       
   280             {
       
   281             command = EESMRCmdReplyAll;
       
   282             txt = qtn_meet_req_opt_reply_all;
       
   283             },
       
   284         MENU_ITEM
       
   285             {
       
   286             command = EESMRCmdForward;
       
   287             txt = qtn_meet_req_opt_forward;
       
   288             },
       
   289         MENU_ITEM
       
   290             {
       
   291             command = EESMRCmdActionMenu;
       
   292             txt = qtn_meet_req_opt_actions;
       
   293             cascade=r_action_menu;
       
   294             },
       
   295         MENU_ITEM
       
   296             {
       
   297             command = EESMRCmdTodoMarkAsDone;
       
   298             txt = qtn_calendar_opt_mark_done;
       
   299             },
       
   300         MENU_ITEM
       
   301             {
       
   302             command = EESMRCmdTodoMarkAsNotDone;
       
   303             txt = qtn_calendar_opt_mark_not_done;
       
   304             },
       
   305         MENU_ITEM
       
   306             {
       
   307             command = EESMRCmdMailEmailMoreMenu;
       
   308             txt = qtn_meet_req_options_more;
       
   309             cascade = r_mrviewer_email_menu;
       
   310             },
       
   311         MENU_ITEM
       
   312             {
       
   313             command = EESMRCmdViewTrack;
       
   314             txt = qtn_meet_req_opt_tracking;
       
   315             },
       
   316         MENU_ITEM
       
   317             {
       
   318             command = EESMRCmdDeleteMR;
       
   319             txt = qtn_fldr_delete;
       
   320             },
       
   321         MENU_ITEM
       
   322             {
       
   323             command = EESMRCmdCalEntryUIDelete;
       
   324             txt = qtn_fldr_delete;
       
   325             },
       
   326         // EMail Commands
       
   327         MENU_ITEM
       
   328             {
       
   329             command = EESMRCmdMailDelete;
       
   330             txt = qtn_meet_req_options_delete_msg;
       
   331             },
       
   332         MENU_ITEM
       
   333             {
       
   334             command = EESMRCmdMailMessageDetails;
       
   335             txt = qtn_meet_req_options_msg_details;
       
   336             },
       
   337         MENU_ITEM
       
   338             {
       
   339             command = EESMRCmdClipboardCopy;
       
   340             txt = qtn_meet_req_options_copy_to_clipboard;
       
   341             },
       
   342         MENU_ITEM
       
   343             {
       
   344             command = EESMRCmdPrint; // Same ID as in interest.
       
   345             txt = ""; // AIW plugin will set the text.
       
   346             // No submenu if only one item in it
       
   347             cascade = AIW_INTELLIGENT_CASCADE_ID;
       
   348             },
       
   349         MENU_ITEM
       
   350             {
       
   351             command = EESMRCmdMailPreviousMessage;
       
   352             txt = qtn_meet_req_options_prev_msg;
       
   353             },
       
   354         MENU_ITEM
       
   355             {
       
   356             command = EESMRCmdMailNextMessage;
       
   357             txt = qtn_meet_req_options_next_msg;
       
   358             },
       
   359         MENU_ITEM
       
   360             {
       
   361             command = EESMRCmdSearchFromMap;
       
   362             txt = qtn_meet_req_options_search_from_map;
       
   363             },
       
   364         MENU_ITEM
       
   365             {
       
   366             command = EESMRCmdShowOnMap;
       
   367             txt = qtn_meet_req_options_show_on_map;
       
   368             },
       
   369         MENU_ITEM
       
   370             {
       
   371             command = EAknCmdHelp;
       
   372             txt = qtn_options_help;
       
   373             },
       
   374         MENU_ITEM
       
   375             {
       
   376             command = EAknCmdExit;
       
   377             txt = qtn_options_exit;
       
   378             }
       
   379         };
       
   380     }
       
   381 
       
   382 // ---------------------------------------------------------------------------
       
   383 // r_mrviewer_email_menu
       
   384 //
       
   385 // ---------------------------------------------------------------------------
       
   386 //
       
   387 RESOURCE MENU_PANE r_mrviewer_email_menu
       
   388     {
       
   389     items =
       
   390         {
       
   391         MENU_ITEM
       
   392             {
       
   393             command = EESMRCmdMailMarkUnread;
       
   394             txt = qtn_meet_req_options_mark_unread_msg;
       
   395             },
       
   396         MENU_ITEM
       
   397             {
       
   398             command = EESMRCmdMailMarkRead;
       
   399             txt = qtn_meet_req_options_mark_read_msg;
       
   400             },
       
   401         MENU_ITEM
       
   402             {
       
   403             command = EESMRCmdMailMoveMessage;
       
   404             txt = qtn_meet_req_options_move_msg;
       
   405             },
       
   406         MENU_ITEM
       
   407             {
       
   408             command = EESMRCmdMailCopyMessage;
       
   409             txt = qtn_meet_req_options_copy_msg;
       
   410             },
       
   411         MENU_ITEM
       
   412             {
       
   413             command = EESMRCmdMailFlagMessage;
       
   414             txt = qtn_meet_req_options_flag_msg;
       
   415             },
       
   416         MENU_ITEM
       
   417             {
       
   418             command = EESMRCmdMailComposeMessage;
       
   419             txt = qtn_meet_req_options_compose_msg;
       
   420             },
       
   421         MENU_ITEM
       
   422             {
       
   423             command = EESMRCmdDownloadManager;
       
   424             txt = qtn_meet_req_options_download_mgr;
       
   425             }
       
   426         };
       
   427     }
       
   428 
       
   429 // ---------------------------------------------------------------------------
       
   430 // r_action_menu
       
   431 //
       
   432 // ---------------------------------------------------------------------------
       
   433 //
       
   434 RESOURCE MENU_PANE r_action_menu
       
   435     {
       
   436     items =
       
   437         {
       
   438         };
       
   439     }
       
   440 
       
   441 // ---------------------------------------------------------------------------
       
   442 // r_response_dialog_menu
       
   443 //
       
   444 // ---------------------------------------------------------------------------
       
   445 //
       
   446 RESOURCE MENU_PANE r_response_dialog_menu
       
   447     {
       
   448     items =
       
   449         {
       
   450         MENU_ITEM
       
   451             {
       
   452             command = EESMRCmdSendMR;
       
   453             txt = qtn_meet_req_opt_send;
       
   454             },
       
   455         MENU_ITEM
       
   456             {
       
   457             command = EAknCmdHelp;
       
   458             txt = qtn_options_help;
       
   459             },
       
   460         MENU_ITEM
       
   461             {
       
   462             command = EAknCmdExit;
       
   463             txt = qtn_options_exit;
       
   464             }
       
   465         };
       
   466     }
       
   467 
       
   468 
       
   469 // ---------------------------------------------------------------------------
       
   470 // r_mr_tracking_view_menu
       
   471 //
       
   472 // ---------------------------------------------------------------------------
       
   473 //
       
   474 RESOURCE MENU_PANE r_mr_tracking_view_menu
       
   475     {
       
   476     items =
       
   477         {
       
   478         MENU_ITEM
       
   479             {
       
   480             command = EESMRCmdActionMenu;
       
   481             txt = qtn_meet_req_opt_actions;
       
   482             cascade=r_action_menu;
       
   483             },
       
   484         MENU_ITEM
       
   485             {
       
   486             command = EESMRCmdPrint; // Same ID as in interest.
       
   487             txt = ""; // AIW plugin will set the text.
       
   488             // No submenu if only one item in it
       
   489             cascade = AIW_INTELLIGENT_CASCADE_ID;
       
   490             },
       
   491         MENU_ITEM
       
   492             {
       
   493             command = EAknCmdHelp;
       
   494             txt = qtn_options_help;
       
   495             },
       
   496         MENU_ITEM
       
   497             {
       
   498             command = EAknCmdExit;
       
   499             txt = qtn_options_exit;
       
   500             }
       
   501         };
       
   502     }
       
   503 // ---------------------------------------------------------------------------
       
   504 // r_response_dialog_softkeys_options_send
       
   505 //
       
   506 // ---------------------------------------------------------------------------
       
   507 //
       
   508 RESOURCE CBA r_response_dialog_softkeys_options_send
       
   509     {
       
   510     buttons =
       
   511         {
       
   512         CBA_BUTTON
       
   513             {
       
   514             id = EAknSoftkeyOptions;
       
   515             txt = text_softkey_option;
       
   516             },
       
   517         CBA_BUTTON
       
   518             {
       
   519             id = EAknSoftkeyBack;
       
   520             txt = text_softkey_back;
       
   521             },
       
   522         AVKON_CBA_BUTTON
       
   523             {
       
   524             id = EESMRCmdSendMR;
       
   525             longpressid = 0;
       
   526             txt = qtn_meet_req_softkey_send;
       
   527             }
       
   528         };
       
   529     }
       
   530 
       
   531 // -------------------------------------------------------------------------------------------------
       
   532 // r_add_bookmark_query_dialog
       
   533 //
       
   534 // -------------------------------------------------------------------------------------------------
       
   535 //
       
   536 RESOURCE DIALOG r_add_bookmark_query_dialog
       
   537     {
       
   538     flags = EGeneralQueryFlags;
       
   539     buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
       
   540     items =
       
   541         {
       
   542         DLG_LINE
       
   543             {
       
   544             type = EAknCtQuery;
       
   545             id = EGeneralQuery;
       
   546             control = AVKON_DATA_QUERY
       
   547                 {
       
   548                 layout = EDataLayout;
       
   549                 label = qtn_calendar_enter_bookmark_name;
       
   550                 control = EDWIN
       
   551                     {
       
   552                     flags = EEikEdwinNoHorizScrolling |
       
   553                         EEikEdwinResizable;
       
   554                     default_case = EAknEditorLowerCase;
       
   555                     allowed_case_modes = EAknEditorLowerCase |
       
   556                         EAknEditorUpperCase;
       
   557                     default_input_mode = EAknEditorTextInputMode;
       
   558                     allowed_input_modes = EAknEditorTextInputMode |
       
   559                         EAknEditorNumericInputMode;
       
   560                     };
       
   561                 };
       
   562             }
       
   563         };
       
   564     }
       
   565 
       
   566 // --------------------------------------------------------------------------
       
   567 // AIW_INTEREST
       
   568 // Contact assignment interest.
       
   569 // --------------------------------------------------------------------------
       
   570 //
       
   571 RESOURCE AIW_INTEREST r_contact_assignment_interest
       
   572     {
       
   573     items=
       
   574         {
       
   575         AIW_CRITERIA_ITEM
       
   576             {
       
   577             id = KAiwCmdAssign;  // serviceCmd used here also as ID
       
   578             serviceCmd = KAiwCmdAssign;
       
   579             contentType = EGenericParamContactLinkArrayStr;
       
   580             serviceClass = KAiwClassMenu;
       
   581             maxProviders    = 1;
       
   582             }
       
   583         };
       
   584     }
       
   585 
       
   586 // --------------------------------------------------------------------------
       
   587 // AIW_INTEREST
       
   588 // Contact selection interest.
       
   589 // --------------------------------------------------------------------------
       
   590 //
       
   591 RESOURCE AIW_INTEREST r_contact_selection_interest
       
   592     {
       
   593     items=
       
   594         {
       
   595         AIW_CRITERIA_ITEM
       
   596             {
       
   597             id = KAiwCmdSelect;  // serviceCmd used here also as ID
       
   598             serviceCmd   = KAiwCmdSelect;
       
   599             contentType  = EGenericParamContactLinkArrayStr;
       
   600             serviceClass = KAiwClassBase;
       
   601             maxProviders = 1;
       
   602             }
       
   603         };
       
   604     }
       
   605 
       
   606 // --------------------------------------------------------------------------
       
   607 // AIW_INTEREST
       
   608 // Contact call interest.
       
   609 // --------------------------------------------------------------------------
       
   610 //
       
   611 RESOURCE AIW_INTEREST r_call_interest
       
   612     {
       
   613     items=
       
   614         {
       
   615         AIW_CRITERIA_ITEM
       
   616             {
       
   617             id = KAiwCmdCall;  // serviceCmd used here also as ID
       
   618             serviceCmd = KAiwCmdCall;
       
   619             contentType = "*";
       
   620             serviceClass = KAiwClassMenu;
       
   621             defaultProvider = 0; // Call UI
       
   622             maxProviders    = 1;
       
   623             }
       
   624         };
       
   625     }
       
   626 
       
   627 // --------------------------------------------------------------------------
       
   628 // AIW_INTEREST
       
   629 // open link in intranet.
       
   630 // --------------------------------------------------------------------------
       
   631 //
       
   632 RESOURCE AIW_INTEREST r_intranet_aiw_interest
       
   633     {
       
   634     items =
       
   635         {
       
   636         AIW_CRITERIA_ITEM
       
   637             {
       
   638             id = KAiwCmdView; // serviceCmd used here also as ID
       
   639             serviceCmd = KAiwCmdView;
       
   640             serviceClass = KAiwClassMenu;
       
   641             contentType = "*";
       
   642             defaultProvider = 0x20002599; //intranet application
       
   643             maxProviders = 1;
       
   644             }
       
   645         };
       
   646     }
       
   647 
       
   648 // --------------------------------------------------------------------------
       
   649 // Attendee editor field contact pop up softkeys
       
   650 // --------------------------------------------------------------------------
       
   651 //
       
   652 RESOURCE CBA r_contact_popup_softkeys_select_cancel
       
   653     {
       
   654     buttons =
       
   655         {
       
   656         CBA_BUTTON
       
   657             {
       
   658             id = EESMRCmdAttendeeSoftkeySelect;
       
   659             txt= text_softkey_select;
       
   660             },
       
   661         CBA_BUTTON
       
   662             {
       
   663             id = EESMRCmdAttendeeSoftkeyCancel;
       
   664             txt= text_softkey_cancel;
       
   665             }
       
   666         };
       
   667     }
       
   668 
       
   669 // --------------------------------------------------------------------------
       
   670 // Attendee editor field softkeys
       
   671 // --------------------------------------------------------------------------
       
   672 //
       
   673 RESOURCE CBA r_contact_editor_softkeys_options_done__add
       
   674     {
       
   675     buttons =
       
   676         {
       
   677         CBA_BUTTON
       
   678             {
       
   679             id=EAknSoftkeyOptions;
       
   680             txt = text_softkey_option;
       
   681             },
       
   682         CBA_BUTTON
       
   683             {id=EAknSoftkeyDone;
       
   684             txt = text_softkey_done;
       
   685             },
       
   686         AVKON_CBA_BUTTON
       
   687             {
       
   688             id=EESMRCmdAttendeeInsertContact;
       
   689             longpressid=0;
       
   690             txt= qtn_msk_add;
       
   691             }
       
   692         };
       
   693     }
       
   694 
       
   695 // ---------------------------------------------------------------------------
       
   696 //
       
   697 //
       
   698 // ---------------------------------------------------------------------------
       
   699 //
       
   700 RESOURCE EIK_APP_INFO
       
   701     {
       
   702     menubar = r_mreditor_menubar;
       
   703     cba = R_AVKON_SOFTKEYS_EXIT;
       
   704     }
       
   705 
       
   706 
       
   707 // ---------------------------------------------------------------------------
       
   708 // r_mreditor_menubar
       
   709 //
       
   710 // ---------------------------------------------------------------------------
       
   711 //
       
   712 RESOURCE MENU_BAR r_mreditor_menubar
       
   713     {
       
   714     titles =
       
   715         {
       
   716         MENU_TITLE {menu_pane = r_mr_editor_organizer_menu;}
       
   717         };
       
   718     }
       
   719 
       
   720 // ---------------------------------------------------------------------------
       
   721 // r_mrviewer_menubar
       
   722 //
       
   723 // ---------------------------------------------------------------------------
       
   724 //
       
   725 RESOURCE MENU_BAR r_mrviewer_menubar
       
   726     {
       
   727     titles =
       
   728         {
       
   729         MENU_TITLE {menu_pane = r_mr_viewer_menu;}
       
   730         };
       
   731     }
       
   732 
       
   733 // ---------------------------------------------------------------------------
       
   734 // r_response_dialog_menubar
       
   735 //
       
   736 // ---------------------------------------------------------------------------
       
   737 //
       
   738 RESOURCE MENU_BAR r_response_dialog_menubar
       
   739     {
       
   740     titles =
       
   741         {
       
   742         MENU_TITLE {menu_pane = r_response_dialog_menu;}
       
   743         };
       
   744     }
       
   745 
       
   746 // ---------------------------------------------------------------------------
       
   747 // r_tracking_dialog_menubar
       
   748 //
       
   749 // ---------------------------------------------------------------------------
       
   750 //
       
   751 RESOURCE MENU_BAR r_tracking_dialog_menubar
       
   752     {
       
   753     titles =
       
   754         {
       
   755         MENU_TITLE {menu_pane = r_mr_tracking_view_menu;}
       
   756         };
       
   757     }
       
   758 
       
   759 // ---------------------------------------------------------------------------
       
   760 // r_mr_viewer_softkeys
       
   761 //
       
   762 // ---------------------------------------------------------------------------
       
   763 //
       
   764 RESOURCE CBA r_mr_viewer_softkeys
       
   765     {
       
   766     buttons =
       
   767         {
       
   768         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   769         //CBA_BUTTON {id=EAknSoftkeyClose; txt = text_softkey_close; },
       
   770         CBA_BUTTON {id=EAknSoftkeyClose; txt = text_softkey_back; },
       
   771         AVKON_CBA_BUTTON{id=EESMRCmdEdit; longpressid=0; txt= qtn_msk_edit; }
       
   772         };
       
   773     }
       
   774 
       
   775 // ---------------------------------------------------------------------------
       
   776 // r_mr_editor_softkeys
       
   777 //
       
   778 // ---------------------------------------------------------------------------
       
   779 //
       
   780 RESOURCE CBA r_mr_editor_softkeys
       
   781     {
       
   782     buttons =
       
   783         {
       
   784         CBA_BUTTON
       
   785             {
       
   786             id=EAknSoftkeyOptions;
       
   787             txt = text_softkey_option;
       
   788             },
       
   789         CBA_BUTTON
       
   790             {
       
   791             id=EAknSoftkeyDone;
       
   792             txt = text_softkey_done;
       
   793             },
       
   794         AVKON_CBA_BUTTON
       
   795             {
       
   796             id=EAknSoftkeySelect;
       
   797             longpressid=0;
       
   798             txt= qtn_msk_select;
       
   799             }
       
   800         };
       
   801     }
       
   802 
       
   803 
       
   804 // ---------------------------------------------------------------------------
       
   805 // r_mr_tracking_softkeys
       
   806 //
       
   807 // ---------------------------------------------------------------------------
       
   808 //
       
   809 RESOURCE CBA r_mr_tracking_softkeys
       
   810     {
       
   811     buttons =
       
   812         {
       
   813         CBA_BUTTON
       
   814             {
       
   815             id=EAknSoftkeyOptions;
       
   816             txt = text_softkey_option;
       
   817             },
       
   818         CBA_BUTTON
       
   819             {
       
   820             id=EESMRCmdBack;
       
   821             txt = text_softkey_back;
       
   822             },
       
   823         AVKON_CBA_BUTTON
       
   824             {
       
   825             id=EESMRCmdCall;
       
   826             longpressid=0;
       
   827             txt= text_softkey_msk_call;
       
   828             }
       
   829         };
       
   830     }
       
   831 
       
   832 // ---------------------------------------------------------------------------
       
   833 // r_mr_select_softkey
       
   834 //
       
   835 // ---------------------------------------------------------------------------
       
   836 //
       
   837 RESOURCE CBA_BUTTON r_mr_select_softkey
       
   838     {
       
   839     id = EAknSoftkeySelect;
       
   840     txt = qtn_msk_select;
       
   841     }
       
   842 
       
   843 // ---------------------------------------------------------------------------
       
   844 // r_mr_edit_softkey
       
   845 //
       
   846 // ---------------------------------------------------------------------------
       
   847 //
       
   848 RESOURCE CBA_BUTTON r_mr_edit_softkey
       
   849     {
       
   850     id = EESMRCmdEdit;
       
   851     txt = qtn_meet_req_opt_edit;
       
   852     }
       
   853 
       
   854 // ---------------------------------------------------------------------------
       
   855 // r_mr_cal_edit_softkey
       
   856 //
       
   857 // ---------------------------------------------------------------------------
       
   858 //
       
   859 RESOURCE CBA_BUTTON r_mr_cal_edit_softkey
       
   860     {
       
   861     id = EESMRCmdCalEntryUIEdit;
       
   862     txt = qtn_meet_req_opt_edit;
       
   863     }
       
   864 
       
   865 // ---------------------------------------------------------------------------
       
   866 // r_mr_add_softkey
       
   867 //
       
   868 // ---------------------------------------------------------------------------
       
   869 //
       
   870 RESOURCE CBA_BUTTON r_mr_add_softkey
       
   871     {
       
   872     id = EESMRCmdAttendeeInsertContact;
       
   873     txt = qtn_msk_add;
       
   874     }
       
   875 
       
   876 // ---------------------------------------------------------------------------
       
   877 // r_ps_aiw_interest
       
   878 //
       
   879 // ---------------------------------------------------------------------------
       
   880 //
       
   881 RESOURCE AIW_INTEREST r_ps_aiw_interest
       
   882     {
       
   883     items =
       
   884         {
       
   885         // This application is interested in calling from menu.
       
   886         AIW_CRITERIA_ITEM
       
   887             {
       
   888             id = EESMRCmdPrint;
       
   889             serviceCmd = KAiwCmdPrint;
       
   890             serviceClass = KAiwClassMenu;
       
   891             contentType = ".cal";
       
   892             defaultProvider = 0x102085EB; // Printing Framework AIW
       
   893             maxProviders = 1;
       
   894             }
       
   895         };
       
   896     }
       
   897 
       
   898 // ---------------------------------------------------------------------------
       
   899 // r_mrviewer_dialog
       
   900 //
       
   901 // ---------------------------------------------------------------------------
       
   902 //
       
   903 RESOURCE DIALOG r_mrviewer_dialog
       
   904     {
       
   905     flags =    EEikDialogFlagWait |
       
   906                EEikDialogFlagNoDrag |
       
   907                EEikDialogFlagFillAppClientRect |
       
   908                EEikDialogFlagNoTitleBar |
       
   909                EEikDialogFlagNoBorder |
       
   910                EEikDialogFlagCbaButtons |
       
   911                EEikDialogFlagNotifyEsc |
       
   912                EEikDialogFlagWait;
       
   913     buttons = r_mr_viewer_softkeys;
       
   914     items =
       
   915         {
       
   916         DLG_LINE
       
   917             {
       
   918             id = EEsMrControlId;
       
   919             type = EEsMrViewerType;
       
   920             }
       
   921         };
       
   922     }
       
   923 
       
   924 // ---------------------------------------------------------------------------
       
   925 // r_response_dialog
       
   926 //
       
   927 // ---------------------------------------------------------------------------
       
   928 //
       
   929 RESOURCE DIALOG r_response_dialog
       
   930        {
       
   931        flags = EEikDialogFlagWait |
       
   932                EEikDialogFlagNoDrag |
       
   933                EEikDialogFlagFillAppClientRect |
       
   934                EEikDialogFlagNoTitleBar |
       
   935                EEikDialogFlagNoBorder |
       
   936                EEikDialogFlagCbaButtons;
       
   937        buttons = r_response_dialog_softkeys_options_send;
       
   938        items =
       
   939            {
       
   940            DLG_LINE
       
   941                {
       
   942                id = EEsMrControlId;
       
   943                type = EEsMrResponseDialogType;
       
   944                }
       
   945            };
       
   946         }
       
   947 
       
   948 // ---------------------------------------------------------------------------
       
   949 // r_mreditor_dialog
       
   950 //
       
   951 // ---------------------------------------------------------------------------
       
   952 //
       
   953 RESOURCE DIALOG r_mreditor_dialog
       
   954    {
       
   955    flags = EEikDialogFlagWait |
       
   956            EEikDialogFlagNoDrag |
       
   957            EEikDialogFlagFillAppClientRect |
       
   958            EEikDialogFlagNoTitleBar |
       
   959            EEikDialogFlagNoBorder |
       
   960            EEikDialogFlagCbaButtons |
       
   961            EEikDialogFlagNotifyEsc |
       
   962            EEikDialogFlagWait;
       
   963    buttons = r_mr_editor_softkeys;
       
   964    items =
       
   965         {
       
   966         DLG_LINE
       
   967             {
       
   968             id = EEsMrControlId;
       
   969             type = EEsMrEditorType;
       
   970             }
       
   971         };
       
   972    }
       
   973 
       
   974 // ---------------------------------------------------------------------------
       
   975 // r_mrtracking_dialog
       
   976 //
       
   977 // ---------------------------------------------------------------------------
       
   978 //
       
   979 RESOURCE DIALOG r_mrtracking_dialog
       
   980     {
       
   981     flags =    EEikDialogFlagWait |
       
   982                EEikDialogFlagNoDrag |
       
   983                EEikDialogFlagFillAppClientRect |
       
   984                EEikDialogFlagNoTitleBar |
       
   985                EEikDialogFlagNoBorder |
       
   986                EEikDialogFlagCbaButtons |
       
   987                EEikDialogFlagNotifyEsc |
       
   988                EEikDialogFlagWait;
       
   989     buttons = r_mr_tracking_softkeys;
       
   990     items =
       
   991         {
       
   992         DLG_LINE
       
   993             {
       
   994             id = EEsMrControlId;
       
   995             type = EEsMrTrackingType;
       
   996             }
       
   997         };
       
   998     }
       
   999 
       
  1000 // ---------------------------------------------------------------------------
       
  1001 // r_mr_confirmation_query
       
  1002 //
       
  1003 // ---------------------------------------------------------------------------
       
  1004 //
       
  1005 RESOURCE DIALOG r_mr_confirmation_query
       
  1006        {
       
  1007        flags = EGeneralQueryFlags;
       
  1008        buttons = R_AVKON_SOFTKEYS_YES_NO;
       
  1009        items =
       
  1010            {
       
  1011            DLG_LINE
       
  1012                {
       
  1013                type = EAknCtQuery;
       
  1014                id = EGeneralQuery;
       
  1015                control = AVKON_CONFIRMATION_QUERY
       
  1016                    {
       
  1017                    layout = EConfirmationQueryLayout;
       
  1018                    };
       
  1019                }
       
  1020            };
       
  1021     }
       
  1022 
       
  1023 // ---------------------------------------------------------------------------
       
  1024 // r_meet_req_send_update_query
       
  1025 //
       
  1026 // ---------------------------------------------------------------------------
       
  1027 //
       
  1028 RESOURCE DIALOG r_meet_req_send_update_query
       
  1029     {
       
  1030         flags = EGeneralQueryFlags;
       
  1031         buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
       
  1032         items =
       
  1033             {
       
  1034             DLG_LINE
       
  1035             {
       
  1036             type = EAknCtListQueryControl;
       
  1037             id = EListQueryControl;
       
  1038             control = AVKON_LIST_QUERY_CONTROL
       
  1039                 {
       
  1040                 listtype = EAknCtSinglePopupMenuListBox;
       
  1041                 listbox = LISTBOX
       
  1042                     {
       
  1043                     flags = EAknListBoxSelectionList;
       
  1044                     height = 2;
       
  1045                     width = 2;
       
  1046                     array_id = r_meet_req_send_update_query_items;
       
  1047                     };
       
  1048                 heading = qtn_meet_req_send_update_query;
       
  1049                 };
       
  1050             }
       
  1051         };
       
  1052     }
       
  1053 
       
  1054 // ---------------------------------------------------------------------------
       
  1055 // r_meet_req_send_update_query_items
       
  1056 //
       
  1057 // ---------------------------------------------------------------------------
       
  1058 //
       
  1059 RESOURCE ARRAY r_meet_req_send_update_query_items
       
  1060     {
       
  1061     items =
       
  1062         {
       
  1063         LBUF { txt = qtn_meet_req_send_update_all_query; },
       
  1064         LBUF { txt = qtn_meet_req_send_update_updated_query; }
       
  1065         };
       
  1066     }
       
  1067 
       
  1068 RESOURCE ESMR_ALARM_TABLE r_esmreditor_alarms
       
  1069     {
       
  1070     alarms =
       
  1071         {
       
  1072         ESMR_ALARM
       
  1073             {
       
  1074             id = EAlarmOff;
       
  1075             value = -1;
       
  1076             relative = -1;
       
  1077             txt = r_qtn_meet_req_alarm_off;
       
  1078             },
       
  1079         ESMR_ALARM
       
  1080             {
       
  1081             id = EAlarmZeroMinutes;
       
  1082             value = 0;
       
  1083             relative = 0;
       
  1084             txt = r_qtn_meet_req_alarm_minutes;
       
  1085             },
       
  1086         ESMR_ALARM
       
  1087             {
       
  1088             id = EAlarmFiveMinutes;
       
  1089             value = 5;
       
  1090             relative = 5;
       
  1091             txt = r_qtn_meet_req_alarm_minutes;
       
  1092             },
       
  1093         ESMR_ALARM
       
  1094             {
       
  1095             id = EAlarmFifteenMinutes;
       
  1096             value = 15;
       
  1097             relative = 15;
       
  1098             txt = r_qtn_meet_req_alarm_minutes;
       
  1099             },
       
  1100         ESMR_ALARM
       
  1101             {
       
  1102             id = EAlarmThirtyMinutes;
       
  1103             value = 30;
       
  1104             relative = 30;
       
  1105             txt = r_qtn_meet_req_alarm_minutes;
       
  1106             },
       
  1107         ESMR_ALARM
       
  1108             {
       
  1109             id = EAlarmOneHour;
       
  1110             value = 1;
       
  1111             relative = 60;
       
  1112             txt = r_qtn_meet_req_alarm_hour;
       
  1113             },
       
  1114         ESMR_ALARM
       
  1115             {
       
  1116             id = EAlarmTwoHours;
       
  1117             value = 2;
       
  1118             relative = 120;
       
  1119             txt = r_qtn_meet_req_alarm_hours;
       
  1120             },
       
  1121         ESMR_ALARM
       
  1122             {
       
  1123             id = EAlarmThreeHours;
       
  1124             value = 3;
       
  1125             relative = 180;
       
  1126             txt = r_qtn_meet_req_alarm_hours;
       
  1127             },
       
  1128         ESMR_ALARM
       
  1129             {
       
  1130             id = EAlarmFourHours;
       
  1131             value = 4;
       
  1132             relative = 240;
       
  1133             txt = r_qtn_meet_req_alarm_hours;
       
  1134             },
       
  1135         ESMR_ALARM
       
  1136             {
       
  1137             id = EAlarmFiveHours;
       
  1138             value = 5;
       
  1139             relative = 300;
       
  1140             txt = r_qtn_meet_req_alarm_hours;
       
  1141             },
       
  1142         ESMR_ALARM
       
  1143             {
       
  1144             id = EAlarmSixHours;
       
  1145             value = 6;
       
  1146             relative = 360;
       
  1147             txt = r_qtn_meet_req_alarm_hours;
       
  1148             },
       
  1149         ESMR_ALARM
       
  1150             {
       
  1151             id = EAlarmSevenHours;
       
  1152             value = 7;
       
  1153             relative = 420;
       
  1154             txt = r_qtn_meet_req_alarm_hours;
       
  1155             },
       
  1156         ESMR_ALARM
       
  1157             {
       
  1158             id = EAlarmEightHours;
       
  1159             value = 8;
       
  1160             relative = 480;
       
  1161             txt = r_qtn_meet_req_alarm_hours;
       
  1162             },
       
  1163         ESMR_ALARM
       
  1164             {
       
  1165             id = EAlarmTwelveHours;
       
  1166             value = 12;
       
  1167             relative = 720;
       
  1168             txt = r_qtn_meet_req_alarm_hours;
       
  1169             },
       
  1170         ESMR_ALARM
       
  1171             {
       
  1172             id = EAlarmOneDay;
       
  1173             value = -1; // no value needed
       
  1174             relative = 1440;
       
  1175             txt = r_qtn_meet_req_alarm_one_day;
       
  1176             },
       
  1177         ESMR_ALARM
       
  1178             {
       
  1179             id = EAlarmTwoDays;
       
  1180             value = 2;
       
  1181             relative = 2880;
       
  1182             txt = r_qtn_meet_req_alarm_days;
       
  1183             },
       
  1184         ESMR_ALARM
       
  1185             {
       
  1186             id = EAlarmOneWeek;
       
  1187             value = -1; // no value needed
       
  1188             relative = 10080;
       
  1189             txt = r_qtn_meet_req_alarm_one_week;
       
  1190             }
       
  1191         };
       
  1192     }
       
  1193 
       
  1194 RESOURCE ESMR_RECURENCE_TABLE r_esmreditor_recurrence
       
  1195         {
       
  1196         recurrence =
       
  1197                 {
       
  1198                 ESMR_RECURRENCE
       
  1199                         {
       
  1200                         id = ERecurrenceNot;
       
  1201                         txt = r_qtn_meet_req_recurring_not;
       
  1202                         },
       
  1203                 ESMR_RECURRENCE
       
  1204                         {
       
  1205                         id = ERecurrenceDaily;
       
  1206                         txt = r_qtn_meet_req_recurring_daily;
       
  1207                         },
       
  1208                 ESMR_RECURRENCE
       
  1209                         {
       
  1210                         id = ERecurrenceWeekly;
       
  1211                         txt = r_qtn_meet_req_recurring_weekly;
       
  1212                         },
       
  1213                 ESMR_RECURRENCE
       
  1214                          {
       
  1215                          id = ERecurrenceEverySecondWeek;
       
  1216                          txt = r_qtn_meet_req_recurring_sec_week;
       
  1217                          },
       
  1218                 ESMR_RECURRENCE
       
  1219                         {
       
  1220                         id = ERecurrenceMonthly;
       
  1221                         txt = r_qtn_meet_req_recurring_monthly;
       
  1222                         },
       
  1223                 ESMR_RECURRENCE
       
  1224                         {
       
  1225                         id = ERecurrenceYearly;
       
  1226                         txt = r_qtn_meet_req_recurring_yearly;
       
  1227                         }
       
  1228                 };
       
  1229         }
       
  1230 
       
  1231 RESOURCE ESMR_SYNC_TABLE r_esmreditor_sync
       
  1232         {
       
  1233         sync =
       
  1234                 {
       
  1235                 ESMR_SYNC
       
  1236                         {
       
  1237                         id = ESyncNone;
       
  1238                         txt = r_qtn_calendar_task_sync_none;
       
  1239                         },
       
  1240                 ESMR_SYNC
       
  1241                         {
       
  1242                         id = ESyncPublic;
       
  1243                         txt = r_qtn_calendar_task_sync_public;
       
  1244                         },
       
  1245                 ESMR_SYNC
       
  1246                         {
       
  1247                         id = ESyncPrivate;
       
  1248                         txt = r_qtn_calendar_task_sync_private;
       
  1249                         }
       
  1250                 };
       
  1251         }
       
  1252 
       
  1253 RESOURCE ESMR_PRIORITY_TABLE r_esmreditor_priority
       
  1254     {
       
  1255     priority =
       
  1256         {
       
  1257         ESMR_PRIORITY
       
  1258             {
       
  1259             id = EFSCalenMRPriorityLow;
       
  1260             txt = r_qtn_calendar_task_priority_low;
       
  1261             },
       
  1262         ESMR_PRIORITY
       
  1263             {
       
  1264             id = EFSCalenMRPriorityNormal;
       
  1265             txt = r_qtn_calendar_task_priority_normal;
       
  1266             },
       
  1267         ESMR_PRIORITY
       
  1268             {
       
  1269             id = EFSCalenMRPriorityHigh;
       
  1270             txt = r_qtn_calendar_task_priority_high;
       
  1271             }
       
  1272         };
       
  1273     }
       
  1274 
       
  1275 RESOURCE ESMR_PRIORITY_TABLE r_esmreditor_todo_priority
       
  1276     {
       
  1277     priority =
       
  1278         {
       
  1279         ESMR_PRIORITY
       
  1280             {
       
  1281             id = EFSCalenTodoPriorityLow;
       
  1282             txt = r_qtn_calendar_task_priority_low;
       
  1283             },
       
  1284         ESMR_PRIORITY
       
  1285             {
       
  1286             id = EFSCalenTodoPriorityNormal;
       
  1287             txt = r_qtn_calendar_task_priority_normal;
       
  1288             },
       
  1289         ESMR_PRIORITY
       
  1290             {
       
  1291             id = EFSCalenTodoPriorityHigh;
       
  1292             txt = r_qtn_calendar_task_priority_high;
       
  1293             }
       
  1294         };
       
  1295     }
       
  1296 
       
  1297 // LOCALISED STRINGS:
       
  1298 RESOURCE TBUF r_qtn_form_quest_save_changes
       
  1299     {
       
  1300     buf = qtn_form_quest_save_changes;
       
  1301     }
       
  1302 RESOURCE TBUF r_qtn_fs_action_recipient
       
  1303     {
       
  1304     buf = qtn_fs_action_recipient;
       
  1305     }
       
  1306 RESOURCE TBUF r_qtn_meet_req_info_note_ends_before
       
  1307     {
       
  1308     buf = qtn_meet_req_info_note_ends_before;
       
  1309     }
       
  1310 RESOURCE TBUF r_qtn_meet_req_plain_text_accepted
       
  1311     {
       
  1312     buf = qtn_meet_req_plain_text_accepted;
       
  1313     }
       
  1314 RESOURCE TBUF r_qtn_meet_req_plain_text_cancelled
       
  1315     {
       
  1316     buf = qtn_meet_req_plain_text_cancelled;
       
  1317     }
       
  1318 RESOURCE TBUF r_qtn_meet_req_plain_text_declined
       
  1319     {
       
  1320     buf = qtn_meet_req_plain_text_declined;
       
  1321     }
       
  1322 RESOURCE TBUF r_qtn_meet_req_plain_text_description
       
  1323     {
       
  1324     buf = qtn_meet_req_plain_text_description;
       
  1325     }
       
  1326 RESOURCE TBUF r_qtn_meet_req_plain_text_forwarded
       
  1327     {
       
  1328     buf = qtn_meet_req_plain_text_forwarded;
       
  1329     }
       
  1330 RESOURCE TBUF r_qtn_meet_req_plain_text_tentative
       
  1331     {
       
  1332     buf = qtn_meet_req_plain_text_tentative;
       
  1333     }
       
  1334 RESOURCE TBUF r_qtn_meet_req_plain_text_update
       
  1335     {
       
  1336     buf = qtn_meet_req_plain_text_update;
       
  1337     }
       
  1338 RESOURCE TBUF r_qtn_meet_req_recurring_daily
       
  1339     {
       
  1340     buf = qtn_meet_req_recurring_daily;
       
  1341     }
       
  1342 RESOURCE TBUF r_qtn_meet_req_add_optional
       
  1343     {
       
  1344     buf = qtn_meet_req_add_optional;
       
  1345     }
       
  1346 RESOURCE TBUF r_qtn_meet_req_add_optional_act
       
  1347     {
       
  1348     buf = qtn_meet_req_add_optional_act;
       
  1349     }
       
  1350 RESOURCE TBUF r_qtn_meet_req_add_required
       
  1351     {
       
  1352     buf = qtn_meet_req_add_required;
       
  1353     }
       
  1354 RESOURCE TBUF r_qtn_meet_req_add_required_act
       
  1355     {
       
  1356     buf = qtn_meet_req_add_required_act;
       
  1357     }
       
  1358 RESOURCE TBUF r_qtn_meet_req_alarm_days
       
  1359     {
       
  1360     buf = qtn_meet_req_alarm_days;
       
  1361     }
       
  1362 RESOURCE TBUF r_qtn_meet_req_alarm_hour
       
  1363     {
       
  1364     buf = qtn_meet_req_alarm_hour;
       
  1365     }
       
  1366 RESOURCE TBUF r_qtn_meet_req_alarm_hours
       
  1367     {
       
  1368     buf = qtn_meet_req_alarm_hours;
       
  1369     }
       
  1370 RESOURCE TBUF r_qtn_meet_req_alarm_minutes
       
  1371     {
       
  1372     buf = qtn_meet_req_alarm_minutes;
       
  1373     }
       
  1374 RESOURCE TBUF r_qtn_meet_req_alarm_off
       
  1375     {
       
  1376     buf = qtn_meet_req_alarm_off;
       
  1377     }
       
  1378 RESOURCE TBUF r_qtn_meet_req_alarm_on
       
  1379     {
       
  1380     buf = qtn_meet_req_alarm_on;
       
  1381     }
       
  1382 RESOURCE TBUF r_qtn_meet_req_alarm_one_day
       
  1383     {
       
  1384     buf = qtn_meet_req_alarm_one_day;
       
  1385     }
       
  1386 RESOURCE TBUF r_qtn_meet_req_alarm_one_week
       
  1387     {
       
  1388     buf = qtn_meet_req_alarm_one_week;
       
  1389     }
       
  1390 RESOURCE TBUF r_qtn_meet_req_all_day_event
       
  1391     {
       
  1392     buf = qtn_meet_req_all_day_event;
       
  1393     }
       
  1394 RESOURCE TBUF r_qtn_meet_req_conflicts_with_label
       
  1395     {
       
  1396     buf = qtn_meet_req_conflicts_with_label;
       
  1397     }
       
  1398 RESOURCE TBUF r_qtn_meet_req_contact_field
       
  1399     {
       
  1400     buf = qtn_meet_req_contact_field;
       
  1401     }
       
  1402 RESOURCE TBUF r_qtn_meet_req_corrupted_note
       
  1403     {
       
  1404     buf = qtn_meet_req_corrupted_note;
       
  1405     }
       
  1406 RESOURCE TBUF r_qtn_meet_req_decline_query
       
  1407     {
       
  1408     buf = qtn_meet_req_decline_query;
       
  1409     }
       
  1410 RESOURCE TBUF r_qtn_meet_req_delete_query
       
  1411     {
       
  1412     buf = qtn_meet_req_delete_query;
       
  1413     }
       
  1414 RESOURCE TBUF r_qtn_meet_req_details_field
       
  1415     {
       
  1416     buf = qtn_meet_req_details_field;
       
  1417     }
       
  1418 RESOURCE TBUF r_qtn_meet_req_dont_send_response
       
  1419     {
       
  1420     buf = qtn_meet_req_dont_send_response;
       
  1421     }
       
  1422 RESOURCE TBUF r_qtn_meet_req_edit_before_send
       
  1423     {
       
  1424     buf = qtn_meet_req_edit_before_send;
       
  1425     }
       
  1426 RESOURCE TBUF r_qtn_meet_req_label_accept
       
  1427     {
       
  1428     buf = qtn_meet_req_label_accept;
       
  1429     }
       
  1430 RESOURCE TBUF r_qtn_meet_req_label_cancelled
       
  1431     {
       
  1432     buf = qtn_meet_req_label_cancelled;
       
  1433     }
       
  1434 RESOURCE TBUF r_qtn_meet_req_label_decline
       
  1435     {
       
  1436     buf = qtn_meet_req_label_decline;
       
  1437     }
       
  1438 RESOURCE TBUF r_qtn_meet_req_label_from
       
  1439     {
       
  1440     buf = qtn_meet_req_label_from;
       
  1441     }
       
  1442 RESOURCE TBUF r_qtn_meet_req_label_fw
       
  1443     {
       
  1444     buf = qtn_meet_req_label_fw;
       
  1445     }
       
  1446 RESOURCE TBUF r_qtn_meet_req_label_opt
       
  1447     {
       
  1448     buf = qtn_meet_req_label_opt;
       
  1449     }
       
  1450 RESOURCE TBUF r_qtn_meet_req_label_required
       
  1451     {
       
  1452     buf = qtn_meet_req_label_required;
       
  1453     }
       
  1454 RESOURCE TBUF r_qtn_meet_req_label_tentative
       
  1455     {
       
  1456     buf = qtn_meet_req_label_tentative;
       
  1457     }
       
  1458 RESOURCE TBUF r_qtn_meet_req_label_updated
       
  1459     {
       
  1460     buf = qtn_meet_req_label_updated;
       
  1461     }
       
  1462 RESOURCE TBUF r_qtn_meet_req_location_field
       
  1463     {
       
  1464     buf = qtn_meet_req_location_field;
       
  1465     }
       
  1466 RESOURCE TBUF r_qtn_meet_req_opt_accept
       
  1467     {
       
  1468     buf = qtn_meet_req_opt_accept;
       
  1469     }
       
  1470 RESOURCE TBUF r_qtn_meet_req_opt_cancel
       
  1471     {
       
  1472     buf = qtn_meet_req_opt_cancel;
       
  1473     }
       
  1474 RESOURCE TBUF r_qtn_meet_req_opt_decline
       
  1475     {
       
  1476     buf = qtn_meet_req_opt_decline;
       
  1477     }
       
  1478 RESOURCE TBUF r_qtn_meet_req_opt_edit
       
  1479     {
       
  1480     buf = qtn_meet_req_opt_edit;
       
  1481     }
       
  1482 RESOURCE TBUF r_qtn_meet_req_opt_forward
       
  1483     {
       
  1484     buf = qtn_meet_req_opt_forward;
       
  1485     }
       
  1486 RESOURCE TBUF r_qtn_meet_req_opt_language
       
  1487     {
       
  1488     buf = qtn_meet_req_opt_language;
       
  1489     }
       
  1490 RESOURCE TBUF r_qtn_meet_req_opt_message
       
  1491     {
       
  1492     buf = qtn_meet_req_opt_message;
       
  1493     }
       
  1494 RESOURCE TBUF r_qtn_meet_req_opt_priority
       
  1495     {
       
  1496     buf = qtn_meet_req_opt_priority;
       
  1497     }
       
  1498 RESOURCE TBUF r_qtn_meet_req_opt_priority_high
       
  1499     {
       
  1500     buf = qtn_meet_req_opt_priority_high;
       
  1501     }
       
  1502 RESOURCE TBUF r_qtn_meet_req_opt_priority_low
       
  1503     {
       
  1504     buf = qtn_meet_req_opt_priority_low;
       
  1505     }
       
  1506 RESOURCE TBUF r_qtn_meet_req_opt_priority_normal
       
  1507     {
       
  1508     buf = qtn_meet_req_opt_priority_normal;
       
  1509     }
       
  1510 RESOURCE TBUF r_qtn_meet_req_opt_reply
       
  1511     {
       
  1512     buf = qtn_meet_req_opt_reply;
       
  1513     }
       
  1514 RESOURCE TBUF r_qtn_meet_req_opt_reply_all
       
  1515     {
       
  1516     buf = qtn_meet_req_opt_reply_all;
       
  1517     }
       
  1518 RESOURCE TBUF r_qtn_meet_req_opt_send
       
  1519     {
       
  1520     buf = qtn_meet_req_opt_send;
       
  1521     }
       
  1522 RESOURCE TBUF r_qtn_meet_req_opt_send_update
       
  1523     {
       
  1524     buf = qtn_meet_req_opt_send_update;
       
  1525     }
       
  1526 RESOURCE TBUF r_qtn_meet_req_opt_tentative
       
  1527     {
       
  1528     buf = qtn_meet_req_opt_tentative;
       
  1529     }
       
  1530 RESOURCE TBUF r_qtn_meet_req_opt_view_cal
       
  1531     {
       
  1532     buf = qtn_meet_req_opt_view_cal;
       
  1533     }
       
  1534 RESOURCE TBUF r_qtn_meet_req_plain_text_end_time
       
  1535     {
       
  1536     buf = qtn_meet_req_plain_text_end_time;
       
  1537     }
       
  1538 RESOURCE TBUF r_qtn_meet_req_plain_text_location
       
  1539     {
       
  1540     buf = qtn_meet_req_plain_text_location;
       
  1541     }
       
  1542 RESOURCE TBUF r_qtn_meet_req_plain_text_start_time
       
  1543     {
       
  1544     buf = qtn_meet_req_plain_text_start_time;
       
  1545     }
       
  1546 RESOURCE TBUF r_qtn_meet_req_plain_text_subject
       
  1547     {
       
  1548     buf = qtn_meet_req_plain_text_subject;
       
  1549     }
       
  1550 RESOURCE TBUF r_qtn_meet_req_recurrence_event
       
  1551     {
       
  1552     buf = qtn_meet_req_recurrence_event;
       
  1553     }
       
  1554 RESOURCE TBUF r_qtn_meet_req_recurrent_heading_open
       
  1555     {
       
  1556     buf = qtn_meet_req_recurrent_heading_open;
       
  1557     }
       
  1558 RESOURCE TBUF r_qtn_meet_req_recurrent_series
       
  1559     {
       
  1560     buf = qtn_meet_req_recurrent_series;
       
  1561     }
       
  1562 RESOURCE TBUF r_qtn_meet_req_recurrent_this_occurrence
       
  1563     {
       
  1564     buf = qtn_meet_req_recurrent_this_occurrence;
       
  1565     }
       
  1566 RESOURCE TBUF r_qtn_meet_req_recurrent_heading_delete
       
  1567     {
       
  1568     buf = qtn_meet_req_recurrent_heading_delete;
       
  1569     }
       
  1570 RESOURCE TBUF r_qtn_meet_req_recurrent_series_delete
       
  1571     {
       
  1572     buf = qtn_meet_req_recurrent_series_delete;
       
  1573     }
       
  1574 RESOURCE TBUF r_qtn_meet_req_recurrent_this_occurrence_delete
       
  1575     {
       
  1576     buf = qtn_meet_req_recurrent_this_occurrence_delete;
       
  1577     }
       
  1578 RESOURCE TBUF r_qtn_meet_req_recurring_monthly
       
  1579     {
       
  1580     buf = qtn_meet_req_recurring_monthly;
       
  1581     }
       
  1582 RESOURCE TBUF r_qtn_meet_req_recurring_not
       
  1583     {
       
  1584     buf = qtn_meet_req_recurring_not;
       
  1585     }
       
  1586 RESOURCE TBUF r_qtn_meet_req_recurring_sec_week
       
  1587     {
       
  1588     buf = qtn_meet_req_recurring_sec_week;
       
  1589     }
       
  1590 RESOURCE TBUF r_qtn_meet_req_recurring_weekly
       
  1591     {
       
  1592     buf = qtn_meet_req_recurring_weekly;
       
  1593     }
       
  1594 RESOURCE TBUF r_qtn_meet_req_recurring_yearly
       
  1595     {
       
  1596     buf = qtn_meet_req_recurring_yearly;
       
  1597     }
       
  1598 RESOURCE TBUF r_qtn_meet_req_remove_appointment_query
       
  1599     {
       
  1600     buf = qtn_meet_req_remove_appointment_query;
       
  1601     }
       
  1602 RESOURCE TBUF r_qtn_meet_req_repeat_until
       
  1603     {
       
  1604     buf = qtn_meet_req_repeat_until;
       
  1605     }
       
  1606 RESOURCE TBUF r_qtn_meet_req_respond_accepted
       
  1607     {
       
  1608     buf = qtn_meet_req_respond_accepted;
       
  1609     }
       
  1610 RESOURCE TBUF r_qtn_meet_req_respond_declined
       
  1611     {
       
  1612     buf = qtn_meet_req_respond_declined;
       
  1613     }
       
  1614 RESOURCE TBUF r_qtn_meet_req_respond_tentative
       
  1615     {
       
  1616     buf = qtn_meet_req_respond_tentative;
       
  1617     }
       
  1618 RESOURCE TBUF r_qtn_meet_req_response_accept
       
  1619     {
       
  1620     buf = qtn_meet_req_response_accept;
       
  1621     }
       
  1622 RESOURCE TBUF r_qtn_meet_req_response_cancelled
       
  1623     {
       
  1624     buf = qtn_meet_req_response_cancelled;
       
  1625     }
       
  1626 RESOURCE TBUF r_qtn_meet_req_response_conflict
       
  1627     {
       
  1628     buf = qtn_meet_req_response_conflict;
       
  1629     }
       
  1630 RESOURCE TBUF r_qtn_meet_req_response_decline
       
  1631     {
       
  1632     buf = qtn_meet_req_response_decline;
       
  1633     }
       
  1634 RESOURCE TBUF r_qtn_meet_req_response_remove_calendar_event
       
  1635     {
       
  1636     buf = qtn_meet_req_response_remove_calendar_event;
       
  1637     }
       
  1638 RESOURCE TBUF r_qtn_meet_req_response_occurs_past
       
  1639     {
       
  1640     buf = qtn_meet_req_response_occurs_past;
       
  1641     }
       
  1642 RESOURCE TBUF r_qtn_meet_req_response_out_of_date
       
  1643     {
       
  1644     buf = qtn_meet_req_response_out_of_date;
       
  1645     }
       
  1646 RESOURCE TBUF r_qtn_meet_req_response_please_respond
       
  1647     {
       
  1648     buf = qtn_meet_req_response_please_respond;
       
  1649     }
       
  1650 RESOURCE TBUF r_qtn_meet_req_response_tentative
       
  1651     {
       
  1652     buf = qtn_meet_req_response_tentative;
       
  1653     }
       
  1654 RESOURCE TBUF r_qtn_meet_req_send_cancellation_query
       
  1655     {
       
  1656     buf = qtn_meet_req_send_cancellation_query;
       
  1657     }
       
  1658 RESOURCE TBUF r_qtn_meet_req_send_now
       
  1659     {
       
  1660     buf = qtn_meet_req_send_now;
       
  1661     }
       
  1662 RESOURCE TBUF r_qtn_meet_req_send_query_accepted
       
  1663     {
       
  1664     buf = qtn_meet_req_send_query_accepted;
       
  1665     }
       
  1666 RESOURCE TBUF r_qtn_meet_req_send_query_declined
       
  1667     {
       
  1668     buf = qtn_meet_req_send_query_declined;
       
  1669     }
       
  1670 RESOURCE TBUF r_qtn_meet_req_send_query_tentative
       
  1671     {
       
  1672     buf = qtn_meet_req_send_query_tentative;
       
  1673     }
       
  1674 RESOURCE TBUF r_qtn_meet_req_send_update_all_query
       
  1675     {
       
  1676     buf = qtn_meet_req_send_update_all_query;
       
  1677     }
       
  1678 RESOURCE TBUF r_qtn_meet_req_send_update_query
       
  1679     {
       
  1680     buf = qtn_meet_req_send_update_query;
       
  1681     }
       
  1682 RESOURCE TBUF r_qtn_meet_req_send_update_updated_query
       
  1683     {
       
  1684     buf = qtn_meet_req_send_update_updated_query;
       
  1685     }
       
  1686 RESOURCE TBUF r_qtn_meet_req_set_alarm_header
       
  1687     {
       
  1688     buf = qtn_meet_req_set_alarm_header;
       
  1689     }
       
  1690 RESOURCE TBUF r_qtn_meet_req_set_recurrence_header
       
  1691     {
       
  1692     buf = qtn_meet_req_set_recurrence_header;
       
  1693     }
       
  1694 RESOURCE TBUF r_qtn_meet_req_softkey_send
       
  1695     {
       
  1696     buf = qtn_meet_req_softkey_send;
       
  1697     }
       
  1698 RESOURCE TBUF r_qtn_meet_req_subject_field
       
  1699     {
       
  1700     buf = qtn_meet_req_subject_field;
       
  1701     }
       
  1702 RESOURCE TBUF r_qtn_meet_req_title
       
  1703     {
       
  1704     buf = qtn_meet_req_title;
       
  1705     }
       
  1706 RESOURCE TBUF r_qtn_rcl_opt_add_recipient
       
  1707     {
       
  1708     buf = qtn_rcl_opt_add_recipient;
       
  1709     }
       
  1710 RESOURCE TBUF r_qtn_meet_req_later_date
       
  1711     {
       
  1712     buf = qtn_meet_req_later_date;
       
  1713     }
       
  1714 RESOURCE TBUF r_qtn_calendar_task_sync_none
       
  1715     {
       
  1716     buf = qtn_calendar_task_sync_none;
       
  1717     }
       
  1718 RESOURCE TBUF r_qtn_calendar_task_sync_private
       
  1719     {
       
  1720     buf = qtn_calendar_task_sync_private;
       
  1721     }
       
  1722 RESOURCE TBUF r_qtn_calendar_task_sync_public
       
  1723     {
       
  1724     buf = qtn_calendar_task_sync_public;
       
  1725     }
       
  1726 RESOURCE TBUF r_qtn_calendar_all_day_event
       
  1727     {
       
  1728     buf = qtn_calendar_all_day_event;
       
  1729     }
       
  1730 RESOURCE TBUF r_qtn_calendar_anniversary_type_occasion
       
  1731     {
       
  1732     buf = qtn_calendar_anniversary_type_occasion;
       
  1733     }
       
  1734 RESOURCE TBUF r_qtn_calendar_info_note_ends_before
       
  1735     {
       
  1736     buf = qtn_calendar_info_note_ends_before;
       
  1737     }
       
  1738 RESOURCE TBUF r_qtn_calendar_meeting_recurring_daily
       
  1739     {
       
  1740     buf = qtn_calendar_meeting_recurring_daily;
       
  1741     }
       
  1742 RESOURCE TBUF r_qtn_calendar_meeting_alarm_days
       
  1743     {
       
  1744     buf = qtn_calendar_meeting_alarm_days;
       
  1745     }
       
  1746 RESOURCE TBUF r_qtn_calendar_meeting_alarm_hour
       
  1747     {
       
  1748     buf = qtn_calendar_meeting_alarm_hour;
       
  1749     }
       
  1750 RESOURCE TBUF r_qtn_calendar_meeting_alarm_hours
       
  1751     {
       
  1752     buf = qtn_calendar_meeting_alarm_hours;
       
  1753     }
       
  1754 RESOURCE TBUF r_qtn_calendar_meeting_alarm_minutes
       
  1755     {
       
  1756     buf = qtn_calendar_meeting_alarm_minutes;
       
  1757     }
       
  1758 RESOURCE TBUF r_qtn_calendar_meeting_alarm_off
       
  1759     {
       
  1760     buf = qtn_calendar_meeting_alarm_off;
       
  1761     }
       
  1762 RESOURCE TBUF r_qtn_calendar_meeting_alarm_one_day
       
  1763     {
       
  1764     buf = qtn_calendar_meeting_alarm_one_day;
       
  1765     }
       
  1766 RESOURCE TBUF r_qtn_calendar_meeting_alarm_one_week
       
  1767     {
       
  1768     buf = qtn_calendar_meeting_alarm_one_week;
       
  1769     }
       
  1770 RESOURCE TBUF r_qtn_calendar_meeting_details_field
       
  1771     {
       
  1772     buf = qtn_calendar_meeting_details_field;
       
  1773     }
       
  1774 RESOURCE TBUF r_qtn_calendar_meeting_location_field
       
  1775     {
       
  1776     buf = qtn_calendar_meeting_location_field;
       
  1777     }
       
  1778 RESOURCE TBUF r_qtn_calendar_meeting_opt_priority_high
       
  1779     {
       
  1780     buf = qtn_calendar_meeting_opt_priority_high;
       
  1781     }
       
  1782 RESOURCE TBUF r_qtn_calendar_meeting_opt_priority_low
       
  1783     {
       
  1784     buf = qtn_calendar_meeting_opt_priority_low;
       
  1785     }
       
  1786 RESOURCE TBUF r_qtn_calendar_meeting_opt_priority_normal
       
  1787     {
       
  1788     buf = qtn_calendar_meeting_opt_priority_normal;
       
  1789     }
       
  1790 RESOURCE TBUF r_qtn_calendar_meeting_recurring_monthly
       
  1791     {
       
  1792     buf = qtn_calendar_meeting_recurring_monthly;
       
  1793     }
       
  1794 RESOURCE TBUF r_qtn_calendar_meeting_recurring_not
       
  1795     {
       
  1796     buf = qtn_calendar_meeting_recurring_not;
       
  1797     }
       
  1798 RESOURCE TBUF r_qtn_calendar_meeting_recurring_sec_week
       
  1799     {
       
  1800     buf = qtn_calendar_meeting_recurring_sec_week;
       
  1801     }
       
  1802 RESOURCE TBUF r_qtn_calendar_meeting_recurring_weekly
       
  1803     {
       
  1804     buf = qtn_calendar_meeting_recurring_weekly;
       
  1805     }
       
  1806 RESOURCE TBUF r_qtn_calendar_meeting_recurring_yearly
       
  1807     {
       
  1808     buf = qtn_calendar_meeting_recurring_yearly;
       
  1809     }
       
  1810 RESOURCE TBUF r_qtn_calendar_meeting_subject_field
       
  1811     {
       
  1812     buf = qtn_calendar_meeting_subject_field;
       
  1813     }
       
  1814 RESOURCE TBUF r_qtn_calendar_meeting_title
       
  1815     {
       
  1816     buf = qtn_calendar_meeting_title;
       
  1817     }
       
  1818 RESOURCE TBUF r_qtn_calendar_memo_type_subj
       
  1819     {
       
  1820     buf = qtn_calendar_memo_type_subj;
       
  1821     }
       
  1822 RESOURCE TBUF r_qtn_calendar_opt_delete
       
  1823     {
       
  1824     buf = qtn_calendar_opt_delete;
       
  1825     }
       
  1826 RESOURCE TBUF r_qtn_calendar_opt_delete_entry
       
  1827     {
       
  1828     buf = qtn_calendar_opt_delete_entry;
       
  1829     }
       
  1830 RESOURCE TBUF r_qtn_calendar_task_alarm_off
       
  1831     {
       
  1832     buf = qtn_calendar_task_alarm_off;
       
  1833     }
       
  1834 RESOURCE TBUF r_qtn_calendar_task_alarm_on
       
  1835     {
       
  1836     buf = qtn_calendar_task_alarm_on;
       
  1837     }
       
  1838 RESOURCE TBUF r_qtn_calendar_task_priority_high
       
  1839     {
       
  1840     buf = qtn_calendar_task_priority_high;
       
  1841     }
       
  1842 RESOURCE TBUF r_qtn_calendar_task_priority_low
       
  1843     {
       
  1844     buf = qtn_calendar_task_priority_low;
       
  1845     }
       
  1846 RESOURCE TBUF r_qtn_calendar_task_priority_normal
       
  1847     {
       
  1848     buf = qtn_calendar_task_priority_normal;
       
  1849     }
       
  1850 RESOURCE TBUF r_qtn_calendar_title_anniversary
       
  1851     {
       
  1852     buf = qtn_calendar_title_anniversary;
       
  1853     }
       
  1854 RESOURCE TBUF r_qtn_calendar_title_meeting
       
  1855     {
       
  1856     buf = qtn_calendar_title_meeting;
       
  1857     }
       
  1858 RESOURCE TBUF r_qtn_calendar_title_memo
       
  1859     {
       
  1860     buf = qtn_calendar_title_memo;
       
  1861     }
       
  1862 RESOURCE TBUF r_qtn_calendar_title_new_anniversary
       
  1863     {
       
  1864     buf = qtn_calendar_title_new_anniversary;
       
  1865     }
       
  1866 RESOURCE TBUF r_qtn_calendar_title_new_memo
       
  1867     {
       
  1868     buf = qtn_calendar_title_new_memo;
       
  1869     }
       
  1870 RESOURCE TBUF r_qtn_calendar_title_new_todo
       
  1871     {
       
  1872     buf = qtn_calendar_title_new_todo;
       
  1873     }
       
  1874 RESOURCE TBUF r_qtn_calendar_title_todo
       
  1875     {
       
  1876     buf = qtn_calendar_title_todo;
       
  1877     }
       
  1878 RESOURCE TBUF r_qtn_calendar_todo_type_description
       
  1879     {
       
  1880     buf = qtn_calendar_todo_type_description;
       
  1881     }
       
  1882 RESOURCE TBUF r_qtn_calendar_todo_type_subj
       
  1883     {
       
  1884     buf = qtn_calendar_todo_type_subj;
       
  1885     }
       
  1886 RESOURCE TBUF r_qtn_fldr_delete
       
  1887     {
       
  1888     buf = qtn_fldr_delete;
       
  1889     }
       
  1890 RESOURCE TBUF r_qtn_form_litxt_save
       
  1891     {
       
  1892     buf = qtn_form_litxt_save;
       
  1893     }
       
  1894 RESOURCE TBUF r_qtn_meet_reg_opt_language
       
  1895     {
       
  1896     buf = qtn_meet_reg_opt_language;
       
  1897     }
       
  1898 RESOURCE TBUF r_qtn_options_delete
       
  1899     {
       
  1900     buf = qtn_options_delete;
       
  1901     }
       
  1902 RESOURCE TBUF r_qtn_meet_req_show_all
       
  1903     {
       
  1904     buf = qtn_meet_req_show_all;
       
  1905     }
       
  1906 RESOURCE TBUF r_qtn_meet_req_opt_actions
       
  1907     {
       
  1908     buf = qtn_meet_req_opt_actions;
       
  1909     }
       
  1910 RESOURCE TBUF r_qtn_meet_req_viewer_options_open_in_web
       
  1911     {
       
  1912     buf = qtn_meet_req_viewer_options_open_in_web;
       
  1913     }
       
  1914 RESOURCE TBUF r_qtn_meet_req_fsoptions_open_in_intra
       
  1915     {
       
  1916     buf = qtn_meet_req_fsoptions_open_in_intra;
       
  1917     }
       
  1918 RESOURCE TBUF r_qtn_meet_req_viewer_options_bookmark
       
  1919     {
       
  1920     buf = qtn_meet_req_viewer_options_bookmark;
       
  1921     }
       
  1922 RESOURCE TBUF r_qtn_calendar_default_bookmark
       
  1923     {
       
  1924     buf = qtn_calendar_default_bookmark;
       
  1925     }
       
  1926 RESOURCE TBUF r_qtn_calendar_bookmark_saved
       
  1927     {
       
  1928     buf = qtn_calendar_bookmark_saved;
       
  1929     }
       
  1930 RESOURCE TBUF r_qtn_meet_req_actions_remote_lookup
       
  1931     {
       
  1932     buf = qtn_meet_req_actions_remote_lookup;
       
  1933     }
       
  1934 RESOURCE TBUF r_qtn_calendar_alarm_passed
       
  1935     {
       
  1936     buf = qtn_calendar_alarm_passed;
       
  1937     }
       
  1938 RESOURCE TBUF r_qtn_calendar_alarm_difference
       
  1939     {
       
  1940     buf = qtn_calendar_alarm_difference;
       
  1941     }
       
  1942 RESOURCE TBUF r_qtn_meet_req_conflict_unnamed
       
  1943     {
       
  1944     buf = qtn_meet_req_conflict_unnamed;
       
  1945     }
       
  1946 RESOURCE TBUF r_qtn_calendar_task_sync_title
       
  1947     {
       
  1948     buf = qtn_calendar_task_sync_title;
       
  1949     }
       
  1950 RESOURCE TBUF r_qtn_meet_req_title_meeting
       
  1951     {
       
  1952     buf = qtn_meet_req_title_meeting;
       
  1953     }
       
  1954 RESOURCE TBUF r_qtn_calendar_info_repeat_invalid
       
  1955     {
       
  1956     buf = qtn_calendar_info_repeat_invalid;
       
  1957     }
       
  1958 RESOURCE TBUF r_qtn_meet_req_time_separator
       
  1959     {
       
  1960     buf = qtn_meet_req_time_separator;
       
  1961     }
       
  1962 RESOURCE TBUF r_qtn_meet_req_note_saved
       
  1963     {
       
  1964     buf = qtn_meet_req_note_saved;
       
  1965     }
       
  1966 RESOURCE TBUF r_qtn_meet_req_todo_saved
       
  1967     {
       
  1968     buf = qtn_meet_req_todo_saved;
       
  1969     }
       
  1970 RESOURCE TBUF r_qtn_meet_req_quest_change_start_day
       
  1971     {
       
  1972     buf = qtn_meet_req_quest_change_start_day;
       
  1973     }
       
  1974 RESOURCE TBUF r_qtn_meet_req_info_start_end_date
       
  1975     {
       
  1976     buf = qtn_meet_req_info_start_end_date;
       
  1977     }
       
  1978 RESOURCE TBUF r_qtn_calendar_later_date
       
  1979     {
       
  1980     buf = qtn_calendar_later_date;
       
  1981     }
       
  1982 RESOURCE TBUF r_qtn_calendar_opt_mark_done
       
  1983     {
       
  1984     buf = qtn_calendar_opt_mark_done;
       
  1985     }
       
  1986 RESOURCE TBUF r_qtn_calendar_opt_mark_not_done
       
  1987     {
       
  1988     buf = qtn_calendar_opt_mark_not_done;
       
  1989     }
       
  1990 RESOURCE TBUF r_text_calendar_note_saved_msk
       
  1991     {
       
  1992     buf = text_calendar_note_saved;
       
  1993     }
       
  1994 RESOURCE TBUF r_qtn_meet_req_note_attachments
       
  1995     {
       
  1996     buf = qtn_meet_req_note_attachments;
       
  1997     }
       
  1998 RESOURCE TBUF r_qtn_fse_viewer_header_attachment
       
  1999     {
       
  2000     buf = qtn_fse_viewer_header_attachment;
       
  2001     }
       
  2002 RESOURCE TBUF r_qtn_fse_viewer_header_attachment_less_than_kb
       
  2003     {
       
  2004     buf = qtn_fse_viewer_header_attachment_less_than_kb;
       
  2005     }
       
  2006 RESOURCE TBUF r_qtn_fse_viewer_header_attachments_total
       
  2007     {
       
  2008     buf = qtn_fse_viewer_header_attachments_total;
       
  2009     }
       
  2010 RESOURCE TBUF r_qtn_fse_viewer_header_attachments_less_than_kb
       
  2011     {
       
  2012     buf = qtn_fse_viewer_header_attachments_less_than_kb;
       
  2013     }
       
  2014 RESOURCE TBUF r_qtn_options_open
       
  2015     {
       
  2016     buf = qtn_options_open;
       
  2017     }
       
  2018 // <cmail> 
       
  2019 RESOURCE TBUF r_qtn_meet_req_viewer_options_attach_open
       
  2020     {
       
  2021     buf = qtn_meet_req_viewer_options_attach_open;
       
  2022     }
       
  2023 RESOURCE TBUF r_qtn_meet_req_viewer_options_attach_view_list
       
  2024     {
       
  2025     buf = qtn_meet_req_viewer_options_attach_view_list;
       
  2026     }
       
  2027 // </cmail>
       
  2028 RESOURCE TBUF r_qtn_meet_req_viewer_options_attach_download
       
  2029     {
       
  2030     buf = qtn_meet_req_viewer_options_attach_download;
       
  2031     }
       
  2032 RESOURCE TBUF r_qtn_meet_req_viewer_options_attach_cancel_download
       
  2033     {
       
  2034     buf = qtn_meet_req_viewer_options_attach_cancel_download;
       
  2035     }
       
  2036 RESOURCE TBUF r_qtn_meet_req_viewer_options_attach_save
       
  2037     {
       
  2038     buf = qtn_meet_req_viewer_options_attach_save;
       
  2039     }
       
  2040 RESOURCE TBUF r_qtn_meet_req_viewer_options_attach_download_all
       
  2041     {
       
  2042     buf = qtn_meet_req_viewer_options_attach_download_all;
       
  2043     }
       
  2044 RESOURCE TBUF r_qtn_meet_req_viewer_options_attach_cancel_all_downloads
       
  2045     {
       
  2046     buf = qtn_meet_req_viewer_options_attach_cancel_all_downloads;
       
  2047     }
       
  2048 RESOURCE TBUF r_qtn_meet_req_viewer_options_attach_save_all
       
  2049     {
       
  2050     buf = qtn_meet_req_viewer_options_attach_save_all;
       
  2051     }
       
  2052 RESOURCE TBUF r_qtn_meet_req_viewer_cancel_download_query
       
  2053     {
       
  2054     buf = qtn_meet_req_viewer_cancel_download_query;
       
  2055     }
       
  2056 RESOURCE TBUF r_qtn_meet_req_viewer_cancel_downloads_query
       
  2057     {
       
  2058     buf = qtn_meet_req_viewer_cancel_downloads_query;
       
  2059     }
       
  2060 RESOURCE TBUF r_qtn_meet_req_options_remove_from_cal
       
  2061     {
       
  2062     buf = qtn_meet_req_options_remove_from_cal;
       
  2063     }
       
  2064 
       
  2065 
       
  2066 //
       
  2067 //FOR MR EDITOR ATTENDEE FIELD, FROM FSEMAILUI
       
  2068 //
       
  2069 RESOURCE TBUF r_meet_req_editor_add_to_contacts
       
  2070     {
       
  2071     buf=qtn_meet_req_editor_options_add_to_contacts;
       
  2072     }
       
  2073 RESOURCE TBUF r_meet_req_editor_create_new_contact
       
  2074     {
       
  2075     buf=qtn_meet_req_editor_options_add_to_contacts_create_new;
       
  2076     }
       
  2077 RESOURCE TBUF r_meet_req_editor_update_existing
       
  2078     {
       
  2079     buf=qtn_meet_req_editor_options_add_to_contacts_update_existing;
       
  2080     }
       
  2081 RESOURCE TBUF r_meet_req_editor_fetch_from_remote_query
       
  2082     {
       
  2083     buf=qtn_meet_req_editor_no_phone_number_found_search_server;
       
  2084     }
       
  2085 RESOURCE TBUF r_meet_req_editor_no_phone_number
       
  2086     {
       
  2087     buf=qtn_meet_req_editor_error_general_no_phone_number;
       
  2088     }
       
  2089 RESOURCE TBUF r_meet_req_editor_address_list_remote_lookup_search
       
  2090     {
       
  2091     buf=qtn_meet_req_editor_address_list_remote_lookup_search;
       
  2092     }
       
  2093 RESOURCE TBUF r_qtn_meet_req_options_download_mgr
       
  2094     {
       
  2095     buf = qtn_meet_req_options_download_mgr;
       
  2096     }
       
  2097 RESOURCE TBUF r_qtn_meet_req_options_copy_to_clipboard
       
  2098     {
       
  2099     buf = qtn_meet_req_options_copy_to_clipboard;
       
  2100     }
       
  2101 // <cmail> Action menu items for attachments
       
  2102 RESOURCE TBUF r_qtn_meet_req_viewer_action_attach_open
       
  2103     {
       
  2104     buf = qtn_meet_req_viewer_options_attach_open;
       
  2105     }
       
  2106 RESOURCE TBUF r_qtn_meet_req_viewer_action_attach_download
       
  2107     {
       
  2108     buf = qtn_meet_req_viewer_options_attach_download;
       
  2109     }
       
  2110 RESOURCE TBUF r_qtn_meet_req_viewer_action_attach_save
       
  2111     {
       
  2112     buf = qtn_meet_req_viewer_options_attach_save;
       
  2113     }
       
  2114 RESOURCE TBUF r_qtn_meet_req_viewer_action_attach_cancel_download
       
  2115     {
       
  2116     buf = qtn_meet_req_viewer_options_attach_cancel_download;
       
  2117     }
       
  2118 RESOURCE TBUF r_qtn_meet_req_viewer_action_attach_view_list
       
  2119     {
       
  2120     buf = qtn_meet_req_viewer_options_attach_view_list;
       
  2121     }
       
  2122 RESOURCE TBUF r_qtn_meet_req_viewer_action_attach_download_all
       
  2123     {
       
  2124     buf = qtn_meet_req_viewer_options_attach_download_all;
       
  2125     }
       
  2126 RESOURCE TBUF r_qtn_meet_req_viewer_action_attach_save_all
       
  2127     {
       
  2128     buf = qtn_meet_req_viewer_options_attach_save_all;
       
  2129     }
       
  2130 RESOURCE TBUF r_qtn_meet_req_viewer_action_attach_cancel_all_downloads
       
  2131     {
       
  2132     buf = qtn_meet_req_viewer_options_attach_cancel_all_downloads;
       
  2133     }
       
  2134 // MSKs for attachments
       
  2135 RESOURCE TBUF r_qtn_msk_download
       
  2136     {
       
  2137     buf = qtn_msk_download;
       
  2138     }
       
  2139 RESOURCE TBUF r_qtn_msk_viewlist
       
  2140     {
       
  2141     buf = qtn_msk_viewlist;
       
  2142     }
       
  2143 // </cmail>
       
  2144 
       
  2145 //
       
  2146 // LOCATION INTEGRATION STRINGS:
       
  2147 //
       
  2148 RESOURCE TBUF r_meet_req_replace_previous_location
       
  2149     {
       
  2150     buf = qtn_meet_req_replace_previous_location;
       
  2151     }
       
  2152 RESOURCE TBUF r_meet_req_new_location_format
       
  2153     {
       
  2154     buf = qtn_meet_req_new_location_format;
       
  2155     }
       
  2156 RESOURCE TBUF r_meet_req_address_street_city
       
  2157     {
       
  2158     buf = qtn_meet_req_address_street_city;
       
  2159     }
       
  2160 RESOURCE TBUF r_qtn_meet_req_loc_address_selection_title
       
  2161     {
       
  2162     buf = qtn_meet_req_loc_address_selection_title;
       
  2163     }
       
  2164 RESOURCE TBUF r_qtn_meet_req_recent_locations_selection_title
       
  2165     {
       
  2166     buf = qtn_meet_req_recent_locations_selection_title;
       
  2167     }
       
  2168 RESOURCE TBUF r_qtn_meet_req_assign_updated_location
       
  2169     {
       
  2170     buf = qtn_meet_req_assign_updated_location;
       
  2171     }
       
  2172 
       
  2173 // Editor Options menu item texts if r_location_options not available
       
  2174 RESOURCE TBUF r_meet_req_options_assign_from_map
       
  2175     {
       
  2176     buf = qtn_meet_req_options_assign_from_map; 
       
  2177     }
       
  2178 RESOURCE TBUF r_meet_req_options_search_from_contacts
       
  2179     {
       
  2180     buf = qtn_meet_req_options_search_from_contacts;
       
  2181     }
       
  2182 RESOURCE TBUF r_meet_req_options_previous_locations
       
  2183     {
       
  2184     buf = qtn_meet_req_options_recent_locations;
       
  2185     }
       
  2186 RESOURCE TBUF r_meet_req_options_landmarks
       
  2187     {
       
  2188     buf = qtn_meet_req_options_landmarks;
       
  2189     }
       
  2190 
       
  2191 RESOURCE TBUF r_meet_req_address_from_contacts_format
       
  2192     {
       
  2193     buf = qtn_meet_req_address_from_contacts_format;
       
  2194     }
       
  2195 RESOURCE TBUF r_meet_req_address_from_contacts_three_items
       
  2196     {
       
  2197     buf = qtn_meet_req_address_from_contacts_three_items;
       
  2198     }
       
  2199 RESOURCE TBUF r_meet_req_address_from_contacts_two_items
       
  2200     {
       
  2201     buf = qtn_meet_req_address_from_contacts_two_items;
       
  2202     }
       
  2203 RESOURCE TBUF r_meet_req_home_address
       
  2204     {
       
  2205     buf = qtn_meet_req_home_address;
       
  2206     }
       
  2207 RESOURCE TBUF r_meet_req_work_address
       
  2208     {
       
  2209     buf = qtn_meet_req_work_address;
       
  2210     }
       
  2211 RESOURCE TBUF r_meet_req_general_address
       
  2212     {
       
  2213     buf = qtn_meet_req_general_address;
       
  2214     }
       
  2215 RESOURCE TBUF r_meet_req_no_address_found
       
  2216     {
       
  2217     buf = qtn_meet_req_address_not_found;
       
  2218     }
       
  2219 
       
  2220 // Editor context menu pane
       
  2221 RESOURCE MENU_PANE r_mr_editor_location_menu
       
  2222     {
       
  2223     items =
       
  2224         {
       
  2225         MENU_ITEM
       
  2226             {
       
  2227             txt = qtn_meet_req_options_assign_from_map;
       
  2228             command = EESMRCmdAssignFromMap;
       
  2229             },
       
  2230         MENU_ITEM
       
  2231             {
       
  2232             command = EESMRCmdSearchFromContacts;
       
  2233             txt = qtn_meet_req_options_search_from_contacts;
       
  2234             },
       
  2235         MENU_ITEM
       
  2236             {
       
  2237             command = EESMRCmdPreviousLocations;
       
  2238             txt = qtn_meet_req_options_recent_locations;
       
  2239             },
       
  2240         MENU_ITEM
       
  2241             {
       
  2242             command = EESMRCmdLandmarks;
       
  2243             txt = qtn_meet_req_options_landmarks;
       
  2244             }
       
  2245         };
       
  2246     }
       
  2247 
       
  2248 // Editor context menu bar
       
  2249 RESOURCE MENU_BAR r_mr_editor_context_menu
       
  2250     {
       
  2251     titles =
       
  2252         {
       
  2253         MENU_TITLE
       
  2254             {
       
  2255             menu_pane = r_mr_editor_location_menu;
       
  2256             }
       
  2257         };
       
  2258     }
       
  2259 
       
  2260 // Viewer context menu pane
       
  2261 RESOURCE MENU_PANE r_mr_viewer_location_menu
       
  2262     {
       
  2263     items =
       
  2264         {
       
  2265         MENU_ITEM
       
  2266             {
       
  2267             command = EESMRCmdEdit;
       
  2268             txt = qtn_meet_req_opt_edit;
       
  2269             },
       
  2270         MENU_ITEM
       
  2271             {
       
  2272             command = EESMRCmdEditLocal;
       
  2273             txt = qtn_meet_req_opt_edit;
       
  2274             },            
       
  2275         MENU_ITEM
       
  2276            {
       
  2277            command = EESMRCmdCalEntryUIEdit;
       
  2278            txt = qtn_meet_req_opt_edit;
       
  2279            },
       
  2280         MENU_ITEM
       
  2281             {
       
  2282             command = EESMRCmdShowOnMap;
       
  2283             txt = qtn_meet_req_options_show_on_map;
       
  2284             },
       
  2285         MENU_ITEM
       
  2286             {
       
  2287             command = EESMRCmdSearchFromMap;
       
  2288             txt = qtn_meet_req_options_search_from_map;
       
  2289             }
       
  2290         };
       
  2291     }
       
  2292 
       
  2293 // Viewer context menu bar
       
  2294 RESOURCE MENU_BAR r_mr_viewer_context_menu
       
  2295     {
       
  2296     titles =
       
  2297         {
       
  2298         MENU_TITLE
       
  2299             {
       
  2300             menu_pane = r_mr_viewer_location_menu;
       
  2301             }
       
  2302         };
       
  2303     }
       
  2304 
       
  2305 // Description field link
       
  2306 RESOURCE TBUF r_meet_req_link_show_on_map
       
  2307     {
       
  2308     buf = qtn_meet_req_link_show_on_map;
       
  2309     }
       
  2310 
       
  2311 // Reschedule instance information note
       
  2312 RESOURCE TBUF r_meet_req_reschedule_instance
       
  2313     {
       
  2314     buf = qtn_meet_req_reschedule_instance;
       
  2315     }
       
  2316 
       
  2317 // Display so long text note
       
  2318 RESOURCE TBUF r_qtn_meet_req_long_description
       
  2319 	{
       
  2320 	buf = qtn_meet_req_long_description;
       
  2321 	}
       
  2322 
       
  2323 // send button for meeting request response editor
       
  2324 RESOURCE AVKON_BUTTON r_send_button
       
  2325     {
       
  2326     flags  = KAknButtonSizeFitText;
       
  2327     states =
       
  2328         {
       
  2329         AVKON_BUTTON_STATE
       
  2330             {
       
  2331             helptxt = qtn_meet_req_opt_send;
       
  2332             bmpfile = EMAILUI_ICON_FILE;
       
  2333             bmpid=EMbmFreestyleemailuiQgn_indi_tb_msg_send;
       
  2334             bmpmask=EMbmFreestyleemailuiQgn_indi_tb_msg_send_mask;                        
       
  2335             }
       
  2336         };
       
  2337     }
       
  2338 
       
  2339 // accept button for meeting request
       
  2340 RESOURCE AVKON_BUTTON r_accept_button
       
  2341     {
       
  2342     flags  = KAknButtonSizeFitText;
       
  2343     states =
       
  2344         {
       
  2345         AVKON_BUTTON_STATE
       
  2346             {
       
  2347             helptxt = qtn_meet_req_response_accept;
       
  2348             bmpfile = MRGUI_ICON_FILE;
       
  2349             bmpid=EMbmEsmrguiQgn_indi_tb_email_accept;
       
  2350             bmpmask=EMbmEsmrguiQgn_indi_tb_email_accept_mask;
       
  2351             }
       
  2352         };
       
  2353     }
       
  2354 
       
  2355 // tentative button for meeting request
       
  2356 RESOURCE AVKON_BUTTON r_tentative_button
       
  2357     {
       
  2358     flags  = KAknButtonSizeFitText;
       
  2359     states =
       
  2360         {
       
  2361         AVKON_BUTTON_STATE
       
  2362             {
       
  2363             helptxt = qtn_meet_req_response_tentative;
       
  2364             bmpfile = MRGUI_ICON_FILE;
       
  2365             bmpid=EMbmEsmrguiQgn_indi_tb_email_tentative;
       
  2366             bmpmask=EMbmEsmrguiQgn_indi_tb_email_tentative_mask;                        
       
  2367             }
       
  2368         };
       
  2369     }
       
  2370 
       
  2371 // decline button for meeting request
       
  2372 RESOURCE AVKON_BUTTON r_decline_button
       
  2373     {
       
  2374     flags  = KAknButtonSizeFitText;
       
  2375     states =
       
  2376         {
       
  2377         AVKON_BUTTON_STATE
       
  2378             {
       
  2379             helptxt = qtn_meet_req_response_decline;
       
  2380             bmpfile = MRGUI_ICON_FILE;
       
  2381             bmpid=EMbmEsmrguiQgn_indi_tb_email_decline;
       
  2382             bmpmask=EMbmEsmrguiQgn_indi_tb_email_decline_mask;                        
       
  2383             }
       
  2384         };
       
  2385     }
       
  2386 
       
  2387 // EOF