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

📄 chxavplayer.en

📁 著名的 helix realplayer 基于手机 symbian 系统的 播放器全套源代码
💻 EN
字号:
/****************************************************************************
 *
 *  $Id: chxavplayer.EN,v 1.2.18.2 2004/03/24 00:38:45 gwright Exp $
 *
 *  Copyright (C) 2000 RealNetworks, Inc.
 *  All rights reserved.
 *
 *  This program contains proprietary information of RealNetworks, Inc.,
 *  and is licensed subject to restrictions on use and distribution.
 *
 *  Description:
 *
 *  UK English
 *
 *  Localization notes:
 *
 *  Please use the naming convention "realplayer.XX" when
 *  renaming the localized file, where "XX" is one of the following
 *  language codes:
 *
 *  EN = UK English
 *  SG = Swiss German
 *  FR = French
 *  PO = Portuguese
 *  GE = German
 *  TU = Turkish
 *  SP = Spanish
 *  IC = Icelandic
 *  IT = Italian
 *  RU = Russian
 *  SW = Swedish
 *  HU = Hungarian
 *  DA = Danish
 *  DU = Dutch
 *  NO = Norwegian
 *  BL = Belgian Flemish
 *  FI = Finnish
 *  AU = Australian English
 *  AM = US English
 *  BF = Belgian French
 *  SF = Swiss French
 *  AS = Austrian German
 *  IF = International French
 *  NZ = New Zealand
 *  CS = Czech
 *  SK = Slovak
 *  PL = Polish
 *  SL = Slovenian
 *  TC = Taiwan Chinese
 *  HK = Hong Kong Chinese
 *  ZH = Prc Chinese
 *  JA = Japanese
 *  TH = Thai
 *
 * Logical names section
 *
 * Logical Names for UI Strings must be stated for the needs of
 * localisation. The format of the logical name of the string is
 *
 * aaa_t_nnnnnnnnnnnnnnnnnnnnnnnnnn
 *
 * where	aaa 	= application	(3 chars)
 * 	t	= type		(1 (2) char (e.g. I for icon, SC for short cut))
 * 	n	= name		(26 chars max.)
 *
 * All characters of the logical name are written in capital letters.
 *
 * TYPE
 * ====
 *
 * A	Icon Title
 * AN	Animation
 * B 	Button String
 * C	Constant
 * F	Field Title (e.g. Job Title in Contact Card)
 * G 	General UI string (misc. stuff)
 * H 	Help text
 * I 	Icon (picture)
 * K *	Field (field itself, e.g. ________________) *
 * L 	List Item
 * M	Menu Item
 * N	Note
 * O	Other command (not button or menu based)
 * S *	Field Input (value of the field, e.g. General Manager) *
 * SC	Short Cut
 * T 	Title
 * V 	Value
 *
 * *used mainly in technical specs
 *
 *
 * NAME
 * ====
 *
 * When giving logical names to Notes the Name part can contain the following
 * abbrevations relating to the Note Type:
 *
 * IN	Information Note
 * CO	Confirmation Note
 * FL	Flashing Note
 * CA	Cancel Note
 * IP	Input Note
 * SC	Short Cut
 * SP	Special Note
 *
 * The format is as follows:
 *
 * aaa_N_yy_nnnnnnnnnnnnnnnnnnnnnnn
 *
 * where aaa  = application (3 chars)
 *  N   (1 char)
 *  yy = Note Type  (2 chars)
 *  n = name (23 chars max.)
 */


#define MRP_T_CAPTION		"Helix Player"
#define ELanguage		ELangEnglish

/* Shortcut keys */

#define MRP_SC_OPEN		'o' /* open a new file */
#define MRP_SC_CLIP_INFO	'i' /* open clip info */
#define MRP_SC_PLAY_PAUSE	'p' /* toggle play/pause */
#define MRP_SC_STOP		's' /* stop playback */
#define MRP_SC_MUTE		'm' /* toggle mute volume */
#define MRP_SC_EXIT		'e' /* exit application */
#define MRP_SC_INFO		'i' /* clip info */
#define MRP_SC_FAVE		'f' /* add to favorites */

/* Menu texts */

#define MRP_M_FILE		"File"
#define MRP_M_PLAY		"Play"
#define MRP_M_VOLUME		"Volume"
#define MRP_M_FAVES		"Favourites"
#define MRP_M_CONTENT		"Guide"
#define MRP_M_TOOLS		"Tools"

#define MRP_M_OPEN		"Open..."
#define MRP_M_OPEN_RECENT	"Open Recent"
#define MRP_M_CLIP_INFO		"Clip info..."
#define MRP_M_ADD_TO_DESK	"Add to Desk"
#define MRP_M_CLOSE		"Close"

#define MRP_M_PLAY		"Play"
#define MRP_M_PAUSE		"Pause"
#define MRP_M_STOP		"Stop"

#define MRP_M_VOLUP		"Vol +"
#define MRP_M_VOLDOWN		"Vol -"
#define MRP_M_MUTE		"Sound Off"
#define MRP_M_UNMUTE		"Sound On"

#define MRP_M_ADD_TO_FAVES	"Add To Favourites..."
#define MRP_M_MANAGE_FAVES	"Manage Favourites..."

#define MRP_M_GUIDE		"Mobile Media Guide"


#define MRP_M_PREFS		"Preferences..."
#define MRP_M_ABOUT		"About..."

/* CBA Buttons */

#define MRP_B_OPEN		"Open"
#define MRP_B_OPEN_FILE		"Open File"
#define MRP_B_OPEN_URL		"Open URL"
#define MRP_B_PLAY		"Play"
#define MRP_B_PAUSE		"Pause"
#define MRP_B_STOP		"Stop"
#define MRP_B_CLOSE		"Close"
#define MRP_B_MUTE		"Sound Off"
#define MRP_B_UNMUTE		"Sound On"
#define MRP_B_OK		"OK"
#define MRP_B_CANCEL		"Cancel"
#define MRP_B_SHOW_MEDIA_FILES  "Show\nmedia files"
#define MRP_B_BROWSE		"Browse"
#define MRP_B_CHANGE		"Change"
#define MRP_B_EDIT		"Edit"
#define MRP_B_DELETE		"Delete"
#define MRP_B_RESET_PREFS       "Reset to\ndefaults"

/* Dialogs */

/* About */
#define MRP_T_ABOUT_CAPTION	"Helix Player"
#define MRP_F_VERSION		"Version"
#define MRP_F_BUILD		"Build Date"
#define MRP_F_PLATFORM		"Platform"

/* Open Dialog */
#define MRP_T_OPEN_CAPTION	"Open"
#define MRP_F_OPEN_URL		"URL"

#define MRP_F_ABOUT_TEXT	"Version: %S\nCopyright 

⌨️ 快捷键说明

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