helloworldbasic_32.rls
来自「使用carbide.c++开发的基于symbian 3rd的操作系统的短信删除软」· RLS 代码 · 共 47 行
RLS
47 行
/*
* ==============================================================================
* Name : helloworldbasic_32.rls
* Part of : helloworldbasic
* Interface :
* Description :
* Version :
*
* Copyright (c) 2006 Nokia Corporation.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia Corporation.
* ==============================================================================
*/
CHARACTER_SET UTF8
// LOCALISATION STRINGS
//d:Caption string for app.
rls_string STRING_r_hewb_caption_string "ハローワールド"
//d:Short caption string for app.
rls_string STRING_r_hewb_short_caption_string "HW"
//d:First item in "Options" menu pane, "hello" event.
rls_string STRING_r_hewb_command1 "ハロー"
//d:Second item in "Options" menu pane, "hello from file" event.
rls_string STRING_r_hewb_command2 "フィイルを読む"
//d:Third item in "Options" menu pane, "hello from edit" event.
rls_string STRING_r_hewb_command3 "編集する"
//d:Fourth item in "Options" menu pane, "exit" event.
rls_string STRING_r_hewb_exit "終了"
//d:When user requests EHelloWorldBasicCommand1 event, text below is shown.
rls_string STRING_r_hewb_command1_text "ハロー !"
//d:When user requests EHelloWorldBasicCommand2 event, text below is shown.
rls_string STRING_r_hewb_file_text "ハローワールド !"
rls_string STRING_r_helloworldbasic_loc_resource_file_1 "\\resource\\apps\\HelloWorldBasic"
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?