musichomescreen_multiview/data/musichomescreen.rss
branchRCL_3
changeset 17 c8156a91d13c
parent 0 ff3acec5bc43
equal deleted inserted replaced
15:171e07ac910f 17:c8156a91d13c
    35 RESOURCE RSS_SIGNATURE { }
    35 RESOURCE RSS_SIGNATURE { }
    36 
    36 
    37 RESOURCE TBUF { buf=""; }
    37 RESOURCE TBUF { buf=""; }
    38 
    38 
    39 // ---------------------------------------------------------------------------
    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
    40 // r_musichomescreen_go_to_music
   160 // Text to be displayed on the music widget when there is no played Music.
    41 // Text to be displayed on the music widget when there is no played Music.
   161 // ---------------------------------------------------------------------------
    42 // ---------------------------------------------------------------------------
   162 //
    43 //
   163 RESOURCE LBUF r_musichomescreen_go_to_music
    44 RESOURCE LBUF r_musichomescreen_go_to_music
   173 RESOURCE LBUF r_musichomescreen_opening
    54 RESOURCE LBUF r_musichomescreen_opening
   174     {
    55     {
   175     txt = qtn_vmp_music_widget_opening;
    56     txt = qtn_vmp_music_widget_opening;
   176     }
    57     }
   177     
    58     
   178 // ---------------------------------------------------------------------------
       
   179 // r_musichomescreen_options_open
       
   180 // 
       
   181 // ---------------------------------------------------------------------------
       
   182 //
       
   183 RESOURCE TBUF r_musichomescreen_options_open
       
   184     {
       
   185     buf = qtn_options_open;
       
   186     }
       
   187 
    59 
   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
    60 // End of File