Bug 3539. Update localisation mappings.
/*
* Copyright (c) 2006 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: Resource file of chat list view
*
*/
//----------------------------------------------------
//
// r_chatclient_invitations_view
// View-resource definition for recordedChats-view
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_chatclient_invitations_view
{
hotkeys=r_chatclient_hotkeys;
menubar=r_chatclient_menubar_invitations_view;
cba = r_chat_softkeys_options_back__contextoptions;
}
//----------------------------------------------------
//
// r_chatclient_menubar_invitatios_view
// Menubar definition for invitatios-view
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_chatclient_menubar_invitations_view
{
titles=
{
MENU_TITLE { menu_pane=r_chatclient_general_menu; },
MENU_TITLE { menu_pane=r_chatclient_invitations_view_menu; }
};
}
//----------------------------------------------------
//
// r_chatclient_invitations_contextmenubar
// Menubar definition for recorded chats list view context menu
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_chatclient_invitations_contextmenubar
{
titles=
{
MENU_TITLE { menu_pane = r_chatclient_invitations_contextmenu; }
};
}
//----------------------------------------------------
//
// r_chatclient_chatlist_view_menu
// Items for menupane in chatlist-view
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_chatclient_invitations_view_menu
{
items=
{
MENU_ITEM { command = EChatInvitationDlgCmdJoin;
txt = qtn_chat_invit_accept_join;
},
MENU_ITEM { command = EChatInvitationDlgCmdReject;
txt = qtn_chat_invite_reject;
},
MENU_ITEM { command = EChatInvitationDlgCmdDelete;
txt = qtn_chat_conv_list_delete;
},
MENU_ITEM { command = EChatInvitationDlgCmdBlock;
cascade = r_chatclient_friendslist_submenu;
txt = qtn_chat_friend_om_imsg_set;
}
};
}
//----------------------------------------------------
//
// r_chatclient_invitations_contextmenu
// Items for context menupane in recorded chats list view
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_chatclient_invitations_contextmenu
{
items=
{
MENU_ITEM { command = EChatInvitationDlgCmdJoin;
txt = qtn_chat_invit_accept_join;
},
MENU_ITEM { command = EChatInvitationDlgCmdReject;
txt = qtn_chat_invite_reject;
},
MENU_ITEM { command = EChatInvitationDlgCmdDelete;
txt = qtn_chat_conv_list_delete;
}
};
}