hello.loc

来自「从s60平台移植到UIQ平台的例子代码:In this code we shal」· LOC 代码 · 共 61 行

LOC
61
字号
/*
* ============================================================================
*  Name     : hello.loc
*  Part of  : Hello
*  Created  : 21/05/2002 by 
*  Description:
*     This is a localisation file for Hello
*     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: 
* ============================================================================
*/


// LOCALISATION STRINGS

/*
//EXAMPLES:

//d:Command in options list in short term memories.
//d:Opens the call list view that is focused.
//l:list_single_popup_menu_pane_1
//
#define text_logs_stm_cmd_open "Open"

//d:Title pane text in converter main state.
//l:title_pane_1
//
#define qtn_cnv_title "Converter"

//d:Prompt text for currency data query in converter.
//l:popup_query_data_window_1
//
#define qtn_cnv_edit_name_prompt "Currency name"

//d:Active call is terminated and a held call becomes active.
//d:Operation is confirmed with this info note.
//d:%U stands for the call identification of the activated call.
//l:popup_note_window_1
//
#define qtn_multc_unhold_done_note "%U active"
*/

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


// example captions strings for app
#define qtn_app_caption_string "HelloWorld"

#define qtn_app_short_caption_string "HelloWorld"


// End of File

⌨️ 快捷键说明

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