camdecode_3rd.rls

来自「PartiTekSDK.chm is for windows, Unix/Lin」· RLS 代码 · 共 47 行

RLS
47
字号
/*
============================================================================
 Name        : CamDecode_3rd.rls
 Author      : 
 Version     :
 Copyright   : Your copyright notice
 Description : String localization file
============================================================================
*/

//  LOCALISATION STRINGS

//d:Caption string for app.
rls_string qtn_hewb_caption_string "CamDecode"

//d:Short caption string for app.
rls_string qtn_hewb_short_caption_string "CamDecode"

//d:First item in "Options" menu pane, "hello" event.
rls_string qtn_hewb_command1 "开始"

//d:Third item in "Options" menu pane, "Help" event
rls_string qtn_help "Help"

//d:Forth item in "Options" menu page, "About" event
rls_string qtn_about "About"

//d:Third item in "Options" menu pane, "exit" event.
rls_string qtn_hewb_exit "退出"

//d:When user requests ECamDecode_3rdCommand1 event, text below is shown.
rls_string qtn_hewb_command1_text "Hello world!"

//d:About dialog title
rls_string qtn_about_dialog_title "About"

//d:About dialog text
rls_string qtn_about_dialog_text "CamDecode Version 1.0.0\n\nAuthor: Augusta\n\nSupport: berserker0807@126.com\n\nAll rights reserved"

//d:Privacy Statement file name
rls_string qtn_privacy_statement_filename "PrivacyStatement.txt"

//d:Privacy Statement dialog header
rls_string qtn_privacy_statement_header "Privacy Statement"

// End of File

⌨️ 快捷键说明

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