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

📄 chxavplayer.da

📁 symbian 下的helix player源代码
💻 DA
字号:
/****************************************************************************
 *
 *  $Id: chxavplayer.DA,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:
 *
 *  Danish
 *
 *  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		"Filer"
#define MRP_M_PLAY		"Afspil"
#define MRP_M_VOLUME		"Lydstyrke"
#define MRP_M_FAVES		"Foretrukne"
#define MRP_M_CONTENT		"Vejledning"
#define MRP_M_TOOLS		"Funktioner"

#define MRP_M_OPEN		"舃n..."
#define MRP_M_OPEN_RECENT	"舃n seneste"
#define MRP_M_CLIP_INFO		"Klipinfo..."
#define MRP_M_ADD_TO_DESK	"F鴍 til bord"
#define MRP_M_CLOSE		"Luk"

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

#define MRP_M_VOLUP		"Lyd +"
#define MRP_M_VOLDOWN		"Lyd -"
#define MRP_M_MUTE		"Lyd fra"
#define MRP_M_UNMUTE		"Lyd til"

#define MRP_M_ADD_TO_FAVES	"F鴍 til Foretrukne..."
#define MRP_M_MANAGE_FAVES	"H錸dter Foretrukne..."

#define MRP_M_GUIDE		"Mobile Media Guide"


#define MRP_M_PREFS		"Indstillinger..."
#define MRP_M_ABOUT		"Om..."

/* CBA Buttons */

#define MRP_B_OPEN		"舃n"
#define MRP_B_OPEN_FILE		"舃n fil"
#define MRP_B_OPEN_URL		"舃n URL"
#define MRP_B_PLAY		"Afspil"
#define MRP_B_PAUSE		"Pause"
#define MRP_B_STOP		"Stop"
#define MRP_B_CLOSE		"Luk"
#define MRP_B_MUTE		"Lyd fra"
#define MRP_B_UNMUTE		"Lyd til"
#define MRP_B_OK		"OK"
#define MRP_B_CANCEL		"Annuller"
#define MRP_B_SHOW_MEDIA_FILES  "Vis\nmediefiler"
#define MRP_B_BROWSE		"Gennemse"
#define MRP_B_CHANGE		"Skift"
#define MRP_B_EDIT		"Rediger"
#define MRP_B_DELETE		"Slet"
#define MRP_B_RESET_PREFS       "Nulstil til\nstandard"

/* Dialogs */

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

/* Open Dialog */
#define MRP_T_OPEN_CAPTION	"舃n"
#define MRP_F_OPEN_URL		"URL-adresse"

#define MRP_F_ABOUT_TEXT	"Version: %S\nCopyright (c) 1995-2002 RealNetworks, Inc.\n%S%S"

#define MRP_F_ABOUT_MP3		"\n\nMPEG Layer 3-lydkomprimeringsteknik\ngivet i licens af Fraunhofer IIS og THOMSON\nmultimedia - http://www.iis.fhg.de/amm/"

#define MRP_F_ABOUT_PATENTS     "USA Patent nr. 5,793,980, USA Patent nr. 5,917,835"


/* Prefs */
#define MRP_T_PREFS_DIALOG_CAPTION      "Indstillinger"
#define MRP_T_PREFS_VIDEO_CAPTION       "Video"
#define MRP_T_PREFS_NETWORK_CAPTION     "Netv鎟k"
#define MRP_T_PREFS_PROXY_CAPTION       "Proxy"
#define MRP_F_AUTO_SCALE		"Autozoom sm

⌨️ 快捷键说明

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