mpxmusicplayer/mediakeyhandler/data/mpxmediakeyhandler.rss
changeset 0 ff3acec5bc43
child 26 70a8526f03f2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpxmusicplayer/mediakeyhandler/data/mpxmediakeyhandler.rss	Thu Dec 17 08:45:05 2009 +0200
@@ -0,0 +1,83 @@
+/*
+* 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 mpxmediakeyhandler
+*
+*/
+
+
+
+// RESOURCE NAME IDENTIFIER
+NAME    MXMK // 4 letter ID
+
+// INCLUDES
+#include <avkon.rh>
+#include <avkon.loc>
+#include <eikon.rh>
+
+#include <mpxmediakeyhandler.loc>
+
+
+// RESOURCE IDENTIFIER
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF 
+    {
+    buf = "";
+    }
+
+
+// RESOURCE DEFINITIONS 
+
+// -----------------------------------------------------------------------------
+// r_mpx_volume_popup_text
+// Text shown in volume popup dialog.
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_volume_popup_text
+    {
+    buf = qtn_svk_title_music_player;
+    }
+
+// -----------------------------------------------------------------------------
+// r_mpx_time_durat_hhhmmss_with_zero
+// 103:55:23, 003:15:12 (hours, minutes and seconds) 
+// (separators are locale dependent)
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_time_durat_hhhmmss_with_zero
+    {
+    buf = "%:0%N%:1%T%:2%S%:3";
+    }
+
+// -----------------------------------------------------------------------------
+// r_mpx_media_key_not_supported
+// Display when media keys aren't supported by player
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_media_key_not_supported
+    {
+    buf = qtn_nmp_note_no_media_key;
+    }
+    
+// -----------------------------------------------------------------------------
+// r_mpx_volume_keys_not_supported
+// Display when volume isn't supported by player
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mpx_volume_keys_not_supported
+    {
+    buf = qtn_nmp_note_no_volume_control;
+    }
+    
+// End of File