wvuing/wvuiave/AppRss/IMOrangeTemplates.rss
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2002-2007 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 // Templates Title
       
    20 RESOURCE TBUF R_QTN_CHAT_TEMPLATE_LIST_TITLE { buf = qtn_chat_template_title; }
       
    21 
       
    22 // Templates List
       
    23 RESOURCE ARRAY R_CHATVIEW_TEMPLATES_LIST
       
    24     {
       
    25     items=
       
    26         {
       
    27         LBUF{ txt = qtn_chat_template_1;},
       
    28         LBUF{ txt = qtn_chat_template_2;},
       
    29         LBUF{ txt = qtn_chat_template_3;},
       
    30         LBUF{ txt = qtn_chat_template_4;},
       
    31         LBUF{ txt = qtn_chat_template_5;},
       
    32 	LBUF{ txt = qtn_chat_template_6;},
       
    33         LBUF{ txt = qtn_chat_template_7;},
       
    34 	LBUF{ txt = qtn_chat_template_8;},
       
    35         LBUF{ txt = qtn_chat_template_9;},
       
    36 	LBUF{ txt = qtn_chat_template_10;}        
       
    37         };
       
    38     }
       
    39