mobilemessaging/mmsui/notmtm/NotUi.rss
changeset 0 72b543305e3a
child 13 a9c7e5670d17
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 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:  
       
    15 *     This file contains all the resources for the module.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME    NOTU
       
    23 
       
    24 //  INCLUDES
       
    25 #include <eikon.rh>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.hrh>
       
    28 #include <avkon.rsg>
       
    29 #include <avkon.rh>
       
    30 #include <mtud.rh>
       
    31 #include <MtmExtendedCapabilities.hrh>
       
    32 #include <avkon.loc>
       
    33 #include <muiusettingsarray.rh>
       
    34 
       
    35 #include "NotUi.hrh"
       
    36 #include <mmsui.loc>
       
    37 
       
    38 //  CONSTANTS  
       
    39 
       
    40 //  MACROS  
       
    41 
       
    42 //  RESOURCE DEFINITIONS 
       
    43 
       
    44     RESOURCE RSS_SIGNATURE { }
       
    45 
       
    46     RESOURCE TBUF { buf="NotUi"; }
       
    47 
       
    48     // Settings
       
    49     RESOURCE TBUF r_mms_settings_none                 { buf = qtn_mce_settings_mms_none; }
       
    50     RESOURCE TBUF r_mms_settings_compulsory           { buf = qtn_selec_setting_compulsory; }
       
    51 
       
    52     // Message Info
       
    53     // Multimedia notification/forward string type string
       
    54     RESOURCE TBUF r_not_type_text         { buf = qtn_mms_msginfo_notif ; }
       
    55     RESOURCE TBUF r_not_message_size_kb   { buf = qtn_size_kb; }
       
    56 
       
    57    // MMS priority in Message Info
       
    58     RESOURCE TBUF r_mms_message_priority_high    { buf = qtn_mms_message_priority_high; }
       
    59     RESOURCE TBUF r_mms_message_priority_normal  { buf = qtn_mms_message_priority_normal; }
       
    60     RESOURCE TBUF r_mms_message_priority_low     { buf = qtn_mms_message_priority_low; }
       
    61 
       
    62 
       
    63     RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_notui_delete_from_query
       
    64         {
       
    65         flags = EGeneralQueryFlags;
       
    66         softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
    67         items =
       
    68             {
       
    69             AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE 
       
    70                 {
       
    71                 control = AVKON_LIST_QUERY_CONTROL
       
    72                     {
       
    73                     listtype = EAknCtSinglePopupMenuListBox;
       
    74                     listbox = AVKON_LIST_QUERY_LIST
       
    75                         {
       
    76                         array_id = 0;
       
    77                         };
       
    78                     heading = qtn_mms_qry_title_del_from;
       
    79                     };
       
    80                 }
       
    81             };
       
    82         }
       
    83 
       
    84 
       
    85 /////////////// STRINGS RELATED TO MMBOX START HERE /////////////////
       
    86 
       
    87 // ----------------------------------------------------------------------------
       
    88 //    r_not_mmbox_dialog
       
    89 // ----------------------------------------------------------------------------
       
    90 
       
    91 RESOURCE DIALOG r_not_mmbox_dialog
       
    92     {
       
    93     flags = EAknDialogMarkableList;
       
    94     buttons=R_AVKON_SOFTKEYS_OPTIONS_BACK__SELECT;
       
    95     items=
       
    96         {
       
    97         DLG_LINE
       
    98             {
       
    99             type	= EAknCtDoubleGraphicListBox;
       
   100             id		= EMsgControlIdMMBoxListBox;
       
   101             itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
       
   102             control	= LISTBOX 
       
   103                 {
       
   104 				flags = EAknListBoxMultiselectionList;
       
   105                 height = 8;
       
   106                 };
       
   107             }
       
   108         };
       
   109     }
       
   110 
       
   111 // ----------------------------------------------------------------------------
       
   112 //    r_not_mmbox_msk_button_mark
       
   113 // ----------------------------------------------------------------------------
       
   114 RESOURCE CBA_BUTTON r_not_mmbox_msk_button_mark
       
   115     {
       
   116     id = EAknSoftkeyMark;
       
   117     txt = qtn_msk_mark;
       
   118     }
       
   119     
       
   120 // ----------------------------------------------------------------------------
       
   121 //    r_not_mmbox_msk_button_unmark
       
   122 // ----------------------------------------------------------------------------
       
   123 RESOURCE CBA_BUTTON r_not_mmbox_msk_button_unmark
       
   124     {
       
   125     id = EAknSoftkeyUnmark;
       
   126     txt = qtn_msk_unmark;
       
   127     }
       
   128     
       
   129 RESOURCE TBUF r_not_mmbox_msk_button_empty
       
   130     {
       
   131     buf = R_TEXT_SOFTKEY_EMPTY;
       
   132     }
       
   133 
       
   134 // ----------------------------------------------------------------------------
       
   135 //    r_not_mmbox_menubar
       
   136 // ----------------------------------------------------------------------------
       
   137 RESOURCE MENU_BAR r_not_mmbox_menubar
       
   138     {
       
   139     titles=
       
   140         { 
       
   141         MENU_TITLE 
       
   142             { 
       
   143             menu_pane=r_not_mmbox_menupane ; 
       
   144             txt=""; 
       
   145             } 
       
   146         };
       
   147     }
       
   148 
       
   149 // ----------------------------------------------------------------------------
       
   150 //    r_not_mmbox_menupane
       
   151 // ----------------------------------------------------------------------------
       
   152 RESOURCE MENU_PANE r_not_mmbox_menupane
       
   153     {
       
   154     items=
       
   155         {
       
   156         MENU_ITEM
       
   157             {   
       
   158             command = EMMBoxOpen;
       
   159             txt = qtn_mce_open;
       
   160             },
       
   161         MENU_ITEM
       
   162             {   
       
   163             command = EMMBoxRetrieveMenu;
       
   164             txt = qtn_mms_om_retrieve_msg;
       
   165 			cascade = r_not_mmbox_submenu_retrieve;
       
   166             },
       
   167         MENU_ITEM
       
   168             {   
       
   169             command = EMMBoxDeleteMenu;
       
   170             txt = qtn_mce_delete;
       
   171 			cascade = r_not_mmbox_submenu_delete;
       
   172             },
       
   173         MENU_ITEM
       
   174             {   
       
   175             command = EMMBoxUpdateList;
       
   176             txt = qtn_mce_om_update_view;
       
   177             },
       
   178         MENU_ITEM
       
   179             {   
       
   180             command = EMMBoxViewStatus;
       
   181             txt = qtn_mce_om_view_info;
       
   182             },
       
   183         MENU_ITEM
       
   184             {
       
   185             command = EMMBoxSortMessagesBy;
       
   186             txt = qtn_mce_rm_sort_messages;
       
   187 			cascade = r_not_mmbox_submenu_sort;
       
   188             },
       
   189         MENU_ITEM
       
   190             {
       
   191             command = EAknCmdHelp;
       
   192             txt = qtn_options_help;
       
   193             },
       
   194         MENU_ITEM 
       
   195             { 
       
   196             command = EAknCmdExit;
       
   197             txt = qtn_options_exit;
       
   198             }
       
   199         };
       
   200     }
       
   201 
       
   202 // ----------------------------------------------------------------------------
       
   203 //    r_not_mmbox_submenu_retrieve
       
   204 // ----------------------------------------------------------------------------
       
   205 RESOURCE MENU_PANE r_not_mmbox_submenu_retrieve
       
   206     {
       
   207     items=
       
   208         {
       
   209         MENU_ITEM
       
   210             {   
       
   211             command = EMMBoxRetrieveSelected;
       
   212             txt = qtn_mms_sm_selected_items;
       
   213             },
       
   214         MENU_ITEM
       
   215             {   
       
   216             command = EMMBoxRetrieveAll;
       
   217             txt = qtn_mms_sm_all_items;
       
   218             }
       
   219 		};
       
   220 	}
       
   221 
       
   222 // ----------------------------------------------------------------------------
       
   223 //    r_not_mmbox_submenu_delete
       
   224 // ----------------------------------------------------------------------------
       
   225 RESOURCE MENU_PANE r_not_mmbox_submenu_delete
       
   226     {
       
   227     items=
       
   228         {
       
   229         MENU_ITEM
       
   230             {   
       
   231             command = EMMBoxDeleteSelected;
       
   232             txt = qtn_mms_sm_selected_items;
       
   233             },
       
   234         MENU_ITEM
       
   235             {   
       
   236             command = EMMBoxDeleteAll;
       
   237             txt = qtn_mms_sm_all_items;
       
   238             }
       
   239 		};
       
   240 	}
       
   241 
       
   242 // ----------------------------------------------------------------------------
       
   243 //    r_not_mmbox_submenu_sort
       
   244 // ----------------------------------------------------------------------------
       
   245 RESOURCE MENU_PANE r_not_mmbox_submenu_sort
       
   246     {
       
   247     items=
       
   248         {
       
   249         MENU_ITEM
       
   250             {   
       
   251             command = EMMBoxSortMessagesByDate;
       
   252             txt = qtn_mce_rm_sort_date;
       
   253             },
       
   254         MENU_ITEM
       
   255             {   
       
   256             command = EMMBoxSortMessagesBySender;
       
   257             txt = qtn_mce_rm_sort_sender;
       
   258             },
       
   259         MENU_ITEM
       
   260             {   
       
   261             command = EMMBoxSortMessagesBySubject;
       
   262             txt = qtn_mce_rm_sort_subject;
       
   263             }
       
   264 		};
       
   265 	}
       
   266 
       
   267 // ----------------------------------------------------------------------------
       
   268 //    r_not_mmbox_title_text
       
   269 // ----------------------------------------------------------------------------
       
   270 RESOURCE TBUF r_not_mmbox_title_text
       
   271     { 
       
   272     buf = qtn_mce_title_mms_notifs_view; 
       
   273     }
       
   274 
       
   275 // ----------------------------------------------------------------------------
       
   276 //    r_not_mmbox_timed_query
       
   277 // ----------------------------------------------------------------------------
       
   278 RESOURCE TBUF r_not_mmbox_timed_query
       
   279     { 
       
   280     buf = qtn_mms_qry_time_update_list;
       
   281     }
       
   282 
       
   283 // ----------------------------------------------------------------------------
       
   284 //    r_not_mmbox_timeless_query
       
   285 // ----------------------------------------------------------------------------
       
   286 RESOURCE TBUF r_not_mmbox_timeless_query
       
   287     { 
       
   288     buf = qtn_mms_qry_update_list;
       
   289 	}
       
   290 
       
   291 // ----------------------------------------------------------------------------
       
   292 //    r_not_mmbox_navi_date
       
   293 // ----------------------------------------------------------------------------
       
   294 RESOURCE TBUF r_not_mmbox_navi_date
       
   295     { 
       
   296     buf = qtn_navi_list_updated; 
       
   297     }
       
   298 
       
   299 // ----------------------------------------------------------------------------
       
   300 //    r_not_mmbox_navi_time
       
   301 // ----------------------------------------------------------------------------
       
   302 RESOURCE TBUF r_not_mmbox_navi_time
       
   303     { 
       
   304     buf = qtn_navi_list_updated_today; 
       
   305     }
       
   306 
       
   307 // ----------------------------------------------------------------------------
       
   308 //    r_not_mmbox_info_time
       
   309 // ----------------------------------------------------------------------------
       
   310 RESOURCE TBUF r_not_mmbox_info_time
       
   311     { 
       
   312     buf = qtn_notif_list_updated; 
       
   313     }
       
   314 
       
   315 // ----------------------------------------------------------------------------
       
   316 //    r_not_mmbox_empty_string
       
   317 // ----------------------------------------------------------------------------
       
   318 RESOURCE TBUF r_not_mmbox_empty_string
       
   319     { 
       
   320     buf = qtn_mms_text_empty_list;
       
   321     }
       
   322 
       
   323 // ----------------------------------------------------------------------------
       
   324 //    r_not_mmbox_status_title
       
   325 // ----------------------------------------------------------------------------
       
   326 RESOURCE TBUF r_not_mmbox_status_title
       
   327     { 
       
   328     buf = qtn_list_view_status_info_title; 
       
   329     }
       
   330 
       
   331 // ----------------------------------------------------------------------------
       
   332 //    r_not_mmbox_update_label
       
   333 // ----------------------------------------------------------------------------
       
   334 RESOURCE TBUF r_not_mmbox_update_label
       
   335     { 
       
   336     buf = qtn_list_view_info_updated; 
       
   337     }
       
   338 
       
   339 // ----------------------------------------------------------------------------
       
   340 //    r_not_mmbox_storage_label
       
   341 // ----------------------------------------------------------------------------
       
   342 RESOURCE TBUF r_not_mmbox_storage_label
       
   343     { 
       
   344     buf = qtn_list_view_info_percents_used; 
       
   345     }
       
   346 
       
   347 // ----------------------------------------------------------------------------
       
   348 //    r_not_mmbox_quota_label
       
   349 // ----------------------------------------------------------------------------
       
   350 RESOURCE TBUF r_not_mmbox_quota_label
       
   351     { 
       
   352     buf = qtn_list_view_info_quota_used; 
       
   353     }
       
   354 
       
   355 // ----------------------------------------------------------------------------
       
   356 //    r_not_mmbox_storage_data
       
   357 // ----------------------------------------------------------------------------
       
   358 RESOURCE TBUF r_not_mmbox_storage_data
       
   359     { 
       
   360     buf = qtn_list_view_data_percents_used; 
       
   361     }
       
   362 
       
   363 // ----------------------------------------------------------------------------
       
   364 //    r_not_mmbox_quota_data
       
   365 // ----------------------------------------------------------------------------
       
   366 RESOURCE TBUF r_not_mmbox_quota_data
       
   367     { 
       
   368     buf = qtn_list_view_data_quota_used; 
       
   369     }
       
   370 
       
   371 // ----------------------------------------------------------------------------
       
   372 //    r_not_mmbox_wait_updating_notif
       
   373 // ----------------------------------------------------------------------------
       
   374 RESOURCE TBUF r_not_mmbox_wait_updating_notif
       
   375     { 
       
   376     buf = qtn_mce_wait_updating_notif_list; 
       
   377     }
       
   378 
       
   379 // ----------------------------------------------------------------------------
       
   380 //    r_not_mmbox_query_80_used
       
   381 // ----------------------------------------------------------------------------
       
   382 RESOURCE TBUF r_not_mmbox_query_80_used
       
   383     { 
       
   384     buf = qtn_list_view_qry_remove_msgs; 
       
   385     }
       
   386 
       
   387 // ----------------------------------------------------------------------------
       
   388 //    r_not_mmbox_info_no_msgs
       
   389 // ----------------------------------------------------------------------------
       
   390 RESOURCE TBUF r_not_mmbox_info_no_msgs
       
   391     { 
       
   392     buf = qtn_mce_info_mmbox_empty; 
       
   393     }
       
   394 
       
   395 // ----------------------------------------------------------------------------
       
   396 //    r_not_mmbox_info_unable_update
       
   397 // ----------------------------------------------------------------------------
       
   398 RESOURCE TBUF r_not_mmbox_info_unable_update
       
   399     { 
       
   400     buf = qtn_mce_info_failed_update_list;
       
   401     }
       
   402 
       
   403 // ----------------------------------------------------------------------------
       
   404 //   
       
   405 //      deleting_wait_note
       
   406 //      The wait note deleting messages from the MMBox
       
   407 //
       
   408 // ----------------------------------------------------------------------------
       
   409 RESOURCE DIALOG deleting_wait_note
       
   410     {
       
   411     flags = EAknWaitNoteFlags;
       
   412     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   413     items=
       
   414         {
       
   415         DLG_LINE
       
   416             {
       
   417             type = EAknCtNote;
       
   418             id = 1;
       
   419             control= AVKON_NOTE 
       
   420                 { 
       
   421                 layout = EWaitLayout;
       
   422                 singular_label = qtn_mms_wait_deleting_remote;
       
   423                 animation =R_QGN_GRAF_WAIT_BAR_ANIM;
       
   424                 };
       
   425             }
       
   426         };
       
   427     }
       
   428 
       
   429 /////////////// STRINGS RELATED TO MMBOX END HERE /////////////////
       
   430 
       
   431 
       
   432 
       
   433 RESOURCE MTUD_FUNCTION_ARRAY r_not_mtm_function_array
       
   434     {
       
   435     functions =
       
   436          {
       
   437          MTUD_FUNCTION 
       
   438              {
       
   439              functiontext = qtn_mce_info;
       
   440              command = KMtmUiFunctionMessageInfo;
       
   441              flags = EMtudContextSpecific|EMtudAsynchronous|EMtudCommandTransferReceive;
       
   442              },
       
   443          MTUD_FUNCTION 
       
   444              {
       
   445              functiontext = qtn_mms_om_retrieve_msg;
       
   446              command = KMtmUiFunctionFetchMMS;
       
   447              flags = EMtudContextSpecific|EMtudAsynchronous|EMtudCommandTransferReceive;
       
   448              },
       
   449          MTUD_FUNCTION 
       
   450              {
       
   451              functiontext = qtn_mce_open_mms_notif_view;
       
   452              command = KMtmUiFunctionMMBox;
       
   453              flags = EMtudAsynchronous|EMtudCommandTransferReceive;
       
   454              }
       
   455          };
       
   456      }
       
   457 
       
   458 // ---------------------------------------------------------
       
   459 //   
       
   460 //    r_notui_confirmation_query - dialog
       
   461 //
       
   462 // ---------------------------------------------------------
       
   463 //
       
   464 RESOURCE DIALOG r_notui_confirmation_query
       
   465     {
       
   466     flags = EGeneralQueryFlags;
       
   467     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
   468     items=
       
   469         {
       
   470         DLG_LINE
       
   471             {
       
   472             type = EAknCtQuery;
       
   473             id = EGeneralQuery;
       
   474             control = AVKON_CONFIRMATION_QUERY
       
   475                 { 
       
   476                     layout = EConfirmationLayout;
       
   477                     label = "";
       
   478                 };
       
   479             }
       
   480         };
       
   481     }
       
   482 
       
   483 // ---------------------------------------------------------
       
   484 //   
       
   485 //    r_notui_confirmable_query - dialog
       
   486 //
       
   487 // ---------------------------------------------------------
       
   488 //
       
   489 RESOURCE DIALOG r_notui_confirmable_query
       
   490     {
       
   491     flags = EGeneralQueryFlags;
       
   492     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   493     items=
       
   494         {
       
   495         DLG_LINE
       
   496             {
       
   497             type = EAknCtQuery;
       
   498             id = EGeneralQuery;
       
   499             control = AVKON_CONFIRMATION_QUERY
       
   500                 { 
       
   501                     layout = EConfirmationLayout;
       
   502                     label = "";
       
   503                 };
       
   504             }
       
   505         };
       
   506     }
       
   507 
       
   508 
       
   509     RESOURCE TBUF r_notmtm_wait_deleting_remote      { buf = qtn_mms_wait_deleting_remote; }
       
   510     RESOURCE TBUF r_notmtm_wait_deleting			 { buf = qtn_notif_wait_delete; }
       
   511     RESOURCE TBUF r_notmtm_wait_deleting_many        { buf = qtn_notif_wait_delete_many; }
       
   512 
       
   513     RESOURCE TBUF r_notmtm_quest_delete_message      { buf = qtn_query_common_conf_delete_me; }
       
   514     RESOURCE TBUF r_notmtm_quest_delete_messages     { buf = qtn_query_common_conf_delete_ms; }
       
   515     RESOURCE TBUF r_notmtm_inbox_status_retrieving   { buf = qtn_mms_notification_state_retrieving; }
       
   516     RESOURCE TBUF r_notmtm_inbox_status_waiting      { buf = qtn_mms_notification_state_waiting; }
       
   517     RESOURCE TBUF r_notmtm_inbox_status_failed       { buf = qtn_mms_notification_state_failed; }
       
   518     RESOURCE TBUF r_notmtm_inbox_status_forwarding   { buf = qtn_mms_notification_state_forwarding; }
       
   519     RESOURCE TBUF r_notmtm_inbox_status_forwarded    { buf = qtn_mms_notification_state_forwarded; }
       
   520     RESOURCE TBUF r_notmtm_inbox_status_deleted		 { buf = qtn_mms_notification_state_deleted; }
       
   521     RESOURCE TBUF r_notmtm_inbox_status_normal		 { buf = qtn_mms_notification_state_normal; }
       
   522 
       
   523     RESOURCE TBUF r_notmtm_outbox_status_sending     { buf = qtn_mce_outbox_status_sending; }
       
   524     RESOURCE TBUF r_notmtm_outbox_status_waiting     { buf = qtn_mce_outbox_status_waiting; }
       
   525     RESOURCE TBUF r_notmtm_outbox_status_failed      { buf = qtn_mce_outbox_status_failed; }
       
   526 
       
   527     RESOURCE TBUF r_notmtm_delete_query_remoteonly   { buf = qtn_mms_qry_del_only_remote; }
       
   528     RESOURCE TBUF r_notmtm_delete_query_bothlocalandremote { buf = qtn_mms_qry_del_from_both; }
       
   529     RESOURCE TBUF r_notmtm_delete_query_localonly   { buf = qtn_mms_qry_del_only_local; }
       
   530 
       
   531     RESOURCE TBUF r_notmtm_offline_not_possible      { buf = qtn_offline_not_possible; }
       
   532 
       
   533 // ---------------------------------------------------------
       
   534 //   
       
   535 //      r_notui_wait_note
       
   536 //      Wait note for MMBoxDialog
       
   537 //
       
   538 // ---------------------------------------------------------
       
   539 //
       
   540 
       
   541 RESOURCE DIALOG r_notui_wait_note
       
   542 {
       
   543     flags   = EAknWaitNoteFlags;
       
   544     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   545     items =
       
   546     {
       
   547         DLG_LINE
       
   548         {
       
   549             type    = EAknCtNote;
       
   550             id      = 2;
       
   551             control = AVKON_NOTE
       
   552             {
       
   553                 layout         = EWaitLayout;
       
   554                 animation      = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   555             };
       
   556         }
       
   557     };
       
   558 }
       
   559 
       
   560 // ----------------------------------------------------------------------------
       
   561 //    r_not_mmbox_info_delete_failed
       
   562 // ----------------------------------------------------------------------------
       
   563 RESOURCE TBUF r_not_mmbox_info_delete_failed
       
   564     { 
       
   565     buf = qtn_mms_info_remote_del_failed;
       
   566     }
       
   567 
       
   568 // ----------------------------------------------------------------------------
       
   569 //    r_not_mmbox_info_delete_failed_many
       
   570 // ----------------------------------------------------------------------------
       
   571 RESOURCE TBUF r_not_mmbox_info_delete_failed_many
       
   572     { 
       
   573     buf = qtn_mms_info_remote_del_failed_many;
       
   574     }
       
   575 
       
   576 // ----------------------------------------------------------------------------
       
   577 //    r_not_mmbox_info_fetch_failed_one
       
   578 // ----------------------------------------------------------------------------
       
   579 RESOURCE TBUF r_not_mmbox_info_fetch_failed_one
       
   580     { 
       
   581     buf = qtn_mms_cannot_retrieve_one;
       
   582     }
       
   583 
       
   584 // ----------------------------------------------------------------------------
       
   585 //    r_not_mmbox_info_fetch_failed_some
       
   586 // ----------------------------------------------------------------------------
       
   587 RESOURCE TBUF r_not_mmbox_info_fetch_failed_some
       
   588     { 
       
   589     buf = qtn_mms_cannot_retrieve_some;
       
   590     }
       
   591 
       
   592 // ----------------------------------------------------------------------------
       
   593 //    r_not_mmbox_info_fetch_failed_any
       
   594 // ----------------------------------------------------------------------------
       
   595 RESOURCE TBUF r_not_mmbox_info_fetch_failed_any
       
   596     { 
       
   597     buf = qtn_mms_cannot_retrieve_any;
       
   598     }
       
   599 
       
   600 // ----------------------------------------------------------------------------
       
   601 //    r_not_mmbox_last_update_error
       
   602 // ----------------------------------------------------------------------------
       
   603 RESOURCE TBUF r_not_mmbox_last_update_error
       
   604 	{
       
   605 	buf = qtn_mms_qry_list_update_not_successful;
       
   606 	}
       
   607 
       
   608 //----------------------------------------------------
       
   609 //    r_not_mmbox_quest_message_expired
       
   610 //----------------------------------------------------
       
   611 RESOURCE TBUF r_not_mmbox_quest_msg_expired
       
   612 	{
       
   613 	buf = qtn_mms_quest_msg_expired; 
       
   614 	}
       
   615 
       
   616 
       
   617 // End of File