ansphone.rls

来自「symbian os s603rd 电话示例」· RLS 代码 · 共 53 行

RLS
53
字号
/*
============================================================================
 Name        : AnsPhone.rls
 Author      : Lion
 Copyright   : Your copyright notice
 Description : This is a localisation file for AnsPhone
               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 "AnsPhone"


#define APP_CAPTION_STRING 			"AnsPhone"
#define APP_SHORT_CAPTION_STRING		"AnsPhone"
// 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"
#define ANSPHONE_MENU_STARTANSWERING		"Start answering"
#define ANSPHONE_MENU_STOPANSWERING		"Stop answering"
#define ANSPHONE_MENU_MESSAGESVIEW		"Messages"
#define ANSPHONE_MENU_PLAYMESSAGE		"Play message"
#define ANSPHONE_MENU_RECORDMESSAGE		"Record message"
#define ANSPHONE_MENU_STOP			"Stop"
#define ANSPHONE_MENU_MESSAGESPLAY		"Play"
#define ANSPHONE_MENU_MESSAGESDIAL		"Dial"
#define ANSPHONE_MENU_MESSAGESDELETE		"Delete"
#define ANSPHONE_MENU_MESSAGESBACK		"Back"
#define ANSPHONE_MENU_EXIT			"Exit"

#define ANSPHONE_DISPLAY_RUNNING		"Running"
#define ANSPHONE_DISPLAY_STOPPED		"Stopped"
#define ANSPHONE_DISPLAY_ANSWERING		"Answering"
#define ANSPHONE_DISPLAY_NEWMESSAGE		" new message"
#define ANSPHONE_DISPLAY_NEWMESSAGES		" new messages"

#define ANSPHONE_TITLE_MESSAGES			"Messages"
// When user requests ECommand1 event, text below is shown.
#define qtn_command1_text "Hello World!"

#define qtn_loc_resource_file_1 "\\resource\\apps\\AnsPhone"

// End of File

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?