mpxplugins/viewplugins/views/podcastview/data/mpxpodcastcollectionview.rss
changeset 0 ff3acec5bc43
child 17 c8156a91d13c
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource definitions for project mpxpodcastcollectionview
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // RESOURCE NAME IDENTIFIER
       
    21 NAME    MPCV // 4 letter ID
       
    22 
       
    23 // INCLUDES
       
    24 #include <avkon.rsg>
       
    25 #include <avkon.rh>
       
    26 #include <avkon.loc>
       
    27 #include <eikon.rh>
       
    28 #include <avkon.mbg>
       
    29 #include <CommonDialogs.hrh> 
       
    30 #include <CommonDialogs.rh> 
       
    31 #include <bldvariant.hrh>
       
    32 #include <pathconfiguration.hrh>
       
    33 
       
    34 #include <AiwCommon.hrh>
       
    35 #include <AiwCommon.rh>
       
    36 
       
    37 #include <mpxappui.hrh>
       
    38 #include <mpxpodcastcollectionview.loc>
       
    39 #include "mpxpodcastcollectionview.hrh"
       
    40 
       
    41 
       
    42 // RESOURCE IDENTIFIER
       
    43 RESOURCE RSS_SIGNATURE { }
       
    44 
       
    45 RESOURCE TBUF 
       
    46     {
       
    47     buf = "";
       
    48     }
       
    49 
       
    50 
       
    51 // RESOURCE DEFINITIONS 
       
    52 
       
    53 // ---------------------------------------------------------------------------
       
    54 // r_mpx_podcast_collection_view
       
    55 // Podcast Collection view information resource.
       
    56 // ---------------------------------------------------------------------------
       
    57 //
       
    58 RESOURCE AVKON_VIEW r_mpx_podcast_collection_view
       
    59     {
       
    60     menubar = r_mpx_podcast_collection_titles_view_menubar;
       
    61     cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
    62     }
       
    63 
       
    64 // ---------------------------------------------------------------------------
       
    65 // r_mpx_podcast_collection_view_menubar
       
    66 // Podcast Collection view menu bar.
       
    67 // ---------------------------------------------------------------------------
       
    68 //
       
    69 RESOURCE MENU_BAR r_mpx_podcast_collection_view_menubar
       
    70     {
       
    71     titles =
       
    72         {
       
    73         MENU_TITLE 
       
    74             {
       
    75             menu_pane = r_mpx_podcast_collection_view_podcast_menu;
       
    76             }
       
    77         };
       
    78     }
       
    79 
       
    80 // ---------------------------------------------------------------------------
       
    81 // r_mpx_podcast_collection_view_podcast_menu
       
    82 // Podcast Collection view menu items.
       
    83 // ---------------------------------------------------------------------------
       
    84 //
       
    85 RESOURCE MENU_PANE r_mpx_podcast_collection_view_podcast_menu
       
    86     {
       
    87     items=
       
    88         {
       
    89         MENU_ITEM
       
    90             {
       
    91             command = EMPXCmdGoToNowPlaying;
       
    92             txt = qtn_nmp_options_go_to_nowplaying;
       
    93             },
       
    94         MENU_ITEM
       
    95             {
       
    96             command = EMPXCmdPodcasting;
       
    97             txt = qtn_nmp_options_go_to_podcasting;
       
    98             },
       
    99         MENU_ITEM
       
   100             {
       
   101             command = EMPXCmdLibraryDetails;
       
   102             txt = qtn_mus_options_details_podcast_library;
       
   103             },
       
   104         MENU_ITEM
       
   105             {
       
   106             command = EAknCmdHelp;
       
   107             txt = qtn_options_help;
       
   108             },
       
   109         MENU_ITEM
       
   110             {
       
   111             command = EAknCmdExit;
       
   112             txt = qtn_options_exit;
       
   113             }
       
   114         };
       
   115     }
       
   116     
       
   117 // ---------------------------------------------------------------------------
       
   118 // r_mpx_podcast_collection_titles_view_menubar
       
   119 // Podcast Collection view menu bar.
       
   120 // ---------------------------------------------------------------------------
       
   121 //
       
   122 RESOURCE MENU_BAR r_mpx_podcast_collection_titles_view_menubar
       
   123     {
       
   124     titles =
       
   125         {
       
   126         MENU_TITLE 
       
   127             {
       
   128             menu_pane = r_mpx_podcast_collection_view_menu_1;
       
   129             }
       
   130         };
       
   131     }
       
   132 
       
   133 // ---------------------------------------------------------------------------
       
   134 // r_mpx_podcast_collection_publishdate_view_menubar
       
   135 // Podcast Collection view menu bar.
       
   136 // ---------------------------------------------------------------------------
       
   137 //
       
   138 RESOURCE MENU_BAR r_mpx_podcast_collection_publishdate_view_menubar
       
   139     {
       
   140     titles =
       
   141         {
       
   142         MENU_TITLE 
       
   143             {
       
   144             menu_pane = r_mpx_podcast_collection_view_menu_1;
       
   145             }
       
   146         };
       
   147     }
       
   148     
       
   149 // ---------------------------------------------------------------------------
       
   150 // r_mpx_podcast_collection_view_menu_1
       
   151 // Podcast Collection view menu items.
       
   152 // ---------------------------------------------------------------------------
       
   153 //
       
   154 RESOURCE MENU_PANE r_mpx_podcast_collection_view_menu_1
       
   155     {
       
   156     items=
       
   157         {
       
   158         MENU_ITEM
       
   159             {
       
   160             command = EMPXCmdGoToNowPlaying;
       
   161             txt = qtn_nmp_options_go_to_nowplaying;
       
   162             },
       
   163         MENU_ITEM
       
   164             {
       
   165             command = EMPXCmdFind;
       
   166             txt = qtn_options_find;
       
   167             },
       
   168         MENU_ITEM
       
   169             { 
       
   170             command = EMPXCmdUpnpPlayVia;
       
   171             txt = qtn_nmp_options_play_via;
       
   172             cascade = r_mpx_podcast_collection_play_via_sub_menu; 
       
   173             },
       
   174         MENU_ITEM
       
   175             {
       
   176             command = EMPXCmdUPnPAiwCmdCopyToExternalCriteria;
       
   177             txt = "(copy to ext)";
       
   178             },
       
   179         MENU_ITEM
       
   180             {
       
   181             command = EMPXCmdDelete;
       
   182             txt = qtn_mus_options_delete;
       
   183 #ifdef SINGLE_CLICK_INCLUDED
       
   184             flags = EEikMenuItemSpecific;            
       
   185 #endif
       
   186             },
       
   187         MENU_ITEM
       
   188             {
       
   189             command = EMPXCmdPodcasting;
       
   190             txt = qtn_nmp_options_go_to_podcasting;
       
   191             },
       
   192         MENU_ITEM
       
   193             {
       
   194             command = EMPXCmdLibraryDetails;
       
   195             txt = qtn_mus_options_details_podcast_library;
       
   196             },
       
   197         MENU_ITEM
       
   198             {
       
   199             command = EAknCmdHelp;
       
   200             txt = qtn_options_help;
       
   201             },
       
   202         MENU_ITEM
       
   203             {
       
   204             command = EAknCmdExit;
       
   205             txt = qtn_options_exit;
       
   206             }
       
   207         };
       
   208     }
       
   209 
       
   210 #ifdef SINGLE_CLICK_INCLUDED
       
   211 // ---------------------------------------------------------------------------
       
   212 // r_mpx_collection_view_menubar_no_marking
       
   213 // Collection view menu bar without marking.
       
   214 // ---------------------------------------------------------------------------
       
   215 //
       
   216 RESOURCE MENU_BAR r_mpx_podcast_collection_episodes_view_no_marking
       
   217     {
       
   218     titles =
       
   219         {
       
   220         MENU_TITLE 
       
   221             {
       
   222             menu_pane = r_mpx_podcast_collection_view_menu_3;
       
   223             },
       
   224         MENU_TITLE
       
   225             {
       
   226             menu_pane = r_mpx_podcast_collection_view_menu_2;
       
   227             }
       
   228         };
       
   229     }
       
   230 #endif
       
   231 
       
   232 // ---------------------------------------------------------------------------
       
   233 // r_mpx_podcast_collection_episodes_view_menubar
       
   234 // Podcast Collection view menu bar.
       
   235 // ---------------------------------------------------------------------------
       
   236 //
       
   237 RESOURCE MENU_BAR r_mpx_podcast_collection_episodes_view_menubar
       
   238     {
       
   239     titles =
       
   240         {
       
   241         MENU_TITLE 
       
   242             {
       
   243             menu_pane = r_mpx_podcast_collection_view_menu_3;
       
   244             },
       
   245         MENU_TITLE 
       
   246             {
       
   247             menu_pane = R_AVKON_MENUPANE_MARKABLE_LIST;
       
   248             },
       
   249         MENU_TITLE 
       
   250             {
       
   251             menu_pane = r_mpx_podcast_collection_view_menu_2;
       
   252             }
       
   253         };
       
   254     }
       
   255 
       
   256 // ---------------------------------------------------------------------------
       
   257 // r_mpx_podcast_collection_view_menu_2
       
   258 // Podcast Collection view menu items.
       
   259 // ---------------------------------------------------------------------------
       
   260 //
       
   261 RESOURCE MENU_PANE r_mpx_podcast_collection_view_menu_2
       
   262     {
       
   263     items=
       
   264         {
       
   265         MENU_ITEM
       
   266             {
       
   267             command = EMPXCmdGoToNowPlaying;
       
   268             txt = qtn_nmp_options_go_to_nowplaying;
       
   269             },
       
   270         MENU_ITEM
       
   271             {
       
   272             command = EMPXCmdFind;
       
   273             txt = qtn_options_find;
       
   274             },
       
   275         MENU_ITEM
       
   276             { 
       
   277             command = EMPXCmdUpnpPlayVia;
       
   278             txt = qtn_nmp_options_play_via;
       
   279             cascade = r_mpx_podcast_collection_play_via_sub_menu; 
       
   280             },    
       
   281         MENU_ITEM
       
   282             {
       
   283             command = EMPXCmdUPnPAiwCmdCopyToExternalCriteria;
       
   284             txt = "(copy to ext)";
       
   285             },
       
   286         MENU_ITEM
       
   287             {
       
   288             command = EMPXCmdSend;
       
   289             txt = qtn_options_send_via;
       
   290 #ifdef SINGLE_CLICK_INCLUDED
       
   291             flags = EEikMenuItemSpecific;            
       
   292 #endif
       
   293             },
       
   294         MENU_ITEM
       
   295             {
       
   296             command = EMPXCmdDelete;
       
   297             txt = qtn_mus_options_delete;
       
   298 #ifdef SINGLE_CLICK_INCLUDED
       
   299             flags = EEikMenuItemSpecific;            
       
   300 #endif
       
   301             },
       
   302         MENU_ITEM
       
   303             {
       
   304             command = EMPXCmdSetPlayed;
       
   305             txt = qtn_nmp_options_set_to_played;
       
   306 #ifdef SINGLE_CLICK_INCLUDED
       
   307             flags = EEikMenuItemSpecific;            
       
   308 #endif
       
   309             },
       
   310         MENU_ITEM
       
   311             {
       
   312             command = EMPXCmdSetUnplayed;
       
   313             txt = qtn_nmp_options_set_to_unplayed;
       
   314 #ifdef SINGLE_CLICK_INCLUDED
       
   315             flags = EEikMenuItemSpecific;            
       
   316 #endif
       
   317             }
       
   318         };
       
   319     }
       
   320 
       
   321 // ---------------------------------------------------------------------------
       
   322 // r_mpx_podcast_collection_view_menu_3
       
   323 // Podcast Collection view menu items.
       
   324 // ---------------------------------------------------------------------------
       
   325 //
       
   326 RESOURCE MENU_PANE r_mpx_podcast_collection_view_menu_3
       
   327     {
       
   328     items=
       
   329         {
       
   330         MENU_ITEM
       
   331             {
       
   332             command = EMPXCmdEpisodeDetails;
       
   333             txt = qtn_mus_options_details_episode;
       
   334 #ifdef SINGLE_CLICK_INCLUDED
       
   335             flags = EEikMenuItemSpecific;            
       
   336 #endif
       
   337             },
       
   338         MENU_ITEM
       
   339             {
       
   340             command = EMPXCmdPodcasting;
       
   341             txt = qtn_nmp_options_go_to_podcasting;
       
   342             },
       
   343         MENU_ITEM
       
   344             {
       
   345             command = EAknCmdHelp;
       
   346             txt = qtn_options_help;
       
   347             },
       
   348         MENU_ITEM
       
   349             {
       
   350             command = EAknCmdExit;
       
   351             txt = qtn_options_exit;
       
   352             }
       
   353         };
       
   354     }
       
   355 
       
   356 
       
   357 // ---------------------------------------------------------------------------
       
   358 // r_mpx_podcast_collectionview_title
       
   359 // Title for Podcast Collection view.
       
   360 // ---------------------------------------------------------------------------
       
   361 // 
       
   362 RESOURCE TBUF r_mpx_podcast_collection_view_title
       
   363     {
       
   364     buf = qtn_mp_title_my_podcast;
       
   365     }
       
   366 
       
   367             
       
   368 // -----------------------------------------------------------------------------
       
   369 // r_mpx_qtn_nmp_unknown_title
       
   370 // -----------------------------------------------------------------------------
       
   371 //  
       
   372 RESOURCE TBUF r_mpx_qtn_nmp_unknown_title
       
   373     {
       
   374     buf = qtn_mp_list_unknown;
       
   375     }   
       
   376 
       
   377 // ---------------------------------------------------------------------------
       
   378 // r_mpx_playback_collection_via_sub_menu
       
   379 // Collection view UPnP Play Via sub menu items.
       
   380 // ---------------------------------------------------------------------------
       
   381 //
       
   382 RESOURCE MENU_PANE r_mpx_podcast_collection_play_via_sub_menu
       
   383     {
       
   384     items = 
       
   385         {
       
   386         MENU_ITEM
       
   387             {
       
   388             command = EMPXCmdUpnpPlayViaLocal;
       
   389             txt = qtn_nmp_options_play_device;
       
   390             flags = EEikMenuItemRadioStart;
       
   391             },
       
   392         MENU_ITEM
       
   393             { 
       
   394             command = EMPXCmdUpnpPlayViaRemotePlayer;
       
   395             txt = qtn_nmp_options_play_homenet;
       
   396             flags = EEikMenuItemRadioEnd;
       
   397             }
       
   398         };
       
   399     }
       
   400 
       
   401 // ---------------------------------------------------------------------------
       
   402 // r_mpx_upnp_copy_to_external_menu_interest
       
   403 // Copy to remote menu definition needed by AIW to display and handle the menu
       
   404 // ---------------------------------------------------------------------------
       
   405 //
       
   406 RESOURCE AIW_INTEREST r_mpx_upnp_copy_to_external_menu_interest
       
   407     {
       
   408     items=
       
   409         {
       
   410         AIW_CRITERIA_ITEM
       
   411             {
       
   412             id = EMPXCmdUPnPAiwCmdCopyToExternalCriteria;
       
   413             serviceCmd   = KAiwCmdUPnPCopy; //AIWCommon.hrh
       
   414             serviceClass = KAiwClassMenu;   //AIWCommon.hrh
       
   415             contentType  = "*";
       
   416 //            maxProviders = 1;
       
   417             }
       
   418         };
       
   419     }
       
   420 
       
   421 // -----------------------------------------------------------------------------
       
   422 // r_mpx_cui_delete_confirmation_query
       
   423 // Confirmation query dialog for deleting.
       
   424 // -----------------------------------------------------------------------------
       
   425 // 
       
   426 RESOURCE DIALOG r_mpx_cui_delete_confirmation_query
       
   427     {
       
   428     flags = EGeneralQueryFlags;
       
   429     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   430     items =
       
   431         {
       
   432         DLG_LINE
       
   433             {
       
   434             type = EAknCtQuery;
       
   435             id = EGeneralQuery;
       
   436             control= AVKON_CONFIRMATION_QUERY 
       
   437                 { 
       
   438                 layout = EConfirmationQueryLayout;
       
   439                 };
       
   440             }
       
   441         };
       
   442     }
       
   443 
       
   444 // -----------------------------------------------------------------------------
       
   445 // r_mpx_collection_generic_confirmation_query
       
   446 // Generic confirmation query dialog.
       
   447 // -----------------------------------------------------------------------------
       
   448 // 
       
   449 RESOURCE DIALOG r_mpx_collection_generic_confirmation_query
       
   450     {
       
   451     flags = EGeneralQueryFlags;
       
   452     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   453     items =
       
   454         {
       
   455         DLG_LINE
       
   456             {
       
   457             type = EAknCtQuery;
       
   458             id = EGeneralQuery;
       
   459             control= AVKON_CONFIRMATION_QUERY 
       
   460                 { 
       
   461                 layout = EConfirmationQueryLayout;
       
   462                 };
       
   463             }
       
   464         };
       
   465     }
       
   466 
       
   467 #ifdef __ENABLE_MSK
       
   468 // ---------------------------------------------------------------------------
       
   469 // r_mpx_options_back_cba_no_action
       
   470 // ---------------------------------------------------------------------------
       
   471 // 
       
   472 RESOURCE CBA r_mpx_options_back_cba_no_action
       
   473     {
       
   474     buttons = 
       
   475         {
       
   476         CBA_BUTTON
       
   477             {
       
   478             txt = text_softkey_option;
       
   479             },
       
   480         CBA_BUTTON
       
   481             {
       
   482             txt = text_softkey_back;
       
   483             },
       
   484         CBA_BUTTON
       
   485             {
       
   486             txt = text_softkey_open;
       
   487             }
       
   488         };
       
   489     }
       
   490 #else
       
   491 // ---------------------------------------------------------------------------
       
   492 // r_mpx_options_back_cba_no_action
       
   493 // ---------------------------------------------------------------------------
       
   494 // 
       
   495 RESOURCE CBA r_mpx_options_back_cba_no_action
       
   496     {
       
   497     buttons = 
       
   498         {
       
   499         CBA_BUTTON
       
   500             {
       
   501             txt = text_softkey_option;
       
   502             },
       
   503         CBA_BUTTON
       
   504             {
       
   505             txt = text_softkey_back;
       
   506             }
       
   507         };
       
   508     }
       
   509 #endif // __ENABLE_MSK
       
   510 
       
   511 #ifdef __ENABLE_MSK
       
   512 // ---------------------------------------------------------------------------
       
   513 // r_mpx_options_exit_cba_no_action
       
   514 // ---------------------------------------------------------------------------
       
   515 // 
       
   516 RESOURCE CBA r_mpx_options_exit_cba_no_action
       
   517     {
       
   518     buttons = 
       
   519         {
       
   520         CBA_BUTTON
       
   521             {
       
   522             txt = text_softkey_option;
       
   523             },
       
   524         CBA_BUTTON
       
   525             {
       
   526             txt = text_softkey_exit;
       
   527             },
       
   528         CBA_BUTTON
       
   529             {
       
   530             txt = text_softkey_open;
       
   531             }
       
   532         };
       
   533     }
       
   534 #else
       
   535 // ---------------------------------------------------------------------------
       
   536 // r_mpx_options_exit_cba_no_action
       
   537 // ---------------------------------------------------------------------------
       
   538 // 
       
   539 RESOURCE CBA r_mpx_options_exit_cba_no_action
       
   540     {
       
   541     buttons = 
       
   542         {
       
   543         CBA_BUTTON
       
   544             {
       
   545             txt = text_softkey_option;
       
   546             },
       
   547         CBA_BUTTON
       
   548             {
       
   549             txt = text_softkey_exit;
       
   550             }
       
   551         };
       
   552     }
       
   553 #endif // __ENABLE_MSK
       
   554     
       
   555 // ---------------------------------------------------------------------------
       
   556 // r_mpx_cui_collection_details_headings
       
   557 // Headings for Collection Details popup
       
   558 // ---------------------------------------------------------------------------
       
   559 //
       
   560 #ifdef RD_MULTIPLE_DRIVE
       
   561 RESOURCE ARRAY r_mpx_podcast_cui_collection_details_headings
       
   562     {
       
   563     items =
       
   564         {
       
   565         LBUF
       
   566             {
       
   567             txt = qtn_nmp_detail_number_of_episodes;
       
   568             },
       
   569         LBUF
       
   570             {
       
   571             txt = qtn_mp_details_duration;
       
   572             },
       
   573         LBUF
       
   574             {
       
   575             txt = qtn_nmp_details_phone_memory;
       
   576             },
       
   577         LBUF
       
   578             {
       
   579             txt = qtn_nmp_details_mass_memory;
       
   580             },
       
   581         LBUF
       
   582             {
       
   583             txt = qtn_nmp_details_mmc;
       
   584             },
       
   585         LBUF
       
   586             {
       
   587             txt = qtn_nmp_details_date_refresh;
       
   588             }
       
   589         };
       
   590     }   
       
   591 #else
       
   592 RESOURCE ARRAY r_mpx_podcast_cui_collection_details_headings
       
   593     {
       
   594     items =
       
   595         {
       
   596         LBUF
       
   597             {
       
   598             txt = qtn_nmp_detail_number_of_episodes;
       
   599             },
       
   600         LBUF
       
   601             {
       
   602             txt = qtn_mp_details_duration;
       
   603             },
       
   604         LBUF
       
   605             {
       
   606             txt = qtn_nmp_details_phone_memory;
       
   607             },
       
   608         LBUF
       
   609             {
       
   610             txt = qtn_nmp_details_memory_card;
       
   611             },
       
   612         LBUF
       
   613             {
       
   614             txt = qtn_nmp_details_date_refresh;
       
   615             }
       
   616         };
       
   617     }   
       
   618 #endif // RD_MULTIPLE_DRIVE   
       
   619  
       
   620 
       
   621 // ---------------------------------------------------------------------------
       
   622 // r_mpx_collection_waitnote_softkeys_empty_stop
       
   623 // Softkeys used by generic wait note.
       
   624 // ---------------------------------------------------------------------------
       
   625 //
       
   626 RESOURCE CBA r_mpx_collection_waitnote_softkeys_empty_stop
       
   627     {
       
   628     buttons=
       
   629         {
       
   630         CBA_BUTTON
       
   631             {
       
   632             txt = text_softkey_empty;
       
   633             },
       
   634         CBA_BUTTON
       
   635             {
       
   636             id = EAknSoftkeyCancel;
       
   637             txt = text_softkey_stop;
       
   638             }
       
   639         };
       
   640     }
       
   641     
       
   642 // ---------------------------------------------------------------------------
       
   643 // r_mpx_qtn_query_common_conf_delete
       
   644 // Text for single item deletion confirmation query.
       
   645 // ---------------------------------------------------------------------------
       
   646 //
       
   647 RESOURCE TBUF r_mpx_qtn_query_common_conf_delete
       
   648     {
       
   649     buf = qtn_query_common_conf_delete;
       
   650     }
       
   651 
       
   652 // ---------------------------------------------------------------------------
       
   653 // r_mpx_qtn_to_be_implemented
       
   654 // notes for To be implemented.
       
   655 // ---------------------------------------------------------------------------
       
   656 // 
       
   657 RESOURCE TBUF r_mpx_qtn_to_be_implemented
       
   658     {
       
   659     buf = qtn_mpx_to_be_implemented;
       
   660     }
       
   661 
       
   662 // ---------------------------------------------------------------------------
       
   663 // r_mpx_qtn_nmp_del_songs_query
       
   664 // Text for multiple tracks deletion confirmation query.
       
   665 // ---------------------------------------------------------------------------
       
   666 //
       
   667 RESOURCE TBUF r_mpx_qtn_nmp_del_songs_query
       
   668     {
       
   669     buf = qtn_nmp_del_songs_query;
       
   670     }
       
   671 
       
   672 // ---------------------------------------------------------------------------
       
   673 // r_mpx_qtn_nmp_query_conf_delete_group
       
   674 // Text for group deletion confirmation query.
       
   675 // ---------------------------------------------------------------------------
       
   676 //
       
   677 RESOURCE TBUF r_mpx_qtn_nmp_query_conf_delete_group
       
   678     {
       
   679     buf = qtn_nmp_query_conf_delete_group;
       
   680     }
       
   681 
       
   682 // ---------------------------------------------------------------------------
       
   683 // r_mpx_qtn_nmp_del_songs_wait_note
       
   684 // Text for multiple item deletion wait note.
       
   685 // ---------------------------------------------------------------------------
       
   686 //
       
   687 RESOURCE TBUF r_mpx_qtn_nmp_del_songs_wait_note
       
   688     {
       
   689     buf = qtn_nmp_del_songs_wait_note;
       
   690     }
       
   691 
       
   692 // ---------------------------------------------------------------------------
       
   693 // r_mpx_qtn_album_waiting_deleting
       
   694 // Text for single item deletion wait note.
       
   695 // ---------------------------------------------------------------------------
       
   696 //
       
   697 RESOURCE TBUF r_mpx_qtn_album_waiting_deleting
       
   698     {
       
   699     buf = qtn_album_waiting_deleting;
       
   700     }
       
   701 
       
   702 // ---------------------------------------------------------------------------
       
   703 // r_mpx_qtn_mus_query_conf_delete_all
       
   704 // Text for group deletion wait note.
       
   705 // ---------------------------------------------------------------------------
       
   706 //
       
   707 RESOURCE TBUF r_mpx_qtn_mus_query_conf_delete_all
       
   708     {
       
   709     buf = qtn_album_waiting_deleting;
       
   710     }
       
   711 
       
   712 // -----------------------------------------------------------------------------
       
   713 // r_mpx_collection_note_delete_fail
       
   714 // Text used when a delete fails due to a file in use error
       
   715 // -----------------------------------------------------------------------------
       
   716 //
       
   717 RESOURCE TBUF r_mpx_collection_note_delete_fail
       
   718     {
       
   719     buf = qtn_nmp_delete_file_open;
       
   720     }
       
   721     
       
   722 // -----------------------------------------------------------------------------
       
   723 // r_mpx_collection_note_delete_fail
       
   724 // Text used when a delete fails due to a file in use error
       
   725 // -----------------------------------------------------------------------------
       
   726 //
       
   727 RESOURCE TBUF r_mpx_collection_note_delete_fail_multi_selection
       
   728     {
       
   729     buf = qtn_nmp_delete_mutl_file_open;
       
   730     }
       
   731         
       
   732 // ---------------------------------------------------------------------------
       
   733 // r_mpx_qtn_nmp_title_collection_details
       
   734 // Text used for Collection Details title.
       
   735 // ---------------------------------------------------------------------------
       
   736 //
       
   737 RESOURCE TBUF r_mpx_qtn_nmp_title_collection_details
       
   738     {
       
   739     buf = qtn_nmp_title_collection_details1;
       
   740     }
       
   741 
       
   742 // -----------------------------------------------------------------------------
       
   743 // r_mpx_collection_phone_memory_root_path
       
   744 // -----------------------------------------------------------------------------
       
   745 //
       
   746 RESOURCE TBUF r_mpx_collection_phone_memory_root_path
       
   747     {
       
   748     buf = text_phone_memory_root_path;
       
   749     }
       
   750 
       
   751 // -----------------------------------------------------------------------------
       
   752 // r_mpx_collection_memory_card_root_path
       
   753 // -----------------------------------------------------------------------------
       
   754 //
       
   755 RESOURCE TBUF r_mpx_collection_memory_card_root_path
       
   756     {
       
   757     buf = text_memory_card_root_path;
       
   758     }
       
   759 
       
   760 #ifdef RD_MULTIPLE_DRIVE
       
   761 // -----------------------------------------------------------------------------
       
   762 // r_mpx_cui_collection_details_card_unavailable_item
       
   763 // -----------------------------------------------------------------------------
       
   764 //	
       
   765 RESOURCE TBUF r_mpx_cui_collection_details_memory_unavailable
       
   766     {
       
   767     buf = qtn_nmp_memory_unavailable;
       
   768     }	
       
   769 #endif // RD_MULTIPLE_DRIVE   
       
   770 
       
   771 // -----------------------------------------------------------------------------
       
   772 // r_mpx_cui_collection_details_card_unavailable_item
       
   773 // -----------------------------------------------------------------------------
       
   774 //	
       
   775 RESOURCE TBUF r_mpx_cui_collection_details_card_unavailable_item
       
   776     {
       
   777     buf = qtn_nmp_mmc_unavailable;
       
   778     }	
       
   779 
       
   780     
       
   781 // ---------------------------------------------------------------------------
       
   782 // r_mpx_qtn_nmp_num_episodes
       
   783 // ---------------------------------------------------------------------------
       
   784 // 
       
   785 RESOURCE TBUF r_mpx_qtn_nmp_num_episodes
       
   786     {
       
   787     buf = qtn_nmp_num_episodes;
       
   788     }
       
   789  
       
   790 // ---------------------------------------------------------------------------
       
   791 // r_mpx_qtn_nmp_one_episode
       
   792 // ---------------------------------------------------------------------------
       
   793 //     
       
   794 RESOURCE TBUF r_mpx_qtn_nmp_one_episode
       
   795     {
       
   796     buf = qtn_nmp_one_episode;
       
   797     }    
       
   798    
       
   799 // ---------------------------------------------------------------------------
       
   800 // r_mpx_qtn_nmp_no_episodes
       
   801 // ---------------------------------------------------------------------------
       
   802 //     
       
   803 RESOURCE TBUF r_mpx_qtn_nmp_no_episodes
       
   804     {
       
   805     buf = qtn_nmp_no_episodes;
       
   806     }
       
   807 
       
   808 // ---------------------------------------------------------------------------
       
   809 // r_mpx_qtn_nmp_no_episodes_go_to_app
       
   810 // ---------------------------------------------------------------------------
       
   811 //      
       
   812 RESOURCE TBUF r_mpx_qtn_nmp_no_episodes_go_to_app
       
   813     {
       
   814     buf = qtn_nmp_no_episodes_go_to_app;
       
   815     }
       
   816 
       
   817 // -----------------------------------------------------------------------------
       
   818 // r_mpx_collection_query_send_invalid_songs_txt
       
   819 // -----------------------------------------------------------------------------
       
   820 //
       
   821 RESOURCE TBUF r_mpx_collection_query_send_invalid_songs_txt
       
   822     {
       
   823     buf = qtn_nmp_query_send_valid_songs1;
       
   824     }
       
   825 
       
   826 // -----------------------------------------------------------------------------
       
   827 // r_mpx_collection_send_all_invalid_songs_note_txt
       
   828 // -----------------------------------------------------------------------------
       
   829 //
       
   830 RESOURCE TBUF r_mpx_collection_send_all_invalid_songs_note_txt
       
   831     {
       
   832     buf = qtn_nmp_note_nothing_to_send;
       
   833     }
       
   834     
       
   835 // -----------------------------------------------------------------------------
       
   836 // r_mpx_menu_play_via_on_device
       
   837 // Text used when Play via sub menu opens
       
   838 // This is local player type name
       
   839 // -----------------------------------------------------------------------------
       
   840 //
       
   841 RESOURCE TBUF r_mpx_menu_play_via_on_device
       
   842     {
       
   843     buf = qtn_nmp_options_play_device;
       
   844     }
       
   845     
       
   846 // -----------------------------------------------------------------------------
       
   847 // r_mpx_menu_play_via_home_net
       
   848 // Text used when Play via sub menu opens
       
   849 // This is remote player type name
       
   850 // -----------------------------------------------------------------------------
       
   851 //
       
   852 RESOURCE TBUF r_mpx_menu_play_via_home_net
       
   853     {
       
   854     buf = qtn_nmp_options_play_homenet;
       
   855     }
       
   856 
       
   857 // -----------------------------------------------------------------------------
       
   858 // r_mpx_collection_note_remote_connection_failed
       
   859 // Text used when a remote connection failed and player reverts to Local
       
   860 // -----------------------------------------------------------------------------
       
   861 //
       
   862 RESOURCE TBUF r_mpx_collection_note_remote_connection_failed
       
   863     {
       
   864     buf = qtn_nmp_note_remote_connection_failed;
       
   865     }
       
   866 
       
   867 
       
   868 // -----------------------------------------------------------------------------
       
   869 // r_mpx_collection_info_file_not_found
       
   870 // info note for file not found
       
   871 // -----------------------------------------------------------------------------
       
   872 //
       
   873 RESOURCE TBUF r_mpx_collection_info_file_not_found
       
   874     {
       
   875     buf = qtn_mp_note_broken_file;
       
   876     }  
       
   877 
       
   878 // -----------------------------------------------------------------------------
       
   879 // r_mpx_qtn_nmp_del_batch_songs_wait_note
       
   880 // Text for group deletion wait note.
       
   881 // -----------------------------------------------------------------------------
       
   882 //
       
   883 RESOURCE TBUF r_mpx_qtn_nmp_del_batch_songs_wait_note
       
   884     {
       
   885     buf = qtn_nmp_del_batch_songs_wait_note;
       
   886     }
       
   887 
       
   888     
       
   889 //------------------------------------------------------------------------------
       
   890 // r_mpx_progress_note
       
   891 // Generic Progress note.      
       
   892 //------------------------------------------------------------------------------
       
   893 //
       
   894 RESOURCE DIALOG r_mpx_progress_note
       
   895     {
       
   896     flags = EAknProgressNoteFlags;
       
   897     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   898     items =
       
   899         {
       
   900         DLG_LINE
       
   901             {
       
   902             type = EAknCtNote;
       
   903             id = 0x1000;
       
   904             control = AVKON_NOTE
       
   905                 {
       
   906                 layout = EProgressLayout;
       
   907                 };
       
   908             }
       
   909         };
       
   910     }
       
   911 
       
   912 // End of File