⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 logexample.loc

📁 专业的用于查询手机通话记录的代码
💻 LOC
字号:
/*
 * ============================================================================
 *  Name     : LogExample.loc
 *  Part of  : LogExample
 *  Created  : 26.05.2005 by Forum Nokia
 *  Description:
 *     This is a localisation file for LogExample
 *     A .loc file is the one and only place where the logical strings
 *     to be localised are defined. 
 *     Initial content was generated by Series 60 Application Wizard.
 *  -------------------------------------------------------------------
 *  Version  : 1.0
 *  Copyright: Nokia Corporation
 * ============================================================================
 */

// LOCALISATION STRINGS

//d:Command in options menu.
//d:Example application spesific command.
//l:list_single_popup_submenu_pane_1
//
#define qtn_appl_test "Test"

// menu exit
#define qtn_appl_exit "Exit"

//d:Command in options menu.
//d:Example application spesific command.
//l:list_single_popup_submenu_pane_1
//
#define qtn_appl_option_item "<Application menu item>"

#define qtn_view1_option_item1 "View events"

// view1 - submenu1 - view events
#define qtn_view1_submenu1_option_item1_all 	 	"All"
#define qtn_view1_submenu1_option_item_recent       "Recent"
#define qtn_view1_submenu1_option_item2_incoming 	"Incoming"
#define qtn_view1_submenu1_option_item3_outgoing 	"Outgoing"
#define qtn_view1_submenu1_option_item4_voice 	 	"Voice"
#define qtn_view1_submenu1_option_item5_sms 	 	"SMS"

#define qtn_view1_option_item2 "Add event"

// view1 - submenu2 - add event

#define qtn_view1_submenu2_option_item1_random 	 	"Random event"
#define qtn_view1_submenu2_option_item2_own 	 	"Own event"

#define qtn_view1_option_item3 				"Show details"
#define qtn_view1_option_item4 				"Delete event"

//d:Command in options menu.
//d:Example command for view 2.
//l:list_single_popup_submenu_pane_1
//
#define qtn_view2_option_item1 				"Show details"
#define qtn_view2_option_item2 				"Delete event"

// Form fields

#define qtn_aknlogexform_form_label_ed01	"Direction"
#define qtn_aknlogexform_form_label_ed02	"Description"
#define qtn_aknlogexform_form_label_ed03	"Time"
#define qtn_aknlogexform_form_label_ed04	"Date" 
#define qtn_aknlogexform_form_label_ed05	"Remote party"
#define qtn_aknlogexform_form_label_ed06	"Number"
#define qtn_aknlogexform_form_label_ed07	"Subject"
#define qtn_aknlogexform_form_label_ed08	"Duration"
#define qtn_aknlogexform_form_label_ed09	"Duration type"
#define qtn_aknlogexform_form_label_ed10 	"ID"
#define qtn_aknlogexform_form_label_ed11 	"Link"
#define qtn_aknlogexform_form_label_ed12 	"Contact"
#define qtn_aknlogexform_form_label_ed13 	"Status"
#define qtn_aknlogexform_form_label_ed14 	"Event type"
#define qtn_aknlogexform_form_label_ed15 	"Data"

// example caption strings for app
#define qtn_app_caption_string "LogExample"
#define qtn_app_short_caption_string "LogExample"

// delete query
#define DELETE_QUERY_TEXT "Do you want to delete event?"

// End of File

⌨️ 快捷键说明

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