📄 language.l01
字号:
/*
============================================================================
Name : language.l31
Author :
Version :
Copyright : Your copyright notice
Description : String localization file
============================================================================
*/
// LOCALISATION STRINGS
// Caption string for app.
#define qtn_caption_string "QiQiWeather"
#define qtn_help "Help"
#define qtn_about "About"
// Third item in "Options" menu pane
#define qtn_exit "Exit"
#define qtn_refresh "Refresh"
#define qtn_setting "Setting"
#define qtn_hidden "Hide"
#define qtn_loc_resource_file_1 "\\resource\\apps\\QiQiWeather_0xE6E51F33"
#define qtn_about_dialog_title "About"
#define qtn_about_dialog_text "QiQiWeather Version 1.0.0\n\nAuthor: Richie Chyi\n\nSupport: i-pop@163.com\n\n(c) Copyright?2008"
// 城市
#define qtn_hewb_city_choice "Choose City"
#define qtn_shanghai "Shanghai"
#define qtn_beijing "Beijing"
#define qtn_xian "Xi'an"
#define qtn_jinan "Jinan"
#define qtn_qingdao "Qingdao"
#define qtn_shenzhen "Shenzhen"
#define qtn_hewb_time_setting "Report Time"
#define qtn_wait_dialog_prompt "Getting Weather Information..."
#define qtn_weather_low "Low: "
#define qtn_weather_high "High: "
#define qtn_weather_condition "Condition: "
#define qtn_weather_city "City: "
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -