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

📄 chxavplayer.ge

📁 symbian 下的helix player源代码
💻 GE
字号:
/****************************************************************************
 *
 *  $Id: chxavplayer.GE,v 1.2 2003/08/07 23:15:05 liam_murray 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:
 *
 *  German
 *
 *  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		"RealOne 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		"Datei"
#define MRP_M_PLAY		"Abspielen"
#define MRP_M_VOLUME		"Lautst鋜ke"
#define MRP_M_FAVES		"Favoriten"
#define MRP_M_CONTENT		"Guide"
#define MRP_M_TOOLS		"Extras"

#define MRP_M_OPEN		"謋fnen"
#define MRP_M_OPEN_RECENT	"Vorherige 鰂fnen"
#define MRP_M_CLIP_INFO		"Clip-Info..."
#define MRP_M_ADD_TO_DESK	"Zu Desk"
#define MRP_M_CLOSE		"Schlie遝n"

#define MRP_M_PLAY		"Abspielen"
#define MRP_M_PAUSE		"Pause"
#define MRP_M_STOP		"Stopp"

#define MRP_M_VOLUP		"Lautst鋜ke +"
#define MRP_M_VOLDOWN		"Lautst鋜ke -"
#define MRP_M_MUTE		"Ton aus"
#define MRP_M_UNMUTE		"Ton ein"

#define MRP_M_ADD_TO_FAVES	"Zu Favoriten..."
#define MRP_M_MANAGE_FAVES	"Favoriten verwalten..."

#define MRP_M_GUIDE		"Mobile Media Guide"


#define MRP_M_PREFS		"Einstellungen..."
#define MRP_M_ABOUT		"躡er..."

/* CBA Buttons */

#define MRP_B_OPEN		"謋fnen"
#define MRP_B_OPEN_FILE		"Dat. 鰂fnen"
#define MRP_B_OPEN_URL		"URL 鰂fnen"
#define MRP_B_PLAY		"Abspielen"
#define MRP_B_PAUSE		"Pause"
#define MRP_B_STOP		"Stopp"
#define MRP_B_CLOSE		"Schlie遝n"
#define MRP_B_MUTE		"Ton aus"
#define MRP_B_UNMUTE		"Ton ein"
#define MRP_B_OK		"OK"
#define MRP_B_CANCEL		"Abbrechen"
#define MRP_B_SHOW_MEDIA_FILES  "Medien-Dat.\nanzeigen"
#define MRP_B_BROWSE		"Auswahl"
#define MRP_B_CHANGE		"膎dern"
#define MRP_B_EDIT		"Bearbeiten"
#define MRP_B_DELETE		"L鰏chen"
#define MRP_B_RESET_PREFS       "Zur點k zu\nStandard"

/* Dialogs */

/* About */
#define MRP_T_ABOUT_CAPTION	"RealOne(tm) Player"
#define MRP_F_VERSION		"Version"
#define MRP_F_BUILD		"Entwicklungsdatum"
#define MRP_F_PLATFORM		"Plattform"

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

#define MRP_F_ABOUT_TEXT	"Version: %S\nCopyright 

⌨️ 快捷键说明

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