mediasettings/feedsettingsviews/rss/vcxnssettingsview.rss
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2007-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 Video Center Settings view*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME	IPST // 4 letter ID
       
    22 
       
    23 //  INCLUDES
       
    24 
       
    25 #include <avkon.rh>
       
    26 #include <avkon.rsg>
       
    27 #include <eikon.rh>
       
    28 #include <eikon.rsg>
       
    29 #include <avkon.loc>
       
    30 #include <avkon.hrh>
       
    31 #include <avkon.mbg>
       
    32 #include <AvkonIcons.hrh>   // AVKON_ICON_FILE( Path to avkon.mbm file )
       
    33 #include <appinfo.rh>
       
    34 #include <data_caging_paths_strings.hrh>
       
    35 #include <bldvariant.hrh>
       
    36 
       
    37 #ifdef RD_MULTIPLE_DRIVE_ENABLERS
       
    38 #include <CommonDialogs.hrh> // Enumerations
       
    39 #include <CommonDialogs.rh>  // Resource structures
       
    40 #endif // RD_MULTIPLE_DRIVE_ENABLERS
       
    41 
       
    42 #include <ipvideo.loc>
       
    43 
       
    44 #include "feedsettingsview.hrh"
       
    45 #include "feedsettingsview.rh"
       
    46 
       
    47 #define POPFIELD_TEXT_WIDTH  8
       
    48 
       
    49 //  RESOURCE DEFINITIONS 
       
    50 
       
    51 RESOURCE RSS_SIGNATURE { }
       
    52 
       
    53 RESOURCE TBUF { buf = "vcnssettingsview"; }
       
    54 
       
    55 // -----------------------------------------------------------------------------
       
    56 //   
       
    57 // r_vcsettingsview_settingsview
       
    58 // Defines my app settings view.
       
    59 //
       
    60 // -----------------------------------------------------------------------------
       
    61 //
       
    62 RESOURCE AVKON_VIEW r_vcsettingsview_settingsview
       
    63     {
       
    64     menubar = r_vcsettingsview_settingsview_menubar;
       
    65     cba = r_vcsettingsview_settingsview_buttons_msk;
       
    66     }
       
    67 
       
    68 // -----------------------------------------------------------------------------
       
    69 //   
       
    70 // r_vcsettingsview_settingsview_menubar
       
    71 // Menu title definition.
       
    72 //
       
    73 // -----------------------------------------------------------------------------
       
    74 //
       
    75 RESOURCE MENU_BAR r_vcsettingsview_settingsview_menubar
       
    76     {
       
    77     titles =
       
    78         {
       
    79         MENU_TITLE 
       
    80             { 
       
    81             menu_pane = r_vcsettingsview_settingsview_menu; 
       
    82             }
       
    83         };
       
    84     }
       
    85 
       
    86 // -----------------------------------------------------------------------------
       
    87 //   
       
    88 // r_vcsettingsview_settingsview_menu
       
    89 // "Options" menu definition
       
    90 //
       
    91 // -----------------------------------------------------------------------------
       
    92 //
       
    93 RESOURCE MENU_PANE r_vcsettingsview_settingsview_menu 
       
    94     {
       
    95     items =
       
    96         {
       
    97         //
       
    98         // For settings view: Open, Change.
       
    99         //
       
   100         MENU_ITEM
       
   101             { 
       
   102             command = EVcSettingsViewCmdOpen; 
       
   103             txt = qtn_iptv_open_service_selection_setting;
       
   104             flags = EEikMenuItemAction;
       
   105             },
       
   106         MENU_ITEM 
       
   107             { 
       
   108             command = EVcSettingsViewCmdChange; 
       
   109             txt = qtn_iptv_change_setting;
       
   110             flags = EEikMenuItemAction;
       
   111             },  
       
   112         //
       
   113         // Common parts of video service selection.
       
   114         //
       
   115         MENU_ITEM 
       
   116             { 
       
   117             command = EVcSettingsServiceCmdMark; 
       
   118             txt = qtn_iptv_mark_service;
       
   119             flags = EEikMenuItemAction;
       
   120             },
       
   121         MENU_ITEM 
       
   122             { 
       
   123             command = EVcSettingsServiceCmdUnmark; 
       
   124             txt = qtn_iptv_unmark_service;
       
   125             flags = EEikMenuItemAction;
       
   126             },
       
   127         //
       
   128         // Video service selection: Vod service selection
       
   129         // Video service details, Edit video service, Remove video service, Add video service
       
   130         //                    
       
   131         MENU_ITEM 
       
   132             { 
       
   133             command = EVcSettingsServiceCmdVodDetails; 
       
   134             txt = qtn_iptv_feed_details;
       
   135             flags = EEikMenuItemSpecific;
       
   136             },
       
   137         MENU_ITEM 
       
   138             { 
       
   139             command = EVcSettingsServiceCmdVodEdit; 
       
   140             txt = qtn_iptv_edit_feed;
       
   141             flags = EEikMenuItemSpecific;
       
   142             },
       
   143         MENU_ITEM 
       
   144             { 
       
   145             command = EVcSettingsServiceCmdVodRemove; 
       
   146             txt = qtn_iptv_remove_feed;
       
   147             flags = EEikMenuItemSpecific;
       
   148             },
       
   149         MENU_ITEM 
       
   150             { 
       
   151             command = EVcSettingsServiceCmdVodAdd; 
       
   152             txt = qtn_iptv_add_feed;
       
   153             },
       
   154         //
       
   155         // Video service selection: Vodcast service selection
       
   156         // Feed details, Edit feed, Remove feed, Add feed
       
   157         //
       
   158         MENU_ITEM 
       
   159             { 
       
   160             command = EVcSettingsServiceCmdVodcastDetails; 
       
   161             txt = qtn_iptv_feed_details;
       
   162             flags = EEikMenuItemSpecific;
       
   163             },
       
   164         MENU_ITEM 
       
   165             { 
       
   166             command = EVcSettingsServiceCmdVodcastEdit; 
       
   167             txt = qtn_iptv_edit_feed;
       
   168             flags = EEikMenuItemSpecific;
       
   169             },
       
   170         MENU_ITEM 
       
   171             { 
       
   172             command = EVcSettingsServiceCmdVodcastRemove; 
       
   173             txt = qtn_iptv_remove_feed;
       
   174             flags = EEikMenuItemSpecific;
       
   175             },
       
   176         MENU_ITEM 
       
   177             { 
       
   178             command = EVcSettingsServiceCmdVodcastAdd; 
       
   179             txt = qtn_iptv_add_feed;
       
   180             },
       
   181         //
       
   182         // Video service selection: Web link service selection
       
   183         // Web link details, Remove web link
       
   184         //
       
   185         MENU_ITEM 
       
   186             {
       
   187             command = EVcSettingsServiceCmdWebLinkDetails; 
       
   188             txt = qtn_iptv_web_link_details;
       
   189             flags = EEikMenuItemSpecific;
       
   190             },
       
   191         MENU_ITEM 
       
   192             {
       
   193             command = EVcSettingsServiceCmdWebLinkRemove; 
       
   194             txt = qtn_iptv_remove_web_link;
       
   195             flags = EEikMenuItemSpecific;
       
   196             },
       
   197         //
       
   198         // For Add service view: Change.
       
   199         //
       
   200         MENU_ITEM
       
   201             {
       
   202             command = EVcSettingsViewAddServiceCmdChange;
       
   203             txt = qtn_iptv_change_setting;
       
   204             flags = EEikMenuItemAction;
       
   205             },
       
   206         //
       
   207         // Common: Help, Exit
       
   208         //
       
   209         MENU_ITEM 
       
   210             { 
       
   211             command = EVcSettingsViewCmdHelp; 
       
   212             txt = qtn_options_help;
       
   213             },
       
   214         MENU_ITEM 
       
   215             { 
       
   216             command = EVcSettingsViewCmdExit; 
       
   217             txt = qtn_options_exit; 
       
   218             }
       
   219         };
       
   220     }
       
   221 
       
   222 //----------------------------------------------------------------------------
       
   223 // r_vcsettingsview_addservice_list
       
   224 // Add/Edit service: Setting item list
       
   225 //----------------------------------------------------------------------------
       
   226 //
       
   227 RESOURCE AVKON_SETTING_ITEM_LIST r_vcsettingsview_addservice_list
       
   228     {
       
   229     items =
       
   230         {
       
   231         AVKON_SETTING_ITEM
       
   232             {
       
   233             identifier = EVcSettingsViewAddServiceServiceNameItem;
       
   234             setting_page_resource = r_vcsettingsview_addservice_servicename_page;
       
   235             name = qtn_iptv_service_name;
       
   236             },        
       
   237         AVKON_SETTING_ITEM
       
   238             {
       
   239             identifier = EVcSettingsViewAddServiceAddressItem;
       
   240             setting_page_resource = r_vcsettingsview_addservice_address_page;
       
   241             name = qtn_iptv_service_address;
       
   242             }
       
   243         };
       
   244     }
       
   245 
       
   246 // -----------------------------------------------------------------------------
       
   247 // r_vcsettingsview_addservice_servicename_page
       
   248 // Add/Edit service: Name page
       
   249 // -----------------------------------------------------------------------------
       
   250 //
       
   251 RESOURCE AVKON_SETTING_PAGE r_vcsettingsview_addservice_servicename_page
       
   252     {
       
   253     type = EEikCtEdwin;
       
   254     editor_resource_id = r_vcsettingsview_addservice_servicename_editor;
       
   255     }
       
   256 
       
   257 // -----------------------------------------------------------------------------
       
   258 // r_vcsettingsview_addservice_address_page
       
   259 // Add/Edit service: Address page
       
   260 // -----------------------------------------------------------------------------
       
   261 //
       
   262 RESOURCE AVKON_SETTING_PAGE r_vcsettingsview_addservice_address_page
       
   263     {
       
   264     type = EEikCtEdwin;
       
   265     editor_resource_id = r_vcsettingsview_addservice_address_editor;
       
   266     }
       
   267 
       
   268 // -----------------------------------------------------------------------------
       
   269 // r_vcsettingsview_addservice_servicename_editor
       
   270 // Add/Edit service: Name editor
       
   271 // -----------------------------------------------------------------------------
       
   272 //
       
   273 RESOURCE EDWIN r_vcsettingsview_addservice_servicename_editor
       
   274     {
       
   275     maxlength = 80;
       
   276     lines = 3;
       
   277     allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode; 
       
   278     default_input_mode = EAknEditorTextInputMode;
       
   279     flags = EEikEdwinAutoSelection | EAknEditorLowerCase | EEikEdwinNoLineOrParaBreaks;
       
   280     }
       
   281 
       
   282 // -----------------------------------------------------------------------------
       
   283 // r_vcsettingsview_addservice_address_editor
       
   284 // Add/Edit service: Address editor
       
   285 // -----------------------------------------------------------------------------
       
   286 //
       
   287 RESOURCE EDWIN r_vcsettingsview_addservice_address_editor
       
   288     {
       
   289     maxlength = 255;
       
   290     lines = 3;
       
   291     special_character_table = R_AVKON_URL_SPECIAL_CHARACTER_TABLE_DIALOG;
       
   292     allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode; 
       
   293     default_input_mode = EAknEditorTextInputMode;
       
   294     default_case = EAknEditorLowerCase;
       
   295     flags = EEikEdwinAutoSelection | EAknEditorLowerCase | EEikEdwinNoLineOrParaBreaks;
       
   296     }
       
   297     
       
   298 // -----------------------------------------------------------------------------
       
   299 // r_vcsettingsview_servicedetails_query
       
   300 // Service details dialog
       
   301 // -----------------------------------------------------------------------------
       
   302 //
       
   303 RESOURCE DIALOG r_vcsettingsview_servicedetails_query
       
   304     {
       
   305     flags = EGeneralQueryFlags;
       
   306     buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
       
   307     items =
       
   308         {
       
   309         DLG_LINE 
       
   310             {
       
   311             type = EAknCtPopupHeadingPane;
       
   312             id = EAknMessageQueryHeaderId;
       
   313             control = AVKON_HEADING
       
   314                 {
       
   315                 label = qtn_iptv_details_header;
       
   316                 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
   317                 };
       
   318             },
       
   319         DLG_LINE
       
   320             {
       
   321             type = EAknCtMessageQuery;
       
   322             id = EAknMessageQueryContentId;
       
   323             control = AVKON_MESSAGE_QUERY
       
   324                 {
       
   325                 };
       
   326             }
       
   327         };
       
   328     }
       
   329 
       
   330 // ---------------------------------------------------------
       
   331 // r_vcsettingsview_softkeys_remove_cancel
       
   332 // CBA buttons for r_vcsettingsview_remove_service_query
       
   333 //
       
   334 // ---------------------------------------------------------
       
   335 //
       
   336 RESOURCE CBA r_vcsettingsview_softkeys_remove_cancel
       
   337     {
       
   338     buttons =
       
   339         {
       
   340         CBA_BUTTON 
       
   341             {
       
   342             id = EAknSoftkeyOk; 
       
   343             txt = qtn_iptv_remove_softkey;
       
   344             },
       
   345         AVKON_CBA_BUTTON
       
   346             {
       
   347             id = EAknSoftkeyCancel;
       
   348             txt = text_softkey_cancel;
       
   349             }
       
   350         };
       
   351     }
       
   352 
       
   353 //------------------------------------------------------------------------------
       
   354 //
       
   355 //    r_vcsettingsview_remove_service_query
       
   356 //
       
   357 //------------------------------------------------------------------------------
       
   358 //
       
   359 RESOURCE DIALOG r_vcsettingsview_remove_service_query
       
   360     {
       
   361     flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
   362     buttons = r_vcsettingsview_softkeys_remove_cancel;
       
   363     items =
       
   364         {
       
   365         DLG_LINE 
       
   366             {
       
   367             type = EAknCtPopupHeadingPane;
       
   368             id = EAknMessageQueryHeaderId;
       
   369             control = AVKON_HEADING
       
   370                 {
       
   371                 label = qtn_iptv_remove_service_header;
       
   372                 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
   373                 };
       
   374             },
       
   375         DLG_LINE
       
   376             {
       
   377             type = EAknCtMessageQuery;
       
   378             id = EAknMessageQueryContentId;
       
   379             control = AVKON_MESSAGE_QUERY
       
   380                 {
       
   381                 };
       
   382             }
       
   383         };
       
   384     }
       
   385 
       
   386 // ----------------------------------------------------------------------------
       
   387 // r_vcsettingsview_remove_service_with_account
       
   388 // ----------------------------------------------------------------------------
       
   389 //    
       
   390 RESOURCE TBUF r_vcsettingsview_remove_service_with_account
       
   391     {
       
   392     buf = qtn_iptv_remove_service_with_account;
       
   393     }
       
   394     
       
   395 // ----------------------------------------------------------------------------
       
   396 // r_vcsettingsview_link_account
       
   397 // ----------------------------------------------------------------------------
       
   398 //
       
   399 RESOURCE TBUF r_vcsettingsview_link_account
       
   400     {
       
   401     buf = qtn_iptv_link_account;
       
   402     }
       
   403 
       
   404 // -----------------------------------------------------------------------------
       
   405 // r_vcsettingsview_delete_confirmation_query
       
   406 // -----------------------------------------------------------------------------
       
   407 //    
       
   408 RESOURCE DIALOG r_vcsettingsview_delete_confirmation_query
       
   409 	{
       
   410 	flags = EGeneralQueryFlags;
       
   411 	buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   412 	items =
       
   413 		{
       
   414 		DLG_LINE
       
   415 			{
       
   416 			type = EAknCtQuery;
       
   417 			id = EGeneralQuery;
       
   418 			control = AVKON_CONFIRMATION_QUERY 
       
   419 				{ 
       
   420 				layout = EConfirmationLayout;
       
   421 				};
       
   422 			}
       
   423 		};
       
   424 	}  
       
   425 
       
   426 // -----------------------------------------------------------------------------
       
   427 // r_vcsettingsview_confirmation_query
       
   428 // Confirmation query with OK softkey
       
   429 // -----------------------------------------------------------------------------
       
   430 //
       
   431 RESOURCE DIALOG r_vcsettingsview_confirmation_query
       
   432     {
       
   433     flags = EGeneralQueryFlags;
       
   434     buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
       
   435     items =
       
   436         {
       
   437         DLG_LINE
       
   438             {
       
   439             type = EAknCtQuery;
       
   440             id = EGeneralQuery;
       
   441             control= AVKON_CONFIRMATION_QUERY 
       
   442                 { 
       
   443                 layout = EConfirmationLayout;
       
   444                 bmpfile= AVKON_BITMAP_FILE;
       
   445                 bmpid= EMbmAvkonQgn_note_error;
       
   446                 bmpmask= EMbmAvkonQgn_note_error_mask;
       
   447                 };
       
   448             }
       
   449         };
       
   450     }
       
   451 
       
   452 //----------------------------------------------------------------------------
       
   453 //
       
   454 // VIDEO SERVICE SELECTION LIST BOX
       
   455 //
       
   456 //----------------------------------------------------------------------------
       
   457 //
       
   458 RESOURCE LISTBOX r_vcsettingsview_serviceselection_list
       
   459     {
       
   460     flags = EAknListBoxMultiselectionList;    
       
   461     }
       
   462 
       
   463 // ---------------------------------------------------------
       
   464 //
       
   465 //    r_checkbox_icons
       
   466 //    Array for check box icons.
       
   467 //
       
   468 // ---------------------------------------------------------
       
   469 //
       
   470 RESOURCE AKN_ICON_ARRAY r_iptv_checkbox_icons
       
   471     {
       
   472     bmpfile = AVKON_ICON_FILE;
       
   473     icons =
       
   474 	    {
       
   475 	    AKN_ICON
       
   476     	    {
       
   477     	    iconId = EMbmAvkonQgn_indi_checkbox_on;
       
   478     	    maskId = EMbmAvkonQgn_indi_checkbox_on_mask;
       
   479     	    },
       
   480     	AKN_ICON
       
   481     	    {
       
   482     	    iconId = EMbmAvkonQgn_indi_checkbox_off;
       
   483     	    maskId = EMbmAvkonQgn_indi_checkbox_off_mask;
       
   484     	    }
       
   485     	};
       
   486     }
       
   487 
       
   488 // ---------------------------------------------------------
       
   489 // r_vcsettingsview_settingview_servicetype_softkeys
       
   490 // Settings UI, Service Type list softkeys.
       
   491 // ---------------------------------------------------------
       
   492 //
       
   493 RESOURCE CBA r_vcsettingsview_settingview_servicetype_softkeys
       
   494     {
       
   495     buttons =
       
   496         {
       
   497         CBA_BUTTON{id=EVcSettingsViewSoftkeySelect; txt=text_softkey_select; },
       
   498         CBA_BUTTON{id=EVcSettingsViewSoftkeyBack; txt=text_softkey_back; },
       
   499         CBA_BUTTON{id=EVcSettingsViewSoftkeySelect; txt=text_softkey_select; }
       
   500         };
       
   501     }
       
   502 
       
   503 // ---------------------------------------------------------
       
   504 // r_vcsettingsview_settingview_setting_subset_softkeys
       
   505 // Settings UI, Service Selection list softkeys.
       
   506 // ---------------------------------------------------------
       
   507 //
       
   508 RESOURCE CBA r_vcsettingsview_settingview_setting_subset_softkeys
       
   509     {
       
   510     buttons =
       
   511         {
       
   512         CBA_BUTTON{id=EAknSoftkeyOptions; txt=text_softkey_option; },
       
   513         CBA_BUTTON{id=EVcSettingsViewSoftkeyDone; txt=text_softkey_done; }
       
   514         };
       
   515     }
       
   516 
       
   517 // ---------------------------------------------------------
       
   518 // r_vcsettingsview_settingview_changepriority_moving_softkeys
       
   519 // Settings UI, Change priority list softkeys when moving.
       
   520 // ---------------------------------------------------------
       
   521 //
       
   522 RESOURCE CBA r_vcsettingsview_settingview_changepriority_moving_softkeys
       
   523     {
       
   524     buttons =
       
   525         {
       
   526         CBA_BUTTON{id=EVcSettingsViewSoftkeyOk; txt=text_softkey_ok; },
       
   527         CBA_BUTTON{id=EVcSettingsViewSoftkeyCancel; txt=text_softkey_cancel; },
       
   528         CBA_BUTTON{id=EVcSettingsViewSoftkeyOk; txt=""; }
       
   529         };
       
   530     }
       
   531 
       
   532 // ----------------------------------------------------------------------------
       
   533 // r_vcsettingsview_changepriority_list
       
   534 // ----------------------------------------------------------------------------
       
   535 //
       
   536 RESOURCE LISTBOX r_vcsettingsview_changepriority_list
       
   537     {
       
   538     flags = EAknListBoxSelectionList | EAknListBoxMarkableList;
       
   539     }
       
   540 
       
   541 // ----------------------------------------------------------------------------
       
   542 // r_iptv_title
       
   543 // ----------------------------------------------------------------------------
       
   544 //
       
   545 RESOURCE TITLE_PANE r_iptv_title
       
   546     {
       
   547     txt = qtn_vcx_title_suite;
       
   548     }
       
   549 
       
   550 // ----------------------------------------------------------------------------
       
   551 // r_iptv_title_pane_settings_title
       
   552 // ----------------------------------------------------------------------------
       
   553 //
       
   554 RESOURCE TITLE_PANE r_iptv_title_pane_settings_title
       
   555     {
       
   556     txt = qtn_iptv_settings_title;
       
   557     }
       
   558 
       
   559 // ----------------------------------------------------------------------------
       
   560 // r_iptv_service_selection_title
       
   561 // ----------------------------------------------------------------------------
       
   562 //
       
   563 RESOURCE TITLE_PANE r_iptv_service_selection_title
       
   564     {
       
   565     txt = qtn_iptv_service_selection_title;    
       
   566     }
       
   567 
       
   568 // ----------------------------------------------------------------------------
       
   569 // r_iptv_new_service_default
       
   570 // "Default" Default text for a name of new service.
       
   571 // ----------------------------------------------------------------------------
       
   572 //
       
   573 RESOURCE TBUF r_iptv_new_service_default
       
   574     {
       
   575     buf = qtn_iptv_new_service_default;
       
   576     }
       
   577 
       
   578 // ----------------------------------------------------------------------------
       
   579 // r_iptv_remove_service_confirmation
       
   580 // "Remove video service %U?"
       
   581 // ----------------------------------------------------------------------------
       
   582 //
       
   583 RESOURCE TBUF r_iptv_remove_service_confirmation
       
   584     {
       
   585     buf = qtn_iptv_remove_service_confirmation;
       
   586     }
       
   587 
       
   588 // -----------------------------------------------------------------------------  
       
   589 // r_iptv_conf_deactivate_reminders
       
   590 // -----------------------------------------------------------------------------
       
   591 //
       
   592 RESOURCE TBUF r_iptv_conf_deactivate_reminders
       
   593     {
       
   594     buf = qtn_iptv_conf_deactivate_reminders;
       
   595     }
       
   596 
       
   597 // ----------------------------------------------------------------------------
       
   598 // r_iptv_remove_feed_confirmation
       
   599 // "Remove feed %U?"
       
   600 // ----------------------------------------------------------------------------
       
   601 //
       
   602 RESOURCE TBUF r_iptv_remove_feed_confirmation
       
   603     {
       
   604     buf = qtn_iptv_remove_feed_confirmation;
       
   605     }
       
   606 
       
   607 // ----------------------------------------------------------------------------
       
   608 // r_iptv_remove_web_link_confirmation
       
   609 // "Remove web link %U?"
       
   610 // ----------------------------------------------------------------------------
       
   611 //
       
   612 RESOURCE TBUF r_iptv_remove_web_link_confirmation
       
   613     {
       
   614     buf = qtn_iptv_remove_web_link_confirmation;
       
   615     }
       
   616 
       
   617 // ----------------------------------------------------------------------------
       
   618 // r_iptv_no_video_services
       
   619 // "No services"
       
   620 // ----------------------------------------------------------------------------
       
   621 //
       
   622 RESOURCE TBUF r_iptv_no_video_services
       
   623     {
       
   624     buf = qtn_iptv_no_video_services;
       
   625     }
       
   626 
       
   627 // ----------------------------------------------------------------------------
       
   628 // r_iptv_no_feeds_selected
       
   629 // "No feeds"
       
   630 // ----------------------------------------------------------------------------
       
   631 //
       
   632 RESOURCE TBUF r_iptv_no_feeds_selected
       
   633     {
       
   634     buf = qtn_iptv_no_feeds_selected;
       
   635     }
       
   636 
       
   637 // ----------------------------------------------------------------------------
       
   638 // r_iptv_no_web_links
       
   639 // "No links"
       
   640 // ----------------------------------------------------------------------------
       
   641 //
       
   642 RESOURCE TBUF r_iptv_no_web_links
       
   643     {
       
   644     buf = qtn_iptv_no_web_links;
       
   645     }
       
   646 
       
   647 // ----------------------------------------------------------------------------
       
   648 // r_iptv_query_common_conf_delete
       
   649 // "Delete? nnnnn"
       
   650 // ----------------------------------------------------------------------------
       
   651 //
       
   652 RESOURCE TBUF r_iptv_query_common_conf_delete
       
   653     {
       
   654     buf = qtn_query_common_conf_delete;
       
   655     }
       
   656     
       
   657 // ----------------------------------------------------------------------------
       
   658 // r_iptv_user_defined_service
       
   659 // "User defined service"
       
   660 // ----------------------------------------------------------------------------
       
   661 //
       
   662 RESOURCE TBUF r_iptv_user_defined_service
       
   663     {
       
   664     buf = qtn_iptv_user_defined_service;
       
   665     }
       
   666 
       
   667 // ----------------------------------------------------------------------------
       
   668 // r_iptv_new_service_main
       
   669 // "Add services"
       
   670 // NOTE Replaces provisioned "Add service" text
       
   671 // ----------------------------------------------------------------------------
       
   672 //	
       
   673 RESOURCE TBUF r_iptv_new_service_main
       
   674     {
       
   675     buf = qtn_iptv_new_service_main;
       
   676     }
       
   677         
       
   678 // ----------------------------------------------------------------------------
       
   679 // r_iptv_video_directory_list
       
   680 // "Service directory"
       
   681 // NOTE Replaces provisioned "Service directory" text
       
   682 // ----------------------------------------------------------------------------
       
   683 //	
       
   684 RESOURCE TBUF r_iptv_video_directory_list
       
   685     {
       
   686     buf = qtn_vcx_ns_list_video_directory;
       
   687     }
       
   688 
       
   689 //----------------------------------------------------
       
   690 //
       
   691 // r_vcsettingsview_msk_button_open
       
   692 //
       
   693 //----------------------------------------------------
       
   694 //
       
   695 RESOURCE CBA_BUTTON r_vcsettingsview_msk_button_open
       
   696     {
       
   697     id = EAknSoftkeyOpen;
       
   698     txt = qtn_msk_open;
       
   699     }
       
   700 
       
   701 //----------------------------------------------------
       
   702 //
       
   703 // r_vcsettingsview_msk_button_play
       
   704 //
       
   705 //----------------------------------------------------
       
   706 //
       
   707 RESOURCE CBA_BUTTON r_vcsettingsview_msk_button_play
       
   708     {
       
   709     id = EVcSettingsViewSoftkeyMSKPlay;
       
   710     txt = qtn_msk_play;
       
   711     }
       
   712 
       
   713 //----------------------------------------------------
       
   714 //
       
   715 // r_vcsettingsview_msk_empty
       
   716 //
       
   717 //----------------------------------------------------
       
   718 //
       
   719 RESOURCE CBA_BUTTON r_vcsettingsview_msk_empty
       
   720     {
       
   721     id = EVcSettingsViewSoftkeyMSKDoNothing;
       
   722     txt = " ";
       
   723     }
       
   724 
       
   725 //----------------------------------------------------
       
   726 //
       
   727 // r_vcsettingsview_msk_button_change
       
   728 //
       
   729 //----------------------------------------------------
       
   730 //
       
   731 RESOURCE CBA_BUTTON r_vcsettingsview_msk_button_change
       
   732     {
       
   733     id = EAknSoftkeyChange;
       
   734     txt = qtn_msk_change;
       
   735     }
       
   736 
       
   737 //----------------------------------------------------
       
   738 //
       
   739 // r_vcsettingsview_service_selection_msk_button_unmark
       
   740 //
       
   741 //----------------------------------------------------
       
   742 //
       
   743 RESOURCE CBA_BUTTON r_vcsettingsview_service_selection_msk_button_unmark
       
   744     {
       
   745     id = EVcSettingsServiceCmdUnmark;
       
   746     txt = qtn_msk_unmark;
       
   747     }
       
   748 
       
   749 //----------------------------------------------------
       
   750 //
       
   751 // r_vcsettingsview_service_selection_msk_button_mark
       
   752 //
       
   753 //----------------------------------------------------
       
   754 //
       
   755 RESOURCE CBA_BUTTON r_vcsettingsview_service_selection_msk_button_mark
       
   756     {
       
   757     id = EVcSettingsServiceCmdMark;
       
   758     txt = qtn_msk_mark;
       
   759     }
       
   760 
       
   761 //----------------------------------------------------
       
   762 //
       
   763 // r_vcsettingsview_service_selection_msk_button_select
       
   764 //
       
   765 //----------------------------------------------------
       
   766 //
       
   767 RESOURCE CBA_BUTTON r_vcsettingsview_service_selection_msk_button_select
       
   768     {
       
   769     id = EVcSettingsServiceCmdSelect;
       
   770     txt = qtn_msk_select;
       
   771     }
       
   772       
       
   773 //----------------------------------------------------
       
   774 //
       
   775 //    r_vcsettingsview_settingsview_buttons_msk
       
   776 //
       
   777 //----------------------------------------------------
       
   778 //
       
   779 RESOURCE CBA r_vcsettingsview_settingsview_buttons_msk
       
   780     {
       
   781     buttons =
       
   782         {
       
   783         CBA_BUTTON{id=EAknSoftkeyOptions;            txt = text_softkey_option; },
       
   784         CBA_BUTTON{id=EAknSoftkeyBack;               txt = text_softkey_back; },
       
   785         CBA_BUTTON{id=EAknSoftkeyOpen;               txt = text_softkey_open; }
       
   786         };
       
   787     }    
       
   788 
       
   789 // ----------------------------------------------------------------------------
       
   790 // r_vcsettings_title_pane_settings_title
       
   791 // ----------------------------------------------------------------------------
       
   792 //
       
   793 RESOURCE TITLE_PANE r_vcsettings_title_pane_settings_title
       
   794     {
       
   795     txt = qtn_iptv_settings_title;
       
   796     }
       
   797 
       
   798 //----------------------------------------------------------------------------
       
   799 //
       
   800 // R_VCSETTINGS_GENERALSETTINGS_VIDEOCENTER_CAPTION
       
   801 //
       
   802 //----------------------------------------------------------------------------
       
   803 //
       
   804 RESOURCE TBUF r_vcsettings_generalsettings_videocenter_caption
       
   805     {
       
   806     buf = qtn_vcx_title_suite;
       
   807     }
       
   808 
       
   809 //----------------------------------------------------
       
   810 //   
       
   811 //    r_mpsett_feeds_view_title
       
   812 //    Feeds view's title.
       
   813 //
       
   814 //----------------------------------------------------
       
   815 //-
       
   816 RESOURCE TITLE_PANE r_mpsett_feeds_view_title
       
   817     {
       
   818     txt = qtn_iptv_service_selection_setting;
       
   819     }
       
   820