meetingrequest/mrgui/data/esmrgui.rss
branchRCL_3
changeset 12 4ce476e64c59
parent 1 12c456ceeff2
child 16 b5fbb9b25d57
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    20 #include <eikon.rh>
    20 #include <eikon.rh>
    21 #include <eikon.rsg>
    21 #include <eikon.rsg>
    22 #include <avkon.rh>
    22 #include <avkon.rh>
    23 #include <avkon.rsg>
    23 #include <avkon.rsg>
    24 #include <avkon.loc>
    24 #include <avkon.loc>
    25 #include <AiwCommon.rh>
    25 #include <aiwcommon.rh>
    26 #include <AiwGenericParam.hrh>
    26 #include <aiwgenericparam.hrh>
    27 #include <AiwCommon.hrh> // for service commands
    27 #include <aiwcommon.hrh> // for service commands
    28 
    28 
    29 #include <esmrgui.mbg>
    29 #include <esmrgui.mbg>
    30 #include <freestyleemailui.mbg>
    30 #include <mrui.loc>
    31 #include <data_caging_paths_strings.hrh>
    31 
    32 //<cmail>
       
    33 #include "esmrdef.h"
    32 #include "esmrdef.h"
    34 //</cmail>
       
    35 #include "esmrgui.hrh"
    33 #include "esmrgui.hrh"
    36 #include "esmrgui.rh"
    34 #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 
    35 
    43 RESOURCE RSS_SIGNATURE { }
    36 RESOURCE RSS_SIGNATURE { }
       
    37 
       
    38 // Included resource files
       
    39 #include "mrguilocationresources.rss" // r_location_options
       
    40 
       
    41 
       
    42 // ---------------------------------------------------------------------------
       
    43 // r_global_toolbar
       
    44 // ---------------------------------------------------------------------------
       
    45 //
       
    46 RESOURCE AVKON_TOOLBAR r_global_toolbar
       
    47     {
       
    48     flags = KAknToolbarFixed;
       
    49     // define empty button set in order for the toolbar to be displayed properly,
       
    50     // buttons will be updated at runtime
       
    51     items =
       
    52         {
       
    53         TBAR_CTRL
       
    54             {
       
    55             type = EAknCtButton;
       
    56             id = 0;
       
    57             control = AVKON_BUTTON
       
    58                 {
       
    59                 };
       
    60             },
       
    61         TBAR_CTRL
       
    62             {
       
    63             type = EAknCtButton;
       
    64             id = 1;
       
    65             control = AVKON_BUTTON
       
    66                 {
       
    67                 };
       
    68             },
       
    69         TBAR_CTRL
       
    70             {
       
    71             type = EAknCtButton;
       
    72             id = 2;
       
    73             control = AVKON_BUTTON
       
    74                 {
       
    75                 };
       
    76             }
       
    77         };
       
    78     }
    44 
    79 
    45 // ---------------------------------------------------------------------------
    80 // ---------------------------------------------------------------------------
    46 // r_priority_options
    81 // r_priority_options
    47 //
    82 //
    48 // ---------------------------------------------------------------------------
    83 // ---------------------------------------------------------------------------
    68             }
   103             }
    69         };
   104         };
    70     }
   105     }
    71 
   106 
    72 // ---------------------------------------------------------------------------
   107 // ---------------------------------------------------------------------------
    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
   108 // r_mr_editor_organizer_menu
   106 //
   109 //
   107 // ---------------------------------------------------------------------------
   110 // ---------------------------------------------------------------------------
   108 //
   111 //
   109 RESOURCE MENU_PANE r_mr_editor_organizer_menu
   112 RESOURCE MENU_PANE r_mr_editor_organizer_menu
   137             },
   140             },
   138         MENU_ITEM
   141         MENU_ITEM
   139             {
   142             {
   140             command = EESMRCmdSaveMR;
   143             command = EESMRCmdSaveMR;
   141             txt = qtn_form_litxt_save;
   144             txt = qtn_form_litxt_save;
       
   145             },
       
   146         MENU_ITEM
       
   147             {
       
   148             command = EESMRCmdSaveCloseMR;
       
   149             txt = qtn_meet_req_opt_save_close;
   142             },
   150             },
   143         MENU_ITEM
   151         MENU_ITEM
   144             {
   152             {
   145             command = EESMRCmdCalEntryUISave;
   153             command = EESMRCmdCalEntryUISave;
   146             txt = qtn_form_litxt_save;
   154             txt = qtn_form_litxt_save;
   168         MENU_ITEM
   176         MENU_ITEM
   169             {
   177             {
   170             command = EESMRCmdAddAttendees;
   178             command = EESMRCmdAddAttendees;
   171             txt = qtn_meet_req_opt_add_participants;
   179             txt = qtn_meet_req_opt_add_participants;
   172             },
   180             },
   173         MENU_ITEM 
   181         MENU_ITEM
   174             {
   182             {
   175             command = EESMRCmdAddLocation;  
   183             command = EESMRCmdAddLocation;
   176             txt = qtn_meet_req_options_add_location; 
   184             txt = qtn_meet_req_options_add_location;
   177             cascade=r_location_options; 
   185             cascade=r_location_options;
   178             },
   186             },
   179         MENU_ITEM
   187         MENU_ITEM
   180             {
   188             {
   181             command = EESMRCmdSearchFromMap;
   189             command = EESMRCmdSearchFromMap;
   182             txt = qtn_meet_req_options_search_from_map;
   190             txt = qtn_meet_req_options_search_from_map;
   192             txt = qtn_meet_req_opt_priority;
   200             txt = qtn_meet_req_opt_priority;
   193             cascade=r_priority_options;
   201             cascade=r_priority_options;
   194             },
   202             },
   195         MENU_ITEM
   203         MENU_ITEM
   196             {
   204             {
   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             command = EAknCmdHelp;
   205             txt = qtn_options_help;
   206             txt = qtn_options_help;
   206             },
   207             },
   207         MENU_ITEM
   208         MENU_ITEM
   208             {
   209             {
   211             }
   212             }
   212         };
   213         };
   213     }
   214     }
   214 
   215 
   215 // ---------------------------------------------------------------------------
   216 // ---------------------------------------------------------------------------
       
   217 // r_forward_options
       
   218 //
       
   219 // ---------------------------------------------------------------------------
       
   220 //
       
   221 RESOURCE MENU_PANE r_forward_options
       
   222     {
       
   223     items =
       
   224         {
       
   225         MENU_ITEM
       
   226             {
       
   227             command=EESMRCmdForwardAsMeeting;
       
   228             txt= qtn_meet_req_opt_meeting;
       
   229             },
       
   230         MENU_ITEM
       
   231             {
       
   232             command=EESMRCmdForwardAsMail;
       
   233             txt= qtn_meet_req_opt_email;
       
   234             }
       
   235         };
       
   236     }
       
   237 
       
   238 // ---------------------------------------------------------------------------
   216 // r_mr_viewer_menu
   239 // r_mr_viewer_menu
   217 //
   240 //
   218 // ---------------------------------------------------------------------------
   241 // ---------------------------------------------------------------------------
   219 //
   242 //
   220 RESOURCE MENU_PANE r_mr_viewer_menu
   243 RESOURCE MENU_PANE r_mr_viewer_menu
   281             command = EESMRCmdReplyAll;
   304             command = EESMRCmdReplyAll;
   282             txt = qtn_meet_req_opt_reply_all;
   305             txt = qtn_meet_req_opt_reply_all;
   283             },
   306             },
   284         MENU_ITEM
   307         MENU_ITEM
   285             {
   308             {
   286             command = EESMRCmdForward;
   309             command = EESMRCmdForwardOptions;
   287             txt = qtn_meet_req_opt_forward;
   310             txt = qtn_meet_req_opt_forward;
       
   311             cascade=r_forward_options;
   288             },
   312             },
   289         MENU_ITEM
   313         MENU_ITEM
   290             {
   314             {
   291             command = EESMRCmdActionMenu;
   315             command = EESMRCmdActionMenu;
   292             txt = qtn_meet_req_opt_actions;
   316             txt = qtn_meet_req_opt_actions;
   302             command = EESMRCmdTodoMarkAsNotDone;
   326             command = EESMRCmdTodoMarkAsNotDone;
   303             txt = qtn_calendar_opt_mark_not_done;
   327             txt = qtn_calendar_opt_mark_not_done;
   304             },
   328             },
   305         MENU_ITEM
   329         MENU_ITEM
   306             {
   330             {
   307             command = EESMRCmdMailEmailMoreMenu;
       
   308             txt = qtn_meet_req_options_more;
       
   309             cascade = r_mrviewer_email_menu;
       
   310             },
       
   311         MENU_ITEM
       
   312             {
       
   313             command = EESMRCmdViewTrack;
   331             command = EESMRCmdViewTrack;
   314             txt = qtn_meet_req_opt_tracking;
   332             txt = qtn_meet_req_opt_tracking;
   315             },
   333             },
   316         MENU_ITEM
   334         MENU_ITEM
   317             {
   335             {
   336             },
   354             },
   337         MENU_ITEM
   355         MENU_ITEM
   338             {
   356             {
   339             command = EESMRCmdClipboardCopy;
   357             command = EESMRCmdClipboardCopy;
   340             txt = qtn_meet_req_options_copy_to_clipboard;
   358             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             },
   359             },
   349         MENU_ITEM
   360         MENU_ITEM
   350             {
   361             {
   351             command = EESMRCmdMailPreviousMessage;
   362             command = EESMRCmdMailPreviousMessage;
   352             txt = qtn_meet_req_options_prev_msg;
   363             txt = qtn_meet_req_options_prev_msg;
   481             txt = qtn_meet_req_opt_actions;
   492             txt = qtn_meet_req_opt_actions;
   482             cascade=r_action_menu;
   493             cascade=r_action_menu;
   483             },
   494             },
   484         MENU_ITEM
   495         MENU_ITEM
   485             {
   496             {
   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;
   497             command = EAknCmdHelp;
   494             txt = qtn_options_help;
   498             txt = qtn_options_help;
   495             },
   499             },
   496         MENU_ITEM
   500         MENU_ITEM
   497             {
   501             {
   498             command = EAknCmdExit;
   502             command = EAknCmdExit;
   499             txt = qtn_options_exit;
   503             txt = qtn_options_exit;
   500             }
   504             }
   501         };
   505         };
   502     }
   506     }
       
   507 
   503 // ---------------------------------------------------------------------------
   508 // ---------------------------------------------------------------------------
   504 // r_response_dialog_softkeys_options_send
   509 // r_response_dialog_softkeys_options_send
   505 //
   510 //
   506 // ---------------------------------------------------------------------------
   511 // ---------------------------------------------------------------------------
   507 //
   512 //
   764 RESOURCE CBA r_mr_viewer_softkeys
   769 RESOURCE CBA r_mr_viewer_softkeys
   765     {
   770     {
   766     buttons =
   771     buttons =
   767         {
   772         {
   768         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
   773         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
   769         //CBA_BUTTON {id=EAknSoftkeyClose; txt = text_softkey_close; },
   774         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; }
   775         AVKON_CBA_BUTTON{id=EESMRCmdEdit; longpressid=0; txt= qtn_msk_edit; }
   772         };
   776         };
   773     }
   777     }
   774 
   778 
   775 // ---------------------------------------------------------------------------
   779 // ---------------------------------------------------------------------------
   787             txt = text_softkey_option;
   791             txt = text_softkey_option;
   788             },
   792             },
   789         CBA_BUTTON
   793         CBA_BUTTON
   790             {
   794             {
   791             id=EAknSoftkeyDone;
   795             id=EAknSoftkeyDone;
   792             txt = text_softkey_cancel;
   796             txt = text_softkey_done;
   793             },
   797             },
   794         AVKON_CBA_BUTTON
   798         AVKON_CBA_BUTTON
   795             {
   799             {
   796             id=EAknSoftkeySelect;
   800             id=EAknSoftkeySelect;
   797             longpressid=0;
   801             longpressid=0;
   871     {
   875     {
   872     id = EESMRCmdAttendeeInsertContact;
   876     id = EESMRCmdAttendeeInsertContact;
   873     txt = qtn_msk_add;
   877     txt = qtn_msk_add;
   874     }
   878     }
   875 
   879 
   876 // ---------------------------------------------------------------------------
   880 // --------------------------------------------------------------------------
   877 // r_ps_aiw_interest
   881 // r_mr_send_softkey
   878 //
   882 // --------------------------------------------------------------------------
   879 // ---------------------------------------------------------------------------
   883 //
   880 //
   884 RESOURCE CBA_BUTTON r_mr_send_softkey
   881 RESOURCE AIW_INTEREST r_ps_aiw_interest
   885     {
   882     {
   886     id=EAknSoftkeySend;
   883     items =
   887 	txt = qtn_meet_req_softkey_send;
   884         {
   888     }
   885         // This application is interested in calling from menu.
   889 
   886         AIW_CRITERIA_ITEM
   890 // --------------------------------------------------------------------------
   887             {
   891 // r_mr_done_softkey
   888             id = EESMRCmdPrint;
   892 // --------------------------------------------------------------------------
   889             serviceCmd = KAiwCmdPrint;
   893 //
   890             serviceClass = KAiwClassMenu;
   894 RESOURCE CBA_BUTTON r_mr_done_softkey
   891             contentType = ".cal";
   895     {
   892             defaultProvider = 0x102085EB; // Printing Framework AIW
   896     id=EAknSoftkeyDone;
   893             maxProviders = 1;
   897     txt = text_softkey_done;
   894             }
       
   895         };
       
   896     }
   898     }
   897 
   899 
   898 // ---------------------------------------------------------------------------
   900 // ---------------------------------------------------------------------------
   899 // r_mrviewer_dialog
   901 // r_mrviewer_dialog
   900 //
   902 //
  1248                         txt = r_qtn_calendar_task_sync_private;
  1250                         txt = r_qtn_calendar_task_sync_private;
  1249                         }
  1251                         }
  1250                 };
  1252                 };
  1251         }
  1253         }
  1252 
  1254 
       
  1255 RESOURCE ESMR_UNIFIED_TABLE r_esmreditor_unified
       
  1256         {
       
  1257         unified =
       
  1258                 {
       
  1259                 ESMR_UNIFIED
       
  1260                         {
       
  1261                         id = EESMREventTypeMeetingRequest;
       
  1262                         txt = r_qtn_meet_req_title_meeting;
       
  1263                         },
       
  1264                 ESMR_UNIFIED
       
  1265                         {
       
  1266                         id = EESMREventTypeAppt;
       
  1267                         txt = r_qtn_calendar_title_meeting;
       
  1268                         },
       
  1269                 ESMR_UNIFIED
       
  1270                         {
       
  1271                         id = EESMREventTypeEEvent;
       
  1272                         txt = r_qtn_calendar_title_memo;
       
  1273                         },
       
  1274                 ESMR_UNIFIED
       
  1275                         {
       
  1276                         id = EESMREventTypeEAnniv;
       
  1277                         txt = r_qtn_calendar_title_anniversary;
       
  1278                         },
       
  1279                 ESMR_UNIFIED
       
  1280                         {
       
  1281                         id = EESMREventTypeETodo;
       
  1282                         txt = r_qtn_calendar_title_todo;
       
  1283                         }
       
  1284                 };
       
  1285         }
       
  1286 
  1253 RESOURCE ESMR_PRIORITY_TABLE r_esmreditor_priority
  1287 RESOURCE ESMR_PRIORITY_TABLE r_esmreditor_priority
  1254     {
  1288     {
  1255     priority =
  1289     priority =
  1256         {
  1290         {
  1257         ESMR_PRIORITY
  1291         ESMR_PRIORITY
  1297 // LOCALISED STRINGS:
  1331 // LOCALISED STRINGS:
  1298 RESOURCE TBUF r_qtn_form_quest_save_changes
  1332 RESOURCE TBUF r_qtn_form_quest_save_changes
  1299     {
  1333     {
  1300     buf = qtn_form_quest_save_changes;
  1334     buf = qtn_form_quest_save_changes;
  1301     }
  1335     }
  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
  1336 RESOURCE TBUF r_qtn_meet_req_info_note_ends_before
  1307     {
  1337     {
  1308     buf = qtn_meet_req_info_note_ends_before;
  1338     buf = qtn_meet_req_info_note_ends_before;
  1309     }
  1339     }
  1310 RESOURCE TBUF r_qtn_meet_req_plain_text_accepted
  1340 RESOURCE TBUF r_qtn_meet_req_plain_text_accepted
  1317     }
  1347     }
  1318 RESOURCE TBUF r_qtn_meet_req_plain_text_declined
  1348 RESOURCE TBUF r_qtn_meet_req_plain_text_declined
  1319     {
  1349     {
  1320     buf = qtn_meet_req_plain_text_declined;
  1350     buf = qtn_meet_req_plain_text_declined;
  1321     }
  1351     }
  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
  1352 RESOURCE TBUF r_qtn_meet_req_plain_text_forwarded
  1327     {
  1353     {
  1328     buf = qtn_meet_req_plain_text_forwarded;
  1354     buf = qtn_meet_req_plain_text_forwarded;
  1329     }
  1355     }
  1330 RESOURCE TBUF r_qtn_meet_req_plain_text_tentative
  1356 RESOURCE TBUF r_qtn_meet_req_plain_text_tentative
  1337     }
  1363     }
  1338 RESOURCE TBUF r_qtn_meet_req_recurring_daily
  1364 RESOURCE TBUF r_qtn_meet_req_recurring_daily
  1339     {
  1365     {
  1340     buf = qtn_meet_req_recurring_daily;
  1366     buf = qtn_meet_req_recurring_daily;
  1341     }
  1367     }
  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
  1368 RESOURCE TBUF r_qtn_meet_req_alarm_days
  1359     {
  1369     {
  1360     buf = qtn_meet_req_alarm_days;
  1370     buf = qtn_meet_req_alarm_days;
  1361     }
  1371     }
  1362 RESOURCE TBUF r_qtn_meet_req_alarm_hour
  1372 RESOURCE TBUF r_qtn_meet_req_alarm_hour
  1421     }
  1431     }
  1422 RESOURCE TBUF r_qtn_meet_req_edit_before_send
  1432 RESOURCE TBUF r_qtn_meet_req_edit_before_send
  1423     {
  1433     {
  1424     buf = qtn_meet_req_edit_before_send;
  1434     buf = qtn_meet_req_edit_before_send;
  1425     }
  1435     }
  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
  1436 RESOURCE TBUF r_qtn_meet_req_label_from
  1439     {
  1437     {
  1440     buf = qtn_meet_req_label_from;
  1438     buf = qtn_meet_req_label_from;
  1441     }
  1439     }
  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
  1440 RESOURCE TBUF r_qtn_meet_req_label_opt
  1447     {
  1441     {
  1448     buf = qtn_meet_req_label_opt;
  1442     buf = qtn_meet_req_label_opt;
  1449     }
  1443     }
  1450 RESOURCE TBUF r_qtn_meet_req_label_required
  1444 RESOURCE TBUF r_qtn_meet_req_label_required
  1451     {
  1445     {
  1452     buf = qtn_meet_req_label_required;
  1446     buf = qtn_meet_req_label_required;
  1453     }
  1447     }
  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
  1448 RESOURCE TBUF r_qtn_meet_req_location_field
  1463     {
  1449     {
  1464     buf = qtn_meet_req_location_field;
  1450     buf = qtn_meet_req_location_field;
  1465     }
  1451     }
  1466 RESOURCE TBUF r_qtn_meet_req_opt_accept
  1452 RESOURCE TBUF r_qtn_meet_req_opt_email
  1467     {
  1453     {
  1468     buf = qtn_meet_req_opt_accept;
  1454     buf = qtn_meet_req_opt_email;
  1469     }
  1455     }
  1470 RESOURCE TBUF r_qtn_meet_req_opt_cancel
  1456 RESOURCE TBUF r_qtn_meet_req_opt_meeting
  1471     {
  1457     {
  1472     buf = qtn_meet_req_opt_cancel;
  1458     buf = qtn_meet_req_opt_meeting;
  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     }
  1459     }
  1494 RESOURCE TBUF r_qtn_meet_req_opt_priority
  1460 RESOURCE TBUF r_qtn_meet_req_opt_priority
  1495     {
  1461     {
  1496     buf = qtn_meet_req_opt_priority;
  1462     buf = qtn_meet_req_opt_priority;
  1497     }
  1463     }
  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
  1464 RESOURCE TBUF r_qtn_meet_req_recurrence_event
  1551     {
  1465     {
  1552     buf = qtn_meet_req_recurrence_event;
  1466     buf = qtn_meet_req_recurrence_event;
  1553     }
  1467     }
  1554 RESOURCE TBUF r_qtn_meet_req_recurrent_heading_open
  1468 RESOURCE TBUF r_qtn_meet_req_recurrent_heading_open
  1573     }
  1487     }
  1574 RESOURCE TBUF r_qtn_meet_req_recurrent_this_occurrence_delete
  1488 RESOURCE TBUF r_qtn_meet_req_recurrent_this_occurrence_delete
  1575     {
  1489     {
  1576     buf = qtn_meet_req_recurrent_this_occurrence_delete;
  1490     buf = qtn_meet_req_recurrent_this_occurrence_delete;
  1577     }
  1491     }
       
  1492 RESOURCE TBUF r_qtn_meet_req_recurrent_heading_forward
       
  1493     {
       
  1494     buf = qtn_meet_req_recurrent_heading_forward;
       
  1495     }
       
  1496 RESOURCE TBUF r_qtn_meet_req_recurrent_fw_this_occurrence
       
  1497     {
       
  1498     buf = qtn_meet_req_recurrent_fw_this_occurrence;
       
  1499     }
       
  1500 RESOURCE TBUF r_qtn_meet_req_fw_recurrent_series
       
  1501     {
       
  1502     buf = qtn_meet_req_fw_recurrent_series;
       
  1503     }
  1578 RESOURCE TBUF r_qtn_meet_req_recurring_monthly
  1504 RESOURCE TBUF r_qtn_meet_req_recurring_monthly
  1579     {
  1505     {
  1580     buf = qtn_meet_req_recurring_monthly;
  1506     buf = qtn_meet_req_recurring_monthly;
  1581     }
  1507     }
  1582 RESOURCE TBUF r_qtn_meet_req_recurring_not
  1508 RESOURCE TBUF r_qtn_meet_req_recurring_not
  1629     }
  1555     }
  1630 RESOURCE TBUF r_qtn_meet_req_response_decline
  1556 RESOURCE TBUF r_qtn_meet_req_response_decline
  1631     {
  1557     {
  1632     buf = qtn_meet_req_response_decline;
  1558     buf = qtn_meet_req_response_decline;
  1633     }
  1559     }
  1634 RESOURCE TBUF r_qtn_meet_req_response_remove_calendar_event
  1560 RESOURCE TBUF r_qtn_meet_req_options_remove_from_cal
  1635     {
  1561     {
  1636     buf = qtn_meet_req_response_remove_calendar_event;
  1562     buf = qtn_meet_req_options_remove_from_cal;
  1637     }
  1563     }
  1638 RESOURCE TBUF r_qtn_meet_req_response_occurs_past
  1564 RESOURCE TBUF r_qtn_meet_req_response_occurs_past
  1639     {
  1565     {
  1640     buf = qtn_meet_req_response_occurs_past;
  1566     buf = qtn_meet_req_response_occurs_past;
  1641     }
  1567     }
  1689     }
  1615     }
  1690 RESOURCE TBUF r_qtn_meet_req_set_recurrence_header
  1616 RESOURCE TBUF r_qtn_meet_req_set_recurrence_header
  1691     {
  1617     {
  1692     buf = qtn_meet_req_set_recurrence_header;
  1618     buf = qtn_meet_req_set_recurrence_header;
  1693     }
  1619     }
  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
  1620 RESOURCE TBUF r_qtn_meet_req_subject_field
  1699     {
  1621     {
  1700     buf = qtn_meet_req_subject_field;
  1622     buf = qtn_meet_req_subject_field;
  1701     }
  1623     }
  1702 RESOURCE TBUF r_qtn_meet_req_title
  1624 RESOURCE TBUF r_qtn_meet_req_title
  1703     {
  1625     {
  1704     buf = qtn_meet_req_title;
  1626     buf = qtn_meet_req_title;
  1705     }
  1627     }
  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
  1628 RESOURCE TBUF r_qtn_meet_req_later_date
  1711     {
  1629     {
  1712     buf = qtn_meet_req_later_date;
  1630     buf = qtn_meet_req_later_date;
  1713     }
  1631     }
  1714 RESOURCE TBUF r_qtn_calendar_task_sync_none
  1632 RESOURCE TBUF r_qtn_calendar_task_sync_none
  1721     }
  1639     }
  1722 RESOURCE TBUF r_qtn_calendar_task_sync_public
  1640 RESOURCE TBUF r_qtn_calendar_task_sync_public
  1723     {
  1641     {
  1724     buf = qtn_calendar_task_sync_public;
  1642     buf = qtn_calendar_task_sync_public;
  1725     }
  1643     }
  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
  1644 RESOURCE TBUF r_qtn_calendar_anniversary_type_occasion
  1731     {
  1645     {
  1732     buf = qtn_calendar_anniversary_type_occasion;
  1646     buf = qtn_calendar_anniversary_type_occasion;
  1733     }
  1647     }
  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
  1648 RESOURCE TBUF r_qtn_calendar_meeting_opt_priority_high
  1779     {
  1649     {
  1780     buf = qtn_calendar_meeting_opt_priority_high;
  1650     buf = qtn_calendar_meeting_opt_priority_high;
  1781     }
  1651     }
  1782 RESOURCE TBUF r_qtn_calendar_meeting_opt_priority_low
  1652 RESOURCE TBUF r_qtn_calendar_meeting_opt_priority_low
  1785     }
  1655     }
  1786 RESOURCE TBUF r_qtn_calendar_meeting_opt_priority_normal
  1656 RESOURCE TBUF r_qtn_calendar_meeting_opt_priority_normal
  1787     {
  1657     {
  1788     buf = qtn_calendar_meeting_opt_priority_normal;
  1658     buf = qtn_calendar_meeting_opt_priority_normal;
  1789     }
  1659     }
  1790 RESOURCE TBUF r_qtn_calendar_meeting_recurring_monthly
  1660 RESOURCE TBUF r_qtn_calendar_task_priority_high
  1791     {
  1661     {
  1792     buf = qtn_calendar_meeting_recurring_monthly;
  1662     buf = qtn_calendar_task_priority_high;
  1793     }
  1663     }
  1794 RESOURCE TBUF r_qtn_calendar_meeting_recurring_not
  1664 RESOURCE TBUF r_qtn_calendar_task_priority_low
  1795     {
  1665     {
  1796     buf = qtn_calendar_meeting_recurring_not;
  1666     buf = qtn_calendar_task_priority_low;
  1797     }
  1667     }
  1798 RESOURCE TBUF r_qtn_calendar_meeting_recurring_sec_week
  1668 RESOURCE TBUF r_qtn_calendar_task_priority_normal
  1799     {
  1669     {
  1800     buf = qtn_calendar_meeting_recurring_sec_week;
  1670     buf = qtn_calendar_task_priority_normal;
  1801     }
  1671     }
  1802 RESOURCE TBUF r_qtn_calendar_meeting_recurring_weekly
  1672 RESOURCE TBUF r_qtn_calendar_title_anniversary
  1803     {
  1673     {
  1804     buf = qtn_calendar_meeting_recurring_weekly;
  1674     buf = qtn_calendar_title_anniversary;
  1805     }
  1675     }
  1806 RESOURCE TBUF r_qtn_calendar_meeting_recurring_yearly
  1676 RESOURCE TBUF r_qtn_calendar_title_meeting
  1807     {
  1677     {
  1808     buf = qtn_calendar_meeting_recurring_yearly;
  1678     buf = qtn_calendar_title_meeting;
  1809     }
  1679     }
  1810 RESOURCE TBUF r_qtn_calendar_meeting_subject_field
  1680 RESOURCE TBUF r_qtn_calendar_title_memo
  1811     {
  1681     {
  1812     buf = qtn_calendar_meeting_subject_field;
  1682     buf = qtn_calendar_title_memo;
  1813     }
  1683     }
  1814 RESOURCE TBUF r_qtn_calendar_meeting_title
  1684 RESOURCE TBUF r_qtn_calendar_title_new_anniversary
  1815     {
  1685     {
  1816     buf = qtn_calendar_meeting_title;
  1686     buf = qtn_calendar_title_new_anniversary;
  1817     }
  1687     }
  1818 RESOURCE TBUF r_qtn_calendar_memo_type_subj
  1688 RESOURCE TBUF r_qtn_calendar_title_new_memo
  1819     {
  1689     {
  1820     buf = qtn_calendar_memo_type_subj;
  1690     buf = qtn_calendar_title_new_memo;
  1821     }
  1691     }
  1822 RESOURCE TBUF r_qtn_calendar_opt_delete
  1692 RESOURCE TBUF r_qtn_calendar_title_new_todo
  1823     {
  1693     {
  1824     buf = qtn_calendar_opt_delete;
  1694     buf = qtn_calendar_title_new_todo;
       
  1695     }
       
  1696 RESOURCE TBUF r_qtn_calendar_title_todo
       
  1697     {
       
  1698     buf = qtn_calendar_title_todo;
       
  1699     }
       
  1700 RESOURCE TBUF r_qtn_meet_req_show_all
       
  1701     {
       
  1702     buf = qtn_meet_req_show_all;
       
  1703     }
       
  1704 RESOURCE TBUF r_qtn_meet_req_viewer_options_open_in_web
       
  1705     {
       
  1706     buf = qtn_meet_req_viewer_options_open_in_web;
       
  1707     }
       
  1708 RESOURCE TBUF r_qtn_meet_req_fsoptions_open_in_intra
       
  1709     {
       
  1710     buf = qtn_meet_req_fsoptions_open_in_intra;
       
  1711     }
       
  1712 RESOURCE TBUF r_qtn_meet_req_viewer_options_bookmark
       
  1713     {
       
  1714     buf = qtn_meet_req_viewer_options_bookmark;
       
  1715     }
       
  1716 RESOURCE TBUF r_qtn_calendar_default_bookmark
       
  1717     {
       
  1718     buf = qtn_calendar_default_bookmark;
       
  1719     }
       
  1720 RESOURCE TBUF r_qtn_calendar_bookmark_saved
       
  1721     {
       
  1722     buf = qtn_calendar_bookmark_saved;
       
  1723     }
       
  1724 RESOURCE TBUF r_qtn_calendar_alarm_passed
       
  1725     {
       
  1726     buf = qtn_calendar_alarm_passed;
       
  1727     }
       
  1728 RESOURCE TBUF r_qtn_calendar_alarm_difference
       
  1729     {
       
  1730     buf = qtn_calendar_alarm_difference;
       
  1731     }
       
  1732 RESOURCE TBUF r_qtn_meet_req_conflict_unnamed
       
  1733     {
       
  1734     buf = qtn_meet_req_conflict_unnamed;
       
  1735     }
       
  1736 RESOURCE TBUF r_qtn_calendar_task_sync_title
       
  1737     {
       
  1738     buf = qtn_calendar_task_sync_title;
       
  1739     }
       
  1740 RESOURCE TBUF r_qtn_calendar_task_unified_title
       
  1741     {
       
  1742     buf = qtn_calendar_task_unified_title;
       
  1743     }
       
  1744 RESOURCE TBUF r_qtn_meet_req_title_meeting
       
  1745     {
       
  1746     buf = qtn_meet_req_title_meeting;
       
  1747     }
       
  1748 RESOURCE TBUF r_qtn_calendar_info_repeat_invalid
       
  1749     {
       
  1750     buf = qtn_calendar_info_repeat_invalid;
       
  1751     }
       
  1752 RESOURCE TBUF r_qtn_meet_req_time_separator
       
  1753     {
       
  1754     buf = qtn_meet_req_time_separator;
       
  1755     }
       
  1756 RESOURCE TBUF r_qtn_meet_req_note_saved
       
  1757     {
       
  1758     buf = qtn_meet_req_note_saved;
       
  1759     }
       
  1760 RESOURCE TBUF r_qtn_meet_req_todo_saved
       
  1761     {
       
  1762     buf = qtn_meet_req_todo_saved;
       
  1763     }
       
  1764 RESOURCE TBUF r_qtn_meet_req_quest_change_start_day
       
  1765     {
       
  1766     buf = qtn_meet_req_quest_change_start_day;
       
  1767     }
       
  1768 RESOURCE TBUF r_qtn_meet_req_info_start_end_date
       
  1769     {
       
  1770     buf = qtn_meet_req_info_start_end_date;
       
  1771     }
       
  1772 RESOURCE TBUF r_qtn_meet_req_note_attachments
       
  1773     {
       
  1774     buf = qtn_meet_req_note_attachments;
       
  1775     }
       
  1776 RESOURCE TBUF r_qtn_options_open
       
  1777     {
       
  1778     buf = qtn_options_open;
       
  1779     }
       
  1780 RESOURCE TBUF r_meet_req_editor_address_list_remote_lookup_search
       
  1781     {
       
  1782     buf=qtn_meet_req_editor_address_list_remote_lookup_search;
       
  1783     }
       
  1784 RESOURCE TBUF r_meet_req_instance_starts_earlier_than_series
       
  1785     {
       
  1786     buf = qtn_meet_req_instance_starts_earlier_than_series;
       
  1787     }
       
  1788 RESOURCE TBUF r_meet_req_instance_already_exists_on_this_day
       
  1789     {
       
  1790     buf = qtn_meet_req_instance_already_exists_on_this_day;
       
  1791     }
       
  1792 RESOURCE TBUF r_meet_req_instance_overlaps_existing_instance
       
  1793     {
       
  1794     buf = qtn_meet_req_instance_overlaps_existing_instance;
       
  1795     }
       
  1796 RESOURCE TBUF r_meet_req_instance_out_of_sequence
       
  1797     {
       
  1798     buf = qtn_meet_req_instance_out_of_sequence;
  1825     }
  1799     }
  1826 RESOURCE TBUF r_qtn_calendar_opt_delete_entry
  1800 RESOURCE TBUF r_qtn_calendar_opt_delete_entry
  1827     {
  1801     {
  1828     buf = qtn_calendar_opt_delete_entry;
  1802     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     }
  1803     }
  2292 
  1804 
  2293 // Viewer context menu bar
  1805 // Viewer context menu bar
  2294 RESOURCE MENU_BAR r_mr_viewer_context_menu
  1806 RESOURCE MENU_BAR r_mr_viewer_context_menu
  2295     {
  1807     {
  2296     titles =
  1808     titles =
  2297         {
  1809         {
  2298         MENU_TITLE
  1810         MENU_TITLE
  2299             {
  1811             {
       
  1812             menu_pane = r_action_menu;
       
  1813             },
       
  1814         MENU_TITLE
       
  1815             {
  2300             menu_pane = r_mr_viewer_location_menu;
  1816             menu_pane = r_mr_viewer_location_menu;
  2301             }
  1817             }
  2302         };
  1818         };
  2303     }
  1819     }
  2304 
  1820 
  2305 // Description field link
  1821 // Tracking View context menu bar
  2306 RESOURCE TBUF r_meet_req_link_show_on_map
  1822 RESOURCE MENU_BAR r_mr_tracking_view_context_menu
  2307     {
  1823     {
  2308     buf = qtn_meet_req_link_show_on_map;
  1824     titles =
       
  1825         {
       
  1826         MENU_TITLE
       
  1827             {
       
  1828             menu_pane = r_action_menu;
       
  1829             }
       
  1830         };
       
  1831     }
       
  1832 
       
  1833 // Editor attendee field context menu bar
       
  1834 RESOURCE MENU_BAR r_mr_editor_attendee_context_menu
       
  1835     {
       
  1836     titles =
       
  1837         {
       
  1838         MENU_TITLE
       
  1839             {
       
  1840             menu_pane = r_mr_editor_attendee_menu;
       
  1841             }
       
  1842         };
       
  1843     }
       
  1844 
       
  1845 // Viewer context menu pane
       
  1846 RESOURCE MENU_PANE r_mr_editor_attendee_menu
       
  1847     {
       
  1848     items =
       
  1849         {
       
  1850         MENU_ITEM
       
  1851             {
       
  1852             command = EESMRCmdAttendeeInsertContact;
       
  1853             txt = qtn_meet_req_add_attendees_from_contacts;
       
  1854             }
       
  1855         };
  2309     }
  1856     }
  2310 
  1857 
  2311 // Reschedule instance information note
  1858 // Reschedule instance information note
  2312 RESOURCE TBUF r_meet_req_reschedule_instance
  1859 RESOURCE TBUF r_meet_req_reschedule_instance
  2313     {
  1860     {
  2318 RESOURCE TBUF r_qtn_meet_req_long_description
  1865 RESOURCE TBUF r_qtn_meet_req_long_description
  2319 	{
  1866 	{
  2320 	buf = qtn_meet_req_long_description;
  1867 	buf = qtn_meet_req_long_description;
  2321 	}
  1868 	}
  2322 
  1869 
  2323 // send button for meeting request response editor
  1870 // Display multi calendar query list title
  2324 RESOURCE AVKON_BUTTON r_send_button
  1871 RESOURCE TBUF r_qtn_calendar_task_calendar_title
  2325     {
  1872     {
  2326     flags  = KAknButtonSizeFitText;
  1873     buf = qtn_calendar_task_calendar_title;
  2327     states =
  1874     }
  2328         {
  1875 
  2329         AVKON_BUTTON_STATE
  1876 // Included resource files
  2330             {
  1877 #include "mrguitoolbarresources.rss"
  2331             helptxt = qtn_meet_req_opt_send;
  1878 #include "mrguiattachmentresources.rss"
  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
  1879 // EOF