sound.loc

来自「音频播放器」· LOC 代码 · 共 33 行

LOC
33
字号
/* Copyright (c) 2004, Nokia. All rights reserved */


// LOCALISATION STRINGS

//d:Caption string for app.
#define qtn_soun_caption_string "Sound"

//d:Short caption string for app.
#define qtn_soun_short_caption_string "Sound"


//d:function modes
#define qtn_soun_mode_player         "Player"
//#define qtn_soun_mode_recorder       "Recorder"
//#define qtn_soun_mode_toner          "Tone"


// MENU TEXTS
//d:Menu for options list
#define qtn_soun_options_play       "Play"
//#define qtn_soun_options_record     "Record"
#define qtn_soun_options_stop       "Stop"
//#define qtn_soun_options_utility    "Change Utility"
#define qtn_soun_options_exit       "Exit"

//d:Small cascaded menu to chose sound player type
//#define qtn_soun_tone_utility       "Tone utility"
//#define qtn_soun_player_utility     "Player utility"
//#define qtn_soun_recorder_utility   "Recorder utility"

// End of File

⌨️ 快捷键说明

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