wvuing/wvuieng/EngRss/CaEngineNG.rss
author Fionntina Carville <fionntinac@symbian.org>
Mon, 15 Nov 2010 11:27:49 +0000
branchRCL_3
changeset 22 df9aab66f73e
parent 0 094583676ce7
permissions -rw-r--r--
Bug 3539. Update localisation mappings.

/*
* Copyright (c) 2002 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:  This is the engine resource file.
*
*/

//  RESOURCE IDENTIFIER
NAME    CAEN // 4 letter ID

//  INCLUDES
#include <eikon.rh>
#include <ChatClientNG.loc>

RESOURCE RSS_SIGNATURE { }

// System messages/////////////////////////////////////////////////////////////
// Join message
RESOURCE TBUF r_system_message_join	{ buf = qtn_chat_sysnote_joined;      }
// New welcome message
RESOURCE TBUF r_system_message_welcome_text  { buf = qtn_chat_sysnote_welcome_text; }
// Topic message
RESOURCE TBUF r_system_message_topic_text  { buf = qtn_chat_sysnote_topic_text; }
// Leave message
RESOURCE TBUF r_system_message_leave 	{ buf = qtn_chat_sysnote_leave;       }
// Topic message  
RESOURCE TBUF r_system_message_topic 	{ buf = qtn_chat_sysnote_topic;       }
// Private messaging on
RESOURCE TBUF r_system_message_privat_on { buf = qtn_chat_sysnote_privames_on; }
// Private messaging off
RESOURCE TBUF r_system_message_privat_off { buf = qtn_chat_sysnote_privames_off; }
// Date changed
RESOURCE TBUF r_system_message_date_change { buf = qtn_chat_message_list_date; }
				
// ////////////////////////////////////////////////////////////////////////////

// History files default name ( logging )//////////////////////////////////////
RESOURCE TBUF r_chatclient_history_msg_separator{ buf = qtn_chat_msg_separator; }
///////////////////////////////////////////////////////////////////////////////

// Failed message//////////////////////////////////////////////////////////////
RESOURCE TBUF r_chatclient_message_failed 	{ buf = qtn_chat_message_failed; }
///////////////////////////////////////////////////////////////////////////////

// Media file//////////////////////////////////////////////////////////////////
RESOURCE TBUF r_qtn_chat_log_media_file   { buf = qtn_chat_log_media_file; }
///////////////////////////////////////////////////////////////////////////////
// End of File