mpxplugins/viewplugins/views/upnpbrowsedialog/data/mpxupnpbrowsedialog.rss
changeset 0 ff3acec5bc43
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpxplugins/viewplugins/views/upnpbrowsedialog/data/mpxupnpbrowsedialog.rss	Thu Dec 17 08:45:05 2009 +0200
@@ -0,0 +1,102 @@
+/*
+* Copyright (c) 2006 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 UPnP browse dialog
+*
+*/
+
+
+
+// RESOURCE NAME IDENTIFIER
+NAME    MXUP // 4 letter ID
+
+// INCLUDES
+#include <mpxupnpbrowsedialog.loc>
+#include <eikon.rh>
+#include <avkon.loc>
+#include <avkon.hrh>
+
+// RESOURCE IDENTIFIER
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF 
+    {
+    buf = "";
+    }
+
+
+// RESOURCE DEFINITIONS 
+
+// -----------------------------------------------------------------------------
+//
+//    r_upnp_menu_title_select_player
+//    Text for upnp dialog title
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_upnp_menu_title_select_player
+    {
+    buf = qtn_nmp_title_select_player;
+    }
+
+// -----------------------------------------------------------------------------
+//    r_upnp_dialog_waiting_for_devices
+//    Waiting text for upnp dialog 
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_upnp_dialog_waiting_for_devices
+    {
+    buf = qtn_nmp_select_player_searching;
+    }
+    
+// -----------------------------------------------------------------------------
+//    r_upnp_error_player_unavailable
+//    Error note for upnp dialog 
+// -----------------------------------------------------------------------------
+//  
+RESOURCE TBUF r_upnp_error_player_unavailable
+    {
+    buf = qtn_nmp_note_invalid_player;
+    }
+
+// -----------------------------------------------------------------------------
+//    r_upnp_list_upnp_more_subplayers
+//    Last item in the upnp dialog list
+// -----------------------------------------------------------------------------
+//  
+RESOURCE TBUF r_upnp_list_upnp_more_subplayers
+    {
+    buf = qtn_nmp_select_player_search_again;
+    }   
+    
+    
+// ---------------------------------------------------------------------------
+//    r_softkeys_upnp_empty_cancel
+// ---------------------------------------------------------------------------
+RESOURCE CBA r_mpx_softkeys_upnp_empty_cancel 
+    { 
+    buttons = 
+        { 
+        CBA_BUTTON 
+            { 
+            txt = text_softkey_empty;             
+            },        
+        CBA_BUTTON 
+            { 
+            id = EAknSoftkeyCancel; 
+            txt = text_softkey_cancel;  
+            } 
+        }; 
+    }	
+    
+// End of File