internetradio2.0/resources/irgeneralsettings.rss
changeset 0 09774dfdd46b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/internetradio2.0/resources/irgeneralsettings.rss	Mon Apr 19 14:01:53 2010 +0300
@@ -0,0 +1,68 @@
+/*
+* Copyright (c) 2006-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 vrgeneralsettings
+*
+*/
+
+
+NAME VRGS
+
+#include <avkon.loc>
+#include <avkon.rh>
+#include <avkon.rsg>
+#include <commondialogs.rh>
+#include <eikon.rh>
+#include <uikon.rh>
+
+#include <internetradio.loc>
+
+// ---------------------------------------------------------------------------
+// The signature of the resource file.
+// ---------------------------------------------------------------------------
+//
+RESOURCE RSS_SIGNATURE
+    {
+    }
+
+// ---------------------------------------------------------------------------
+// The default document name of the application.
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF
+    {
+    buf = "";
+    }
+
+// ---------------------------------------------------------------------------
+// r_ir_general_settings_plugin_title
+// Title of the plugin, visible when the plugin is activated.
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_ir_general_settings_plugin_title
+    {
+    buf = qtn_ir_main_title;
+    }
+
+// ---------------------------------------------------------------------------
+// r_ir_general_settings_plugin_listbox_caption
+// Caption of the plugin in the listbox view.
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_ir_general_settings_plugin_listbox_caption
+    {
+    buf = qtn_ir_set_folder_internetradio;
+    }
+    
+
+