musichomescreen_multiview/data/musichomescreen.rss
changeset 0 ff3acec5bc43
child 17 c8156a91d13c
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     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_suite_title
       
    41 // Title for the music suite in the matrix menu
       
    42 // ---------------------------------------------------------------------------
       
    43 //
       
    44 RESOURCE TBUF r_musichomescreen_suite_title
       
    45     {
       
    46     buf = qtn_vmp_title_suite;
       
    47     }
       
    48 
       
    49 // ---------------------------------------------------------------------------
       
    50 // r_musichomescreen_fm_radio
       
    51 // Text for the title of the FM radio application 
       
    52 // ---------------------------------------------------------------------------
       
    53 //
       
    54 RESOURCE TBUF r_musichomescreen_fm_radio
       
    55     {
       
    56     buf = qtn_vmp_title_fm_radio;
       
    57     }
       
    58 
       
    59 // ---------------------------------------------------------------------------
       
    60 // r_musichomescreen_fm_radio_ad
       
    61 // Text for the description of the FM radio 
       
    62 // ---------------------------------------------------------------------------
       
    63 //
       
    64 RESOURCE TBUF r_musichomescreen_fm_radio_ad
       
    65     {
       
    66     buf = qtn_vmp_title_fm_radio_ad;
       
    67     }
       
    68 
       
    69 // ---------------------------------------------------------------------------
       
    70 // r_musichomescreen_last_played
       
    71 // Text for the most recently played song or track 
       
    72 // ---------------------------------------------------------------------------
       
    73 //
       
    74 RESOURCE LBUF r_musichomescreen_last_played
       
    75     {
       
    76     txt = qtn_vmp_title_last_played;
       
    77     }
       
    78 
       
    79 // ---------------------------------------------------------------------------
       
    80 // r_musichomescreen_music_no_music
       
    81 // Text to indicate that that there are NO songs in the collection
       
    82 // ---------------------------------------------------------------------------
       
    83 //
       
    84 RESOURCE TBUF r_musichomescreen_music_no_music
       
    85     {
       
    86     buf = qtn_vmp_title_music_no_music;
       
    87     }
       
    88 
       
    89 // ---------------------------------------------------------------------------
       
    90 // r_musichomescreen_my_music
       
    91 // Text for title of the music collection item 
       
    92 // ---------------------------------------------------------------------------
       
    93 //
       
    94 RESOURCE TBUF r_musichomescreen_my_music
       
    95     {
       
    96     buf = qtn_vmp_title_my_music;
       
    97     }
       
    98 
       
    99 // ---------------------------------------------------------------------------
       
   100 // r_musichomescreen_nokia_music_store
       
   101 // Text for nokia music store web service
       
   102 // ---------------------------------------------------------------------------
       
   103 //
       
   104 RESOURCE TBUF r_musichomescreen_nokia_music_store
       
   105     {
       
   106     buf = qtn_vmp_title_nokia_music_store;
       
   107     }
       
   108 
       
   109 // ---------------------------------------------------------------------------
       
   110 // r_musichomescreen_nokia_store_ad
       
   111 // Text for store description
       
   112 // ---------------------------------------------------------------------------
       
   113 //
       
   114 RESOURCE TBUF r_musichomescreen_nokia_store_ad
       
   115     {
       
   116     buf = qtn_vmp_title_nokia_store_ad;
       
   117     }
       
   118 // ---------------------------------------------------------------------------
       
   119 // r_musichomescreen_now_playing
       
   120 // Text for currently playing song or track
       
   121 // ---------------------------------------------------------------------------
       
   122 //
       
   123 RESOURCE LBUF r_musichomescreen_now_playing
       
   124     {
       
   125     txt = qtn_vmp_title_now_playing;
       
   126     }
       
   127 
       
   128 // ---------------------------------------------------------------------------
       
   129 // r_musichomescreen_my_music_1_song
       
   130 // Text to indicate that there is ONE song in the collection 
       
   131 // ---------------------------------------------------------------------------
       
   132 //
       
   133 RESOURCE TBUF r_musichomescreen_my_music_1_song
       
   134     {
       
   135     buf = qtn_vmp_title_my_music_1_song;
       
   136     }
       
   137 
       
   138 // ---------------------------------------------------------------------------
       
   139 // r_musichomescreen_my_music_n_songs
       
   140 // Text to indicate that there are n songs in the collection 
       
   141 // ---------------------------------------------------------------------------
       
   142 //
       
   143 RESOURCE TBUF r_musichomescreen_my_music_n_songs
       
   144     {
       
   145     buf = qtn_vmp_title_my_music_n_songs;
       
   146     }
       
   147 
       
   148 // ---------------------------------------------------------------------------
       
   149 // r_musichomescreen_my_music_no_songs
       
   150 // Text to indicate that there are no songs in the collection 
       
   151 // ---------------------------------------------------------------------------
       
   152 //
       
   153 RESOURCE TBUF r_musichomescreen_my_music_no_songs
       
   154     {
       
   155     buf = qtn_vmp_title_my_music_no_songs;
       
   156     }
       
   157     
       
   158 // ---------------------------------------------------------------------------
       
   159 // r_musichomescreen_go_to_music
       
   160 // Text to be displayed on the music widget when there is no played Music.
       
   161 // ---------------------------------------------------------------------------
       
   162 //
       
   163 RESOURCE LBUF r_musichomescreen_go_to_music
       
   164     {
       
   165     txt = qtn_vmp_music_widget_go_to_music;
       
   166     }
       
   167     
       
   168 // ---------------------------------------------------------------------------
       
   169 // r_musichomescreen_opening
       
   170 // Text too be displayed when we are about to open a song.
       
   171 // ---------------------------------------------------------------------------
       
   172 //
       
   173 RESOURCE LBUF r_musichomescreen_opening
       
   174     {
       
   175     txt = qtn_vmp_music_widget_opening;
       
   176     }
       
   177     
       
   178 // ---------------------------------------------------------------------------
       
   179 // r_musichomescreen_options_open
       
   180 // 
       
   181 // ---------------------------------------------------------------------------
       
   182 //
       
   183 RESOURCE TBUF r_musichomescreen_options_open
       
   184     {
       
   185     buf = qtn_options_open;
       
   186     }
       
   187 
       
   188 // ---------------------------------------------------------------------------
       
   189 // r_musichomescreen_options_help
       
   190 // 
       
   191 // ---------------------------------------------------------------------------
       
   192 //
       
   193 RESOURCE TBUF r_musichomescreen_options_help
       
   194     {
       
   195     buf = qtn_options_help;
       
   196     }
       
   197 // End of File