musichomescreen/data/musichomescreen.rss
changeset 0 ff3acec5bc43
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/musichomescreen/data/musichomescreen.rss	Thu Dec 17 08:45:05 2009 +0200
@@ -0,0 +1,197 @@
+/*
+* 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 <eikon.rsg>
+#include <eikon.rh>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <avkon.loc>
+#include <appinfo.rh>
+#include <bldvariant.hrh>
+
+#include <data_caging_paths_strings.hrh>
+
+#include <musichomescreen.loc>
+
+// RESOURCE IDENTIFIER
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF { buf=""; }
+
+// ---------------------------------------------------------------------------
+// r_musichomescreen_suite_title
+// Title for the music suite in the matrix menu
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musichomescreen_suite_title
+    {
+    buf = qtn_vmp_title_suite;
+    }
+
+// ---------------------------------------------------------------------------
+// r_musichomescreen_fm_radio
+// Text for the title of the FM radio application 
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musichomescreen_fm_radio
+    {
+    buf = qtn_vmp_title_fm_radio;
+    }
+
+// ---------------------------------------------------------------------------
+// r_musichomescreen_fm_radio_ad
+// Text for the description of the FM radio 
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musichomescreen_fm_radio_ad
+    {
+    buf = qtn_vmp_title_fm_radio_ad;
+    }
+
+// ---------------------------------------------------------------------------
+// r_musichomescreen_last_played
+// Text for the most recently played song or track 
+// ---------------------------------------------------------------------------
+//
+RESOURCE LBUF r_musichomescreen_last_played
+    {
+    txt = qtn_vmp_title_last_played;
+    }
+
+// ---------------------------------------------------------------------------
+// r_musichomescreen_music_no_music
+// Text to indicate that that there are NO songs in the collection
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musichomescreen_music_no_music
+    {
+    buf = qtn_vmp_title_music_no_music;
+    }
+
+// ---------------------------------------------------------------------------
+// r_musichomescreen_my_music
+// Text for title of the music collection item 
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musichomescreen_my_music
+    {
+    buf = qtn_vmp_title_my_music;
+    }
+
+// ---------------------------------------------------------------------------
+// r_musichomescreen_nokia_music_store
+// Text for nokia music store web service
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musichomescreen_nokia_music_store
+    {
+    buf = qtn_vmp_title_nokia_music_store;
+    }
+
+// ---------------------------------------------------------------------------
+// r_musichomescreen_nokia_store_ad
+// Text for store description
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musichomescreen_nokia_store_ad
+    {
+    buf = qtn_vmp_title_nokia_store_ad;
+    }
+// ---------------------------------------------------------------------------
+// r_musichomescreen_now_playing
+// Text for currently playing song or track
+// ---------------------------------------------------------------------------
+//
+RESOURCE LBUF r_musichomescreen_now_playing
+    {
+    txt = qtn_vmp_title_now_playing;
+    }
+
+// ---------------------------------------------------------------------------
+// r_musichomescreen_my_music_1_song
+// Text to indicate that there is ONE song in the collection 
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musichomescreen_my_music_1_song
+    {
+    buf = qtn_vmp_title_my_music_1_song;
+    }
+
+// ---------------------------------------------------------------------------
+// r_musichomescreen_my_music_n_songs
+// Text to indicate that there are n songs in the collection 
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musichomescreen_my_music_n_songs
+    {
+    buf = qtn_vmp_title_my_music_n_songs;
+    }
+
+// ---------------------------------------------------------------------------
+// r_musichomescreen_my_music_no_songs
+// Text to indicate that there are no songs in the collection 
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musichomescreen_my_music_no_songs
+    {
+    buf = qtn_vmp_title_my_music_no_songs;
+    }
+    
+// ---------------------------------------------------------------------------
+// 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;
+    }
+    
+// ---------------------------------------------------------------------------
+// r_musichomescreen_options_open
+// 
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musichomescreen_options_open
+    {
+    buf = qtn_options_open;
+    }
+
+// ---------------------------------------------------------------------------
+// r_musichomescreen_options_help
+// 
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_musichomescreen_options_help
+    {
+    buf = qtn_options_help;
+    }
+// End of File