Bug 3539. Update localisation mappings.
/*
* Copyright (c) 2009 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: Variant Keys of connection UI
*
*/
#ifndef _VARIATNKEYS_H_
#define _VARIATNKEYS_H_
#include "IMPrivateCRKeys.h"
#include <IMConnectionUIVariationNG.rsg>
// Variant Keys.h
typedef enum KeyTableIndex
{
RSC_CHAT_VARIATION_IMPSCU_SHOW_UID_PW_QUERY = 1,
RSC_CHAT_VARIATION_IMPSCU_REACTIVE_AUTHORIZATION,
RSC_CHAT_VARIATION_IMPSCU_SAVE_PW_QUERY,
RSC_CHAT_VARIATION_IMPSCU_DOMAIN_SELECTION,
RSC_CHAT_VARIATION_USE_ALIAS_ATTRIBUTE,
RSC_CHAT_VARIATION_IMPSCU_TOU_MESSAGE,
RSC_CHAT_VARIATION_IMPSCU_USERID_TEXTUAL_INPUTMODE,
RSC_CHAT_VARIATION_IMPSCU_SAVE_PW_WARNING,
RSC_CHAT_VARIATION_IMPSCU_LOCK_SERVER_SETTING,
RSC_CHAT_VARIATION_SHOW_SIGN_IN_ANIMATION
} KeyTableIndex;
#endif