📄 video.loc
字号:
/*
* ============================================================================
* Name : video.loc
* Part of : Video
* Created : 10/14/2003 by Forum Nokia
* Description:
* This is a localisation file for Video
* A .loc file is the one and only place where the logical strings
* to be localised are defined.
* -------------------------------------------------------------------
* Version :
* Copyright: Forum Nokia
* ============================================================================
*/
// LOCALISATION STRINGS
#define qtn_appl_test "Test"
#define qtn_appl_play "Play"
#define qtn_appl_stop "Stop"
#define qtn_appl_pause "Pause"
#define qtn_appl_docplay "Embedded Player"
// example caption strings for app
#define qtn_app_caption_string "Video"
#define qtn_app_short_caption_string "Video"
#define qtn_video_main_title "Video"
//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
//
#define qtn_video_sep_slash "%0U/%1U"
#define qtn_video_fd_headings "File Details:"
#define qtn_video_fd_title "Title"
#define qtn_video_fd_filename "Filename"
#define qtn_video_filedetails_url "Url"
#define qtn_video_details_format "Format"
#define qtn_video_details_resolution "Resolution"
#define qtn_video_times_indic "%0N x %1N"
#define qtn_video_details_duration "Duration"
#define qtn_video_details_bitrate "Bitrate"
#define qtn_video_details_bitrate "Bitrate"
#define qtn_video_bitrate_kbps "%N kbps"
#define qtn_video_details_size "Size"
#define qtn_video_size_kb "%U kB"
#define qtn_video_size_mb "%U MB"
#define qtn_video_details_date "Date"
#define qtn_video_details_time "Time"
#define qtn_video_details_copyright "Copyright"
#define qtn_appl_file_info "File info"
#define qtn_video_sep_slash "%0U/%1U"
#define qtn_video_stop "Stop"
#define qtn_video_pause "Pause"
#define qtn_video_continue "Continue"
#define qtn_video_return "Return"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -