diff -r 14979e23cb5e -r 3de6c4cf6b67 musichomescreen_multiview/data/musichomescreen.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/musichomescreen_multiview/data/musichomescreen.rss Wed Sep 01 12:32:02 2010 +0100 @@ -0,0 +1,60 @@ +/* +* Copyright (c) 2008-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 MusicHomeScreen +* +*/ + + +NAME MSCF + +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +#include + +// RESOURCE IDENTIFIER +RESOURCE RSS_SIGNATURE { } + +RESOURCE TBUF { buf=""; } + +// --------------------------------------------------------------------------- +// r_musichomescreen_go_to_music +// Text to be displayed on the music widget when there is no played Music. +// --------------------------------------------------------------------------- +// +RESOURCE LBUF r_musichomescreen_go_to_music + { + txt = qtn_vmp_music_widget_go_to_music; + } + +// --------------------------------------------------------------------------- +// r_musichomescreen_opening +// Text too be displayed when we are about to open a song. +// --------------------------------------------------------------------------- +// +RESOURCE LBUF r_musichomescreen_opening + { + txt = qtn_vmp_music_widget_opening; + } + + +// End of File