📄 chxavplayer.it
字号:
/****************************************************************************
*
* $Id: chxavplayer.IT,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:
*
* Italian
*
* 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 "File"
#define MRP_M_PLAY "Esegui"
#define MRP_M_VOLUME "Volume"
#define MRP_M_FAVES "Preferiti"
#define MRP_M_CONTENT "Guida"
#define MRP_M_TOOLS "Strumenti"
#define MRP_M_OPEN "Apri..."
#define MRP_M_OPEN_RECENT "Apri recenti"
#define MRP_M_CLIP_INFO "Informazioni sul clip..."
#define MRP_M_ADD_TO_DESK "Aggiungi al Desk"
#define MRP_M_CLOSE "Chiudi"
#define MRP_M_PLAY "Esegui"
#define MRP_M_PAUSE "Pausa"
#define MRP_M_STOP "Stop"
#define MRP_M_VOLUP "Vol +"
#define MRP_M_VOLDOWN "Vol -"
#define MRP_M_MUTE "Senza suono"
#define MRP_M_UNMUTE "Riatt.son."
#define MRP_M_ADD_TO_FAVES "Aggiungi a Preferiti..."
#define MRP_M_MANAGE_FAVES "Gestisci Preferiti..."
#define MRP_M_GUIDE "Mobile Media Guide"
#define MRP_M_PREFS "Preferenze..."
#define MRP_M_ABOUT "Informazioni su..."
/* CBA Buttons */
#define MRP_B_OPEN "Apri ..."
#define MRP_B_OPEN_FILE "Apri file"
#define MRP_B_OPEN_URL "Apri URL"
#define MRP_B_PLAY "Esegui"
#define MRP_B_PAUSE "Pausa"
#define MRP_B_STOP "Stop"
#define MRP_B_CLOSE "Chiudi"
#define MRP_B_MUTE "Senza\nsuono"
#define MRP_B_UNMUTE "Riatt.son."
#define MRP_B_OK "OK"
#define MRP_B_CANCEL "Annulla"
#define MRP_B_SHOW_MEDIA_FILES "Mostra\nfile media"
#define MRP_B_BROWSE "Sfoglia"
#define MRP_B_CHANGE "Cambia"
#define MRP_B_EDIT "Modifica"
#define MRP_B_DELETE "Cancella"
#define MRP_B_RESET_PREFS "Ripristina\nval.prec."
/* Dialogs */
/* About */
#define MRP_T_ABOUT_CAPTION "RealOne(tm) Player"
#define MRP_F_VERSION "Versione"
#define MRP_F_BUILD "Data versione"
#define MRP_F_PLATFORM "Piattaforma"
/* Open Dialog */
#define MRP_T_OPEN_CAPTION "Apri ..."
#define MRP_F_OPEN_URL "URL"
#define MRP_F_ABOUT_TEXT "Versione: %S\nCopyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -