mpxplugins/viewplugins/views/collectionview/data/mpxcollectionview.rss
changeset 0 ff3acec5bc43
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 mpxcollectionview
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // RESOURCE NAME IDENTIFIER
       
    21 NAME    MXCV // 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 <mpxcommonui.loc>
       
    39 #include <mpxcollectionview.loc>
       
    40 #include "mpxcollectionview.hrh"
       
    41 
       
    42 
       
    43 // RESOURCE IDENTIFIER
       
    44 RESOURCE RSS_SIGNATURE { }
       
    45 
       
    46 RESOURCE TBUF 
       
    47     {
       
    48     buf = "";
       
    49     }
       
    50 
       
    51 
       
    52 // RESOURCE DEFINITIONS 
       
    53 
       
    54 // ---------------------------------------------------------------------------
       
    55 // r_mpx_collection_view
       
    56 // Collection view information resource.
       
    57 // ---------------------------------------------------------------------------
       
    58 //
       
    59 RESOURCE AVKON_VIEW r_mpx_collection_view
       
    60     {
       
    61     menubar = r_mpx_collection_view_menubar;
       
    62     cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
    63     }
       
    64 
       
    65 // ---------------------------------------------------------------------------
       
    66 // r_mpx_collection_view_menubar_music_menu
       
    67 // Collection view main music menu bar.
       
    68 // ---------------------------------------------------------------------------
       
    69 //
       
    70 RESOURCE MENU_BAR r_mpx_collection_view_menubar_music_menu
       
    71     {
       
    72     titles =
       
    73         {
       
    74         MENU_TITLE 
       
    75             {
       
    76             menu_pane = r_mpx_collection_view_music_menu;
       
    77             }
       
    78         };
       
    79     }
       
    80 
       
    81 // ---------------------------------------------------------------------------
       
    82 // r_mpx_collection_view_menubar_embedded_playlist_view
       
    83 // Collection view menu bar for embedded playlist view.
       
    84 // ---------------------------------------------------------------------------
       
    85 //
       
    86 RESOURCE MENU_BAR r_mpx_collection_view_menubar_embedded_playlist_view
       
    87     {
       
    88     titles =
       
    89         {
       
    90         MENU_TITLE 
       
    91             {
       
    92             menu_pane = r_mpx_collection_view_embedded_playlist_view;
       
    93             }
       
    94         };
       
    95     }
       
    96 
       
    97 // ---------------------------------------------------------------------------
       
    98 // r_mpx_collection_view_menubar_no_marking
       
    99 // Collection view menu bar without marking.
       
   100 // ---------------------------------------------------------------------------
       
   101 //
       
   102 RESOURCE MENU_BAR r_mpx_collection_view_menubar_no_marking
       
   103     {
       
   104     titles =
       
   105         {
       
   106         MENU_TITLE 
       
   107             {
       
   108             menu_pane = r_mpx_collection_view_menu_2;
       
   109             },
       
   110         MENU_TITLE
       
   111             {
       
   112             menu_pane = r_mpx_collection_view_menu_1;
       
   113             }
       
   114         };
       
   115     }
       
   116 
       
   117 // ---------------------------------------------------------------------------
       
   118 // r_mpx_collection_view_menubar
       
   119 // Collection view menu bar.
       
   120 // ---------------------------------------------------------------------------
       
   121 //
       
   122 RESOURCE MENU_BAR r_mpx_collection_view_menubar
       
   123     {
       
   124     titles =
       
   125         {
       
   126         MENU_TITLE 
       
   127             {
       
   128             menu_pane = r_mpx_collection_view_menu_2;
       
   129             },
       
   130         MENU_TITLE 
       
   131             {
       
   132             menu_pane = R_AVKON_MENUPANE_MARKABLE_LIST;
       
   133             },
       
   134         MENU_TITLE
       
   135             {
       
   136             menu_pane = r_mpx_collection_view_menu_1;
       
   137             }
       
   138         };
       
   139     }
       
   140 
       
   141 // ---------------------------------------------------------------------------
       
   142 // r_mpx_collection_view_menu_1
       
   143 // Collection view menu items.
       
   144 // ---------------------------------------------------------------------------
       
   145 //
       
   146 RESOURCE MENU_PANE r_mpx_collection_view_menu_1
       
   147     {
       
   148     items=
       
   149         {
       
   150         MENU_ITEM
       
   151             {
       
   152             command = EMPXCmdGoToNowPlaying;
       
   153             txt = qtn_nmp_options_go_to_nowplaying;
       
   154             },
       
   155         MENU_ITEM
       
   156             {
       
   157             command = EMPXCmdFind;
       
   158             txt = qtn_options_find;
       
   159             },
       
   160         MENU_ITEM
       
   161             {
       
   162             command = EMPXCmdCreatePlaylist;
       
   163             txt = qtn_mg_options_create_new_pl;
       
   164             },
       
   165         MENU_ITEM
       
   166             {
       
   167             command = EMPXCmdAddToPlaylist;
       
   168             txt = qtn_mus_options_add_to_pl;
       
   169             cascade = r_mpx_add_to_pl_sub_menu;
       
   170             },
       
   171         MENU_ITEM
       
   172             { 
       
   173             command = EMPXCmdUpnpPlayVia;
       
   174             txt = qtn_nmp_options_play_via;
       
   175             cascade = r_mpx_collection_play_via_sub_menu; 
       
   176             },    
       
   177         MENU_ITEM
       
   178             {
       
   179             command = EMPXCmdAddSongs;
       
   180             txt = qtn_mus_options_add_tracks;
       
   181             },
       
   182         MENU_ITEM
       
   183             {
       
   184             command = EMPXCmdReorder;
       
   185             txt = qtn_nmp_options_reorder_list;
       
   186             },
       
   187         MENU_ITEM
       
   188             {
       
   189             command = EMPXCmdSend;
       
   190             txt = qtn_options_send_via;
       
   191             },
       
   192         MENU_ITEM
       
   193             {
       
   194             command = EMPXCmdUPnPAiwCmdCopyToExternalCriteria;
       
   195             txt = "(copy to ext)";
       
   196             },
       
   197         MENU_ITEM
       
   198             {
       
   199             command = EMPXCmdDelete;
       
   200             txt = qtn_mus_options_delete;
       
   201             },
       
   202         MENU_ITEM
       
   203             {
       
   204             command = EMPXCmdRemove;
       
   205             txt = qtn_mp_options_remove;
       
   206             }        
       
   207         };
       
   208     }
       
   209 
       
   210 // ---------------------------------------------------------------------------
       
   211 // r_mpx_collection_view_menu_2
       
   212 // Collection view menu items.
       
   213 // ---------------------------------------------------------------------------
       
   214 //
       
   215 RESOURCE MENU_PANE r_mpx_collection_view_menu_2
       
   216     {
       
   217     items=
       
   218         {
       
   219         MENU_ITEM
       
   220             {
       
   221             command = EMPXCmdUseAsCascade;
       
   222             txt = qtn_mus_options_use_tone_as;
       
   223             cascade = r_mpx_use_as_cascade;
       
   224             },
       
   225         MENU_ITEM
       
   226             {
       
   227             command = EMPXCmdSongDetails;
       
   228             txt = qtn_mus_options_details_track;
       
   229             },
       
   230         MENU_ITEM
       
   231             {
       
   232             command = EMPXCmdRename;
       
   233             txt = qtn_nmp_options_rename;
       
   234             },
       
   235         MENU_ITEM
       
   236             {
       
   237             command = EMPXCmdAlbumArt;
       
   238             txt = qtn_nmp_options_album_art;
       
   239             },
       
   240         MENU_ITEM
       
   241             {
       
   242             command = EMPXCmdFindInMusicShop;
       
   243             txt = qtn_nmp_find_in_musicshop;
       
   244             },
       
   245         MENU_ITEM
       
   246             {
       
   247             command = EMPXCmdPlaylistDetails;
       
   248             txt = qtn_mus_options_details_pl;
       
   249             },
       
   250         MENU_ITEM
       
   251             {
       
   252             command = EAknCmdHelp;
       
   253             txt = qtn_options_help;
       
   254             },
       
   255         MENU_ITEM
       
   256             {
       
   257             command = EAknCmdExit;
       
   258             txt = qtn_options_exit;
       
   259             }
       
   260         };
       
   261     }
       
   262 
       
   263 // ---------------------------------------------------------------------------
       
   264 // r_mpx_collection_view_music_menu
       
   265 // Collection view menu items.
       
   266 // ---------------------------------------------------------------------------
       
   267 //
       
   268 RESOURCE MENU_PANE r_mpx_collection_view_music_menu
       
   269     {
       
   270     items=
       
   271         {
       
   272         MENU_ITEM
       
   273             {
       
   274             command = EMPXCmdGoToNowPlaying;
       
   275             txt = qtn_nmp_options_go_to_nowplaying;
       
   276             },    
       
   277 #ifdef __ENABLE_PODCAST_IN_MUSIC_MENU                
       
   278         MENU_ITEM
       
   279             {
       
   280             command = EMPXCmdRefreshLibrary;
       
   281             txt = qtn_mus_options_update_collection1;
       
   282             },    
       
   283 #endif            
       
   284         MENU_ITEM
       
   285             {
       
   286             command = EMPXCmdGoToMusicShop;
       
   287             txt = qtn_nmp_options_go_to_shop;
       
   288             },
       
   289         MENU_ITEM
       
   290             { 
       
   291             command = EMPXCmdGoToMultipleMusicShop;
       
   292             txt = qtn_nmp_options_go_to_shop;
       
   293             cascade = r_mpx_playback_collection_musicshop_sub_menu; 
       
   294             },                
       
   295         MENU_ITEM
       
   296             {
       
   297             command = EMPXCmdMusicLibraryDetails;
       
   298             txt = qtn_mus_options_details_library;
       
   299             },
       
   300         MENU_ITEM
       
   301             {
       
   302             command = EAknCmdHelp;
       
   303             txt = qtn_options_help;
       
   304             },
       
   305         MENU_ITEM
       
   306             {
       
   307             command = EAknCmdExit;
       
   308             txt = qtn_options_exit;
       
   309             }
       
   310         };
       
   311     }
       
   312 
       
   313 // ---------------------------------------------------------------------------
       
   314 // r_mpx_collection_view_embedded_playlist_view
       
   315 // Collection view menu items for embedded playlist view.
       
   316 // ---------------------------------------------------------------------------
       
   317 //
       
   318 RESOURCE MENU_PANE r_mpx_collection_view_embedded_playlist_view
       
   319     {
       
   320     items=
       
   321         {
       
   322         MENU_ITEM
       
   323             {
       
   324             command = EMPXCmdSavePlaylist;
       
   325             txt = qtn_mp_options_save;
       
   326             },
       
   327         MENU_ITEM
       
   328             {
       
   329             command = EMPXCmdFindInMusicShop;
       
   330             txt = qtn_nmp_find_in_musicshop;
       
   331             },
       
   332         MENU_ITEM
       
   333             {
       
   334             command = EAknCmdHelp;
       
   335             txt = qtn_options_help;
       
   336             },
       
   337         MENU_ITEM
       
   338             {
       
   339             command = EAknCmdExit;
       
   340             txt = qtn_options_exit;
       
   341             }
       
   342         };
       
   343     }
       
   344 
       
   345 // ---------------------------------------------------------------------------
       
   346 // r_mpx_add_to_pl_sub_menu
       
   347 // ---------------------------------------------------------------------------
       
   348 //
       
   349 RESOURCE MENU_PANE r_mpx_add_to_pl_sub_menu
       
   350     {
       
   351     items = 
       
   352         {
       
   353         MENU_ITEM
       
   354             {
       
   355             command = EMPXCmdAddToSavedPlaylist;
       
   356             txt = qtn_nmp_sub_add_to_playlist_saved;
       
   357             },
       
   358         MENU_ITEM
       
   359             { 
       
   360             command = EMPXCmdAddToNewPlaylist;
       
   361             txt = qtn_nmp_sub_add_to_playlist_new; 
       
   362             }
       
   363         };
       
   364     }
       
   365 
       
   366 // ---------------------------------------------------------------------------
       
   367 // r_mpx_playback_collection_via_sub_menu
       
   368 // Collection view UPnP Play Via sub menu items.
       
   369 // ---------------------------------------------------------------------------
       
   370 //
       
   371 RESOURCE MENU_PANE r_mpx_collection_play_via_sub_menu
       
   372     {
       
   373     items = 
       
   374         {
       
   375         MENU_ITEM
       
   376             {
       
   377             command = EMPXCmdUpnpPlayViaLocal;
       
   378             txt = qtn_nmp_options_play_device;
       
   379             flags = EEikMenuItemRadioStart;
       
   380             },
       
   381         MENU_ITEM
       
   382             { 
       
   383             command = EMPXCmdUpnpPlayViaRemotePlayer;
       
   384             txt = qtn_nmp_options_play_homenet;
       
   385             flags = EEikMenuItemRadioEnd;
       
   386             }
       
   387         };
       
   388     }
       
   389 
       
   390 // ---------------------------------------------------------------------------
       
   391 // r_mpx_playback_collection_musicshop_sub_menu
       
   392 // Collection view goto music shop menu items
       
   393 // ---------------------------------------------------------------------------
       
   394 //
       
   395 RESOURCE MENU_PANE r_mpx_playback_collection_musicshop_sub_menu
       
   396     {
       
   397     items = 
       
   398         {
       
   399         MENU_ITEM
       
   400             {
       
   401             command = EMPXCmdGoToOperatorMusicShop;
       
   402              txt = "";
       
   403             },
       
   404         MENU_ITEM
       
   405             { 
       
   406             command = EMPXCmdGoToNokiaMusicShop;
       
   407             txt = "Nokia Music Store";
       
   408             }
       
   409         };
       
   410     }
       
   411 
       
   412 // ---------------------------------------------------------------------------
       
   413 // r_mpx_upnp_copy_to_external_menu_interest
       
   414 // Copy to remote menu definition needed by AIW to display and handle the menu
       
   415 // ---------------------------------------------------------------------------
       
   416 //
       
   417 RESOURCE AIW_INTEREST r_mpx_upnp_copy_to_external_menu_interest
       
   418     {
       
   419     items=
       
   420         {
       
   421         AIW_CRITERIA_ITEM
       
   422             {
       
   423             id = EMPXCmdUPnPAiwCmdCopyToExternalCriteria;
       
   424             serviceCmd   = KAiwCmdUPnPCopy; //AIWCommon.hrh
       
   425             serviceClass = KAiwClassMenu;   //AIWCommon.hrh
       
   426             contentType  = "*";
       
   427             maxProviders = 1;
       
   428             }
       
   429         };
       
   430     }
       
   431 //------------------------------------------------------------------------------
       
   432 //
       
   433 //      r_mpx_aiw_assign_interest
       
   434 //      AIW interest criteria for "Use tone as" menu
       
   435 //
       
   436 //------------------------------------------------------------------------------
       
   437 //
       
   438 RESOURCE AIW_INTEREST r_mpx_aiw_assign_interest
       
   439     {
       
   440     items=
       
   441         {
       
   442         AIW_CRITERIA_ITEM
       
   443             {
       
   444             id = EMPXCmdAiwCmdAssign;
       
   445             serviceCmd = KAiwCmdAssign;
       
   446             contentType = "*";
       
   447             serviceClass = KAiwClassMenu;
       
   448             }
       
   449         };
       
   450     }    
       
   451 
       
   452 //----------------------------------------------------
       
   453 //
       
   454 //    r_mplayer_use_as_cascade
       
   455 //
       
   456 //----------------------------------------------------
       
   457 //
       
   458 RESOURCE MENU_PANE r_mpx_use_as_cascade
       
   459     {
       
   460     items =
       
   461         {
       
   462         MENU_ITEM
       
   463             {
       
   464             command = EMPXCmdAiwCmdAssign;
       
   465             txt = "";
       
   466             }
       
   467         };
       
   468     }
       
   469 
       
   470 // -----------------------------------------------------------------------------
       
   471 // r_mpx_cui_add_songs_confirmation_query
       
   472 // Confirmation query dialog for add songs after a new playlist is created
       
   473 // -----------------------------------------------------------------------------
       
   474 // 
       
   475 RESOURCE DIALOG r_mpx_cui_add_songs_confirmation_query
       
   476     {
       
   477     flags = EGeneralQueryFlags;
       
   478     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   479     items =
       
   480         {
       
   481         DLG_LINE
       
   482             {
       
   483             type = EAknCtQuery;
       
   484             id = EGeneralQuery;
       
   485             control= AVKON_CONFIRMATION_QUERY 
       
   486                 { 
       
   487                 layout = EConfirmationQueryLayout;
       
   488                 };
       
   489             }
       
   490         };
       
   491     }
       
   492 
       
   493 // -----------------------------------------------------------------------------
       
   494 // r_mpx_cui_delete_confirmation_query
       
   495 // Confirmation query dialog for deleting.
       
   496 // -----------------------------------------------------------------------------
       
   497 // 
       
   498 RESOURCE DIALOG r_mpx_cui_delete_confirmation_query
       
   499     {
       
   500     flags = EGeneralQueryFlags;
       
   501     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   502     items =
       
   503         {
       
   504         DLG_LINE
       
   505             {
       
   506             type = EAknCtQuery;
       
   507             id = EGeneralQuery;
       
   508             control= AVKON_CONFIRMATION_QUERY 
       
   509                 { 
       
   510                 layout = EConfirmationQueryLayout;
       
   511                 };
       
   512             }
       
   513         };
       
   514     }
       
   515 
       
   516 // -----------------------------------------------------------------------------
       
   517 // r_mpx_cui_rename_query
       
   518 // Name query dialog for renaming
       
   519 // -----------------------------------------------------------------------------
       
   520 // 
       
   521 RESOURCE DIALOG r_mpx_cui_rename_query
       
   522     {
       
   523     flags = EAknGeneralQueryFlags;
       
   524     buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
       
   525     items=
       
   526         {
       
   527         DLG_LINE
       
   528             {
       
   529             type = EAknCtQuery;
       
   530             id = EGeneralQuery;
       
   531             control= AVKON_DATA_QUERY 
       
   532                 { 
       
   533                 layout = EDataLayout;
       
   534                 control = EDWIN 
       
   535                     {
       
   536                     };
       
   537                 };
       
   538             }
       
   539         };
       
   540     }
       
   541 
       
   542 // -----------------------------------------------------------------------------
       
   543 // r_mpx_collection_generic_confirmation_query
       
   544 // Generic confirmation query dialog.
       
   545 // -----------------------------------------------------------------------------
       
   546 // 
       
   547 RESOURCE DIALOG r_mpx_collection_generic_confirmation_query
       
   548     {
       
   549     flags = EGeneralQueryFlags;
       
   550     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   551     items =
       
   552         {
       
   553         DLG_LINE
       
   554             {
       
   555             type = EAknCtQuery;
       
   556             id = EGeneralQuery;
       
   557             control= AVKON_CONFIRMATION_QUERY 
       
   558                 { 
       
   559                 layout = EConfirmationQueryLayout;
       
   560                 };
       
   561             }
       
   562         };
       
   563     }
       
   564 
       
   565 #ifdef __ENABLE_MSK
       
   566 // ---------------------------------------------------------------------------
       
   567 // r_mpx_cui_reorder_drop_cancel_cba
       
   568 // ---------------------------------------------------------------------------
       
   569 // 
       
   570 RESOURCE CBA r_mpx_cui_reorder_drop_cancel_cba
       
   571     {
       
   572     buttons = 
       
   573         {
       
   574         CBA_BUTTON
       
   575             {
       
   576             id = EMPXCmdReorderDrop;
       
   577             txt = qtn_nmp_softkey_drop;
       
   578             },
       
   579         CBA_BUTTON
       
   580             {
       
   581             id = EMPXCmdReorderCancel;
       
   582             txt = text_softkey_cancel;
       
   583             },
       
   584         CBA_BUTTON
       
   585             {
       
   586             id = EMPXCmdReorderDrop;
       
   587             txt = text_softkey_empty;
       
   588             }
       
   589         };
       
   590     }
       
   591 #else
       
   592 // ---------------------------------------------------------------------------
       
   593 // r_mpx_cui_reorder_drop_cancel_cba
       
   594 // ---------------------------------------------------------------------------
       
   595 // 
       
   596 RESOURCE CBA r_mpx_cui_reorder_drop_cancel_cba
       
   597     {
       
   598     buttons = 
       
   599         {
       
   600         CBA_BUTTON
       
   601             {
       
   602             id = EMPXCmdReorderDrop;
       
   603             txt = qtn_nmp_softkey_drop;
       
   604             },
       
   605         CBA_BUTTON
       
   606             {
       
   607             id = EMPXCmdReorderCancel;
       
   608             txt = text_softkey_cancel;
       
   609             }
       
   610         };
       
   611     }
       
   612 #endif // __ENABLE_MSK
       
   613 
       
   614 #ifdef __ENABLE_MSK
       
   615 // ---------------------------------------------------------------------------
       
   616 // r_mpx_cui_reorder_grab_done_cba
       
   617 // ---------------------------------------------------------------------------
       
   618 // 
       
   619 RESOURCE CBA r_mpx_cui_reorder_grab_done_cba
       
   620     {
       
   621     buttons = 
       
   622         {
       
   623         CBA_BUTTON
       
   624             {
       
   625             id = EMPXCmdReorderGrab;
       
   626             txt = qtn_nmp_softkey_grab;
       
   627             },
       
   628         CBA_BUTTON
       
   629             {
       
   630             id = EMPXCmdReorderDone;
       
   631             txt = text_softkey_done;
       
   632             },
       
   633         CBA_BUTTON
       
   634             {
       
   635             id = EMPXCmdReorderGrab;
       
   636             txt = text_softkey_empty;
       
   637             }
       
   638         };
       
   639     }
       
   640 #else
       
   641 // ---------------------------------------------------------------------------
       
   642 // r_mpx_cui_reorder_grab_done_cba
       
   643 // ---------------------------------------------------------------------------
       
   644 // 
       
   645 RESOURCE CBA r_mpx_cui_reorder_grab_done_cba
       
   646     {
       
   647     buttons = 
       
   648         {
       
   649         CBA_BUTTON
       
   650             {
       
   651             id = EMPXCmdReorderGrab;
       
   652             txt = qtn_nmp_softkey_grab;
       
   653             },
       
   654         CBA_BUTTON
       
   655             {
       
   656             id = EMPXCmdReorderDone;
       
   657             txt = text_softkey_done;
       
   658             }
       
   659         };
       
   660     }
       
   661 #endif // __ENABLE_MSK
       
   662 
       
   663 #ifdef __ENABLE_MSK
       
   664 // ---------------------------------------------------------------------------
       
   665 // r_mpx_options_back_cba_no_action
       
   666 // ---------------------------------------------------------------------------
       
   667 // 
       
   668 RESOURCE CBA r_mpx_options_back_cba_no_action
       
   669     {
       
   670     buttons = 
       
   671         {
       
   672         CBA_BUTTON
       
   673             {
       
   674             txt = text_softkey_option;
       
   675             },
       
   676         CBA_BUTTON
       
   677             {
       
   678             txt = text_softkey_back;
       
   679             },
       
   680         CBA_BUTTON
       
   681             {
       
   682             txt = text_softkey_open;
       
   683             }
       
   684         };
       
   685     }
       
   686 #else
       
   687 // ---------------------------------------------------------------------------
       
   688 // r_mpx_options_back_cba_no_action
       
   689 // ---------------------------------------------------------------------------
       
   690 // 
       
   691 RESOURCE CBA r_mpx_options_back_cba_no_action
       
   692     {
       
   693     buttons = 
       
   694         {
       
   695         CBA_BUTTON
       
   696             {
       
   697             txt = text_softkey_option;
       
   698             },
       
   699         CBA_BUTTON
       
   700             {
       
   701             txt = text_softkey_back;
       
   702             }
       
   703         };
       
   704     }
       
   705 #endif // __ENABLE_MSK
       
   706 
       
   707 #ifdef __ENABLE_MSK
       
   708 // ---------------------------------------------------------------------------
       
   709 // r_mpx_options_exit_cba_no_action
       
   710 // ---------------------------------------------------------------------------
       
   711 // 
       
   712 RESOURCE CBA r_mpx_options_exit_cba_no_action
       
   713     {
       
   714     buttons = 
       
   715         {
       
   716         CBA_BUTTON
       
   717             {
       
   718             txt = text_softkey_option;
       
   719             },
       
   720         CBA_BUTTON
       
   721             {
       
   722             txt = text_softkey_exit;
       
   723             },
       
   724         CBA_BUTTON
       
   725             {
       
   726             txt = text_softkey_open;
       
   727             }
       
   728         };
       
   729     }
       
   730 #else
       
   731 // ---------------------------------------------------------------------------
       
   732 // r_mpx_options_exit_cba_no_action
       
   733 // ---------------------------------------------------------------------------
       
   734 // 
       
   735 RESOURCE CBA r_mpx_options_exit_cba_no_action
       
   736     {
       
   737     buttons = 
       
   738         {
       
   739         CBA_BUTTON
       
   740             {
       
   741             txt = text_softkey_option;
       
   742             },
       
   743         CBA_BUTTON
       
   744             {
       
   745             txt = text_softkey_exit;
       
   746             }
       
   747         };
       
   748     }
       
   749 #endif // __ENABLE_MSK
       
   750 
       
   751 // ---------------------------------------------------------------------------
       
   752 // r_mpx_options_hide_cba
       
   753 // CBA with "Options" and "Hide" Softkey.
       
   754 // ---------------------------------------------------------------------------
       
   755 //
       
   756 RESOURCE CBA r_mpx_options_hide_cba
       
   757     {
       
   758     buttons=
       
   759         {
       
   760         CBA_BUTTON
       
   761             {
       
   762             id = EAknSoftkeyOptions;
       
   763             txt = text_softkey_option;
       
   764             },
       
   765         CBA_BUTTON
       
   766             {
       
   767             id = EMPXCmdHideApp;
       
   768             txt = qtn_softkey_hide;
       
   769             }
       
   770         };
       
   771     }
       
   772 
       
   773 // -----------------------------------------------------------------------------
       
   774 //
       
   775 // -----------------------------------------------------------------------------
       
   776 //
       
   777 RESOURCE CBA_BUTTON r_mpx_collection_rsk_find_cancel
       
   778     {
       
   779     id = EMPXCmdFindCancel;
       
   780     txt = text_softkey_cancel;
       
   781     }
       
   782     
       
   783 // ---------------------------------------------------------------------------
       
   784 // r_mpx_cui_collection_details_headings
       
   785 // Headings for Collection Details popup
       
   786 // ---------------------------------------------------------------------------
       
   787 //
       
   788 #ifdef RD_MULTIPLE_DRIVE
       
   789 RESOURCE ARRAY r_mpx_cui_collection_details_headings
       
   790     {
       
   791     items =
       
   792         {
       
   793         LBUF
       
   794             {
       
   795             txt = qtn_mus_detail_number_of_songs;
       
   796             },
       
   797         LBUF
       
   798             {
       
   799             txt = qtn_mp_details_duration;
       
   800             },
       
   801         LBUF
       
   802             {
       
   803             txt = qtn_nmp_details_phone_memory;
       
   804             },
       
   805         LBUF
       
   806             {
       
   807             txt = qtn_nmp_details_mass_memory;
       
   808             },
       
   809         LBUF
       
   810             {
       
   811             txt = qtn_nmp_details_mmc;
       
   812             },
       
   813         LBUF
       
   814             {
       
   815             txt = qtn_nmp_details_date_refresh;
       
   816             }
       
   817         };
       
   818     }    
       
   819 #else
       
   820 RESOURCE ARRAY r_mpx_cui_collection_details_headings
       
   821     {
       
   822     items =
       
   823         {
       
   824         LBUF
       
   825             {
       
   826             txt = qtn_mus_detail_number_of_songs;
       
   827             },
       
   828         LBUF
       
   829             {
       
   830             txt = qtn_mp_details_duration;
       
   831             },
       
   832         LBUF
       
   833             {
       
   834             txt = qtn_nmp_details_phone_memory;
       
   835             },
       
   836         LBUF
       
   837             {
       
   838             txt = qtn_nmp_details_memory_card;
       
   839             },
       
   840         LBUF
       
   841             {
       
   842             txt = qtn_nmp_details_date_refresh;
       
   843             }
       
   844         };
       
   845     }    
       
   846 #endif // RD_MULTIPLE_DRIVE   
       
   847 
       
   848 // ---------------------------------------------------------------------------
       
   849 // r_mpx_cui_playlist_details_headings_with_uri
       
   850 // Headings for playlist Details popup with uri field
       
   851 // ---------------------------------------------------------------------------
       
   852 //
       
   853 RESOURCE ARRAY r_mpx_cui_playlist_details_headings_with_uri
       
   854     {
       
   855     items =
       
   856         {
       
   857         LBUF
       
   858             {
       
   859             txt = qtn_mus_pl_detail_name;
       
   860             },
       
   861         LBUF
       
   862             {
       
   863             txt = qtn_mus_detail_number_of_songs;
       
   864             },
       
   865         LBUF
       
   866             {
       
   867             txt = qtn_mp_details_duration;
       
   868             },
       
   869         LBUF
       
   870             {
       
   871             txt = qtn_mp_details_location;
       
   872             },
       
   873         LBUF
       
   874             {
       
   875             txt = qtn_mp_details_date;
       
   876             },
       
   877         LBUF
       
   878             {
       
   879             txt = qtn_mp_details_time;
       
   880             }
       
   881         };
       
   882     }
       
   883 
       
   884 // ---------------------------------------------------------------------------
       
   885 // r_mpx_cui_playlist_details_headings_without_uri
       
   886 // Headings for playlist Details popup without uri field
       
   887 // ---------------------------------------------------------------------------
       
   888 //
       
   889 RESOURCE ARRAY r_mpx_cui_playlist_details_headings_without_uri
       
   890     {
       
   891     items =
       
   892         {
       
   893         LBUF
       
   894             {
       
   895             txt = qtn_mus_pl_detail_name;
       
   896             },
       
   897         LBUF
       
   898             {
       
   899             txt = qtn_mus_detail_number_of_songs;
       
   900             },
       
   901         LBUF
       
   902             {
       
   903             txt = qtn_mp_details_duration;
       
   904             },
       
   905         LBUF
       
   906             {
       
   907             txt = qtn_mp_details_date;
       
   908             },
       
   909         LBUF
       
   910             {
       
   911             txt = qtn_mp_details_time;
       
   912             }
       
   913         };
       
   914     }
       
   915 
       
   916 // ---------------------------------------------------------------------------
       
   917 // r_mpx_collection_waitnote_softkeys_empty_stop
       
   918 // Softkeys used by generic wait note.
       
   919 // ---------------------------------------------------------------------------
       
   920 //
       
   921 RESOURCE CBA r_mpx_collection_waitnote_softkeys_empty_stop
       
   922     {
       
   923     buttons=
       
   924         {
       
   925         CBA_BUTTON
       
   926             {
       
   927             txt = text_softkey_empty;
       
   928             },
       
   929         CBA_BUTTON
       
   930             {
       
   931             id = EAknSoftkeyCancel;
       
   932             txt = text_softkey_stop;
       
   933             }
       
   934         };
       
   935     }
       
   936 
       
   937 // ---------------------------------------------------------------------------
       
   938 // r_mpx_collectionview_title
       
   939 // Title for Collection view.
       
   940 // ---------------------------------------------------------------------------
       
   941 // 
       
   942 RESOURCE TBUF r_mpx_collection_view_title
       
   943     {
       
   944     buf = qtn_mp_title_collection_view;
       
   945     }
       
   946 
       
   947 // ---------------------------------------------------------------------------
       
   948 // r_qtn_qtn_nmp_title_reorder_list
       
   949 // ---------------------------------------------------------------------------
       
   950 //
       
   951 RESOURCE TBUF r_qtn_nmp_title_reorder_list
       
   952     {
       
   953     buf = qtn_nmp_title_reorder_list;
       
   954     }
       
   955 
       
   956 // ---------------------------------------------------------------------------
       
   957 // r_mpx_cui_position_counter_txt
       
   958 // ---------------------------------------------------------------------------
       
   959 // 
       
   960 RESOURCE TBUF r_mpx_cui_position_counter_txt
       
   961     {
       
   962     buf = qtn_nmp_position_counter;
       
   963     }
       
   964 
       
   965 // ---------------------------------------------------------------------------
       
   966 // r_mpx_qtn_nmp_query_add_songs
       
   967 // Text for add songs after a new playlist is created.
       
   968 // ---------------------------------------------------------------------------
       
   969 //
       
   970 RESOURCE TBUF r_mpx_qtn_nmp_query_add_songs
       
   971     {
       
   972     buf = qtn_nmp_query_add_songs;
       
   973     }
       
   974 
       
   975 // ---------------------------------------------------------------------------
       
   976 // r_mpx_qtn_query_common_conf_delete
       
   977 // Text for single item deletion confirmation query.
       
   978 // ---------------------------------------------------------------------------
       
   979 //
       
   980 RESOURCE TBUF r_mpx_qtn_query_common_conf_delete
       
   981     {
       
   982     buf = qtn_query_common_conf_delete;
       
   983     }
       
   984 
       
   985 // ---------------------------------------------------------------------------
       
   986 // r_mpx_qtn_nmp_del_songs_query
       
   987 // Text for multiple tracks deletion confirmation query.
       
   988 // ---------------------------------------------------------------------------
       
   989 //
       
   990 RESOURCE TBUF r_mpx_qtn_nmp_del_songs_query
       
   991     {
       
   992     buf = qtn_nmp_del_songs_query;
       
   993     }
       
   994 
       
   995 // ---------------------------------------------------------------------------
       
   996 // r_mpx_qtn_nmp_query_conf_delete_group
       
   997 // Text for group deletion confirmation query.
       
   998 // ---------------------------------------------------------------------------
       
   999 //
       
  1000 RESOURCE TBUF r_mpx_qtn_nmp_query_conf_delete_group
       
  1001     {
       
  1002     buf = qtn_nmp_query_conf_delete_group;
       
  1003     }
       
  1004 
       
  1005 // ---------------------------------------------------------------------------
       
  1006 // r_mpx_qtn_nmp_del_songs_wait_note
       
  1007 // Text for multiple item deletion wait note.
       
  1008 // ---------------------------------------------------------------------------
       
  1009 //
       
  1010 RESOURCE TBUF r_mpx_qtn_nmp_del_songs_wait_note
       
  1011     {
       
  1012     buf = qtn_nmp_del_songs_wait_note;
       
  1013     }
       
  1014 
       
  1015 // ---------------------------------------------------------------------------
       
  1016 // r_mpx_qtn_nmp_note_removing_many
       
  1017 // Text for multiple item remove wait note.
       
  1018 // ---------------------------------------------------------------------------
       
  1019 //
       
  1020 RESOURCE TBUF r_mpx_qtn_nmp_note_removing_many
       
  1021     {
       
  1022     buf = qtn_nmp_note_removing_many;
       
  1023     }
       
  1024 
       
  1025 // ---------------------------------------------------------------------------
       
  1026 // r_mpx_qtn_mus_query_conf_remove_many
       
  1027 // Text for multiple item remove confirmation query.
       
  1028 // ---------------------------------------------------------------------------
       
  1029 //
       
  1030 RESOURCE TBUF r_mpx_qtn_mus_query_conf_remove_many
       
  1031     {
       
  1032     buf = qtn_mus_query_conf_remove_many;
       
  1033     }
       
  1034 
       
  1035 // ---------------------------------------------------------------------------
       
  1036 // r_mpx_qtn_mus_note_removing_track
       
  1037 // Text for single item remove wait note.
       
  1038 // ---------------------------------------------------------------------------
       
  1039 //
       
  1040 RESOURCE TBUF r_mpx_qtn_mus_note_removing_track
       
  1041     {
       
  1042     buf = qtn_mus_note_removing_track;
       
  1043     }
       
  1044 
       
  1045 // ---------------------------------------------------------------------------
       
  1046 // r_mpx_qtn_mus_query_conf_remove_track
       
  1047 // Text for single item remove confirmation query.
       
  1048 // ---------------------------------------------------------------------------
       
  1049 //
       
  1050 RESOURCE TBUF r_mpx_qtn_mus_query_conf_remove_track
       
  1051     {
       
  1052     buf = qtn_mus_query_conf_remove_track;
       
  1053     }
       
  1054 
       
  1055 // ---------------------------------------------------------------------------
       
  1056 // r_mpx_qtn_album_waiting_deleting
       
  1057 // Text for single item deletion wait note.
       
  1058 // ---------------------------------------------------------------------------
       
  1059 //
       
  1060 RESOURCE TBUF r_mpx_qtn_album_waiting_deleting
       
  1061     {
       
  1062     buf = qtn_album_waiting_deleting;
       
  1063     }
       
  1064 
       
  1065 // ---------------------------------------------------------------------------
       
  1066 // r_mpx_qtn_mus_query_conf_delete_all
       
  1067 // Text for group deletion wait note.
       
  1068 // ---------------------------------------------------------------------------
       
  1069 //
       
  1070 RESOURCE TBUF r_mpx_qtn_mus_query_conf_delete_all
       
  1071     {
       
  1072     buf = qtn_mus_query_conf_delete_all;
       
  1073     }
       
  1074 
       
  1075 // ---------------------------------------------------------------------------
       
  1076 // r_mpx_qtn_nmp_title_collection_details
       
  1077 // Text used for Collection Details title.
       
  1078 // ---------------------------------------------------------------------------
       
  1079 //
       
  1080 RESOURCE TBUF r_mpx_qtn_nmp_title_collection_details
       
  1081     {
       
  1082     buf = qtn_nmp_title_collection_details1;
       
  1083     }
       
  1084 
       
  1085 // ---------------------------------------------------------------------------
       
  1086 // r_mpx_qtn_nmp_title_playlist_details
       
  1087 // Text used for Collection Details title.
       
  1088 // ---------------------------------------------------------------------------
       
  1089 //
       
  1090 RESOURCE TBUF r_mpx_qtn_nmp_title_playlist_details
       
  1091     {
       
  1092     buf = qtn_mus_title_details_pl;
       
  1093     }
       
  1094 
       
  1095 // -----------------------------------------------------------------------------
       
  1096 // r_mpx_collection_phone_memory_root_path
       
  1097 // -----------------------------------------------------------------------------
       
  1098 //
       
  1099 RESOURCE TBUF r_mpx_collection_phone_memory_root_path
       
  1100     {
       
  1101     buf = text_phone_memory_root_path;
       
  1102     }
       
  1103 
       
  1104 // -----------------------------------------------------------------------------
       
  1105 // r_mpx_collection_memory_card_root_path
       
  1106 // -----------------------------------------------------------------------------
       
  1107 //
       
  1108 RESOURCE TBUF r_mpx_collection_memory_card_root_path
       
  1109     {
       
  1110     buf = text_memory_card_root_path;
       
  1111     }
       
  1112 
       
  1113 #ifdef RD_MULTIPLE_DRIVE
       
  1114 // -----------------------------------------------------------------------------
       
  1115 // r_mpx_cui_collection_details_card_unavailable_item
       
  1116 // -----------------------------------------------------------------------------
       
  1117 //  
       
  1118 RESOURCE TBUF r_mpx_cui_collection_details_memory_unavailable
       
  1119     {
       
  1120     buf = qtn_nmp_memory_unavailable;
       
  1121     }   
       
  1122 #endif // RD_MULTIPLE_DRIVE   
       
  1123 
       
  1124 // -----------------------------------------------------------------------------
       
  1125 // r_mpx_cui_collection_details_card_unavailable_item
       
  1126 // -----------------------------------------------------------------------------
       
  1127 //  
       
  1128 RESOURCE TBUF r_mpx_cui_collection_details_card_unavailable_item
       
  1129     {
       
  1130     buf = qtn_nmp_mmc_unavailable;
       
  1131     }   
       
  1132 
       
  1133 // -----------------------------------------------------------------------------
       
  1134 // r_mpx_qtn_nmp_prmpt_new_name
       
  1135 // -----------------------------------------------------------------------------
       
  1136 //  
       
  1137 RESOURCE TBUF r_mpx_qtn_nmp_prmpt_new_name
       
  1138     {
       
  1139     buf = qtn_nmp_prmpt_new_name;
       
  1140     }   
       
  1141 
       
  1142 // -----------------------------------------------------------------------------
       
  1143 // r_mpx_qtn_mp_unknown
       
  1144 // -----------------------------------------------------------------------------
       
  1145 //  
       
  1146 RESOURCE TBUF r_mpx_qtn_mp_unknown
       
  1147     {
       
  1148     buf = qtn_mp_list_unknown;
       
  1149     }   
       
  1150 
       
  1151 // -----------------------------------------------------------------------------
       
  1152 // r_mpx_qtn_nmp_unknown_artist
       
  1153 // -----------------------------------------------------------------------------
       
  1154 //  
       
  1155 RESOURCE TBUF r_mpx_qtn_nmp_unknown_artist
       
  1156     {
       
  1157     buf = qtn_nmp_title_unknown_artist;
       
  1158     }   
       
  1159 
       
  1160 // -----------------------------------------------------------------------------
       
  1161 // r_mpx_qtn_mus_title_unknown_album
       
  1162 // -----------------------------------------------------------------------------
       
  1163 //  
       
  1164 RESOURCE TBUF r_mpx_qtn_mus_title_unknown_album
       
  1165     {
       
  1166     buf = qtn_mus_title_unknown_album;
       
  1167     }
       
  1168 
       
  1169 // -----------------------------------------------------------------------------
       
  1170 // r_mpx_qtn_mus_title_unknown_genre
       
  1171 // -----------------------------------------------------------------------------
       
  1172 //  
       
  1173 RESOURCE TBUF r_mpx_qtn_mus_title_unknown_genre
       
  1174     {
       
  1175     buf = qtn_mus_title_unknown_genre;
       
  1176     }   
       
  1177 
       
  1178 // -----------------------------------------------------------------------------
       
  1179 // r_mpx_qtn_mus_title_unknown_composer
       
  1180 // -----------------------------------------------------------------------------
       
  1181 //  
       
  1182 RESOURCE TBUF r_mpx_qtn_mus_title_unknown_composer
       
  1183     {
       
  1184     buf = qtn_mus_title_unknown_composer;
       
  1185     }       
       
  1186 
       
  1187 // -----------------------------------------------------------------------------
       
  1188 // r_mpx_collection_note_delete_fail
       
  1189 // Text used when a delete fails due to a file in use error
       
  1190 // -----------------------------------------------------------------------------
       
  1191 //
       
  1192 RESOURCE TBUF r_mpx_collection_note_delete_fail
       
  1193     {
       
  1194     buf = qtn_nmp_delete_file_open;
       
  1195     }
       
  1196     
       
  1197 // -----------------------------------------------------------------------------
       
  1198 // r_mpx_collection_note_delete_fail_multi_selection
       
  1199 // Text used when a delete fails due to a file in use error
       
  1200 // -----------------------------------------------------------------------------
       
  1201 //
       
  1202 RESOURCE TBUF r_mpx_collection_note_delete_fail_multi_selection
       
  1203     {
       
  1204     buf = qtn_nmp_delete_mutl_file_open;
       
  1205     }
       
  1206 
       
  1207 // -----------------------------------------------------------------------------
       
  1208 // r_mpx_collection_note_updating_multiple_items
       
  1209 // wait note text for updating multiple items
       
  1210 // -----------------------------------------------------------------------------
       
  1211 //
       
  1212 RESOURCE TBUF r_mpx_collection_note_updating_multiple_items
       
  1213     {
       
  1214     buf = qtn_nmp_note_updating_name;
       
  1215     }
       
  1216 
       
  1217 // -----------------------------------------------------------------------------
       
  1218 // r_mpx_collection_note_updating_item
       
  1219 // wait note text for updating single item
       
  1220 // -----------------------------------------------------------------------------
       
  1221 //
       
  1222 RESOURCE TBUF r_mpx_collection_note_updating_item
       
  1223     {
       
  1224     buf = qtn_nmp_note_updating_name1;
       
  1225     }
       
  1226 
       
  1227 // -----------------------------------------------------------------------------
       
  1228 // r_mpx_collection_info_file_not_found
       
  1229 // info note for file not found
       
  1230 // -----------------------------------------------------------------------------
       
  1231 //
       
  1232 RESOURCE TBUF r_mpx_collection_info_file_not_found
       
  1233     {
       
  1234     buf = qtn_mp_note_broken_file;
       
  1235     }
       
  1236 
       
  1237 // -----------------------------------------------------------------------------
       
  1238 // r_mpx_collection_query_send_invalid_songs_txt
       
  1239 // -----------------------------------------------------------------------------
       
  1240 //
       
  1241 RESOURCE TBUF r_mpx_collection_query_send_invalid_songs_txt
       
  1242     {
       
  1243     buf = qtn_nmp_query_send_valid_songs1;
       
  1244     }
       
  1245 
       
  1246 // -----------------------------------------------------------------------------
       
  1247 // r_mpx_collection_send_all_invalid_songs_note_txt
       
  1248 // -----------------------------------------------------------------------------
       
  1249 //
       
  1250 RESOURCE TBUF r_mpx_collection_send_all_invalid_songs_note_txt
       
  1251     {
       
  1252     buf = qtn_nmp_note_nothing_to_send;
       
  1253     }
       
  1254 
       
  1255 // -----------------------------------------------------------------------------
       
  1256 // r_mpx_collection_category_artist_lbx_emptytext
       
  1257 // -----------------------------------------------------------------------------
       
  1258 //
       
  1259 RESOURCE TBUF r_mpx_collection_artist_lbx_emptytext
       
  1260     {
       
  1261     buf = qtn_nmp_no_artists_editor;
       
  1262     }
       
  1263 
       
  1264 // -----------------------------------------------------------------------------
       
  1265 // r_mpx_collection_album_lbx_emptytext
       
  1266 // -----------------------------------------------------------------------------
       
  1267 //
       
  1268 RESOURCE TBUF r_mpx_collection_album_lbx_emptytext
       
  1269     {
       
  1270     buf = qtn_nmp_no_albums_editor;
       
  1271     }
       
  1272 
       
  1273 // -----------------------------------------------------------------------------
       
  1274 // r_mpx_collection_genre_lbx_emptytext
       
  1275 // -----------------------------------------------------------------------------
       
  1276 //
       
  1277 RESOURCE TBUF r_mpx_collection_genre_lbx_emptytext
       
  1278     {
       
  1279     buf = qtn_nmp_no_genres_editor;
       
  1280     }
       
  1281 
       
  1282 // -----------------------------------------------------------------------------
       
  1283 // r_mpx_collection_composer_lbx_emptytext
       
  1284 // -----------------------------------------------------------------------------
       
  1285 //
       
  1286 RESOURCE TBUF r_mpx_collection_composer_lbx_emptytext
       
  1287     {
       
  1288     buf = qtn_nmp_no_composers_editor;
       
  1289     }
       
  1290 
       
  1291 // -----------------------------------------------------------------------------
       
  1292 // r_mpx_collection_songs_lbx_emptytext
       
  1293 // -----------------------------------------------------------------------------
       
  1294 //
       
  1295 RESOURCE TBUF r_mpx_collection_song_lbx_emptytext
       
  1296     {
       
  1297     buf = qtn_nmp_no_songs_editor;
       
  1298     }
       
  1299 
       
  1300 // -----------------------------------------------------------------------------
       
  1301 // r_mpx_collection_note_rename_with_invalid
       
  1302 // -----------------------------------------------------------------------------
       
  1303 //
       
  1304 RESOURCE TBUF r_mpx_collection_note_rename_with_invalid
       
  1305     {
       
  1306     buf = qtn_nmp_note_rename_with_invalid;
       
  1307     }
       
  1308 
       
  1309 // -----------------------------------------------------------------------------
       
  1310 // r_mpx_collection_note_empty_playlist
       
  1311 // -----------------------------------------------------------------------------
       
  1312 //
       
  1313 RESOURCE TBUF r_mpx_collection_note_empty_playlist
       
  1314     {
       
  1315     buf = qtn_nmp_note_empty_playlist;
       
  1316     }
       
  1317 
       
  1318 // -----------------------------------------------------------------------------
       
  1319 // r_mpx_menu_play_via_on_device
       
  1320 // Text used when Play via sub menu opens
       
  1321 // This is local player type name
       
  1322 // -----------------------------------------------------------------------------
       
  1323 //
       
  1324 RESOURCE TBUF r_mpx_menu_play_via_on_device
       
  1325     {
       
  1326     buf = qtn_nmp_options_play_device;
       
  1327     }
       
  1328     
       
  1329 // -----------------------------------------------------------------------------
       
  1330 // r_mpx_menu_play_via_home_net
       
  1331 // Text used when Play via sub menu opens
       
  1332 // This is remote player type name
       
  1333 // -----------------------------------------------------------------------------
       
  1334 //
       
  1335 RESOURCE TBUF r_mpx_menu_play_via_home_net
       
  1336     {
       
  1337     buf = qtn_nmp_options_play_homenet;
       
  1338     }
       
  1339 
       
  1340 // -----------------------------------------------------------------------------
       
  1341 // r_mpx_collection_note_remote_connection_failed
       
  1342 // Text used when a remote connection failed and player reverts to Local
       
  1343 // -----------------------------------------------------------------------------
       
  1344 //
       
  1345 RESOURCE TBUF r_mpx_collection_note_remote_connection_failed
       
  1346     {
       
  1347     buf = qtn_nmp_note_remote_connection_failed;
       
  1348     }
       
  1349 
       
  1350 // -----------------------------------------------------------------------------
       
  1351 // r_mpx_qtn_nmp_del_batch_songs_wait_note
       
  1352 // Text for group deletion wait note.
       
  1353 // -----------------------------------------------------------------------------
       
  1354 //
       
  1355 RESOURCE TBUF r_mpx_qtn_nmp_del_batch_songs_wait_note
       
  1356     {
       
  1357     buf = qtn_nmp_del_batch_songs_wait_note;
       
  1358     }
       
  1359 
       
  1360     
       
  1361 //------------------------------------------------------------------------------
       
  1362 // r_mpx_progress_note
       
  1363 // Generic Progress note.      
       
  1364 //------------------------------------------------------------------------------
       
  1365 //
       
  1366 RESOURCE DIALOG r_mpx_progress_note
       
  1367     {
       
  1368     flags = EAknProgressNoteFlags;
       
  1369     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
  1370     items =
       
  1371         {
       
  1372         DLG_LINE
       
  1373             {
       
  1374             type = EAknCtNote;
       
  1375             id = 0x1000;
       
  1376             control = AVKON_NOTE
       
  1377                 {
       
  1378                 layout = EProgressLayout;
       
  1379                 };
       
  1380             }
       
  1381         };
       
  1382     }
       
  1383 
       
  1384 // End of File