videofeeds/hgvodui/data/vcxhgvodui.rss
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2008 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 the License "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 hgvodui*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 NAME VCVV
       
    21 
       
    22 #include <avkon.rh>
       
    23 #include <avkon.hrh>
       
    24 #include <avkon.rsg>
       
    25 #include <avkon.loc>
       
    26 #include <avkon.mbg>
       
    27 #include <eikon.rh>
       
    28 #include <eikon.rsg>
       
    29 
       
    30 #include <ipvideo.loc>
       
    31 #include "vcxhgvodui.hrh"
       
    32 
       
    33 // ---------------------------------------------------------
       
    34 //   
       
    35 //    Define the resource file signature 
       
    36 //    This resource should be empty.
       
    37 //
       
    38 // ---------------------------------------------------------
       
    39 //
       
    40 RESOURCE RSS_SIGNATURE { }
       
    41 
       
    42 // ---------------------------------------------------------
       
    43 //   
       
    44 //    Define default menu and CBA key.
       
    45 //
       
    46 // ---------------------------------------------------------
       
    47 //
       
    48 
       
    49 RESOURCE AVKON_VIEW r_vcxhg_vod_main_view
       
    50     {
       
    51     menubar = r_vcxhg_vod_serviceview_menubar;
       
    52     cba = r_vcxhg_vod_softkeys_options_back__open;
       
    53     }
       
    54 
       
    55 //----------------------------------------------------  
       
    56 // r_vcx_vod_serviceview_menubar
       
    57 // Menu title definition for service view
       
    58 //----------------------------------------------------
       
    59 //
       
    60 RESOURCE MENU_BAR r_vcxhg_vod_serviceview_menubar
       
    61     {
       
    62     titles=
       
    63         {
       
    64         MENU_TITLE 
       
    65         	{ 
       
    66         	menu_pane = r_vcxhg_vod_serviceview_menu; 
       
    67         	}
       
    68         };
       
    69     }
       
    70 
       
    71 //----------------------------------------------------  
       
    72 // r_vcxhg_vod_categoryview_menubar
       
    73 // Menu title definition for category view
       
    74 //----------------------------------------------------
       
    75 //
       
    76 RESOURCE MENU_BAR r_vcxhg_vod_categoryview_menubar
       
    77     {
       
    78     titles=
       
    79         {
       
    80         MENU_TITLE 
       
    81             { 
       
    82             menu_pane = r_vcxhg_vod_categoryview_menu; 
       
    83             }
       
    84         };
       
    85     }
       
    86 
       
    87 // -----------------------------------------------------------------------------
       
    88 // r_vcxhg_vod_contentview_menubar 
       
    89 // Menu title definition for content view
       
    90 // -----------------------------------------------------------------------------
       
    91 //
       
    92 RESOURCE MENU_BAR r_vcxhg_vod_contentview_menubar
       
    93     {
       
    94     titles =
       
    95         {
       
    96         MENU_TITLE 
       
    97             { 
       
    98             menu_pane = r_vcxhg_vod_contentview_menu; 
       
    99             }
       
   100         };
       
   101     }
       
   102 
       
   103 // -----------------------------------------------------------------------------
       
   104 // r_vcxhg_vod_servicegroupview_menubar 
       
   105 // Menu title definition for content view
       
   106 // -----------------------------------------------------------------------------
       
   107 //
       
   108 RESOURCE MENU_BAR r_vcxhg_vod_servicegroupview_menubar
       
   109     {
       
   110     titles =
       
   111         {
       
   112         MENU_TITLE 
       
   113             { 
       
   114             menu_pane = r_vcxhg_vod_servicegroupview_menu; 
       
   115             }
       
   116         };
       
   117     }
       
   118 
       
   119 // -----------------------------------------------------------------------------
       
   120 // r_vcxhg_vod_serviceview_menu
       
   121 // Service view menu
       
   122 // -----------------------------------------------------------------------------
       
   123 //
       
   124 RESOURCE MENU_PANE r_vcxhg_vod_serviceview_menu
       
   125     {
       
   126     items =
       
   127         {
       
   128         MENU_ITEM
       
   129             { 
       
   130             command = EVcxHgVodServiceOpenCmd; 
       
   131             txt = qtn_iptv_open_feed;
       
   132             flags = EEikMenuItemAction;
       
   133             },
       
   134         
       
   135         MENU_ITEM
       
   136             { 
       
   137             command = EVcxHgVodServiceSubscriptionsCmd; 
       
   138             txt = qtn_iptv_feed_subscriptions;
       
   139             },
       
   140 
       
   141         MENU_ITEM
       
   142             { 
       
   143             command = EVcxHgVodServiceDetailsCmd; 
       
   144             txt = qtn_iptv_feed_details;
       
   145             flags = EEikMenuItemSpecific;
       
   146             },
       
   147             
       
   148         MENU_ITEM
       
   149             { 
       
   150             command = EVcxHgVodServiceRemoveCmd; 
       
   151             txt = qtn_iptv_remove_feed;
       
   152             flags = EEikMenuItemSpecific;
       
   153             },
       
   154         MENU_ITEM
       
   155             { 
       
   156             command = EVcxHgVodServiceAddCmd;
       
   157             cascade = r_vcxhg_vod_feedview_addfeed_submenu; 
       
   158             txt = qtn_iptv_add_feed_submenu;
       
   159             },
       
   160         MENU_ITEM
       
   161             { 
       
   162             command = EVcxHgVodServiceRefreshAllCmd; 
       
   163             txt = qtn_iptv_feed_refresh;
       
   164             },
       
   165         MENU_ITEM
       
   166             { 
       
   167             command = EVcxHgVodServiceManageAccountCmd; 
       
   168             txt = qtn_iptv_manage_account;
       
   169             flags = EEikMenuItemSpecific;
       
   170             },
       
   171         MENU_ITEM
       
   172             {
       
   173             command = EVcxHgVodServiceMoveCmd; 
       
   174             txt = qtn_fldr_move_item;
       
   175             flags = EEikMenuItemSpecific;
       
   176             },
       
   177         MENU_ITEM
       
   178             { 
       
   179             command = EAknCmdHelp; 
       
   180             txt = qtn_options_help;
       
   181             },
       
   182         MENU_ITEM
       
   183             { 
       
   184             command = EAknCmdExit; 
       
   185             txt = qtn_options_exit;
       
   186             }
       
   187         };
       
   188     }
       
   189 
       
   190 // -----------------------------------------------------------------------------
       
   191 // r_vcxhg_vod_categoryview_menu
       
   192 // Category view menu
       
   193 // -----------------------------------------------------------------------------
       
   194 //
       
   195 RESOURCE MENU_PANE r_vcxhg_vod_categoryview_menu
       
   196     {
       
   197     items =
       
   198         {
       
   199         MENU_ITEM
       
   200             { 
       
   201             command = EVcxHgVodCategoryOpenCmd; 
       
   202             txt = qtn_iptv_open_feed;
       
   203             flags = EEikMenuItemAction;
       
   204             },
       
   205         MENU_ITEM
       
   206             {
       
   207             command = EVcxHgVodCategoryScheduleDownloadsCmd; 
       
   208             txt = qtn_iptv_schedule_downloads;
       
   209             },  
       
   210         MENU_ITEM
       
   211             { 
       
   212             command = EAknCmdHelp; 
       
   213             txt = qtn_options_help;
       
   214             },
       
   215         MENU_ITEM
       
   216             { 
       
   217             command = EAknCmdExit; 
       
   218             txt = qtn_options_exit; 
       
   219             }
       
   220         };
       
   221     }
       
   222 // -----------------------------------------------------------------------------
       
   223 // r_vcxhg_vod_content_view_menu
       
   224 // Feed view menu
       
   225 // -----------------------------------------------------------------------------
       
   226 //
       
   227 RESOURCE MENU_PANE r_vcxhg_vod_contentview_menu
       
   228     {
       
   229     items=
       
   230         {
       
   231         MENU_ITEM 
       
   232             { 
       
   233             command=EVcxHgVodContentPlayCmd; 
       
   234             txt = qtn_iptv_play; 
       
   235             flags = EEikMenuItemAction;
       
   236             },
       
   237         MENU_ITEM 
       
   238             { 
       
   239             command=EVcxHgVodContentStartDownloadCmd; 
       
   240             txt = qtn_iptv_download;
       
   241             flags = EEikMenuItemAction;
       
   242             },
       
   243         MENU_ITEM
       
   244             {
       
   245             command=EVcxHgVodContentResumeDownloadCmd; 
       
   246             txt = qtn_iptv_resume_download;
       
   247             flags = EEikMenuItemSpecific;
       
   248             },          
       
   249         MENU_ITEM 
       
   250             { 
       
   251             command=EVcxHgVodContentCancelDownloadCmd; 
       
   252             txt = qtn_iptv_cancel_download; 
       
   253             flags = EEikMenuItemSpecific;
       
   254             },
       
   255         MENU_ITEM 
       
   256             { 
       
   257             command=EVcxHgVodContentNewSearchCmd;
       
   258             txt = qtn_iptv_new_search; 
       
   259             },
       
   260         MENU_ITEM 
       
   261             { 
       
   262             command=EVcxHgVodContentDetailsCmd; 
       
   263             txt = qtn_iptv_video_details; 
       
   264             flags = EEikMenuItemSpecific;
       
   265             },
       
   266         MENU_ITEM 
       
   267             { 
       
   268             command=EVcxHgVodContentSendCmd;
       
   269             cascade = r_vcxhg_vod_contentview_share_link_submenu;
       
   270             txt = qtn_options_send_via; 
       
   271             flags = EEikMenuItemSpecificListQuery;
       
   272             },            
       
   273         MENU_ITEM 
       
   274             { 
       
   275             command=EVcxHgVodContentOpenLinkCmd; 
       
   276             txt = qtn_iptv_open_link;
       
   277             flags = EEikMenuItemSpecific;
       
   278             },
       
   279         MENU_ITEM
       
   280             {
       
   281             command = EVcxHgVodContentScheduleDownloadsCmd; 
       
   282             txt = qtn_iptv_schedule_downloads;
       
   283             },    
       
   284        MENU_ITEM 
       
   285             { 
       
   286             command=EAknCmdHelp; 
       
   287             txt = qtn_options_help; 
       
   288             },
       
   289         MENU_ITEM 
       
   290             { 
       
   291             command=EAknCmdExit; 
       
   292             txt = qtn_options_exit; 
       
   293             }
       
   294         };
       
   295     }
       
   296 
       
   297 //----------------------------------------------------
       
   298 // r_vcxhg_vod_servicegroupview_menu
       
   299 // Service group view menu definition
       
   300 //----------------------------------------------------
       
   301 //
       
   302 RESOURCE MENU_PANE r_vcxhg_vod_servicegroupview_menu
       
   303     {
       
   304     items=
       
   305         {
       
   306         MENU_ITEM 
       
   307             {
       
   308             command = EVcxHgVodServiceGroupOpenCmd;
       
   309             txt = qtn_iptv_open_feed;
       
   310             flags = EEikMenuItemAction;
       
   311             },
       
   312         MENU_ITEM 
       
   313             {
       
   314             command = EAknCmdHelp;
       
   315             txt = qtn_options_help;
       
   316             },
       
   317         MENU_ITEM 
       
   318             {
       
   319             command = EAknCmdExit;
       
   320             txt = qtn_options_exit;
       
   321             }
       
   322         };
       
   323     }
       
   324 
       
   325 //----------------------------------------------------
       
   326 // r_vcxhg_vod_feedview_addfeed_submenu
       
   327 // "Add feed" submenu definition
       
   328 //----------------------------------------------------
       
   329 //
       
   330 RESOURCE MENU_PANE r_vcxhg_vod_feedview_addfeed_submenu
       
   331     {
       
   332     items=
       
   333         {
       
   334         MENU_ITEM 
       
   335             {
       
   336             command = EVcxHgVodServiceAddViaCatalogCmd;
       
   337             txt = qtn_iptv_service_catalog_submenu;
       
   338             },
       
   339         MENU_ITEM 
       
   340             {
       
   341             command = EVcxHgVodServiceAddManuallyCmd;
       
   342             txt = qtn_iptv_insert_address_submenu;
       
   343             }
       
   344         };
       
   345     }
       
   346 
       
   347 //----------------------------------------------------
       
   348 // r_vcxhg_vod_contentview_share_link_submenu
       
   349 // "Send" submenu definition
       
   350 //----------------------------------------------------
       
   351 //
       
   352 RESOURCE MENU_PANE r_vcxhg_vod_contentview_share_link_submenu
       
   353     {
       
   354     items=
       
   355         {
       
   356         MENU_ITEM 
       
   357             {
       
   358             command = EVcxHgVodContentSendViaMsgCmd;
       
   359             txt = qtn_query_send_via_msg;
       
   360             },
       
   361         MENU_ITEM 
       
   362             {
       
   363             command = EVcxHgVodContentSendViaEmailCmd;
       
   364             txt = qtn_query_send_via_email;
       
   365             }
       
   366         };
       
   367     }
       
   368 
       
   369 //----------------------------------------------------
       
   370 // r_vcxhg_vod_send_context_menubar
       
   371 // Context menu title definition for Send functionality
       
   372 //----------------------------------------------------
       
   373 //
       
   374 RESOURCE MENU_BAR r_vcxhg_vod_send_context_menubar
       
   375     {
       
   376     titles=
       
   377         {
       
   378         MENU_TITLE
       
   379             {
       
   380             menu_pane = r_vcxhg_vod_contentview_share_link_submenu;
       
   381             }
       
   382         };
       
   383     }
       
   384 
       
   385 //----------------------------------------------------
       
   386 // r_vcxhg_vod_msk_content_context_menubar
       
   387 // Context menu title definition for content view msk
       
   388 //----------------------------------------------------
       
   389 //
       
   390 RESOURCE MENU_BAR r_vcxhg_vod_msk_content_context_menubar
       
   391     {
       
   392     titles=
       
   393         {
       
   394         MENU_TITLE
       
   395             {
       
   396             menu_pane = r_vcxhg_vod_contentview_context_menu;
       
   397             }
       
   398         };
       
   399     }
       
   400 
       
   401 
       
   402 //----------------------------------------------------
       
   403 // r_vcxhg_vod_contentview_context_menu
       
   404 // MSK context sensitive menu in content view
       
   405 //----------------------------------------------------
       
   406 //
       
   407 RESOURCE MENU_PANE r_vcxhg_vod_contentview_context_menu
       
   408     {
       
   409     items=
       
   410         {
       
   411         MENU_ITEM 
       
   412             {
       
   413             command = EVcxHgVodContentPlayCmd;
       
   414             txt = qtn_iptv_play;
       
   415             },
       
   416         MENU_ITEM 
       
   417             {
       
   418             command = EVcxHgVodContentStartDownloadCmd;
       
   419             txt = qtn_iptv_download;
       
   420             },
       
   421         MENU_ITEM
       
   422             {
       
   423             command=EVcxHgVodContentResumeDownloadCmd; 
       
   424             txt = qtn_iptv_resume_download;
       
   425             },          
       
   426         MENU_ITEM 
       
   427             { 
       
   428             command=EVcxHgVodContentCancelDownloadCmd; 
       
   429             txt = qtn_iptv_cancel_download; 
       
   430             }
       
   431         };
       
   432     }
       
   433 
       
   434 //----------------------------------------------------
       
   435 //    r_vcxhg_vod_softkeys_options_back__open (MSK)
       
   436 //----------------------------------------------------
       
   437 //
       
   438 RESOURCE CBA r_vcxhg_vod_softkeys_options_back__open
       
   439     {
       
   440     buttons =
       
   441         {
       
   442         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   443         CBA_BUTTON {id=EAknSoftkeyBack;    txt = text_softkey_back;},
       
   444         CBA_BUTTON {id=EAknSoftkeyOpen;    txt = qtn_msk_open;}
       
   445         };
       
   446     }
       
   447 
       
   448 //----------------------------------------------------
       
   449 //    r_vcxhg_vod_msk_button_open
       
   450 //----------------------------------------------------
       
   451 //
       
   452 RESOURCE CBA_BUTTON r_vcxhg_vod_msk_button_open
       
   453     {
       
   454     id = EAknSoftkeyOpen;
       
   455     txt = qtn_msk_open;
       
   456     }
       
   457 
       
   458 //----------------------------------------------------
       
   459 //    r_vcxhg_vod_msk_button_download
       
   460 //----------------------------------------------------
       
   461 //
       
   462 RESOURCE CBA_BUTTON r_vcxhg_vod_msk_button_download
       
   463     {
       
   464     id = EVcxHgVodContentStartDownloadCmd;
       
   465     txt = qtn_iptv_softkey_download;
       
   466     }
       
   467 
       
   468 //----------------------------------------------------
       
   469 //    r_vcxhg_vod_msk_button_play
       
   470 //----------------------------------------------------
       
   471 //
       
   472 RESOURCE CBA_BUTTON r_vcxhg_vod_msk_button_play
       
   473     {
       
   474     id = EVcxHgVodContentPlayCmd;
       
   475     txt = qtn_msk_play;
       
   476     }
       
   477 
       
   478 //----------------------------------------------------
       
   479 //    r_vcxhg_vod_msk_button_resume
       
   480 //----------------------------------------------------
       
   481 //
       
   482 RESOURCE CBA_BUTTON r_vcxhg_vod_msk_button_resume
       
   483     {
       
   484     id = EVcxHgVodContentResumeDownloadCmd;
       
   485     txt = qtn_iptv_softkey_resume;
       
   486     }
       
   487 
       
   488 //----------------------------------------------------
       
   489 //    r_vcxhg_vod_msk_button_do_nothing
       
   490 //----------------------------------------------------
       
   491 //
       
   492 RESOURCE CBA_BUTTON r_vcxhg_vod_msk_button_do_nothing
       
   493     {
       
   494     id = EVcxHgVodEmptyMskCmd;
       
   495     txt = "";
       
   496     }
       
   497 
       
   498 //----------------------------------------------------
       
   499 //     r_vcxhg_vod_msk_button_ctxtmenu
       
   500 //----------------------------------------------------
       
   501 //
       
   502 RESOURCE CBA_BUTTON r_vcxhg_vod_msk_button_ctxtmenu
       
   503     {
       
   504     id = EAknSoftkeyContextOptions;
       
   505     txt = text_softkey_option;
       
   506     }
       
   507 
       
   508 // -----------------------------------------------------------------------------
       
   509 // r_vcxhg_vod_remove_feed_query
       
   510 // -----------------------------------------------------------------------------
       
   511 //    
       
   512 RESOURCE DIALOG r_vcxhg_vod_remove_feed_query
       
   513     {
       
   514     flags = EGeneralQueryFlags;
       
   515     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   516     items =
       
   517         {
       
   518         DLG_LINE
       
   519             {
       
   520             type = EAknCtQuery;
       
   521             id = EGeneralQuery;
       
   522             control = AVKON_CONFIRMATION_QUERY 
       
   523                 { 
       
   524                 layout = EConfirmationLayout;
       
   525                 };
       
   526             }
       
   527         };
       
   528     }
       
   529 
       
   530 // -----------------------------------------------------------------------------
       
   531 // r_vcxhg_vod_opening_feeds
       
   532 // -----------------------------------------------------------------------------
       
   533 //  
       
   534 RESOURCE TBUF r_vcxhg_vod_opening_feeds
       
   535     {
       
   536     buf = qtn_vcx_ns_opening_feeds;
       
   537     }
       
   538 
       
   539 // -----------------------------------------------------------------------------
       
   540 // r_vcxhg_vod_feeds_video_directory
       
   541 // -----------------------------------------------------------------------------
       
   542 //  
       
   543 RESOURCE TBUF r_vcxhg_vod_feeds_video_directory
       
   544     {
       
   545     buf = qtn_iptv_video_directory_list;
       
   546     }
       
   547 // -----------------------------------------------------------------------------
       
   548 // r_vcxhg_video_feeds_title
       
   549 // -----------------------------------------------------------------------------
       
   550 //  
       
   551 RESOURCE TBUF r_vcxhg_video_feeds_title
       
   552     {
       
   553     buf = qtn_iptv_video_feeds_title;
       
   554     }
       
   555 
       
   556 // -----------------------------------------------------------------------------
       
   557 // r_vcx_last_update
       
   558 // -----------------------------------------------------------------------------
       
   559 //  
       
   560 RESOURCE TBUF r_vcxhg_last_update
       
   561     {
       
   562     buf = qtn_vcx_hg_last_update;
       
   563     }
       
   564 
       
   565 // -----------------------------------------------------------------------------
       
   566 // r_vcx_updating_feed
       
   567 // -----------------------------------------------------------------------------
       
   568 //  
       
   569 RESOURCE TBUF r_vcxhg_updating_feed
       
   570     {
       
   571     buf = qtn_iptv_updating_feed;
       
   572     }
       
   573 
       
   574 // -----------------------------------------------------------------------------
       
   575 // r_vcx_feed_update_failed
       
   576 // -----------------------------------------------------------------------------
       
   577 //  
       
   578 RESOURCE TBUF r_vcxhg_feed_update_failed
       
   579     {
       
   580     buf = qtn_iptv_feed_update_failed;
       
   581     }
       
   582 
       
   583 // -----------------------------------------------------------------------------
       
   584 // r_vcx_vod_updating_items
       
   585 // -----------------------------------------------------------------------------
       
   586 //  
       
   587 RESOURCE TBUF r_vcxhg_vod_updating_items
       
   588     {
       
   589     //empty list text
       
   590     buf = qtn_vcx_ns_updating_items;
       
   591     }
       
   592 
       
   593 // -----------------------------------------------------------------------------
       
   594 // r_vcx_vod_updating
       
   595 // -----------------------------------------------------------------------------
       
   596 //  
       
   597 RESOURCE TBUF r_vcxhg_vod_updating
       
   598     {
       
   599     //info popup
       
   600     buf = qtn_iptv_updating;
       
   601     }
       
   602 
       
   603 // -----------------------------------------------------------------------------
       
   604 // r_vcxhg_vod_no_data
       
   605 // -----------------------------------------------------------------------------
       
   606 //  
       
   607 RESOURCE TBUF r_vcxhg_vod_no_data
       
   608     {
       
   609     // change
       
   610     buf = qtn_iptv_no_videos;
       
   611     }
       
   612 
       
   613 // -----------------------------------------------------------------------------
       
   614 // r_vcxhg_videosize_gb
       
   615 // -----------------------------------------------------------------------------
       
   616 //  
       
   617 RESOURCE TBUF r_vcxhg_videosize_gb
       
   618     {
       
   619     buf = qtn_iptv_size_list_gb;
       
   620     }
       
   621 
       
   622 // -----------------------------------------------------------------------------
       
   623 // r_vcxhg_videosize_mb
       
   624 // -----------------------------------------------------------------------------
       
   625 //  
       
   626 RESOURCE TBUF r_vcxhg_videosize_mb
       
   627     {
       
   628     buf = qtn_iptv_size_list_mb;
       
   629     }
       
   630 
       
   631 // -----------------------------------------------------------------------------
       
   632 // r_vcxhg_videosize_kb
       
   633 // -----------------------------------------------------------------------------
       
   634 //  
       
   635 RESOURCE TBUF r_vcxhg_videosize_kb
       
   636     {
       
   637     buf = qtn_iptv_list_size_kb;
       
   638     }
       
   639 
       
   640 // -----------------------------------------------------------------------------
       
   641 // r_vcxhg_videolength_full
       
   642 // -----------------------------------------------------------------------------
       
   643 //  
       
   644 RESOURCE TBUF r_vcxhg_videolength_full
       
   645     {
       
   646     buf = qtn_iptv_video_list_length_full;
       
   647     }
       
   648 
       
   649 // -----------------------------------------------------------------------------
       
   650 // r_vcxhg_videolength_min
       
   651 // -----------------------------------------------------------------------------
       
   652 //  
       
   653 RESOURCE TBUF r_vcxhg_videolength_min
       
   654     {
       
   655     buf = qtn_iptv_video_list_length_min;
       
   656     }
       
   657 
       
   658 // -----------------------------------------------------------------------------
       
   659 // r_iptv_video_downloading
       
   660 // -----------------------------------------------------------------------------
       
   661 //  
       
   662 RESOURCE TBUF r_iptv_video_downloading
       
   663     {
       
   664     buf = qtn_iptv_video_downloading;
       
   665     }
       
   666 
       
   667 // -----------------------------------------------------------------------------
       
   668 // r_iptv_video_downloaded
       
   669 // -----------------------------------------------------------------------------
       
   670 //  
       
   671 RESOURCE TBUF r_iptv_video_downloaded
       
   672     {
       
   673     buf = qtn_iptv_video_downloaded;
       
   674     }
       
   675 
       
   676 // -----------------------------------------------------------------------------
       
   677 // r_iptv_download_paused
       
   678 // -----------------------------------------------------------------------------
       
   679 //  
       
   680 RESOURCE TBUF r_iptv_download_paused
       
   681     {
       
   682     buf = qtn_iptv_download_paused;
       
   683     }
       
   684 
       
   685 // -----------------------------------------------------------------------------
       
   686 // r_iptv_download_failed
       
   687 // -----------------------------------------------------------------------------
       
   688 //  
       
   689 RESOURCE TBUF r_iptv_download_failed
       
   690     {
       
   691     buf = qtn_iptv_download_failed;
       
   692     }
       
   693 
       
   694 // -----------------------------------------------------------------------------
       
   695 // r_vcxhg_vod_updated_thumbnails
       
   696 // 
       
   697 // -----------------------------------------------------------------------------
       
   698 //
       
   699 RESOURCE TBUF r_vcxhg_updated_thumbnails
       
   700     {
       
   701     buf = qtn_iptv_updated_thumbnails;
       
   702     }
       
   703 
       
   704 // -----------------------------------------------------------------------------
       
   705 // r_vcxhg_vod_updated_thumbnails
       
   706 // 
       
   707 // -----------------------------------------------------------------------------
       
   708 //
       
   709 RESOURCE TBUF r_vcxhg_updated_thumbnails_one
       
   710     {
       
   711     buf = qtn_iptv_updated_thumbnails_one;
       
   712     }
       
   713 // -----------------------------------------------------------------------------
       
   714 // r_vcxhg_video_search
       
   715 // 
       
   716 // -----------------------------------------------------------------------------
       
   717 //
       
   718 RESOURCE TBUF r_vcxhg_video_search
       
   719     {
       
   720     buf = qtn_vcx_hg_video_search;
       
   721     }
       
   722 
       
   723 // -----------------------------------------------------------------------------
       
   724 // r_vcxhg_search_videos_found_one
       
   725 // 
       
   726 // -----------------------------------------------------------------------------
       
   727 //
       
   728 RESOURCE TBUF r_vcxhg_search_videos_found_one
       
   729     {
       
   730     buf = qtn_vcx_hg_search_videos_found_one;
       
   731     }
       
   732 
       
   733 // -----------------------------------------------------------------------------
       
   734 // r_vcxhg_search_videos_found
       
   735 // 
       
   736 // -----------------------------------------------------------------------------
       
   737 //
       
   738 RESOURCE TBUF r_vcxhg_search_videos_found
       
   739     {
       
   740     buf = qtn_vcx_hg_search_videos_found;
       
   741     }
       
   742 
       
   743 // -----------------------------------------------------------------------------
       
   744 // r_vcxhg_search_query_dlg
       
   745 // 
       
   746 // -----------------------------------------------------------------------------
       
   747 //
       
   748 RESOURCE DIALOG r_vcxhg_search_query_dlg
       
   749     {
       
   750     flags = EGeneralQueryFlags;
       
   751     buttons=R_AVKON_SOFTKEYS_OK_CANCEL;
       
   752     items=
       
   753         {
       
   754         DLG_LINE
       
   755             {
       
   756             type=EAknCtQuery;
       
   757             id=EGeneralQuery;
       
   758             control= AVKON_DATA_QUERY
       
   759                 {
       
   760                 layout = EDataLayout;
       
   761                 label = qtn_iptv_search_query;
       
   762                 control=EDWIN
       
   763                     {
       
   764                     flags=EEikEdwinAutoSelection;
       
   765                     width=6;
       
   766                     lines=1;
       
   767                     };
       
   768                 };
       
   769             }
       
   770         };
       
   771     }
       
   772 
       
   773 // -----------------------------------------------------------------------------
       
   774 // r_vcxhg_searching_wait_note
       
   775 // 
       
   776 // -----------------------------------------------------------------------------
       
   777 //
       
   778 RESOURCE DIALOG r_vcxhg_searching_wait_note
       
   779     {
       
   780     flags = EAknWaitNoteFlags;
       
   781     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   782     items=
       
   783         {
       
   784         DLG_LINE
       
   785             {
       
   786             type = EAknCtNote;
       
   787             id = EGeneralNote;
       
   788             control= AVKON_NOTE 
       
   789                 { 
       
   790                 layout = EWaitLayout;
       
   791                 singular_label = qtn_iptv_searching_wait_note;
       
   792                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   793                 };
       
   794             }
       
   795         };
       
   796     }
       
   797 
       
   798 //------------------------------------------------------------------------------
       
   799 // r_vcxhg_authentication_query
       
   800 // Defines an authentication dialog 
       
   801 //------------------------------------------------------------------------------
       
   802 //
       
   803 RESOURCE DIALOG r_vcxhg_authentication_query
       
   804     {
       
   805     flags = EGeneralQueryFlags;
       
   806     buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
       
   807     items=
       
   808         {
       
   809         DLG_LINE
       
   810             {
       
   811             type = EAknCtMultilineQuery;
       
   812             id = EMultilineFirstLine;
       
   813             control = AVKON_DATA_QUERY
       
   814                 { 
       
   815                 layout = EMultiDataFirstEdwin;
       
   816                 label = qtn_iptv_query_username;
       
   817                 control = EDWIN
       
   818                     {
       
   819                     flags = 0;
       
   820                     width = 5;
       
   821                     lines = 1;
       
   822                     maxlength = 40;
       
   823                     };
       
   824                 };
       
   825             },
       
   826         DLG_LINE
       
   827             {
       
   828             type = EAknCtMultilineQuery;
       
   829             id = EMultilineSecondLine;
       
   830             control = AVKON_DATA_QUERY 
       
   831                 { 
       
   832                 layout = EMultiDataSecondSecEd;
       
   833                 label = qtn_iptv_query_password;
       
   834                 control = SECRETED
       
   835                     {
       
   836                     num_letters = 40;
       
   837                     };
       
   838                 };
       
   839             }
       
   840         };
       
   841     }
       
   842 
       
   843 // -----------------------------------------------------------------------------
       
   844 // r_vcxhg_confirmation_query
       
   845 // Confirmation query with OK softkey
       
   846 // -----------------------------------------------------------------------------
       
   847 //
       
   848 RESOURCE DIALOG r_vcxhg_confirmation_query
       
   849     {
       
   850     flags = EGeneralQueryFlags;
       
   851     buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
       
   852     items =
       
   853         {
       
   854         DLG_LINE
       
   855             {
       
   856             type = EAknCtQuery;
       
   857             id = EGeneralQuery;
       
   858             control= AVKON_CONFIRMATION_QUERY 
       
   859                 { 
       
   860                 layout = EConfirmationLayout;
       
   861                 bmpfile= AVKON_BITMAP_FILE;
       
   862                 bmpid= EMbmAvkonQgn_note_error;
       
   863                 bmpmask= EMbmAvkonQgn_note_error_mask;
       
   864                 };
       
   865             }
       
   866         };
       
   867     }
       
   868 
       
   869 // -----------------------------------------------------------------------------
       
   870 // r_vcxhg_categories_video_list
       
   871 // 
       
   872 // -----------------------------------------------------------------------------
       
   873 //
       
   874 RESOURCE TBUF r_vcxhg_categories_video_list
       
   875     {
       
   876     buf = qtn_vcx_hg_categories_video_list;
       
   877     }
       
   878 
       
   879 // -----------------------------------------------------------------------------
       
   880 // r_vcxhg_videos_in_category
       
   881 // 
       
   882 // -----------------------------------------------------------------------------
       
   883 //
       
   884 RESOURCE TBUF r_vcxhg_videos_in_category
       
   885     {
       
   886     buf = qtn_vcx_hg_videos_in_category;
       
   887     }
       
   888 
       
   889 // -----------------------------------------------------------------------------
       
   890 // r_vcxhg_one_video_in_category
       
   891 // 
       
   892 // -----------------------------------------------------------------------------
       
   893 //
       
   894 RESOURCE TBUF r_vcxhg_one_video_in_category
       
   895     {
       
   896     buf = qtn_vcx_hg_one_video_in_category;
       
   897     }
       
   898 
       
   899 // -----------------------------------------------------------------------------
       
   900 // r_vcxhg_remove_feed_query_txt
       
   901 // 
       
   902 // -----------------------------------------------------------------------------
       
   903 //
       
   904 RESOURCE TBUF r_vcxhg_remove_feed_query_txt
       
   905     {
       
   906     buf = qtn_iptv_remove_feed_confirmation;
       
   907     }
       
   908 
       
   909 // -----------------------------------------------------------------------------
       
   910 // r_vcxhg_title_video_search
       
   911 // 
       
   912 // -----------------------------------------------------------------------------
       
   913 //
       
   914 RESOURCE TBUF r_vcxhg_title_video_search
       
   915     {
       
   916     buf = qtn_vcx_title_video_search;
       
   917     }
       
   918 
       
   919 // -----------------------------------------------------------------------------
       
   920 // r_vcxhg_error_search_failed
       
   921 // 
       
   922 // -----------------------------------------------------------------------------
       
   923 //
       
   924 RESOURCE TBUF r_vcxhg_error_search_failed
       
   925     {
       
   926     buf = qtn_iptv_search_failed;
       
   927     }
       
   928 
       
   929 // -----------------------------------------------------------------------------
       
   930 // r_vcxhg_no_videos_found
       
   931 // 
       
   932 // -----------------------------------------------------------------------------
       
   933 //
       
   934 RESOURCE TBUF r_vcxhg_no_videos_found
       
   935     {
       
   936     buf = qtn_vcx_ns_no_videos_found;
       
   937     }
       
   938 
       
   939 // -----------------------------------------------------------------------------
       
   940 // r_vcxhg_no_videos
       
   941 // 
       
   942 // -----------------------------------------------------------------------------
       
   943 //
       
   944 RESOURCE TBUF r_vcxhg_no_videos
       
   945     {
       
   946     buf = qtn_vcx_ns_no_videos;
       
   947     }
       
   948 
       
   949 // -----------------------------------------------------------------------------
       
   950 // r_vcxhg_invalid_data_received
       
   951 // 
       
   952 // -----------------------------------------------------------------------------
       
   953 //
       
   954 RESOURCE TBUF r_vcxhg_invalid_data_received
       
   955     {
       
   956     buf = qtn_iptv_invalid_data; 
       
   957     }       
       
   958 
       
   959 // -----------------------------------------------------------------------------
       
   960 // r_vcxhg_invalid_access_point
       
   961 // 
       
   962 // -----------------------------------------------------------------------------
       
   963 //
       
   964 RESOURCE TBUF r_vcxhg_invalid_access_point
       
   965     {
       
   966     buf = qtn_iptv_invalid_access_point; 
       
   967     }
       
   968 
       
   969 // -----------------------------------------------------------------------------
       
   970 // r_vcxhg_auth_failed
       
   971 // 
       
   972 // -----------------------------------------------------------------------------
       
   973 //
       
   974 RESOURCE TBUF r_vcxhg_auth_failed
       
   975     {
       
   976     buf = qtn_iptv_authentication_failed;
       
   977     }    
       
   978 
       
   979 // -----------------------------------------------------------------------------
       
   980 // r_vcxhg_invalid_address
       
   981 // 
       
   982 // -----------------------------------------------------------------------------
       
   983 //
       
   984 RESOURCE TBUF r_vcxhg_invalid_address
       
   985     {
       
   986     buf = qtn_iptv_invalid_address; 
       
   987     }
       
   988 
       
   989 // -----------------------------------------------------------------------------
       
   990 // r_vcxhg_content_update_failed
       
   991 // 
       
   992 // -----------------------------------------------------------------------------
       
   993 //
       
   994 RESOURCE TBUF r_vcxhg_content_update_failed
       
   995     {   
       
   996     buf = qtn_iptv_content_update_failed;
       
   997     }
       
   998 
       
   999 // -----------------------------------------------------------------------------
       
  1000 // r_vcxhg_content_update_failed
       
  1001 // 
       
  1002 // -----------------------------------------------------------------------------
       
  1003 //
       
  1004 RESOURCE TBUF r_vcxhg_memory_full
       
  1005     {   
       
  1006     buf = qtn_iptv_memory_full_delete_data;
       
  1007     }
       
  1008 // -----------------------------------------------------------------------------
       
  1009 // r_vcxhgvod_video_details_message_query
       
  1010 // -----------------------------------------------------------------------------
       
  1011 //  
       
  1012 RESOURCE DIALOG r_vcxhgvod_video_details_message_query
       
  1013     {
       
  1014     flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
  1015     buttons = R_AVKON_SOFTKEYS_OK_EMPTY; 
       
  1016     items =
       
  1017         {
       
  1018         DLG_LINE 
       
  1019             {
       
  1020             type = EAknCtPopupHeadingPane;
       
  1021             id = EAknMessageQueryHeaderId;
       
  1022             control = AVKON_HEADING
       
  1023                 {
       
  1024                 label = qtn_iptv_details_header;
       
  1025                 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
  1026                 };
       
  1027             },
       
  1028         DLG_LINE
       
  1029             {
       
  1030             type = EAknCtMessageQuery;
       
  1031             id = EAknMessageQueryContentId;
       
  1032             control = AVKON_MESSAGE_QUERY
       
  1033                 {
       
  1034                 };
       
  1035             }
       
  1036         };
       
  1037     }
       
  1038 
       
  1039 // -----------------------------------------------------------------------------
       
  1040 // 
       
  1041 // -----------------------------------------------------------------------------
       
  1042 //  
       
  1043 RESOURCE TBUF r_vcxhgvod_video_details_name { buf = qtn_iptv_video_name; }
       
  1044 
       
  1045 // -----------------------------------------------------------------------------
       
  1046 // 
       
  1047 // -----------------------------------------------------------------------------
       
  1048 //  
       
  1049 // To be removed, not specified in UI spec for Rel6
       
  1050 RESOURCE TBUF r_vcxhgvod_video_details_length { buf = qtn_iptv_video_length; }
       
  1051 
       
  1052 // -----------------------------------------------------------------------------
       
  1053 // 
       
  1054 // -----------------------------------------------------------------------------
       
  1055 //  
       
  1056 RESOURCE TBUF r_vcxhgvod_video_details_size_kb { buf = qtn_iptv_size_kb; }
       
  1057 
       
  1058 // -----------------------------------------------------------------------------
       
  1059 // 
       
  1060 // -----------------------------------------------------------------------------
       
  1061 //  
       
  1062 RESOURCE TBUF r_vcxhgvod_video_details_size_mb { buf = qtn_iptv_size_mb; }
       
  1063 
       
  1064 // -----------------------------------------------------------------------------
       
  1065 // 
       
  1066 // -----------------------------------------------------------------------------
       
  1067 //  
       
  1068 RESOURCE TBUF r_vcxhgvod_video_details_size_gb { buf = qtn_iptv_size_gb; }
       
  1069 
       
  1070 // -----------------------------------------------------------------------------
       
  1071 // 
       
  1072 // -----------------------------------------------------------------------------
       
  1073 //  
       
  1074 RESOURCE TBUF r_vcxhgvod_video_details_language { buf = qtn_iptv_video_language; }
       
  1075 
       
  1076 // -----------------------------------------------------------------------------
       
  1077 // 
       
  1078 // -----------------------------------------------------------------------------
       
  1079 //  
       
  1080 RESOURCE TBUF r_vcxhgvod_video_details_description { buf = qtn_iptv_video_description; }
       
  1081 
       
  1082 // -----------------------------------------------------------------------------
       
  1083 // 
       
  1084 // -----------------------------------------------------------------------------
       
  1085 //  
       
  1086 RESOURCE TBUF r_vcxhgvod_video_details_author { buf = qtn_iptv_author; }
       
  1087 
       
  1088 // -----------------------------------------------------------------------------
       
  1089 // 
       
  1090 // -----------------------------------------------------------------------------
       
  1091 //  
       
  1092 RESOURCE TBUF r_vcxhgvod_video_details_copyright { buf = qtn_iptv_copyright; }
       
  1093 
       
  1094 // -----------------------------------------------------------------------------
       
  1095 // r_vcxhgvod_feed_details_message_query
       
  1096 // -----------------------------------------------------------------------------
       
  1097 //  
       
  1098 RESOURCE DIALOG r_vcxhgvod_feed_details_message_query
       
  1099     {
       
  1100     flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
  1101     buttons = R_AVKON_SOFTKEYS_OK_EMPTY; 
       
  1102     items =
       
  1103         {
       
  1104         DLG_LINE 
       
  1105             {
       
  1106             type = EAknCtPopupHeadingPane;
       
  1107             id = EAknMessageQueryHeaderId;
       
  1108             control = AVKON_HEADING
       
  1109                 {
       
  1110                 label = qtn_iptv_details_header;
       
  1111                 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
  1112                 };
       
  1113             },
       
  1114         DLG_LINE
       
  1115             {
       
  1116             type = EAknCtMessageQuery;
       
  1117             id = EAknMessageQueryContentId;
       
  1118             control = AVKON_MESSAGE_QUERY
       
  1119                 {
       
  1120                 };
       
  1121             }
       
  1122         };
       
  1123     }
       
  1124 
       
  1125 // ---------------------------------------------------------
       
  1126 // r_vcxhg_vod_serviceview_moving_softkeys
       
  1127 // Feed list softkeys when moving.
       
  1128 // ---------------------------------------------------------
       
  1129 //
       
  1130 RESOURCE CBA r_vcxhg_vod_serviceview_moving_softkeys
       
  1131     {
       
  1132     buttons =
       
  1133         {
       
  1134         CBA_BUTTON{id=EVcxHgVodMovingSoftkeyOk; txt=text_softkey_ok; },
       
  1135         CBA_BUTTON{id=EVcxHgVodMovingSoftkeyCancel; txt=text_softkey_cancel; },
       
  1136         CBA_BUTTON{id=EVcxHgVodMovingSoftkeyOk; txt=""; }
       
  1137         };
       
  1138     }
       
  1139 
       
  1140 // ---------------------------------------------------------
       
  1141 // r_vcxhg_vod_serviceview_moving_softkeys_ok_disabled
       
  1142 // Feed list softkeys when moving, but not allowed to move here.
       
  1143 // ---------------------------------------------------------
       
  1144 //
       
  1145 RESOURCE CBA r_vcxhg_vod_serviceview_moving_softkeys_ok_disabled
       
  1146     {
       
  1147     buttons =
       
  1148         {
       
  1149         CBA_BUTTON{id=EAknSoftkeyEmpty; txt=" "; },
       
  1150         CBA_BUTTON{id=EVcxHgVodMovingSoftkeyCancel; txt=text_softkey_cancel; },
       
  1151         CBA_BUTTON{id=EAknSoftkeyEmpty; txt=" "; }
       
  1152         };
       
  1153     }
       
  1154 
       
  1155 // -----------------------------------------------------------------------------
       
  1156 // 
       
  1157 // -----------------------------------------------------------------------------
       
  1158 //  
       
  1159 RESOURCE TBUF r_vcxhgvod_video_dl_progress
       
  1160     {
       
  1161     buf = qtn_iptv_memory_percentage;
       
  1162     }
       
  1163 
       
  1164 // -----------------------------------------------------------------------------
       
  1165 // 
       
  1166 // -----------------------------------------------------------------------------
       
  1167 //  
       
  1168 RESOURCE TBUF r_vcxhgvod_err_video_missing_from_server
       
  1169     {
       
  1170     buf = qtn_iptv_video_missing_from_server;
       
  1171     }
       
  1172 
       
  1173 // -----------------------------------------------------------------------------
       
  1174 // 
       
  1175 // -----------------------------------------------------------------------------
       
  1176 //  
       
  1177 RESOURCE TBUF r_vcxhgvod_err_memory_full 
       
  1178     {
       
  1179     buf = qtn_iptv_memory_full_delete_data;
       
  1180     }
       
  1181 
       
  1182 // -----------------------------------------------------------------------------
       
  1183 // 
       
  1184 // -----------------------------------------------------------------------------
       
  1185 //  
       
  1186 RESOURCE TBUF r_vcxhgvod_err_invalid_address 
       
  1187     {
       
  1188     buf = qtn_iptv_invalid_data;
       
  1189     }
       
  1190 
       
  1191 // -----------------------------------------------------------------------------
       
  1192 // 
       
  1193 // -----------------------------------------------------------------------------
       
  1194 //  
       
  1195 RESOURCE TBUF r_vcxhgvod_err_download_failed 
       
  1196     {
       
  1197     buf = qtn_iptv_download_failed_note;
       
  1198     }
       
  1199 
       
  1200 
       
  1201 // -----------------------------------------------------------------------------
       
  1202 //
       
  1203 // -----------------------------------------------------------------------------
       
  1204 //
       
  1205 RESOURCE TBUF r_vcxhgvod_download_canceled { buf = qtn_iptv_download_canceled; }
       
  1206 
       
  1207 // -----------------------------------------------------------------------------
       
  1208 // 
       
  1209 // -----------------------------------------------------------------------------
       
  1210 //
       
  1211 RESOURCE TBUF r_vcxhgvod_resume_not_possible
       
  1212     {
       
  1213     buf = qtn_iptv_resume_not_possible;
       
  1214     }