📄 ansphone.rls
字号:
/*
============================================================================
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -