www.pudn.com > Example_BluetoothChat.rar > BluetoothChat.l01


/** 
*  
* @brief Resource file containing English strings for BluetoothChat application 
* 
* Copyright (c) EMCC Software Ltd 2003 
* @version 1.0 
*/ 
 
// APPLICATION INFORMATION 
#define ELanguage	ELangEnglish	// Caption language 
 
 
// LOCALISATION STRINGS 
 
// 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