53
|
1 |
/*
|
|
2 |
* Copyright (c) 2008-2008 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description: Resource definitions for project MusicHomeScreen
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
NAME MSCF
|
|
20 |
|
|
21 |
#include <eikon.rsg>
|
|
22 |
#include <eikon.rh>
|
|
23 |
#include <avkon.rsg>
|
|
24 |
#include <avkon.rh>
|
|
25 |
#include <avkon.mbg>
|
|
26 |
#include <avkon.loc>
|
|
27 |
#include <appinfo.rh>
|
|
28 |
#include <bldvariant.hrh>
|
|
29 |
|
|
30 |
#include <data_caging_paths_strings.hrh>
|
|
31 |
|
|
32 |
#include <musichomescreen.loc>
|
|
33 |
|
|
34 |
// RESOURCE IDENTIFIER
|
|
35 |
RESOURCE RSS_SIGNATURE { }
|
|
36 |
|
|
37 |
RESOURCE TBUF { buf=""; }
|
|
38 |
|
|
39 |
// ---------------------------------------------------------------------------
|
|
40 |
// r_musichomescreen_go_to_music
|
|
41 |
// Text to be displayed on the music widget when there is no played Music.
|
|
42 |
// ---------------------------------------------------------------------------
|
|
43 |
//
|
|
44 |
RESOURCE LBUF r_musichomescreen_go_to_music
|
|
45 |
{
|
|
46 |
txt = qtn_vmp_music_widget_go_to_music;
|
|
47 |
}
|
|
48 |
|
|
49 |
// ---------------------------------------------------------------------------
|
|
50 |
// r_musichomescreen_opening
|
|
51 |
// Text too be displayed when we are about to open a song.
|
|
52 |
// ---------------------------------------------------------------------------
|
|
53 |
//
|
|
54 |
RESOURCE LBUF r_musichomescreen_opening
|
|
55 |
{
|
|
56 |
txt = qtn_vmp_music_widget_opening;
|
|
57 |
}
|
|
58 |
|
|
59 |
|
|
60 |
// End of File
|