diff -r 000000000000 -r 96612d01cf9f videocollection/hgmyvideos/data/vcxhgmyvideos.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/videocollection/hgmyvideos/data/vcxhgmyvideos.rss Mon Jan 18 20:21:12 2010 +0200 @@ -0,0 +1,862 @@ +/* +* 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 +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +#include "vcxhgmyvideos.hrh" +#include + +// 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 = EVcxHgMyVideosCmdResumeDownload; + txt = qtn_iptv_resume_download; + flags = EEikMenuItemSpecific; + }, + MENU_ITEM + { + command = EVcxHgMyVideosCmdCancelDownload; + txt = qtn_iptv_cancel_download; + 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; + }, + // 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; + }, + 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 = + { + 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_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; + } + +//------------------------------------------------------------------------------ +// +// 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 = ""; + } + }; + } + +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// +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_iptv_my_videos_title; } + +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF r_vcxhgmyvideos_one_new_video { buf = qtn_vcx_hg_one_new_video; } + +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF r_vcxhgmyvideos_n_new_videos { buf = qtn_vcx_hg_n_new_videos; } + +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF r_vcxhgmyvideos_no_videos_in_category { buf = qtn_vcx_hg_no_videos_in_category; } + +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF r_vcxhgmyvideos_one_video_in_category { buf = qtn_vcx_hg_one_video_in_category; } + +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF r_vcxhgmyvideos_videos_in_category { buf = qtn_vcx_hg_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_storage_captured_list; } + +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF r_vcxhgmyvideos_storage_other_list { buf = qtn_iptv_storage_other_list; } + +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// +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_video_downloading { buf = qtn_iptv_video_downloading; } + +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF r_vcxhgmyvideos_download_failed { buf = qtn_iptv_download_failed; } + +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF r_vcxhgmyvideos_download_paused { buf = qtn_iptv_download_paused; } + +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// +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_refreshing { buf = qtn_iptv_refreshing; } + +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF r_vcxhgmyvideos_resume_not_possible + { buf = qtn_iptv_resume_not_possible; }