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

📄 vrex.loc

📁 symbian s60 有关音频的代码实例,供参考
💻 LOC
字号:
/*
============================================================================
 Name        : VRex.loc
 Author      : Forum Nokia
 Copyright   : Forum Nokia
 Created     : 30/08/2006 by Forum  Nokia
 Version     : 2.0
 Description : This is a localisation file for VRex
               A .loc file is the one and only place where the logical
               strings to be localised are defined. 
============================================================================
*/

// LOCALISATION STRINGS

// example caption strings for app
rls_string qtn_app_caption_string "VRecExample"
rls_string qtn_app_short_caption_string "VRex"

rls_string qtn_vrex_main_title  "VRex"

rls_string qtn_vrex_play            "Play"

rls_string qtn_vrex_stop            "Stop"

rls_string qtn_vrex_pause           "Pause"

rls_string qtn_vrex_resume          "Resume"

rls_string qtn_vrex_docplay     "Embedded Player"

rls_string qtn_vrex_file_info       "File info"

rls_string qtn_vrex_record          "Record"

rls_string qtn_vrex_start_preview   "Start Recorder"

rls_string qtn_vrex_stop_preview    "Stop Recorder"

rls_string qtn_vrex_continue        "Continue"

rls_string qtn_vrex_return          "Return"

//d:Label (00:00/00:00) in Navi pane when playing media clip
//d:%0U stands for current playing time of the clip
//d:%1U stands for total duration of the clip
//l:navi_pane_5 
//
rls_string qtn_vrex_sep_slash "%0U/%1U" 

rls_string qtn_vrex_fd_headings "File Details:"

rls_string qtn_vrex_fd_title "Title"

rls_string qtn_vrex_fd_filename "Filename"

rls_string qtn_vrex_filedetails_url "Url"

rls_string qtn_vrex_details_format "Format"

rls_string qtn_vrex_details_resolution "Resolution"

rls_string qtn_vrex_times_indic "%0N x %1N" 

rls_string qtn_vrex_details_duration "Duration"

rls_string qtn_vrex_details_bitrate "Bitrate"

rls_string qtn_vrex_details_bitrate "Bitrate"

rls_string qtn_vrex_bitrate_kbps "%N kbps" 

rls_string qtn_vrex_details_size "Size"

rls_string qtn_vrex_size_kb "%U kB" 

rls_string qtn_vrex_size_mb "%U MB" 

rls_string qtn_vrex_details_date "Date"

rls_string qtn_vrex_details_time "Time"

rls_string qtn_vrex_details_copyright "Copyright"

rls_string qtn_vrex_sep_slash "%0U/%1U" 

rls_string qtn_vrex_empty ""

rls_string qtn_options_exit "Exit"

⌨️ 快捷键说明

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