wvuing/ImUtils/group/CAAddOnVariationNG.rss
changeset 0 094583676ce7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wvuing/ImUtils/group/CAAddOnVariationNG.rss	Thu Dec 17 08:41:52 2009 +0200
@@ -0,0 +1,71 @@
+/*
+* Copyright (c) 2002-2005 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:  Main resource file of chat application
+*
+*/
+
+
+// RSC_CRRSS_CHAT_VARIATION_SHOW_USER_IDENTITY:
+// ----------------------------------------------------
+// Enable (1) or disable (0) User Identity in Conversation View 
+// This Allows sender/recipent name to be displayed during conversation.
+//
+// Values are:
+//  0: Disables display of sender/recipent name in conversation view
+//  1: Enables display of sender/recipent name in conversation view
+//
+// By default this is disabled (0).
+// ----------------------------------------------------
+//
+RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_SHOW_USER_IDENTITY { value = 0; }
+
+// RSC_CRRSS_CHAT_VARIATION_SHOW_SPLASH_SCREEN
+// ----------------------------------------------------
+// Enable (1) or disable (0) Option for showing Splash Screen
+// on application startup
+//
+// Values are:
+//  0: Disables splash screen on application startup
+//  1: Enables splash screen on application startup
+//
+// By default this is disabled (0).
+// ----------------------------------------------------
+//
+RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_SHOW_SPLASH_SCREEN { value = 0; }
+
+// RSC_CRRSS_CHAT_VARIATION_SPLASH_SCREEN_DURATION
+// ----------------------------------------------------
+// Defines duration for Splash Screen on Application startup.
+//
+// Values are defined in Seconds
+//
+// By default duration is set for 4 secs.
+// ----------------------------------------------------
+//
+RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_SPLASH_SCREEN_DURATION { value = 4; }
+
+// RSC_CRRSS_CHAT_VARIATION_SHOW_TEMPLATES
+// ----------------------------------------------------
+// Enable (1) or disable (0) Option for showing Templates options
+// in Conversation View Menu pane
+//
+// Values are:
+//  0: Disables Templates options in Conversation View Menu pane
+//  1: Enables Templates options in Conversation View Menu pane
+//
+// By default this is disabled (0).
+// ----------------------------------------------------
+//
+RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_SHOW_TEMPLATES { value = 0; }
+