mpxplugins/viewplugins/views/upnpbrowsedialog/data/mpxupnpbrowsedialog.rss
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 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 UPnP browse dialog
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // RESOURCE NAME IDENTIFIER
       
    21 NAME    MXUP // 4 letter ID
       
    22 
       
    23 // INCLUDES
       
    24 #include <mpxupnpbrowsedialog.loc>
       
    25 #include <eikon.rh>
       
    26 #include <avkon.loc>
       
    27 #include <avkon.hrh>
       
    28 
       
    29 // RESOURCE IDENTIFIER
       
    30 RESOURCE RSS_SIGNATURE { }
       
    31 
       
    32 RESOURCE TBUF 
       
    33     {
       
    34     buf = "";
       
    35     }
       
    36 
       
    37 
       
    38 // RESOURCE DEFINITIONS 
       
    39 
       
    40 // -----------------------------------------------------------------------------
       
    41 //
       
    42 //    r_upnp_menu_title_select_player
       
    43 //    Text for upnp dialog title
       
    44 //
       
    45 // -----------------------------------------------------------------------------
       
    46 //
       
    47 RESOURCE TBUF r_upnp_menu_title_select_player
       
    48     {
       
    49     buf = qtn_nmp_title_select_player;
       
    50     }
       
    51 
       
    52 // -----------------------------------------------------------------------------
       
    53 //    r_upnp_dialog_waiting_for_devices
       
    54 //    Waiting text for upnp dialog 
       
    55 // -----------------------------------------------------------------------------
       
    56 //
       
    57 RESOURCE TBUF r_upnp_dialog_waiting_for_devices
       
    58     {
       
    59     buf = qtn_nmp_select_player_searching;
       
    60     }
       
    61     
       
    62 // -----------------------------------------------------------------------------
       
    63 //    r_upnp_error_player_unavailable
       
    64 //    Error note for upnp dialog 
       
    65 // -----------------------------------------------------------------------------
       
    66 //  
       
    67 RESOURCE TBUF r_upnp_error_player_unavailable
       
    68     {
       
    69     buf = qtn_nmp_note_invalid_player;
       
    70     }
       
    71 
       
    72 // -----------------------------------------------------------------------------
       
    73 //    r_upnp_list_upnp_more_subplayers
       
    74 //    Last item in the upnp dialog list
       
    75 // -----------------------------------------------------------------------------
       
    76 //  
       
    77 RESOURCE TBUF r_upnp_list_upnp_more_subplayers
       
    78     {
       
    79     buf = qtn_nmp_select_player_search_again;
       
    80     }   
       
    81     
       
    82     
       
    83 // ---------------------------------------------------------------------------
       
    84 //    r_softkeys_upnp_empty_cancel
       
    85 // ---------------------------------------------------------------------------
       
    86 RESOURCE CBA r_mpx_softkeys_upnp_empty_cancel 
       
    87     { 
       
    88     buttons = 
       
    89         { 
       
    90         CBA_BUTTON 
       
    91             { 
       
    92             txt = text_softkey_empty;             
       
    93             },        
       
    94         CBA_BUTTON 
       
    95             { 
       
    96             id = EAknSoftkeyCancel; 
       
    97             txt = text_softkey_cancel;  
       
    98             } 
       
    99         }; 
       
   100     }	
       
   101     
       
   102 // End of File