📄 s_osdstring.h
字号:
#ifndef __OSD_SSTR__
#define __OSD_SSTR__
#define BLANK 0x20
#define SHADOW_H 0x3C
#define SHADOW_V 0x3D
//////Translation/////////////
//Spain
uCHAR code iBright_S []={'e','l',BLANK,'b','r','i','l','l','o',EOL};
uCHAR code iContrast_S []={'e','l',BLANK,'c','o','n','t','r','a','s','t','e',EOL};
uCHAR code iSharp_S []={'l','a',BLANK,'a','g','u','d','e','z','a',EOL};
uCHAR code iSat_S []={'c','o','l','o','r',EOL};
uCHAR code iHue_S []={'a','s','p','e','c','t','o',EOL};
uCHAR code iLanguage_S []={'e','l',BLANK,'i','d','i','o','m','a',EOL};
/////////////////////////////////
// 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
//uCHAR code iBlankLine []={0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,EOL};
uCHAR code iBlankLine_S []={0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,EOL};
uCHAR code iTopThinBar_S []={0x20,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x21,EOL};
uCHAR code iBotThinBar_S []={0x22,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x23,EOL};
uCHAR code iFrameLine_S []={0x1E,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3B,EOL};
uCHAR code iShadowV_S []={0x3E,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3F,EOL};
// Main Menu English
//uCHAR code iOK []={'O','K',EOL};
//uCHAR code iPicture_S []={'P','I','C','T','U','R','E',EOL};
uCHAR code iAutoAdjIcon_S []={0x12,0x13,EOL};
uCHAR code iAutoAdj_S []={'A','U','T','O',BLANK,'A','D','J','U','S','T',EOL};
uCHAR code iAutoAdjting_S []={'A','d','j','u','s','t','i','n','g',BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,EOL};
uCHAR code iBrightIcon_S []={0x00,0x01,EOL};
//uCHAR code iBright_S []={'B','R','I','G','H','T','N','E','S','S',EOL};
uCHAR code iContrastIcon_S []={0x02,0x03,EOL};
//uCHAR code iContrast_S []={'C','O','N','T','R','A','S','T',EOL};
uCHAR code iPhaseIcon_S []={0x04,0x05,EOL};
uCHAR code iPhase_S []={'P','H','A','S','E',EOL};
uCHAR code iPixelIcon_S []={0x06,0x07,EOL};
uCHAR code iPixel_S []={'P','I','X','E','L',BLANK,'C','L','O','C','K',EOL};
uCHAR code iHPosIcon_S []={0x08,0x09,EOL};
uCHAR code iHPos_S []={'H',BLANK,'P','O','S','I','T','I','O','N',EOL};
uCHAR code iVPosIcon_S []={0x0A,0x0B,EOL};
uCHAR code iVPos_S []={'V',BLANK,'P','O','S','I','T','I','O','N',EOL};
uCHAR code iColorIcon_S []={0x0C,0x0D,EOL};
uCHAR code iColor_S []={'C','O','L','O','R',BLANK,'A','D','J','U','S','T','M','E','N','T',EOL};
uCHAR code iLanguageIcon_S []={0x0E,0x0F,EOL};
//uCHAR code iLanguage_S []={'L','A','N','G','U','A','G','E',EOL};
uCHAR code iRecallIcon_S []={0x10,0x11,EOL};
//uCHAR code iRecall_S []={'R','E','C','A','L','L',EOL};
//uCHAR code iRecalling_S []={'R','E','C','A','L','L','I','N','G',EOL};
uCHAR code iRecall_S []={'R','E','S','E','T',EOL};
uCHAR code iRecalling_S []={'R','E','S','E','T','T','I','N','G',EOL};
uCHAR code iVolume_S []={'V','O','L','U','M','E',EOL};
uCHAR code iOK_S []={'O','K',EOL};
uCHAR code iVolumeIcon_S []={0x18,0x19,EOL};
uCHAR code iTiming_S []={'T','I','M','I','N','G',EOL};
//Color User Menu
uCHAR code iBlank_S []={BLANK, EOL};
uCHAR code iR_S []={'R',EOL};
uCHAR code iG_S []={'G',EOL};
uCHAR code iB_S []={'B',EOL};
uCHAR code i9300K_S []={'9','3','0','0','K',EOL};
uCHAR code i6500K_S []={'6','5','0','0','K',EOL};
//SRC Menu
uCHAR code iSrcSelect_S []={'I' ,'N' ,'P' ,'U' ,'T' ,BLANK ,'S' ,'O' ,'U' ,'R' ,'C' ,'E' ,BLANK ,'S' ,'E' ,'L' ,'E' ,'C' ,'T' ,EOL};
uCHAR code iSrcSlctIcon_S []={0x29,0x2a,EOL};
uCHAR code iSrcChangeIcon_S []={0x3e,0x3f,EOL};
uCHAR code iSrcAnalog_S []={'A','N','A','L','O','G',EOL};
uCHAR code iSrcDigital_S []={'D','I','G','I','T','A','L',EOL};
uCHAR code iSrcCVideo_S []={'C',BLANK,'V','I','D','E','O',EOL};
uCHAR code iSrcSVideo_S []={'S',BLANK,'V','I','D','E','O',EOL};
uCHAR code iSrcTV_S []={'T','V',BLANK,BLANK,EOL};
uCHAR code iSrcTVManSel_S []={'T','V',BLANK,'M','A','N','U','A','L',BLANK,'S','E','L','E','C','T',EOL};
uCHAR code iNoSignal_S []={'N','O',BLANK,'S','I','G','N','A','L',EOL};
uCHAR code iNoSupport_S []={'N','O',BLANK,'S','U','P','P','O','R','T',EOL};
uCHAR code iFailSafeMode_S []={'F','A','I','L',BLANK,'S','A','F','E',BLANK, 'T','U','R','N',BLANK,'R','A','T','E',EOL};
uCHAR code iAutoAdjust_S []={'A','U','T','O',BLANK,'A','D','J','U','S','T',
' ','I','N',BLANK,'P','R','O','G','R','E','S','S',EOL};
uCHAR code iPowerOff_S []={'P','O','W','E','R',' ','O','f','f',' ',EOL};
uCHAR code iADCCalib_S []={'D','O',BLANK,'C','O','L','O','R',BLANK,'C','A','L','I','B','R','A','T','I','O','N',0x1A,EOL};
uCHAR code iCalibrating_S []={'C','A','L','I','B','R','A','T','I','N','G',0x14,0x14,0x14,EOL};
uCHAR code iYes_S []={'P','R','E','S','S',BLANK,0x1C,'E','X','I','T',0x1D,BLANK,'A','G','A','I','N',EOL};
uCHAR code iAdcSubsample_S []={'S','U','B','S','A','M','P','L','E',BLANK,'M','O','D','E',BLANK,EOL};
uCHAR code iSyncError_S []={'S','Y','N','C',BLANK,'E','R','R','O','R',BLANK,EOL};
uCHAR code iProcess_S []={'P','R','O','C','E','S','S',EOL};
//uCHAR code iChannel_S []={'C','H','A','N','N','E','L',BLANK,BLANK,BLANK,BLANK,BLANK,EOL};
uCHAR code iEnglish_S []={'E','N','G','L','I','S','H',EOL};
uCHAR code iFrench_S []={'F','R','E','N','C','H',BLANK,BLANK,BLANK,'F','R','A','N','C','A','I','S',EOL};
uCHAR code iGerman_S []={'G','E','R','M','A','N',BLANK,BLANK,BLANK,'D','E','U','T','S','C','H',EOL};
uCHAR code iItalian_S []={'I','T','A','L','I','A','N',BLANK,BLANK,'I','T','A','L','I','A','N','O',EOL};
uCHAR code iSpanish_S []={'S','P','A','N','I','S','H',BLANK,BLANK,'E','S','P','A',0x5D,'O','L',EOL};
//Factory mode menu
uCHAR code iReset_S []={'A','l','l',BLANK,'R','e','s','e','t',EOL};
uCHAR code iWhite_S []={'W','h','i','t','e',BLANK,'B','a','l','a','n','c','e',EOL};
uCHAR code iGain_S []={'G','a','i','n',EOL};
uCHAR code iOffset_S []={'O','f','f','s','e','t',EOL};
uCHAR code iBKLight_S []={'B','a','c','k','l','i','g','h','t',EOL};
uCHAR code i9300R_S []={'9','3','0','0',BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,'R',EOL};
uCHAR code i9300G_S []={BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,'G',EOL};
uCHAR code i9300B_S []={BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,'B',EOL};
uCHAR code i6500R_S []={'6','5','0','0',BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,'R',EOL};
uCHAR code i6500G_S []={BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,'G',EOL};
uCHAR code i6500B_S []={BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,'B',EOL};
//Video
uCHAR code iPicture_S []={'P','I','C','T','U','R','E',EOL};
uCHAR code iTuning_S []={'T','U','N','I','N','G',BLANK,BLANK,EOL};
//uCHAR code iSharp_S []={'S','H','A','R','P','N','E','S','S',EOL};
//uCHAR code iSat_S []={'S','A','T','U','R','A','T','I','O','N',EOL};
//uCHAR code iSat_S []={'C','O','L','O','R',EOL};
//uCHAR code iHue_S []={'H','U','E',EOL};
uCHAR code iRGB_S []={'R','G','B',BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,EOL};
//TV
uCHAR code iChannel_S []={'C','H','A','N','N','E','L',EOL};
uCHAR code iAfc_S []={'A','F','C',EOL};
uCHAR code iBand_S []={'B','A','N','D',EOL};
uCHAR code iSource_S []={'T','V',BLANK,'M','O','D','E',EOL};
uCHAR code iSoundSystem_S []={'S','O','U','N','D',BLANK,'S','Y','S','T','E','M',EOL};
//uCHAR code iSkip_S []={'S','K','I','P',EOL};
uCHAR code iSkip_S []={'A','D','D',0x26,'E','R','A','S','E',EOL};
uCHAR code iSwap_S []={'S','W','A','P',EOL};
uCHAR code iSearch_S []={'S','E','A','R','C','H',EOL};
uCHAR code iFineTune_S []={'F','I','N','E',BLANK,'T','U','N','E',BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,BLANK,0x3C,0x3D,0x3E,EOL};
uCHAR code iAutoMemory_S []={'A','U','T','O',BLANK,'M','E','M','O','R','Y',EOL};
uCHAR code iAutoScan_S []={'A','U','T','O',BLANK,'S','C','A','N',EOL};
uCHAR code iTVNum_S []={'C','H','A','N','N','E','L',EOL};
uCHAR code iDVD_S []={'D','V','D',EOL};
uCHAR code iPC_S []={'P','C',EOL};
uCHAR code iCable_S []={'C','A','B','L','E',EOL};
uCHAR code iAir_S []={BLANK,BLANK,'A','I','R',EOL};
uCHAR code iBlankIcon_S []={BLANK, BLANK, EOL};
#ifdef TV
uCHAR code iTV_S []={'T','V',EOL};
#endif
uCHAR code iCVBS_1_S []={'C','V','B','S' ,BLANK, '1',EOL};
uCHAR code iCVBS_2_S []={'C','V','B','S' ,BLANK, '2',EOL};
uCHAR code iCVBS_3_S []={'C','V','B','S' ,BLANK, '3',EOL};
uCHAR code iCVBS_4_S []={'C','V','B','S' ,BLANK, '4',EOL};
uCHAR code iCVBS_5_S []={'C','V','B','S' ,BLANK, '5',EOL};
uCHAR code iCVBS_6_S []={'C','V','B','S' ,BLANK, '6',EOL};
uCHAR code iSVideo_S []={'S',BLANK,'V','I','D','E','O',EOL};
uCHAR code iSVideo_1_S []={'S',BLANK,'V','I','D','E','O',BLANK,'1',EOL};
uCHAR code iSVideo_2_S []={'S',BLANK,'V','I','D','E','O',BLANK,'2',EOL};
uCHAR code iYPbPr_S []={'Y','P','B','P','R',EOL}; // add by Sherman 06'01'12
uCHAR code iVGA_S []={'V','G','A',EOL};
uCHAR code iRGB565_S []={'R','G','B','5','6','5',EOL};
uCHAR code iCOMPONENT_S []={'C','O','M','P','O','N','E','N','T',EOL};
uCHAR code iPAL_S []={BLANK,'P','A','L',EOL};
uCHAR code iNTSC_S []={'N','T','S','C',EOL};
uCHAR code iSECAM_S []={'S','E','C','A','M',EOL};
// add by Sherman 06'01'26
uCHAR code iNTSC_4_S []={'N','T','S','C',BLANK,'4',EOL};
uCHAR code iPAL_M_S []={'P','A','L',BLANK,'M',EOL};
uCHAR code iPAL_N_S []={'P','A','L',BLANK,'N',EOL};
uCHAR code iPAL_S_S []={BLANK,'I',EOL};
uCHAR code iPAL_SK_S []={'D','K',EOL};
uCHAR code iPAL_CN_S []={'C','N',EOL};
uCHAR code iScaleFULL_S []={'F','U','L','L',EOL};
uCHAR code iScale16_9_S []={'1','6',':','9',EOL};
uCHAR code iScale4_3_S []={'4',':','3',BLANK,EOL};
uCHAR code iScale1_1_S []={'1',':','1',BLANK,EOL};
uCHAR code iZoom_1_S []={'Z', 'O', 'O', 'M', BLANK, '1',EOL};
uCHAR code iZoom_2_S []={'W', 'I', 'D', 'E', BLANK, '1',EOL};
uCHAR code iZoom_3_S []={'Z', 'O', 'O', 'M', BLANK, '2',EOL};
uCHAR code iZoom_4_S []={'W', 'I', 'D', 'E', EOL};
uCHAR code iZoom_5_S []={'W', 'I', 'D', 'E', BLANK, '2',EOL};
uCHAR code iZoom_6_S []={'Z', 'O', 'O', 'M', BLANK, '3', EOL};
uCHAR code iZoom_7_S []={'Z', 'O', 'O', 'M', BLANK, '3', EOL}; //add by Sherman 05'08'24
#else
#ifdef TV
extern uCHAR code iTV[];
#endif
extern uCHAR code iCVBS_1_S [];
extern uCHAR code iCVBS_2_S [];
extern uCHAR code iCVBS_3_S [];
extern uCHAR code iCVBS_4_S [];
extern uCHAR code iCVBS_5_S [];
extern uCHAR code iCVBS_6_S [];
extern uCHAR code iSVideo_S [];
extern uCHAR code iSVideo_1_S [];
extern uCHAR code iSVideo_2_S [];
extern uCHAR code iYPbPr_S [];
extern uCHAR code iVGA_S [];
extern uCHAR code iRGB565_S [];
extern uCHAR code iCOMPONENT_S [];
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -