mpxplugins/viewplugins/views/albumarteditordialog/data/mpxalbumarteditordialog.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:45:05 +0200
changeset 0 ff3acec5bc43
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* Copyright (c) 2006 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 albumart editor dialog
*
*/



// RESOURCE NAME IDENTIFIER
NAME    MXAP // 4 letter ID

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

#include <mpxalbumarteditordialog.loc>
#include "mpxalbumarteditordialog.hrh"


// RESOURCE IDENTIFIER
RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF 
    {
    buf = "";
    }


// RESOURCE DEFINITIONS 

// -----------------------------------------------------------------------------
// r_mpx_cui_collection_album_art_dialog_title
// Album art dialog title.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_cui_collection_album_art_dialog_title
    {
    buf = qtn_nmp_title_album_art;
    }

// -----------------------------------------------------------------------------
// r_mpx_album_art_dlg_title
// Text used for Album art selection dialog title.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_cui_album_art_dlg_title
    {
    buf = qtn_mus_title_select_album_art;
    }

// -----------------------------------------------------------------------------
// r_musicplayer_cui_album_art_dialog_menubar
// Album art dialog menu bar.
// -----------------------------------------------------------------------------
//
RESOURCE MENU_BAR r_mpx_cui_album_art_dialog_menubar
    {
    titles =
        {
        MENU_TITLE
            { 
            menu_pane = r_mpx_cui_album_art_dialog_menu;
            }
        };
    }

// -----------------------------------------------------------------------------
// r_mpx_cui_album_art_dialog_menu
// Album Art dialog menu.
// -----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_mpx_cui_album_art_dialog_menu
    {
    items =
        {
        MENU_ITEM
            {
            command = EMPXCmdAlbumArtEditorDlgChange;
            txt = qtn_options_change;
            },
        MENU_ITEM
            {
            command = EMPXCmdAlbumArtEditorDlgRestore;
            txt = qtn_options_restore_original;
            },
        MENU_ITEM
            {
            command = EMPXCmdAlbumArtEditorDlgHelp;
            txt = qtn_options_help;
            },
	MENU_ITEM
            {
            command = EAknCmdExit;
            txt = qtn_options_exit;
            }
        };
    }

// -----------------------------------------------------------------------------
// r_mpx_cui_change_album_art_confirmation
// Change album art confirmation.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_cui_change_album_art_confirmation
   { 
   buf = qtn_nmp_query_add_art_to_album;
   }

// -----------------------------------------------------------------------------
// r_mpx_cui_restore_album_art_confirmation
// Restore album art confirmation.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_cui_restore_album_art_confirmation
   { 
   buf = qtn_nmp_query_restore_art_to_album;
   }

// -----------------------------------------------------------------------------
// r_mpx_cui_restore_album_art_confirmation_query
// Restore album art confirmation query.
// -----------------------------------------------------------------------------
//
RESOURCE DIALOG r_mpx_cui_restore_album_art_confirmation_query
    {
    flags = EGeneralQueryFlags;
    buttons = R_AVKON_SOFTKEYS_YES_NO;
    items =
        {
        DLG_LINE
            {
            type = EAknCtQuery;
            id = EGeneralQuery;
            control= AVKON_CONFIRMATION_QUERY 
                { 
                layout = EConfirmationQueryLayout;
                };
            }
        };
    }

// -----------------------------------------------------------------------------
// r_mpx_cui_album_art_dialog
// Album art dialog.
// -----------------------------------------------------------------------------
//
RESOURCE DIALOG r_mpx_cui_album_art_dialog
    {
    title="";
    buttons = r_mpx_cui_album_art_softkeys_options_change_back  ;
    flags = EAknDialogGenericFullScreen;
    items = 
        {
        DLG_LINE
            {
            id=EMPXAlbumArtEditorDlgCtrlId;
            type=EMPXAlbumArtEditorDlg;
            } //Image DLG_LINE
        };
    }

// -----------------------------------------------------------------------------
// r_mpx_album_art_layout
// Album art dialog layout.
// -----------------------------------------------------------------------------
//
RESOURCE AVKON_LAYOUT_LABEL r_mpx_cui_album_art_layout
    {
    font = EAknLogicalFontSecondaryFont; C = 0; l = 17; r = 17; B = 100; W = 50; J = ELayoutAlignCenter;
    }

// -----------------------------------------------------------------------------
// r_mpx_cui_album_art_no_art_text
// No album art text.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_cui_album_art_no_art_text
    {
    buf = qtn_nmp_empty_album_art;
    }

// -----------------------------------------------------------------------------
// r_mpx_qtn_nmp_note_opening
// text for opening wait note.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_qtn_nmp_note_opening
    {
    buf = qtn_nmp_note_opening;
    }

// -----------------------------------------------------------------------------
// r_mpx_qtn_nmp_note_restoring_album_art
// text for restoring album art wait note.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_qtn_nmp_note_restoring_album_art
    {
    buf = qtn_nmp_note_restoring_album_art;
    }

// -----------------------------------------------------------------------------
// r_mpx_qtn_nmp_note_adding_album_art
// text for changing album art wait note.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_qtn_nmp_note_adding_album_art
    {
    buf = qtn_nmp_note_adding_album_art;
    }

// -----------------------------------------------------------------------------
// r_mpx_qtn_nmp_note_art_restored
// confirmation text for restoring album art.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_qtn_nmp_note_art_restored
    {
    buf = qtn_nmp_note_art_restored;
    }

// -----------------------------------------------------------------------------
// r_mpx_qtn_nmp_note_art_changed
// confirmation text for changing album art.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_qtn_nmp_note_art_changed
    {
    buf = qtn_nmp_note_art_changed;
    }

// -----------------------------------------------------------------------------
// r_mpx_qtn_nmp_note_change_with_invalid
// information text for change album art with invalid entries.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_qtn_nmp_note_change_with_invalid
    {
    buf = qtn_nmp_note_change_with_invalid;
    }

// -----------------------------------------------------------------------------
// r_mpx_qtn_nmp_note_restore_with_invalid
// information text for restore album art with invalid entries.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_qtn_nmp_note_restore_with_invalid
    {
    buf = qtn_nmp_note_restore_with_invalid;
    }

// -----------------------------------------------------------------------------
// r_mpx_qtn_mp_drm_not_allowed
// information text to specify drm not allowed.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_qtn_mp_drm_not_allowed
    {
    buf = qtn_mp_drm_not_allowed;
    }

// ---------------------------------------------------------------------------
// r_mpx_cui_song_details_softkeys_options_change_done
// CBA for Song Details view.
// ---------------------------------------------------------------------------
// 
RESOURCE CBA r_mpx_cui_album_art_softkeys_options_change_back
    {
    buttons =
        {
        CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
        CBA_BUTTON {id=EAknSoftkeyBack; txt=text_softkey_back; },
        CBA_BUTTON {id=EAknSoftkeyChange; txt=qtn_options_change; }
        };
    }
// End of File