internetradio2.0/resources/irgeneralsettings.rss
changeset 0 09774dfdd46b
equal deleted inserted replaced
-1:000000000000 0:09774dfdd46b
       
     1 /*
       
     2 * Copyright (c) 2006-2006 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 vrgeneralsettings
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME VRGS
       
    20 
       
    21 #include <avkon.loc>
       
    22 #include <avkon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <commondialogs.rh>
       
    25 #include <eikon.rh>
       
    26 #include <uikon.rh>
       
    27 
       
    28 #include <internetradio.loc>
       
    29 
       
    30 // ---------------------------------------------------------------------------
       
    31 // The signature of the resource file.
       
    32 // ---------------------------------------------------------------------------
       
    33 //
       
    34 RESOURCE RSS_SIGNATURE
       
    35     {
       
    36     }
       
    37 
       
    38 // ---------------------------------------------------------------------------
       
    39 // The default document name of the application.
       
    40 // ---------------------------------------------------------------------------
       
    41 //
       
    42 RESOURCE TBUF
       
    43     {
       
    44     buf = "";
       
    45     }
       
    46 
       
    47 // ---------------------------------------------------------------------------
       
    48 // r_ir_general_settings_plugin_title
       
    49 // Title of the plugin, visible when the plugin is activated.
       
    50 // ---------------------------------------------------------------------------
       
    51 //
       
    52 RESOURCE TBUF r_ir_general_settings_plugin_title
       
    53     {
       
    54     buf = qtn_ir_main_title;
       
    55     }
       
    56 
       
    57 // ---------------------------------------------------------------------------
       
    58 // r_ir_general_settings_plugin_listbox_caption
       
    59 // Caption of the plugin in the listbox view.
       
    60 // ---------------------------------------------------------------------------
       
    61 //
       
    62 RESOURCE TBUF r_ir_general_settings_plugin_listbox_caption
       
    63     {
       
    64     buf = qtn_ir_set_folder_internetradio;
       
    65     }
       
    66     
       
    67 
       
    68