dirscracc.loc

来自「symbian平台上如何在屏幕上快速的显示图片」· LOC 代码 · 共 52 行

LOC
52
字号
/*
* ============================================================================
*  Name     : dirscracc.loc
*  Part of  : DirScrAcc
*  Created  : 06/11/2003 by Forum Nokia
*  Description:
*     This is a localisation file for DirScrAcc
*     A .loc file is the one and only place where the logical strings
*     to be localised are defined. 
*     Initial content was generated by Nokia Series 60 AppWizard.
*  -------------------------------------------------------------------
*  Version  :
*  Copyright: Nokia Corporation
* ============================================================================
*/


// LOCALISATION STRINGS

// Commands in View 1
#define qtn_view1_option_item1 "Start"
#define qtn_view1_option_item2 "Stop"
#define qtn_view1_option_item3 "Switch to View 2"
#define qtn_view1_option_item4 "Switch to View 3"

// Commands in View 2
#define qtn_view2_option_item1 "Start"
#define qtn_view2_option_item2 "Stop"
#define qtn_view2_option_item3 "Switch to View 1"
#define qtn_view2_option_item4 "Switch to View 3"

// Name of the view 1 tab.
#define qtn_view1_tab "GUI"

// Name of the view 2 tab.
#define qtn_view2_tab "GC"

// Name of the view 3 tab.
#define qtn_view3_tab "FB"


#define qtn_appl_option_exit "Exit"


// captions strings for app
#define qtn_app_caption_string "DirScrAcc"

#define qtn_app_short_caption_string "DirScrAcc"


// End of File

⌨️ 快捷键说明

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