wvuing/wvuieng/EngRss/CaEngineNG.rss
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2002 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:  This is the engine resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 //  RESOURCE IDENTIFIER
       
    19 NAME    CAEN // 4 letter ID
       
    20 
       
    21 //  INCLUDES
       
    22 #include <eikon.rh>
       
    23 #include <ChatClientNG.loc>
       
    24 
       
    25 RESOURCE RSS_SIGNATURE { }
       
    26 
       
    27 // System messages/////////////////////////////////////////////////////////////
       
    28 // Join message
       
    29 RESOURCE TBUF r_system_message_join	{ buf = qtn_chat_sysnote_joined;      }
       
    30 // New welcome message
       
    31 RESOURCE TBUF r_system_message_welcome_text  { buf = qtn_chat_sysnote_welcome_text; }
       
    32 // Topic message
       
    33 RESOURCE TBUF r_system_message_topic_text  { buf = qtn_chat_sysnote_topic_text; }
       
    34 // Leave message
       
    35 RESOURCE TBUF r_system_message_leave 	{ buf = qtn_chat_sysnote_leave;       }
       
    36 // Topic message  
       
    37 RESOURCE TBUF r_system_message_topic 	{ buf = qtn_chat_sysnote_topic;       }
       
    38 // Private messaging on
       
    39 RESOURCE TBUF r_system_message_privat_on { buf = qtn_chat_sysnote_privames_on; }
       
    40 // Private messaging off
       
    41 RESOURCE TBUF r_system_message_privat_off { buf = qtn_chat_sysnote_privames_off; }
       
    42 // Date changed
       
    43 RESOURCE TBUF r_system_message_date_change { buf = qtn_chat_message_list_date; }
       
    44 				
       
    45 // ////////////////////////////////////////////////////////////////////////////
       
    46 
       
    47 // History files default name ( logging )//////////////////////////////////////
       
    48 RESOURCE TBUF r_chatclient_history_msg_separator{ buf = qtn_chat_msg_separator; }
       
    49 ///////////////////////////////////////////////////////////////////////////////
       
    50 
       
    51 // Failed message//////////////////////////////////////////////////////////////
       
    52 RESOURCE TBUF r_chatclient_message_failed 	{ buf = qtn_chat_message_failed; }
       
    53 ///////////////////////////////////////////////////////////////////////////////
       
    54 
       
    55 // Media file//////////////////////////////////////////////////////////////////
       
    56 RESOURCE TBUF r_qtn_chat_log_media_file   { buf = qtn_chat_log_media_file; }
       
    57 ///////////////////////////////////////////////////////////////////////////////
       
    58 // End of File