www.pudn.com > BluetoothChat.rar > BluetoothChat.rls


/* 
============================================================================ 
 Name        : BluetoothChat.rls 
 Author      : Lion 
 Copyright   : Your copyright notice 
 Description : This is a localisation file for BluetoothChat 
               A .rls file is the one and only place where the logical 
			   strings to be localised are defined.  
============================================================================ 
*/ 
 
//  LOCALISATION STRINGS 
 
// Caption string for app. 
#define qtn_caption_string "BluetoothChat" 
 
// First item in "Options" menu pane 
#define qtn_command1 "Message" 
 
// Second item in "Options" menu pane 
#define qtn_command2 "Message from file" 
 
// Third item in "Options" menu pane 
#define qtn_exit "Exit" 
 
// When user requests ECommand1 event, text below is shown. 
#define qtn_command1_text "Hello World!" 
 
#define qtn_loc_resource_file_1 "\\resource\\apps\\BluetoothChat" 
 
 
// example caption strings for app 
#define qtn_app_caption_string "Bluetooth Chat" 
 
#define qtn_app_short_caption_string "BT Chat" 
 
#define LABEL_TEXT "Hello World!" 
#define CONNECT_TEXT "Connect" 
#define RECEIVER_TEXT "Start Receiver" 
#define STOP_RECEIVER_TEXT "Stop Receiver" 
#define SEND_TEXT "Send Message" 
#define EXIT_TEXT "Exit" 
// End of File