📄 chxavplayer.sw
字号:
/****************************************************************************
*
* $Id: chxavplayer.SW,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:
*
* Swedish
*
* 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 "Arkiv"
#define MRP_M_PLAY "Spela"
#define MRP_M_VOLUME "Volym"
#define MRP_M_FAVES "Favoriter"
#define MRP_M_CONTENT "Guide"
#define MRP_M_TOOLS "Verktyg"
#define MRP_M_OPEN "謕pna..."
#define MRP_M_OPEN_RECENT "謕pna senaste"
#define MRP_M_CLIP_INFO "Klippinfo..."
#define MRP_M_ADD_TO_DESK "L鋑g till p
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -