wvuing/wvuiave/AppRss/CAChatViewNG.rss
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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:  Chat view's resource file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //----------------------------------------------------
       
    20 //   
       
    21 //    r_chatclient_chat_view
       
    22 //    View-resource definition for chatlist-view
       
    23 //
       
    24 //----------------------------------------------------
       
    25 //
       
    26 RESOURCE AVKON_VIEW r_chatclient_chat_view
       
    27     {
       
    28     hotkeys=r_chatclient_hotkeys;
       
    29     menubar=r_chatclient_menubar_chat_view;  
       
    30     cba=R_AVKON_SOFTKEYS_SELECTION_LIST; 
       
    31     }
       
    32 
       
    33 //----------------------------------------------------
       
    34 //   
       
    35 //    r_chatclient_menubar_chat_view
       
    36 //    Menubar definition for chatlist-view
       
    37 //
       
    38 //----------------------------------------------------
       
    39 //
       
    40 RESOURCE MENU_BAR r_chatclient_menubar_chat_view
       
    41 {
       
    42     titles=
       
    43     {
       
    44     	MENU_TITLE { menu_pane=r_chatclient_general_menu; },
       
    45     
       
    46         MENU_TITLE { menu_pane=r_chatclient_chat_view_menu; }
       
    47     };
       
    48 }
       
    49 
       
    50 //----------------------------------------------------
       
    51 //   
       
    52 //    r_chatclient_chat_view_menu
       
    53 //    Items for menupane in chat-view
       
    54 //
       
    55 //----------------------------------------------------
       
    56 //
       
    57 RESOURCE MENU_PANE r_chatclient_chat_view_menu
       
    58 {
       
    59     items=
       
    60     {
       
    61 		MENU_ITEM { command = EChatClientChatViewCmdSend; 
       
    62 					txt = qtn_chat_om_send; 
       
    63 				  },
       
    64         MENU_ITEM { command = EChatClientChatViewInsertSmiley; 
       
    65 		    		txt = qtn_chat_conv_insert_smiley; 
       
    66 				  },        
       
    67         MENU_ITEM { command = EChatClientOpenObject;
       
    68                     txt = qtn_chat_open_object;
       
    69                   },
       
    70         MENU_ITEM { command = EChatClientSaveObject;
       
    71                     txt = qtn_chat_save_object;
       
    72                   },
       
    73         MENU_ITEM { command = EChatClientFindMenuPlaceHolder;
       
    74                     txt = "";
       
    75                   },
       
    76 		MENU_ITEM { command = EChatClientChatViewCmdReply; 
       
    77 					txt = qtn_chat_om_reply; 
       
    78 				  },
       
    79         MENU_ITEM { command = EChatClientChatViewCmdForward;
       
    80                     cascade = r_chatclient_ibox_forward_submenu;
       
    81                     txt = qtn_chat_om_forward;
       
    82                   },
       
    83         
       
    84         MENU_ITEM { command = EChatClientSendImage;
       
    85                     txt = qtn_chat_send_image;
       
    86                   },
       
    87         MENU_ITEM { command = EChatClientSendImageCascade;
       
    88                     cascade = r_chatclient_send_image_submenu;
       
    89                     txt = qtn_chat_send_image;
       
    90                   },
       
    91                   
       
    92         MENU_ITEM { command=EChatClientChatViewCmdWhisper; 
       
    93 					txt = qtn_chat_om_whisper;
       
    94 			      },
       
    95         MENU_ITEM { command=EChatClientInviteFriend; 
       
    96 					txt = qtn_chat_om_invite; 
       
    97 				  },
       
    98 		MENU_ITEM { command=EChatClientChatViewCmdLeave; 
       
    99 					txt = qtn_chat_om_leave; 
       
   100 				  },
       
   101 		MENU_ITEM { command = EChatClientChatListOptions;
       
   102 					cascade = r_chatclient_chatview_sub_menu;
       
   103 					txt = qtn_chat_clist_om_cgr;
       
   104 				  },        
       
   105        
       
   106         MENU_ITEM {	command=EChatClientChatViewLogOn;
       
   107 					txt = qtn_chat_options_save;	
       
   108 				  }
       
   109     };
       
   110 }
       
   111 
       
   112 RESOURCE MENU_PANE r_chatclient_chatview_sub_menu
       
   113 {
       
   114 	items=
       
   115 	{
       
   116 		MENU_ITEM { command = EChatClientChatViewFavor;
       
   117 					txt = qtn_chat_om_save_favor;
       
   118 				  },
       
   119 		MENU_ITEM { command = EChatClientChatViewRmv;
       
   120 					txt = qtn_chat_clist_cgr_sm_rmv;
       
   121 				  },
       
   122 		MENU_ITEM { command = EChatClientChatViewCmdParticip;
       
   123 					txt = qtn_chat_clist_cgr_sm_part;
       
   124 				  },
       
   125 		MENU_ITEM { command = EChatClientChatViewCmdGroupInfo;
       
   126 					txt = qtn_chat_clist_cgr_sm_info;
       
   127 				  },
       
   128 		MENU_ITEM { command = EChatClientChatViewEdit;
       
   129 					txt = qtn_chat_clist_cgr_sm_pedit;
       
   130 				  }		
       
   131 	};
       
   132 }
       
   133 
       
   134 RESOURCE TBUF r_chatview_show_part_prompt 		{ buf = qtn_chat_show_part_heading; }
       
   135 
       
   136 RESOURCE TBUF r_qtn_chat_invite_friends_now { buf = qtn_chat_invite_friends_now; }	
       
   137 
       
   138 RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_chatview_recipient_query
       
   139     {
       
   140     items =
       
   141 	{
       
   142 	AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE 
       
   143 	    {
       
   144 	    control = AVKON_LIST_QUERY_CONTROL
       
   145 		{
       
   146 		listtype = EAknCtSingleGraphicPopupMenuListBox;
       
   147 		listbox = AVKON_MULTISELECTION_LIST_QUERY_LIST
       
   148 		    {
       
   149 		    
       
   150 		    };
       
   151 		heading = qtn_chat_om_whisper_select;
       
   152 		};
       
   153 	    }
       
   154 	};
       
   155     }
       
   156