videoplayback/videoplaybackcontrols/data/mpxvideoplaybackcontrols.rss
author Fionntina Carville <fionntinac@symbian.org>
Mon, 15 Nov 2010 11:50:30 +0000
branchRCL_3
changeset 73 f89a65650939
parent 0 96612d01cf9f
permissions -rw-r--r--
Bug 3539. Update localisation mappings for videoplayer.

/*
* 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 "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 definitions for project mpxvideoplaybackcontrols
*
*/

// Version : %version: 5 %




// RESOURCE NAME IDENTIFIER
NAME    MVPC // 4 letter ID

// INCLUDES
#include <eikon.rh>
#include <avkon.rh>
#include <bldvariant.hrh>

#include <avkon.rsg>

#include <avkon.loc>
#include <mpxvideoplaybackcontrols.loc>

#include <avkon.mbg>
#include <mpxvideoplaybackcontrols.mbg>

// DATA
#define KBITMAPPATH "\\resource\\apps\\mpxvideoplaybackcontrols.mbm"

#define KBITMAPFILE_MBM "mpxvideoplaybackcontrols.mbm"
#define KBITMAPFILE_MIF "mpxvideoplaybackcontrols.mif"

// RESOURCE IDENTIFIER
RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF 
{
    buf = "MPXVideoPlaybackControls";
}

STRUCT AVKON_BUTTONS
{
    STRUCT buttons[];
}

//--------------------------------------------------------------------------------------------------
//
//    r_mpx_video_playback_controls_icons_mbm_file
//
//--------------------------------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_video_playback_controls_icons_mbm_file
{
    buf = KBITMAPFILE_MBM;
}

//--------------------------------------------------------------------------------------------------
//
//    r_mpx_video_playback_controls_icons_mif_file
//
//--------------------------------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_video_playback_controls_icons_mif_file
{
    buf = KBITMAPFILE_MIF;
}

// -------------------------------------------------------------------------------------------------
//
//    r_mpx_video_playback_controls_fake_sk_details
//    Fake Soft Key label: Details
//
// -------------------------------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_video_playback_controls_fake_sk_details
{
    buf = text_softkey_details;
}

// -------------------------------------------------------------------------------------------------
//
//    r_mpx_video_playback_controls_fake_sk_back
//    Fake Soft Key label: back
//
// -------------------------------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_video_playback_controls_fake_sk_back
{
    buf = text_softkey_back;
}

// -------------------------------------------------------------------------------------------------
//
//    r_mpx_loading
//
// -------------------------------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_loading
{
    buf = qtn_mpx_video_wait_loading;
}

// -------------------------------------------------------------------------------------------------
//
//    r_mpx_live_streaming
//    live streaming indicator
//
// -------------------------------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_live_streaming
{
    buf = qtn_mpx_video_live_streaming;
}

// -------------------------------------------------------------------------------------------------
//
//    r_mpx_filename_heading
//    Filename heading
//
// -------------------------------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_filename_heading
{
    buf = qtn_mpx_filename_heading;
}


// -------------------------------------------------------------------------------------------------
//
//    r_mpx_title_heading
//    title heading
//
// -------------------------------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_title_heading
{
    buf = qtn_mpx_title_heading;
}


// -------------------------------------------------------------------------------------------------
//
//    r_mpx_artist_heading
//    artist heading
//
// -------------------------------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_artist_heading
{
    buf = qtn_mpx_artist_heading;
}


// -------------------------------------------------------------------------------------------------
//
//    r_mpx_format_heading
//    format heading
//
// -------------------------------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_format_heading
{
    buf = qtn_mpx_format_heading;
}


// -------------------------------------------------------------------------------------------------
//
//    r_mpx_resolution_heading
//    resolution heading
//
// -------------------------------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_resolution_heading
{
    buf = qtn_mpx_resolution_heading;
}


// -------------------------------------------------------------------------------------------------
//
//    r_mpx_duration_heading
//    duration heading
//
// -------------------------------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_duration_heading
{
    buf = qtn_mpx_duration_heading;
}


// -------------------------------------------------------------------------------------------------
//
//    r_mpx_bitrate_heading
//    bitrate heading
//
// -------------------------------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_bitrate_heading
{
    buf = qtn_mpx_bitrate_heading;
}

// ---------------------------------------------------
//
//    r_mpx_bitrate_units
//
// ---------------------------------------------------
//
RESOURCE TBUF r_mpx_bitrate_units
    {
    buf = qtn_mpx_bitrate_kbps;
    }

// -------------------------------------------------------------------------------------------------
//
//    r_mpx_license_heading
//    license heading
//
// -------------------------------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_license_heading
{
    buf = qtn_mpx_license_heading;
}



// EOF