cameraapp.loc

来自「SYMBIAN camera 样例程序如果需要了解更多或缺少什么文件可以邮件联系」· LOC 代码 · 共 35 行

LOC
35
字号
/*
* ============================================================================
*  Name     : cameraapp.loc
*  Part of  : CameraApp
*  Created  : 05/06/2006 by Forum Nokia
*  Description:
*     This is a localisation file for CameraApp
*     A .loc file is the one and only place where the logical strings
*     to be localised are defined. 
*  Version  : 2.0
*  Copyright: Nokia Corporation, 2006
* ============================================================================
*/

// LOCALISATION STRINGS

#define qtn_appl_app 		"App"
#define qtn_appl_snap	 	"Snap"
#define qtn_appl_new_image 	"New image"
#define qtn_appl_gallery 	"Go to Gallery"
#define qtn_appl_view1_tab 	"Standard"
#define qtn_appl_view2_tab 	"Portrait"
#define qtn_options_exit	"Exit"

#define qtn_appl_focus              "Focus range"
#define qtn_appl_focus_normal       "Normal"
#define qtn_appl_focus_macro        "Macro"
#define qtn_appl_focus_portrait     "Portrait"
#define qtn_appl_focus_infinite     "Infinite"

// example caption strings for app
#define qtn_app_caption_string "CameraApp Example"

#define qtn_app_short_caption_string "CameraApp"

⌨️ 快捷键说明

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