meetingui/meetingrequestviewers/Data/meetingrequestviewersuires.rss
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:   Resources file for meeting request views
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME    OMRV
       
    23 
       
    24 //  INCLUDES
       
    25 #include <MeetingRequestViewers.mbg>
       
    26 #include <eikon.rh>
       
    27 #include <eikon.rsg>
       
    28 #include <avkon.hrh>
       
    29 #include <avkon.rh>
       
    30 #include <avkon.rsg>
       
    31 #include <avkon.mbg>
       
    32 #include <avkon.loc>
       
    33 #include <messaging.loc>
       
    34 #include <MeetingRequest.loc>
       
    35 #include <data_caging_paths_strings.hrh>
       
    36 #include "meetingrequestviewers.hrh"
       
    37 #include <MRCommands.hrh>
       
    38 #include <aiwcommon.rh>	
       
    39 #include <FindItem.hrh>
       
    40 
       
    41 RESOURCE RSS_SIGNATURE { }
       
    42 
       
    43 RESOURCE TBUF 
       
    44     { 
       
    45     buf = "mrviewers"; 
       
    46     }
       
    47 
       
    48 //-----------------------------------------------------   
       
    49 //    r_mr_summary_view_dlg
       
    50 //
       
    51 //    Meeting Request View dialog - view mode
       
    52 //-----------------------------------------------------
       
    53 RESOURCE DIALOG r_mr_summary_view_dlg
       
    54     {
       
    55     buttons=R_AVKON_SOFTKEYS_OPTIONS_BACK;    
       
    56     flags = EAknDialogSelectionList;
       
    57     }
       
    58 
       
    59 //-----------------------------------------------------   
       
    60 //    r_mr_summary_edit_dlg
       
    61 //
       
    62 //    Meeting Request View dialog - edit mode
       
    63 //-----------------------------------------------------
       
    64 RESOURCE DIALOG r_mr_summary_edit_dlg
       
    65     {
       
    66     buttons=R_AVKON_SOFTKEYS_OPTIONS_DONE;    
       
    67     flags = EAknDialogSelectionList;
       
    68     }
       
    69     
       
    70 //-----------------------------------------------------   
       
    71 //    r_mr_description_dlg
       
    72 //
       
    73 //    Meeting Description View dialog 
       
    74 //-----------------------------------------------------
       
    75 RESOURCE DIALOG r_mr_description_dlg
       
    76     {
       
    77     buttons=R_AVKON_SOFTKEYS_OPTIONS_BACK;    
       
    78     flags = EAknDialogSelectionList;
       
    79     }
       
    80 
       
    81 //-----------------------------------------------------   
       
    82 //    r_listbox_icons
       
    83 //
       
    84 //    Icons array for summary view list box
       
    85 //-----------------------------------------------------
       
    86 
       
    87 RESOURCE AKN_ICON_ARRAY r_listbox_icons
       
    88     {
       
    89     bmpfile = BITMAP_DIR"\\MeetingRequestViewers.mif";
       
    90     icons =
       
    91         {
       
    92         AKN_ICON
       
    93             { 
       
    94             iconId = EMbmMeetingrequestviewersQgn_prop_cale_info;
       
    95             maskId = EMbmMeetingrequestviewersQgn_prop_cale_info_mask;
       
    96             },
       
    97         AKN_ICON
       
    98             {
       
    99             iconId = EMbmMeetingrequestviewersQgn_prop_cale_attendance;
       
   100 	    maskId = EMbmMeetingrequestviewersQgn_prop_cale_attendance_mask;            
       
   101             }
       
   102         };
       
   103     }
       
   104 
       
   105     
       
   106 //-----------------------------------------------------   
       
   107 //    r_mr_summarydlg_options_menubar
       
   108 //
       
   109 //    menubar for summary view dlg 
       
   110 //-----------------------------------------------------
       
   111  
       
   112 RESOURCE MENU_BAR r_mr_summarydlg_options_menubar
       
   113     {
       
   114     titles=
       
   115         { 
       
   116         MENU_TITLE
       
   117             {
       
   118             menu_pane = r_mr_summarydlg_menupane;
       
   119             txt = text_softkey_option;
       
   120             }
       
   121         };
       
   122     }
       
   123 
       
   124 // ---------------------------------------------------------
       
   125 //   
       
   126 //    r_mr_summarydlg_menupane
       
   127 //    Menu pane for commands
       
   128 //
       
   129 // ---------------------------------------------------------
       
   130 //
       
   131 RESOURCE MENU_PANE r_mr_summarydlg_menupane
       
   132     {
       
   133     items =
       
   134         {
       
   135         MENU_ITEM
       
   136             {
       
   137             command = EMRCommandShowDescriptionView;
       
   138             txt = qtn_cale_om_open;
       
   139             },
       
   140         MENU_ITEM
       
   141 	    {
       
   142 	    command = EMRCommandShowAttendeesView;
       
   143 	    txt = qtn_cale_om_open;
       
   144             },
       
   145         MENU_ITEM	
       
   146             {
       
   147             command = EMRCommandSend;
       
   148             txt = qtn_cale_send_menu_item;
       
   149             },
       
   150         MENU_ITEM	
       
   151             {
       
   152             command = EMRCommandSendUpdate;
       
   153             txt = qtn_cale_send_update_menu_item;
       
   154             },
       
   155         MENU_ITEM	
       
   156             {
       
   157             command = EMRCommandDeleteMR;
       
   158             txt = qtn_cale_om_delete;
       
   159             },
       
   160         MENU_ITEM	
       
   161             {
       
   162             command = EMRCommandCancelMR;
       
   163             txt = qtn_cale_om_delete;
       
   164             },
       
   165         MENU_ITEM	
       
   166             {
       
   167             command = EMRCommandRespondSubmenu;
       
   168             txt = qtn_mail_mtg_om_respond;
       
   169             cascade = r_mr_respond_submenu;
       
   170             },
       
   171         MENU_ITEM
       
   172             {
       
   173             command = EMRCommandRemoveFromCalendar;
       
   174             txt = qtn_mail_mtg_om_rem_cale; 
       
   175             },
       
   176         MENU_ITEM
       
   177             {
       
   178             command = EMRCommandReplySubmenu;
       
   179             txt = qtn_mail_om_reply; 
       
   180             cascade = r_mr_reply_to_submenu;
       
   181             },
       
   182         MENU_ITEM
       
   183             {
       
   184             command = EMRCommandForward;
       
   185             txt = qtn_mail_om_forward; 
       
   186             },
       
   187         MENU_ITEM
       
   188 	    {
       
   189 	    command = EMRCommandDisableAlarm;
       
   190 	    txt = qtn_mail_mtg_req_om_alarm_off; 
       
   191             },
       
   192         MENU_ITEM
       
   193             {
       
   194             command = EMRCommandRetrieve;
       
   195             txt = qtn_mail_om_retrieve; 
       
   196             },
       
   197         MENU_ITEM
       
   198             {
       
   199             command = EMRCommandSaveFromFile;
       
   200             txt = qtn_cale_om_save_to_calendar;
       
   201             },        
       
   202         MENU_ITEM
       
   203             {
       
   204             command = EMRCommandAttachments;
       
   205             txt = qtn_mail_om_attachments; 
       
   206             },
       
   207         MENU_ITEM
       
   208             {
       
   209             command = EMRCommandMessageDetails;
       
   210             txt = qtn_mail_om_message_info;
       
   211             },
       
   212         MENU_ITEM
       
   213             {
       
   214             command = EMRCommandHelpMeetingRequestView;
       
   215             txt = qtn_options_help;
       
   216             },
       
   217         MENU_ITEM
       
   218             {
       
   219             command = EAknCmdExit;
       
   220             txt = qtn_options_exit;
       
   221             }
       
   222         };
       
   223     }
       
   224 
       
   225 //-----------------------------------------------------   
       
   226 //    r_mr_descrdlg_options_menubar
       
   227 //
       
   228 //    menubar for description view dlg 
       
   229 //-----------------------------------------------------
       
   230  
       
   231 RESOURCE MENU_BAR r_mr_descrdlg_options_menubar
       
   232     {
       
   233     titles=
       
   234         { 
       
   235         MENU_TITLE
       
   236             {
       
   237             menu_pane = r_mr_descrdlg_menupane;
       
   238             txt = text_softkey_option;
       
   239             }
       
   240         };
       
   241     }
       
   242 
       
   243 // ---------------------------------------------------------
       
   244 //   
       
   245 //    r_mr_descrdlg_menupane
       
   246 //    Menu pane for commands
       
   247 //
       
   248 // ---------------------------------------------------------
       
   249 //
       
   250 RESOURCE MENU_PANE r_mr_descrdlg_menupane
       
   251     {
       
   252     items =
       
   253         {
       
   254         MENU_ITEM	
       
   255             {
       
   256             command = EMRCommandRespondSubmenu;
       
   257             txt = qtn_mail_mtg_om_respond;
       
   258             cascade = r_mr_respond_submenu;
       
   259             },
       
   260         MENU_ITEM
       
   261             {
       
   262             command = EMRCommandRemoveFromCalendar;
       
   263             txt = qtn_mail_mtg_om_rem_cale; 
       
   264             },
       
   265         MENU_ITEM
       
   266             {
       
   267             command = EMRCommandReplySubmenu;
       
   268             txt = qtn_mail_om_reply; 
       
   269             cascade = r_mr_reply_to_submenu;
       
   270             },
       
   271         MENU_ITEM
       
   272             {
       
   273             command = EMRCommandForward;
       
   274             txt = qtn_mail_om_forward; 
       
   275             },
       
   276         MENU_ITEM
       
   277 	    {
       
   278 	    command = EMRCommandDisableAlarm;
       
   279 	    txt = qtn_mail_mtg_req_om_alarm_off; 
       
   280             },
       
   281         MENU_ITEM
       
   282             {
       
   283             command = EMRCommandRetrieve;
       
   284             txt = qtn_mail_om_retrieve; 
       
   285             },
       
   286         MENU_ITEM
       
   287             {
       
   288             command = EMRCommandSaveFromFile;
       
   289             txt = qtn_cale_om_save_to_calendar;
       
   290             },        
       
   291         MENU_ITEM
       
   292             {
       
   293             command = EMRCommandAttachments;
       
   294             txt = qtn_mail_om_attachments; 
       
   295             },
       
   296         MENU_ITEM
       
   297             {
       
   298             command = EFindItemMenuPlaceHolder;
       
   299             txt = ""; 
       
   300             flags = EEikMenuItemDimmed;
       
   301             },
       
   302 #ifdef RD_MESSAGING_VIRTUAL_PHONEBOOK        
       
   303         MENU_ITEM
       
   304             {
       
   305             command = KAiwCmdAssign;
       
   306             txt = "";
       
   307             cascade = AIW_INTELLIGENT_CASCADE_ID;
       
   308             },
       
   309 #endif // RD_MESSAGING_VIRTUAL_PHONEBOOK  
       
   310         MENU_ITEM
       
   311             {
       
   312             command = EMRCommandHelpMeetingDescriptionView;
       
   313             txt = qtn_options_help;
       
   314             },
       
   315         MENU_ITEM
       
   316             {
       
   317             command = EAknCmdExit;
       
   318             txt = qtn_options_exit;
       
   319             }
       
   320         };
       
   321     }
       
   322 
       
   323 // ---------------------------------------------------------
       
   324 //   
       
   325 //    r_descr_view_okoptions_menubar
       
   326 //    Context sensitive options menu for meeting description view
       
   327 //
       
   328 // ---------------------------------------------------------
       
   329 //
       
   330 RESOURCE MENU_BAR r_descr_view_okoptions_menubar
       
   331     {
       
   332     titles=
       
   333         { 
       
   334         MENU_TITLE { menu_pane = r_descr_view_okoptions_menupane; }
       
   335         };
       
   336     }
       
   337     
       
   338 // ---------------------------------------------------------
       
   339 //   
       
   340 //    r_descr_view_okoptions_menupane
       
   341 //    Context sensitive options menu items for meeting description view
       
   342 //
       
   343 // ---------------------------------------------------------
       
   344 //
       
   345 RESOURCE MENU_PANE r_descr_view_okoptions_menupane
       
   346     {
       
   347     items =
       
   348         {
       
   349         MENU_ITEM	
       
   350             {
       
   351             command = EMRCommandRespondSubmenu;
       
   352             txt = qtn_mail_mtg_om_respond;
       
   353             cascade = r_mr_respond_submenu;
       
   354             },
       
   355         MENU_ITEM
       
   356             {
       
   357             command = EMRCommandSaveFromFile;
       
   358             txt = qtn_cale_om_save_to_calendar; 
       
   359             },
       
   360         MENU_ITEM
       
   361             {
       
   362             command = EMRCommandRemoveFromCalendar;
       
   363             txt = qtn_mail_mtg_om_rem_cale; 
       
   364             },
       
   365         MENU_ITEM
       
   366             {
       
   367             command = EMRCommandReplySubmenu;
       
   368             txt = qtn_mail_om_reply; 
       
   369             cascade = r_mr_reply_to_submenu;
       
   370             },
       
   371         MENU_ITEM
       
   372             {
       
   373             command = EMRCommandForward;
       
   374             txt = qtn_mail_om_forward; 
       
   375             },
       
   376         MENU_ITEM
       
   377             {
       
   378             command = EFindItemContextMenuPlaceHolder;
       
   379             txt = "";
       
   380             }
       
   381         };
       
   382     }
       
   383     
       
   384 RESOURCE MENU_PANE r_mr_respond_submenu
       
   385 	{
       
   386 	items =
       
   387 		{
       
   388 		MENU_ITEM { command=EMRCommandRespondAccept; txt = qtn_mail_mtg_om_respond_acc;},
       
   389 		MENU_ITEM { command=EMRCommandRespondTentative	; txt = qtn_mail_mtg_om_respond_tent;},
       
   390 		MENU_ITEM { command=EMRCommandRespondDecline; txt = qtn_mail_mtg_om_respond_dec; }
       
   391 		};
       
   392 	}
       
   393 		
       
   394 RESOURCE MENU_PANE r_mr_reply_to_submenu
       
   395 	{
       
   396 	items =
       
   397 		{
       
   398 		MENU_ITEM { command=EMRCommandReplyToSender; txt = qtn_mail_sm_reply_to_sender;},
       
   399 		MENU_ITEM { command=EMRCommandReplyToOrganiser; txt = qtn_mail_sm_reply_to_org;},
       
   400 		MENU_ITEM { command=EMRCommandReplyToAll; txt = qtn_mail_sm_reply_to_all; }
       
   401 		};
       
   402 	}
       
   403 
       
   404 
       
   405 RESOURCE TBUF r_qtn_mail_mtg_organiser
       
   406 	{
       
   407 	buf = qtn_mail_mtg_organizer;
       
   408 	}
       
   409 	
       
   410 RESOURCE TBUF r_qtn_mail_mtg_time_data
       
   411 	{
       
   412 	buf = qtn_mail_mtg_time_data;
       
   413 	}
       
   414 	
       
   415 RESOURCE TBUF r_qtn_mail_mtg_date
       
   416 	{
       
   417 	buf = qtn_mail_mtg_date;
       
   418 	}
       
   419 
       
   420 RESOURCE TBUF r_qtn_sm_cal_starttime
       
   421 	{
       
   422 	buf = qtn_sm_cal_starttime;
       
   423 	}
       
   424 	
       
   425 RESOURCE TBUF r_qtn_sm_cal_endtime
       
   426 	{
       
   427 	buf = qtn_sm_cal_endtime;
       
   428 	}
       
   429 	
       
   430 RESOURCE TBUF r_qtn_sm_cal_location
       
   431 	{
       
   432 	buf = qtn_sm_cal_location;
       
   433 	}
       
   434 	
       
   435 RESOURCE TBUF r_qtn_sm_cal_description
       
   436 	{
       
   437 	buf = qtn_sm_cal_description;
       
   438 	}
       
   439 	
       
   440 RESOURCE TBUF r_qtn_mail_mtg_status
       
   441 	{
       
   442 	buf = qtn_mail_mtg_status;
       
   443 	}
       
   444 
       
   445 RESOURCE TBUF r_qtn_mail_mtg_pls_respond
       
   446 	{
       
   447 	buf = qtn_mail_mtg_pls_respond;
       
   448 	}
       
   449 
       
   450 RESOURCE TBUF r_qtn_mail_mtg_accepted
       
   451 	{
       
   452 	buf = qtn_mail_mtg_accepted;
       
   453 	}
       
   454 
       
   455 RESOURCE TBUF r_qtn_mail_mtg_tentative
       
   456 	{
       
   457 	buf = qtn_mail_mtg_tentative;
       
   458 	}
       
   459 
       
   460 RESOURCE TBUF r_qtn_mail_mtg_decline
       
   461 	{
       
   462 	buf = qtn_mail_mtg_decline;
       
   463 	}
       
   464 
       
   465 RESOURCE TBUF r_qtn_mail_mtg_cancelled
       
   466 	{
       
   467 	buf = qtn_mail_mtg_cancelled;
       
   468 	}
       
   469 	
       
   470 RESOURCE TBUF r_qtn_mail_mtg_attendance
       
   471 	{
       
   472 	buf = qtn_mail_mtg_attendance;
       
   473 	}
       
   474 	
       
   475 RESOURCE TBUF r_qtn_mail_mtg_required
       
   476 	{
       
   477 	buf = qtn_mail_mtg_required;
       
   478 	}
       
   479 
       
   480 RESOURCE TBUF r_qtn_mail_mtg_optional
       
   481 	{
       
   482 	buf = qtn_mail_mtg_optional;
       
   483 	}
       
   484 
       
   485 RESOURCE TBUF r_qtn_sm_cal_alarmtime
       
   486 	{
       
   487 	buf = qtn_sm_cal_alarmtime;
       
   488 	}
       
   489 
       
   490 RESOURCE TBUF r_qtn_sm_cal_alarmdate
       
   491 	{
       
   492 	buf = qtn_sm_cal_alarmdate;
       
   493 	}
       
   494 
       
   495 RESOURCE TBUF r_qtn_sm_cal_repeat
       
   496 	{
       
   497 	buf = qtn_sm_cal_repeat;
       
   498 	}
       
   499 
       
   500 RESOURCE TBUF r_qtn_sm_cal_rpt_daily
       
   501 	{
       
   502 	buf = qtn_sm_cal_rpt_daily;
       
   503 	}
       
   504 
       
   505 RESOURCE TBUF r_qtn_sm_cal_rpt_weekly
       
   506 	{
       
   507 	buf = qtn_sm_cal_rpt_weekly;
       
   508 	}
       
   509 
       
   510 RESOURCE TBUF r_qtn_sm_cal_rpt_biweekly
       
   511 	{
       
   512 	buf = qtn_sm_cal_rpt_biweekly;
       
   513 	}
       
   514 
       
   515 RESOURCE TBUF r_qtn_sm_cal_rpt_monthly
       
   516 	{
       
   517 	buf = qtn_sm_cal_rpt_monthly;
       
   518 	}
       
   519 
       
   520 RESOURCE TBUF r_qtn_sm_cal_rpt_yearly
       
   521 	{
       
   522 	buf = qtn_sm_cal_rpt_yearly;
       
   523 	}
       
   524 
       
   525 RESOURCE TBUF r_qtn_sm_cal_repeat_until
       
   526 	{
       
   527 	buf = qtn_sm_cal_repeat_until;
       
   528 	}
       
   529 	
       
   530 RESOURCE TBUF r_qtn_sm_cal_confidentiality
       
   531 	{
       
   532 	buf = qtn_sm_cal_confidentiality;
       
   533 	}
       
   534 
       
   535 RESOURCE TBUF r_qtn_sm_cal_conf_public
       
   536 	{
       
   537 	buf = qtn_sm_cal_conf_public;
       
   538 	}
       
   539 
       
   540 RESOURCE TBUF r_qtn_sm_cal_conf_private
       
   541 	{
       
   542 	buf = qtn_sm_cal_conf_private;
       
   543 	}
       
   544 
       
   545 RESOURCE TBUF r_qtn_sm_cal_conf_no_sync
       
   546 	{
       
   547 	buf = qtn_sm_cal_conf_no_sync;
       
   548 	}
       
   549 	
       
   550 RESOURCE TBUF r_qtn_cale_opt_open
       
   551 	{
       
   552 	buf = qtn_cale_om_open;
       
   553 	}
       
   554 
       
   555 RESOURCE TBUF r_qtn_mail_mtg_om_respond
       
   556 	{
       
   557 	buf = qtn_mail_mtg_om_respond;
       
   558 	}
       
   559 
       
   560 RESOURCE TBUF r_qtn_mail_mtg_om_respond_acc
       
   561 	{
       
   562 	buf = qtn_mail_mtg_om_respond_acc;
       
   563 	}
       
   564 
       
   565 RESOURCE TBUF r_qtn_mail_mtg_om_respond_tent
       
   566 	{
       
   567 	buf = qtn_mail_mtg_om_respond_tent;
       
   568 	}
       
   569 	
       
   570 RESOURCE TBUF r_qtn_mail_mtg_om_respond_dec
       
   571 	{
       
   572 	buf = qtn_mail_mtg_om_respond_dec;
       
   573 	}
       
   574 
       
   575 RESOURCE TBUF r_qtn_mail_om_reply
       
   576 	{
       
   577 	buf = qtn_mail_om_reply;
       
   578 	}
       
   579 
       
   580 RESOURCE TBUF r_qtn_mail_om_reply_to_sender
       
   581 	{
       
   582 	buf = qtn_mail_om_reply_to_sender;
       
   583 	}
       
   584 
       
   585 RESOURCE TBUF r_qtn_mail_om_reply_to_org
       
   586 	{
       
   587 	buf = qtn_mail_om_reply_to_org;
       
   588 	}
       
   589 
       
   590 RESOURCE TBUF r_qtn_mail_om_reply_to_all
       
   591 	{
       
   592 	buf = qtn_mail_om_reply_to_all;
       
   593 	}
       
   594 
       
   595 RESOURCE TBUF r_qtn_mail_om_forward
       
   596 	{
       
   597 	buf = qtn_mail_om_forward;
       
   598 	}
       
   599 
       
   600 RESOURCE TBUF r_qtn_mail_om_retrieve
       
   601 	{
       
   602 	buf = qtn_mail_om_retrieve;
       
   603 	}
       
   604 
       
   605 RESOURCE TBUF r_qtn_mail_mtg_om_rem_cale
       
   606 	{
       
   607 	buf = qtn_mail_mtg_om_rem_cale;
       
   608 	}
       
   609 	
       
   610 RESOURCE TBUF r_qtn_mail_om_attachments
       
   611 	{
       
   612 	buf = qtn_mail_om_attachments;
       
   613 	}
       
   614 	
       
   615 RESOURCE TBUF r_qtn_mail_om_message_info
       
   616 	{
       
   617 	buf = qtn_mail_om_message_info;
       
   618 	}
       
   619 
       
   620 RESOURCE TBUF r_qtn_cale_summary_description_no_subject
       
   621 	{
       
   622 	buf = qtn_cale_summary_description_no_subject;
       
   623 	}
       
   624 
       
   625 RESOURCE TBUF r_qtn_cale_summary_attendees
       
   626 	{
       
   627 	buf = qtn_cale_summary_attendees;
       
   628 	}
       
   629 
       
   630 RESOURCE TBUF r_qtn_cale_no_invited_attendees
       
   631 	{
       
   632 	buf = qtn_cale_no_invited_attendees;
       
   633 	}
       
   634 	
       
   635 RESOURCE TBUF r_qtn_cale_invited_attendees
       
   636 	{
       
   637 	buf = qtn_cale_invited_attendees;
       
   638 	}
       
   639 
       
   640 RESOURCE TBUF r_qtn_cale_meeting_is_conflicting
       
   641 	{
       
   642 	buf = qtn_cale_meeting_is_conflicting;
       
   643 	}
       
   644 
       
   645 RESOURCE TBUF r_qtn_cale_meeting_is_out_of_date
       
   646 	{
       
   647 	buf = qtn_cale_meeting_is_out_of_date;
       
   648 	}
       
   649 
       
   650 RESOURCE TBUF r_qtn_cale_meeting_is_cancelled
       
   651 	{
       
   652 	buf = qtn_cale_meeting_is_cancelled;
       
   653 	}
       
   654 	
       
   655 RESOURCE TBUF r_qtn_cale_meeting_is_corrupted
       
   656 	{
       
   657 	buf = qtn_cale_meeting_is_corrupted;
       
   658 	}
       
   659 	
       
   660 RESOURCE TBUF r_qtn_mail_mtg_req_note_no_mtg
       
   661 	{
       
   662 	buf = qtn_mail_mtg_req_note_no_mtg;
       
   663 	}
       
   664 
       
   665 RESOURCE TBUF r_qtn_cale_note_meeting_removed
       
   666 	{
       
   667 	buf = qtn_cale_note_meeting_removed;
       
   668 	}
       
   669 	
       
   670 RESOURCE TBUF r_qtn_mail_mtg_sub_accepted
       
   671 	{
       
   672 	buf = qtn_mail_mtg_sub_accepted;
       
   673 	}
       
   674 
       
   675 RESOURCE TBUF r_qtn_mail_mtg_sub_tentative
       
   676 	{
       
   677 	buf = qtn_mail_mtg_sub_tentative;
       
   678 	}
       
   679 
       
   680 RESOURCE TBUF r_qtn_mail_mtg_sub_declined
       
   681 	{
       
   682 	buf = qtn_mail_mtg_sub_declined;
       
   683 	}
       
   684 	
       
   685 RESOURCE TBUF r_qtn_cale_to_organiser
       
   686 	{
       
   687 	buf = qtn_cale_to_organizer;
       
   688 	}
       
   689 
       
   690 RESOURCE TBUF r_qtn_cale_response_description
       
   691 	{
       
   692 	buf = qtn_cale_response_description;
       
   693 	}
       
   694 
       
   695 RESOURCE TBUF r_text_calendar_meeting_request_saved
       
   696         {
       
   697         buf = text_calendar_meeting_request_saved;
       
   698         }
       
   699 
       
   700 RESOURCE TBUF r_qtn_cale_infopopup_recurring
       
   701         {
       
   702         buf = qtn_cale_infopopup_recurring;
       
   703         }
       
   704 
       
   705 RESOURCE TBUF r_qtn_cale_status_please_respond
       
   706         {
       
   707         buf = qtn_cale_status_please_respond;
       
   708         }
       
   709 
       
   710 RESOURCE TBUF r_qtn_cale_status_accepted
       
   711         {
       
   712         buf = qtn_cale_status_accepted;
       
   713         }
       
   714 
       
   715 RESOURCE TBUF r_qtn_cale_status_tentative
       
   716         {
       
   717         buf = qtn_cale_status_tentative;
       
   718         }
       
   719 
       
   720 RESOURCE TBUF r_qtn_cale_status_declined
       
   721         {
       
   722         buf = qtn_cale_status_declined;
       
   723         }
       
   724 
       
   725 RESOURCE TBUF r_qtn_cale_status_cancelled
       
   726         {
       
   727         buf = qtn_cale_status_cancelled;
       
   728         }
       
   729 
       
   730 RESOURCE TBUF r_qtn_cale_status_out_of_date
       
   731         {
       
   732         buf = qtn_cale_status_out_of_date;
       
   733         }
       
   734 
       
   735 RESOURCE TBUF r_qtn_cale_infopopup_accepted
       
   736         {
       
   737         buf = qtn_cale_infopopup_accepted;
       
   738         }
       
   739 
       
   740 RESOURCE TBUF r_qtn_cale_infopopup_declined
       
   741         {
       
   742         buf = qtn_cale_infopopup_declined;
       
   743         }
       
   744 
       
   745 RESOURCE TBUF r_qtn_cale_infopopup_tentative
       
   746         {
       
   747         buf = qtn_cale_infopopup_tentative;
       
   748         }
       
   749 
       
   750 RESOURCE TBUF r_qtn_cale_infopopup_no_response
       
   751         {
       
   752         buf = qtn_cale_infopopup_no_response;
       
   753         }
       
   754 
       
   755 RESOURCE TBUF r_qtn_cale_infopopup_not_sent
       
   756         {
       
   757         buf = qtn_cale_infopopup_not_sent;
       
   758         }
       
   759 
       
   760 RESOURCE DIALOG r_send_confirm_no_subject
       
   761     {
       
   762     flags = EGeneralQueryFlags;
       
   763     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   764     items =
       
   765     	{
       
   766     	DLG_LINE
       
   767     	    {
       
   768     	    type = EAknCtQuery;
       
   769     	    id = EGeneralQuery;
       
   770     	    control = AVKON_CONFIRMATION_QUERY
       
   771     	    	{
       
   772     	    	layout = EConfirmationQueryLayout;
       
   773                 label = qtn_cale_query_no_subject;
       
   774     	    	};
       
   775     	    }
       
   776     	};
       
   777     }
       
   778 
       
   779 RESOURCE AVKON_LIST_QUERY r_not_responded_list_query
       
   780 	{
       
   781 	flags = EGeneralQueryFlags;
       
   782 	softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL;	
       
   783 	items =
       
   784 		{
       
   785 		AVKON_LIST_QUERY_DLG_LINE
       
   786 			{
       
   787 			control = AVKON_LIST_QUERY_CONTROL
       
   788 				{
       
   789 				listtype = EAknCtSinglePopupMenuListBox;				
       
   790 				listbox = AVKON_LIST_QUERY_LIST
       
   791 					{
       
   792 					array_id = r_not_responded_item_list_array;
       
   793 					};
       
   794 				heading = qtn_cale_om_not_responded;
       
   795 				};
       
   796 			}
       
   797 		};
       
   798 	}
       
   799 	
       
   800 RESOURCE ARRAY r_not_responded_item_list_array
       
   801 	{
       
   802 	items =
       
   803 		{
       
   804 		LBUF {txt = qtn_cale_om_respond_now;},
       
   805 		LBUF {txt = qtn_cale_om_dont_respond;},
       
   806 		LBUF {txt = qtn_cale_om_delete_now;}
       
   807 		};
       
   808 	}
       
   809 
       
   810 RESOURCE ARRAY r_not_responded_item_list_array_no_delete
       
   811 	{
       
   812 	items =
       
   813 		{
       
   814 		LBUF {txt = qtn_cale_om_respond_now;},
       
   815 		LBUF {txt = qtn_cale_om_dont_respond;}
       
   816 		};
       
   817 	}
       
   818 
       
   819 RESOURCE DIALOG r_confirm_delete_from_calendar
       
   820     {
       
   821     flags = EGeneralQueryFlags;
       
   822     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   823     items =
       
   824     	{
       
   825     	DLG_LINE
       
   826     	    {
       
   827     	    type = EAknCtQuery;
       
   828     	    id = EGeneralQuery;
       
   829     	    control = AVKON_CONFIRMATION_QUERY
       
   830     	    	{
       
   831     	    	layout = EConfirmationQueryLayout;
       
   832                 label = qtn_cale_quest_delete_mr;
       
   833     	    	};
       
   834     	    }
       
   835     	};
       
   836     }
       
   837 
       
   838 RESOURCE AVKON_LIST_QUERY r_respond_list_query
       
   839 	{
       
   840 	flags = EGeneralQueryFlags;
       
   841 	softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL;	
       
   842 	items =
       
   843 		{
       
   844 		AVKON_LIST_QUERY_DLG_LINE
       
   845 			{
       
   846 			control = AVKON_LIST_QUERY_CONTROL
       
   847 				{
       
   848 				listtype = EAknCtSinglePopupMenuListBox;				
       
   849 				listbox = AVKON_LIST_QUERY_LIST
       
   850 					{
       
   851 					array_id = r_respond_item_list_array;
       
   852 					};
       
   853 				heading = qtn_cale_om_respond;
       
   854 				};
       
   855 			}
       
   856 		};
       
   857 	}
       
   858 
       
   859 RESOURCE ARRAY r_respond_item_list_array
       
   860 	{
       
   861 	items =
       
   862 		{
       
   863 		LBUF {txt = qtn_cale_respond_acc;},
       
   864 		LBUF {txt = qtn_cale_respond_ten;},
       
   865 		LBUF {txt = qtn_cale_respond_dec;}
       
   866 		};
       
   867 	}
       
   868 
       
   869 RESOURCE DIALOG r_general_confirmation_query
       
   870     {
       
   871     flags = EGeneralQueryFlags;
       
   872     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   873     items =
       
   874     	{
       
   875     	DLG_LINE
       
   876     	    {
       
   877     	    type = EAknCtQuery;
       
   878     	    id = EGeneralQuery;
       
   879     	    control = AVKON_CONFIRMATION_QUERY
       
   880     	    	{
       
   881     	    	layout = EConfirmationQueryLayout;
       
   882     	    	};
       
   883     	    }
       
   884     	};
       
   885     }
       
   886 
       
   887 RESOURCE AVKON_LIST_QUERY r_cancel_list_query
       
   888 	{
       
   889 	flags = EGeneralQueryFlags;
       
   890 	softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL;	
       
   891 	items =
       
   892 		{
       
   893 		AVKON_LIST_QUERY_DLG_LINE
       
   894 			{
       
   895 			control = AVKON_LIST_QUERY_CONTROL
       
   896 				{
       
   897 				listtype = EAknCtSinglePopupMenuListBox;				
       
   898 				listbox = AVKON_LIST_QUERY_LIST
       
   899 					{
       
   900 					array_id = r_cancel_item_list_array;
       
   901 					};
       
   902 				heading = qtn_cale_meeting_request_cancelled;
       
   903 				};
       
   904 			}
       
   905 		};
       
   906 	}
       
   907 	
       
   908 RESOURCE ARRAY r_cancel_item_list_array
       
   909 	{
       
   910 	items =
       
   911 		{
       
   912 		LBUF {txt = qtn_cale_cancel_edit_and_send;},
       
   913 		LBUF {txt = qtn_cale_cancel_send;},
       
   914 		LBUF {txt = qtn_cale_cancel_do_not_send;}
       
   915 		};
       
   916 	}
       
   917 
       
   918 // -----------------------------------------------------------------------------
       
   919 //    r_mr_data_assign_interest
       
   920 // -----------------------------------------------------------------------------
       
   921 //
       
   922 RESOURCE AIW_INTEREST r_mr_data_assign_interest
       
   923     {
       
   924     items=
       
   925         {
       
   926         AIW_CRITERIA_ITEM 
       
   927             { 
       
   928             id = KAiwCmdAssign;  // serviceCmd used here also as ID
       
   929             serviceCmd = KAiwCmdAssign;
       
   930             contentType = EGenericParamContactItemStr;
       
   931             serviceClass = KAiwClassMenu; 
       
   932             maxProviders = 1;
       
   933             }
       
   934         };
       
   935     }
       
   936 
       
   937 // End of File