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