videocollection/hgmyvideos/data/vcxhgmyvideos.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 21 Jun 2010 15:43:03 +0300
branchRCL_3
changeset 18 baf439b22ddd
parent 15 8f0df5c82986
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

/*
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:   Resource file definition for hgmyvideos*
*/




//  RESOURCE IDENTIFIER
NAME    VCHG // 4 letter ID

#include <bldvariant.hrh>
#include <eikon.rh>
#include <eikon.rsg>
#include <avkon.rh>
#include <avkon.hrh>
#include <avkon.rsg>
#include <avkon.loc>
#include <avkon.mbg>
#include <CommonDialogs.hrh>
#include <CommonDialogs.rh>
#ifdef RD_VIDEO_AS_RINGING_TONE
#include <AiwCommon.hrh>
#include <AiwCommon.rh>
#endif

#include <vcxhgmyvideos.mbg>

#include "vcxhgmyvideos.hrh"
#include <ipvideo.loc>

// RESOURCE DEFINITIONS 

RESOURCE RSS_SIGNATURE { }

// -----------------------------------------------------------------------------
// DRM related rerouces are in own file for clarity.
// -----------------------------------------------------------------------------
//
#include "vcxhgmyvideosdrm.rss"

// -----------------------------------------------------------------------------
// Defines My Videos main view.
// -----------------------------------------------------------------------------
//
RESOURCE AVKON_VIEW r_vcxhgmyvideos_mainview
    {
    menubar = r_vcxhgmyvideos_mainview_menubar;
    cba = r_vcxhgmyvideos_softkeys_options_back__open;
    }

// -----------------------------------------------------------------------------
// Main view menu title definition.
// -----------------------------------------------------------------------------
//
RESOURCE MENU_BAR r_vcxhgmyvideos_mainview_menubar
    {
    titles =
        {
        MENU_TITLE 
            { 
            menu_pane = r_vcxhgmyvideos_mainview_menu; 
            }
        };
    }

// -----------------------------------------------------------------------------
// Main view "Options" menu definition.
// -----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_vcxhgmyvideos_mainview_menu 
    {
    items =
        {
        MENU_ITEM 
            { 
            command = EVcxHgMyVideosCmdOpen; 
            txt = qtn_iptv_open_folder;
            flags = EEikMenuItemAction;
	    },
        MENU_ITEM 
            { 
            command = EVcxHgMyVideosCmdPlay; 
            txt = qtn_iptv_play;
            flags = EEikMenuItemAction;
	    },
        MENU_ITEM 
            { 
            command = EVcxHgMyVideosCmdDelete; 
            txt = qtn_iptv_delete_video_clip;
            flags = EEikMenuItemSpecific;
            },
        MENU_ITEM 
            { 
            command = EVcxHgMyVideosCmdVideoDetails;
            txt = qtn_iptv_video_details;
            flags = EEikMenuItemSpecific;
            },
        MENU_ITEM 
            { 
            command = EVcxHgMyVideosCmdCopy; 
            txt = qtn_iptv_copy_submenu;
            flags = EEikMenuItemSpecific;
            },
        MENU_ITEM
            {
            command = EVcxHgMyVideosCmdMove; 
            txt = qtn_iptv_move_submenu;
            flags = EEikMenuItemSpecific;
            },    
        MENU_ITEM 
            { 
            command = EVcxHgMyVideosCmdShowViaHomenet;
            txt = qtn_iptv_show_via_homenet;
            },
        MENU_ITEM 
            { 
            command = EVcxHgMyVideosCmdStopShowViaHomenet;
            txt = qtn_iptv_stop_showing;
            },
        MENU_ITEM 
            {
            command = EVcxHgMyVideosCmdMemoryStatus;
            txt = qtn_iptv_memory_status;
            },
        MENU_ITEM 
            { 
            command = EVcxHgMyVideosCmdSortSubMenu; 
            cascade = r_vcxhgmyvideos_sort_submenu;
            txt = qtn_iptv_sort_by; 
            },
        MENU_ITEM 
            { 
            command = EVcxHgMyVideosCmdMarkUnmarkSubMenu;
            cascade = r_vcxhgmyvideos_mark_submenu;
            txt = qtn_options_list;
            },
#ifdef RD_VIDEO_AS_RINGING_TONE
            // AIW assign (Use video as)
        MENU_ITEM
            {
            command = EVcxHgMyVideosCmdAiwAssign;
            cascade = r_vcxhgmyvideos_use_as_submenu;
            txt = qtn_vcx_hg_options_use_video_as;
            flags = EEikMenuItemSpecificListQuery;
            },
#endif
        MENU_ITEM 
            { 
            command = EVcxHgMyVideosCmdOpenSettings; 
            txt = qtn_vcx_options_settings;
            },
        MENU_ITEM 
            { 
            command = EVcxHgMyVideosCmdHelp; 
            txt = qtn_options_help;
            },
        MENU_ITEM 
            { 
            command = EVcxHgMyVideosCmdExit; 
            txt = qtn_options_exit;
            }
        };
    }

// -----------------------------------------------------------------------------
// "Sort" submenu definition
// -----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_vcxhgmyvideos_sort_submenu
  {
  items =
      {
      MENU_ITEM
            {
            command = EVcxHgMyVideosCmdSortByDate;
            txt = qtn_iptv_sort_by_date;
            flags = EEikMenuItemRadioStart | EEikMenuItemSymbolOn;
            },
      MENU_ITEM
            {
            command = EVcxHgMyVideosCmdSortByName;
            txt = qtn_iptv_sort_by_name;
            },
      MENU_ITEM
            {
            command = EVcxHgMyVideosCmdSortBySize;
            txt = qtn_iptv_sort_by_size;
            flags = EEikMenuItemRadioEnd;
            }
      };
  }

// -----------------------------------------------------------------------------
// "Mark/Unmark" submenu definition
// -----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_vcxhgmyvideos_mark_submenu
  {
  items =
      {
#ifndef RD_VIDEO_AS_RINGING_TONE            
    MENU_ITEM
         {
         command = EVcxHgMyVideosCmdMarkContext;
         txt = qtn_options_list_mark_one;
         flags = EEikMenuItemSpecific;
         },
#endif            
      MENU_ITEM
          {
          command = EVcxHgMyVideosCmdToggleMultipleMarking;
          txt = qtn_iptv_menuitem_markmultiple;            
          },
      MENU_ITEM
            {
            command = EVcxHgMyVideosCmdMarkAll;
            txt = qtn_options_list_mark_all;
            },
      MENU_ITEM
            {
            command = EVcxHgMyVideosCmdUnmarkAll;
            txt = qtn_options_list_unmark_all;
            }
       };
   }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE CBA r_vcxhgmyvideos_softkeys_options_back__open
    {
    buttons =
        {
        CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
        CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; },
        CBA_BUTTON { id = EAknSoftkeyOpen; txt = qtn_msk_open; }
        };
    }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE CBA_BUTTON r_vcxhgmyvideos_msk_open
    { 
    id = EAknSoftkeyOpen; 
    txt = qtn_msk_open; 
    }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE CBA_BUTTON r_vcxhgmyvideos_rsk_cancel
    { 
    id = EAknSoftkeyCancel; 
    txt = text_softkey_cancel; 
    }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE CBA_BUTTON r_vcxhgmyvideos_rsk_back
    { 
    id = EAknSoftkeyBack; 
    txt = text_softkey_back; 
    }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE CBA_BUTTON r_vcxhgmyvideos_rsk_exit
    { 
    id = EAknSoftkeyExit; 
    txt = text_softkey_exit; 
    }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE CBA_BUTTON r_vcxhgmyvideos_msk_nothing
    { 
    id = EVcxHgMyVideosCmdNothing;
    txt = "";
    }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE CBA_BUTTON r_vcxhgmyvideos_msk_contextmenu
    {
    id = EAknSoftkeyContextOptions;
    txt = text_softkey_option;
    }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE CBA_BUTTON r_vcxhgmyvideos_msk_play
    {
    id = EVcxHgMyVideosCmdPlay;
    txt = qtn_msk_play;
    }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//  
RESOURCE DIALOG r_vcxhgmyvideos_memory_status_message_query
    {
    flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
    buttons = R_AVKON_SOFTKEYS_OK_EMPTY; 
    items =
        {
        DLG_LINE 
            {
            type = EAknCtPopupHeadingPane;
            id = EAknMessageQueryHeaderId;
            control = AVKON_HEADING
                {
                label = qtn_iptv_memory_status_header;
                headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
                };
            },
        DLG_LINE
            {
            type = EAknCtMessageQuery;
            id = EAknMessageQueryContentId;
            control = AVKON_MESSAGE_QUERY
                {
                };
            }
        };
    }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//  
RESOURCE DIALOG r_vcxhgmyvideos_video_details_message_query
    {
    flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
    buttons = R_AVKON_SOFTKEYS_OK_EMPTY; 
    items =
        {
        DLG_LINE 
            {
            type = EAknCtPopupHeadingPane;
            id = EAknMessageQueryHeaderId;
            control = AVKON_HEADING
                {
                label = qtn_iptv_video_details;
                headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
                };
            },
        DLG_LINE
            {
            type = EAknCtMessageQuery;
            id = EAknMessageQueryContentId;
            control = AVKON_MESSAGE_QUERY
                {
                };
            }
        };
    }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//    
RESOURCE DIALOG r_vcxhgmyvideos_delete_confirmation_query
    {
    flags = EGeneralQueryFlags;
    buttons = R_AVKON_SOFTKEYS_YES_NO;
    items =
        {
        DLG_LINE
            {
            type = EAknCtQuery;
            id = EGeneralQuery;
            control = AVKON_CONFIRMATION_QUERY 
                { 
                layout = EConfirmationLayout;
                };
            }
        };
    }  

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//  
RESOURCE DIALOG r_vcxhgmyvideos_deleting_wait_note
    {
    flags = EAknWaitNoteFlags;
    buttons = R_AVKON_SOFTKEYS_CANCEL;
    items=
        {
        DLG_LINE
            {
            type = EAknCtNote;
            id = EGeneralQuery;
            control= AVKON_NOTE 
                { 
                layout = EWaitLayout;
                singular_label = qtn_fldr_deleting_wait_note;
                imagefile = AVKON_BITMAP_FILE;
                imageid = EMbmAvkonQgn_note_erased;
                imagemask = EMbmAvkonQgn_note_erased_mask;
                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
                };
            }
        };
    }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//  
RESOURCE DIALOG r_vcxhgmyvideos_move_wait_note
    {
    flags = EAknWaitNoteFlags;
    buttons = R_AVKON_SOFTKEYS_CANCEL;
    items=
        {
        DLG_LINE
            {
            type = EAknCtNote;
            id = EGeneralQuery;
            control= AVKON_NOTE 
                { 
                layout = EWaitLayout;
                singular_label = ""; // Text is set dynamically.
                imagefile = AVKON_BITMAP_FILE;
                imageid = EMbmAvkonQgn_note_move;
                imagemask = EMbmAvkonQgn_note_move_mask;
                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
                };
            }
        };
    }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//  
RESOURCE DIALOG r_vcxhgmyvideos_copy_wait_note
    {
    flags = EAknWaitNoteFlags;
    buttons = R_AVKON_SOFTKEYS_CANCEL;
    items=
        {
        DLG_LINE
            {
            type = EAknCtNote;
            id = EGeneralQuery;
            control= AVKON_NOTE 
                { 
                layout = EWaitLayout;
                singular_label = ""; // Text is set dynamically.
                imagefile = AVKON_BITMAP_FILE;
                imageid = EMbmAvkonQgn_note_copy;
                imagemask = EMbmAvkonQgn_note_copy_mask;
                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
                };
            }
        };
    }

// --------------------------------------------------------------------------
//
// --------------------------------------------------------------------------
//
RESOURCE MEMORYSELECTIONDIALOG r_vcxhgmyvideos_memory_selection_dialog
    {
    softkey_1 = text_softkey_select;
    softkey_2 = text_softkey_cancel;
    }

#ifdef RD_VIDEO_AS_RINGING_TONE
//------------------------------------------------------------------------------
//
//      r_vcxhgmyvideos_aiw_assign_interest
//      AIW interest criteria for "Use video as" menu
//
//------------------------------------------------------------------------------
//
RESOURCE AIW_INTEREST r_vcxhgmyvideos_aiw_assign_interest
    {
    items=
        {
        AIW_CRITERIA_ITEM
            {
            id = EVcxHgMyVideosCmdAiwAssign;
            serviceCmd = KAiwCmdAssign;
            contentType = "*";
            serviceClass = KAiwClassMenu;
            }
        };
    }

//----------------------------------------------------
//
//    r_vcxhgmyvideos_use_as_submenu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_vcxhgmyvideos_use_as_submenu
    {
    items =
        {
        MENU_ITEM
            {
            command = EVcxHgMyVideosCmdAiwAssign;
            txt = "";
            }
        };
    }
#endif

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_video_details_name { buf = qtn_iptv_video_name; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_video_details_size_kb { buf = qtn_iptv_size_kb; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_video_details_size_mb { buf = qtn_iptv_size_mb; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_video_details_size_gb { buf = qtn_iptv_size_gb; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_video_details_author { buf = qtn_iptv_author; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_video_details_copyright { buf = qtn_iptv_copyright; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_free_memory { buf = qtn_iptv_free_memory; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_used_memory { buf = qtn_iptv_used_memory; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_size_kb_short { buf = qtn_iptv_size_kb_short; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_size_mb_short { buf = qtn_iptv_size_mb_short; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_size_gb_short { buf = qtn_iptv_size_gb_short; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_memory_percentage { buf = qtn_iptv_memory_percentage; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_opening_categories { buf = " "; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_opening_videos { buf = " "; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_empty_empty_text { buf = " "; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_no_videos { buf = qtn_iptv_no_videos; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_my_videos_title { buf = qtn_vcx_title_suite; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_one_new_video { buf = qtn_vcx_hg_list_one_new_video; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_n_new_videos { buf = qtn_vcx_hg_list_n_new_videos; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_no_videos_in_category { buf = qtn_vcx_hg_list_no_videos_in_category; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_one_video_in_category { buf = qtn_vcx_hg_list_one_video_in_category; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_videos_in_category { buf = qtn_vcx_hg_list_videos_in_category; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_storage_all_list { buf = qtn_iptv_storage_all_list; }
    
// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_storage_downloads_list { buf = qtn_vcx_hg_storage_downloads_list; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_storage_tv_recordings_list 
    { buf = qtn_iptv_storage_tv_recordings_list; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_storage_captured_list { buf = qtn_vcx_hg_list_storage_captured; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_storage_other_list { buf = qtn_vcx_hg_list_storage_other; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_all_videos_title { buf = qtn_iptv_all_videos_title; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_downloads_title { buf = qtn_vcx_downloads_title; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_tv_recordings_title { buf = qtn_iptv_tv_recordings_title; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_captured_title { buf = qtn_vcx_captured_title; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_other_title { buf = qtn_iptv_other_title; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_list_size_kb { buf = qtn_iptv_list_size_kb; } 

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_size_list_mb { buf = qtn_iptv_size_list_mb; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_size_list_gb { buf = qtn_iptv_size_list_gb; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_video_list_length_sec { buf = qtn_vcx_hg_video_list_length_sec; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_video_list_length_min_sec { buf = qtn_vcx_hg_video_list_length_min_sec; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_vcxhgmyvideos_video_list_length_h_min { buf = qtn_iptv_video_list_length_full; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_vcxhgmyvideos_download_canceled { buf = qtn_iptv_download_canceled; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_vcxhgmyvideos_query_common_conf_delete { buf = qtn_query_common_conf_delete; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_vcxhgmyvideos_fldr_del_items_query { buf = qtn_fldr_del_items_query; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_vcxhgmyvideos_cant_delete_items { buf = qtn_iptv_cant_delete_items; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_vcxhgmyvideos_fldr_cant_delete_file_open { buf = qtn_fldr_cant_delete_file_open; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
// 
RESOURCE TBUF r_vcxhgmyvideos_copying_one { buf = qtn_iptv_copying_one; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
// 
RESOURCE TBUF r_vcxhgmyvideos_copying_many { buf = qtn_iptv_copying_many; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
// 
RESOURCE TBUF r_vcxhgmyvideos_moving_one { buf = qtn_iptv_moving_one; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
// 
RESOURCE TBUF r_vcxhgmyvideos_moving_many { buf = qtn_iptv_moving_many; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
// 
RESOURCE TBUF r_vcxhgmyvideos_fldr_item_cannot_be_copied
    { buf = qtn_fldr_item_cannot_be_copied; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
// 
RESOURCE TBUF r_vcxhgmyvideos_fldr_some_items_cant_copy
    { buf = qtn_fldr_some_items_cant_copy; }    

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
// 
RESOURCE TBUF r_vcxhgmyvideos_fldr_item_cannot_be_moved
    { buf = qtn_fldr_item_cannot_be_moved; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
// 
RESOURCE TBUF r_vcxhgmyvideos_fldr_some_items_cant_move
    { buf = qtn_fldr_some_items_cant_move; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_vcxhgmyvideos_resume_not_possible
    { buf = qtn_iptv_resume_not_possible; }

// -----------------------------------------------------------------------------
//
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_vcxhgmyvideos_last_watched
    { buf = qtn_vcx_hg_list_last_watched; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_vcxhgmyvideos_ovi_store
    { buf =  qtn_vcx_hg_list_ovi_store; }

// -----------------------------------------------------------------------------
// 
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_vcxhgmyvideos_ovi_store_videos
    { buf = qtn_vcx_hg_list_ovi_store_videos; }