wvuing/ImUtils/group/CAAddOnVariationNG.rss
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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:  Main resource file of chat application
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // RSC_CRRSS_CHAT_VARIATION_SHOW_USER_IDENTITY:
       
    20 // ----------------------------------------------------
       
    21 // Enable (1) or disable (0) User Identity in Conversation View 
       
    22 // This Allows sender/recipent name to be displayed during conversation.
       
    23 //
       
    24 // Values are:
       
    25 //  0: Disables display of sender/recipent name in conversation view
       
    26 //  1: Enables display of sender/recipent name in conversation view
       
    27 //
       
    28 // By default this is disabled (0).
       
    29 // ----------------------------------------------------
       
    30 //
       
    31 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_SHOW_USER_IDENTITY { value = 0; }
       
    32 
       
    33 // RSC_CRRSS_CHAT_VARIATION_SHOW_SPLASH_SCREEN
       
    34 // ----------------------------------------------------
       
    35 // Enable (1) or disable (0) Option for showing Splash Screen
       
    36 // on application startup
       
    37 //
       
    38 // Values are:
       
    39 //  0: Disables splash screen on application startup
       
    40 //  1: Enables splash screen on application startup
       
    41 //
       
    42 // By default this is disabled (0).
       
    43 // ----------------------------------------------------
       
    44 //
       
    45 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_SHOW_SPLASH_SCREEN { value = 0; }
       
    46 
       
    47 // RSC_CRRSS_CHAT_VARIATION_SPLASH_SCREEN_DURATION
       
    48 // ----------------------------------------------------
       
    49 // Defines duration for Splash Screen on Application startup.
       
    50 //
       
    51 // Values are defined in Seconds
       
    52 //
       
    53 // By default duration is set for 4 secs.
       
    54 // ----------------------------------------------------
       
    55 //
       
    56 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_SPLASH_SCREEN_DURATION { value = 4; }
       
    57 
       
    58 // RSC_CRRSS_CHAT_VARIATION_SHOW_TEMPLATES
       
    59 // ----------------------------------------------------
       
    60 // Enable (1) or disable (0) Option for showing Templates options
       
    61 // in Conversation View Menu pane
       
    62 //
       
    63 // Values are:
       
    64 //  0: Disables Templates options in Conversation View Menu pane
       
    65 //  1: Enables Templates options in Conversation View Menu pane
       
    66 //
       
    67 // By default this is disabled (0).
       
    68 // ----------------------------------------------------
       
    69 //
       
    70 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_SHOW_TEMPLATES { value = 0; }
       
    71