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

📄 osd_strings.h

📁 SAMSUNG 5009的源代码
💻 H
📖 第 1 页 / 共 5 页
字号:
CONST char *gpRight[MAX_SUPPORT_LANG_NUM] = {
	"Right",
	"Droite",
	"Rechts",
	"Derecha",
	"Destro",
#if _APP_CAP_OSD_LANG_CHINESE
	//"\377\222\377\032\377\223"
	"\377\222\377\375\377\223"
#endif

#if _APP_CAP_OSD_LANG_JAPANESE
	"\377\024"
#endif

#if _APP_CAP_OSD_LANG_PORTUGUESE
	"Direito"
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
	"\377\202pa\206\377\231\377\214"//Right->"Правый"
#endif
};	

/* Rotate */	
CONST char *gpRotate[MAX_SUPPORT_LANG_NUM] = 	
{
	"Rotate",
	"Rotate",
	"Rotate",
	"Rotate",
	"Rotate",		

#if _APP_CAP_OSD_LANG_CHINESE
	"\377\002\377\003"		
#endif

#if _APP_CAP_OSD_LANG_JAPANESE
	"\377\046\362\273\377\001"
#endif

#if _APP_CAP_OSD_LANG_PORTUGUESE
	"Gire"
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
	"\206pa\377\227e\377\220\377\213e"//Rotate->"вращение"
#endif
};

/* Select:  */	
CONST char *gpSelect[MAX_SUPPORT_LANG_NUM] =
{	
		"Select: ",
		"Select: ",
		"Select: ",
		"Pista: ",
		"Select: ",
#if _APP_CAP_OSD_LANG_CHINESE
		//"\377\213\377\214: "
		 "\377\213\377\132: ",	
#endif

#if _APP_CAP_OSD_LANG_JAPANESE	
		"\377\121\377\122"
#endif		

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Faixa", //"Escolher: ",//"Seleto: ",	// Select
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
	 "O\377\222\205op\377\220o: ",			// Select->"Отборно"
#endif
};

/* Selection */	
CONST char *gpSelection[MAX_SUPPORT_LANG_NUM] =
{	
		"Selection",
		"Selection",
		"Selection",
		"Selection",
		"Selection",
#if _APP_CAP_OSD_LANG_CHINESE
		"\213\214"
#endif

#if _APP_CAP_OSD_LANG_JAPANESE
		"Selection empty",
#endif		

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Selection",	/* ID_STRS_SELECTION */
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
		"B\377\231\205op",	//Selection->"Выбор"
#endif
};

CONST char *gpSet[MAX_SUPPORT_LANG_NUM] =
{
		"Set",
		"Set",
		"Set",
		"Set",
		"Set",
#if _APP_CAP_OSD_LANG_CHINESE
		"\377\066\377\067",
#endif

#if _APP_CAP_OSD_LANG_JAPANESE
		"Set",
#endif		

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Set",
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
		"Set",
#endif

};

/* Single Time  */	
CONST char *gpSingletime[MAX_SUPPORT_LANG_NUM] =
{	
		"Single Time",
		"Single Time",
		"Single Time",
		"Single Time",
		"Single Time",
#if _APP_CAP_OSD_LANG_CHINESE
		//"\377\216\377\24",
		 "\377\216\377\132\377\144\377\145",
#endif

#if _APP_CAP_OSD_LANG_JAPANESE	
		"Single Time"
#endif		

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Corredi\347a"
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
		 "O\377\210\377\213\377\220o\377\225\377\220oe",	//Single time->"Одиночное время"		
#endif
};


/* Slide */	
CONST char *gpSlide[MAX_SUPPORT_LANG_NUM] = 	
{
	"Slide",
	"Slide",
	"Slide",
	"Slide",
	"Slide",		
#if _APP_CAP_OSD_LANG_CHINESE
	"\377\006\377\007\377\010"		
#endif

#if _APP_CAP_OSD_LANG_JAPANESE
		"\335\377\042\273\377\002"
#endif	

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Corredi\347a"
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
		"\377\215a\377\210p\377\231"	//Slide->"кадры"
#endif
};


/* Skip */	
CONST char *gpSkip[MAX_SUPPORT_LANG_NUM] = 	
{
		"Skip",
		"Saut",
		"Zeilensprung",
		"Salto",
		"Salto",
#if _APP_CAP_OSD_LANG_CHINESE
    	"\377\372\377\275"	// 向前*
#endif

#if _APP_CAP_OSD_LANG_JAPANESE	
		//"\377\073\235"
		"\377\010\235",						// Next
#endif    

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Seguinte",			// Next
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
		"\202a\377\222e\377\217",			// Next->"Затем"
#endif    	
};

//clina 061026 add for chinese next 
CONST char *gpNext[MAX_SUPPORT_LANG_NUM] = 	
{
		"Skip",
		"Saut",
		"Zeilensprung",
		"Salto",
		"Salto",
#if _APP_CAP_OSD_LANG_CHINESE
    	"\377\372\377\276"	// 向后*
#endif

#if _APP_CAP_OSD_LANG_JAPANESE	
		//"\377\073\235"
		"\377\010\235",						// Next
#endif    

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Seguinte",			// Next
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
		"\202a\377\222e\377\217",			// Next->"Затем"
#endif    	
};
/* Step */
CONST char *gpStep[MAX_SUPPORT_LANG_NUM] = {
	"Step",
	"Ranlenti",
	"Etnzelbild",
	"Fotograma",
	"Fotogramma",
#if _APP_CAP_OSD_LANG_CHINESE
	"\377\264\377\265"	// 步进
#endif

#if _APP_CAP_OSD_LANG_JAPANESE	// cydrain 20050708
	"\335\362\356\377\020"
#endif

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Passo a passo",//"Etapa",
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
		"\377\31a\207",//Step->"Шаг"
#endif
};

/* Stereo */
CONST char *gpStereo[MAX_SUPPORT_LANG_NUM] = {
	"Stereo", 
	"St\351r\351o", 
	"Stereo", 
	"Estereo", 
	"Stereo", 
#if _APP_CAP_OSD_LANG_CHINESE
	//"\377\217\377\220\377\032", 
	"\377\217\377\220\377\375",
#endif

#if _APP_CAP_OSD_LANG_JAPANESE
	"\335\362\377\045\301"
#endif

#if _APP_CAP_OSD_LANG_PORTUGUESE
	"Est\351reo"
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
	"C\377\222epeo"  //"Стерео"
#endif
};	

/* Stop */ 
CONST char *gpStop[MAX_SUPPORT_LANG_NUM] = {	
		"Stop",
		"Arr\352t",
		"Stop",
		"Det.",
		"Stop",
#if _APP_CAP_OSD_LANG_CHINESE
		"\377\205\377\206"	//停止
#endif

#if _APP_CAP_OSD_LANG_JAPANESE	
		"\335\377\001\356\377\020"
#endif		

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Paragem",			// Stop
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
	 	"C\377\222o\377\221",			// Stop->"Стoп"
#endif
};

CONST char *gpSubtitle[MAX_SUPPORT_LANG_NUM ] ={
	"Subtitle",
	"Sous-Titre",
	"Untertitelton",
	"Subtitulos",
	"Sottotitolo",
#if _APP_CAP_OSD_LANG_CHINESE
	"\377\137\377\244",		// 字幕
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
	"Subtitle",
#endif 
#if _APP_CAP_OSD_LANG_JAPANESE	// cydrain 20050708
	"Subtitle",
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN// rainbow 05.12.05
	"Subtitle",
#endif
};

/* Time */ 
CONST char *gpTime[MAX_SUPPORT_LANG_NUM] = {
		"Time",
		"Temps",
		"Zeit",
		"Tiempo",
		"Tempo",
#if _APP_CAP_OSD_LANG_CHINESE
		//"\377\030\377\031"	
		 "\377\144\377\145",		
#endif	

#if _APP_CAP_OSD_LANG_JAPANESE	
		"\377\124\377\125",					// Time
#endif		

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Hora",				// Time
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
	 	 "Bpe\377\217\377\235",			// Time->"Вpeмя'
#endif
};

CONST char *gpTimeDelay[MAX_SUPPORT_LANG_NUM][2]={
	{ "Surround","Center" },
	{ "Surround","Center" },
	{ "Surround","Center" },
	{ "Surround","Center" },
	{ "Surround","Center" },
	{ "Surround","Center" },
};

/* Title */ 
CONST char *gpTitle[MAX_SUPPORT_LANG_NUM] = {
	"Title",
	"Titre",
	"Titel",
	"Titulo",
	"Titolo",
#if _APP_CAP_OSD_LANG_CHINESE
	//"\377\022\377\023"	// 标?
	 "\377\130\377\131",
#endif

#if _APP_CAP_OSD_LANG_JAPANESE	
	"\346\273\377\001\377\044",			// Title
#endif		

#if _APP_CAP_OSD_LANG_PORTUGUESE
	"T\355tulo",			// Title
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
	  "T\355tulo",			// Title
#endif
};

/* Total: */ 
CONST char *gpTotal[MAX_SUPPORT_LANG_NUM] =
{
		"Total:",
		"Total:",
		"Total:",
		"Total:",
		"Total:",
#if _APP_CAP_OSD_LANG_CHINESE
		"Total:"	// 全部
#endif

#if _APP_CAP_OSD_LANG_JAPANESE	
		"\377\022\377\112:",
#endif

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Total:",
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
		 "\377\177\377\222o\207:",	// Total->"Итог"
#endif
};

/* Track */ 
CONST char *gpTrack[MAX_SUPPORT_LANG_NUM] = 
{	
		"Track",
		"Plage",
		"Track",
		"Track",
		"Track",
#if _APP_CAP_OSD_LANG_CHINESE
		//"\377\024\377\011"	// 曲目
		 "\377\132\377\011",	
#endif

#if _APP_CAP_OSD_LANG_JAPANESE	
		"\377\001\377\042\356\313"
#endif		

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Faixa",				// Track
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
		 "Tp\377\212\377\215",			// Track->"Тpзк"
#endif
};

/* View Ver. */ 
CONST char *gpViewver_string[MAX_SUPPORT_LANG_NUM] = 
{	
		"View Ver.",
		"Vue Ver.",
		"Ansicht Ver.",
		"Vis\355on Ver.",
		"Vista Ver.",
#if _APP_CAP_OSD_LANG_CHINESE
		"\377\241\377\242\377\033\377\034"
#endif

#if _APP_CAP_OSD_LANG_JAPANESE	
		"View Ver."
#endif		

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Vis.",			// View Ver.
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
		"\377\177\377\212o\205pa\377\211e\377\220\377\213e",	// View Ver.->"Изображение"
#endif
};

#if _APP_CAP_FUNC_DIVX_DRM // clina 060422
CONST char *gpDrm_string[MAX_SUPPORT_LANG_NUM] = 
{
		"Drm",
		"Drm",
		"Drm",
		"Drm",
		"Drm",
#if _APP_CAP_OSD_LANG_CHINESE
		"Drm",
#endif

#if _APP_CAP_OSD_LANG_JAPANESE	
		"Drm",
#endif		

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Drm",
#endif

#if _APP_CAP_OSD_LANG_RUSSIAN
		"Drm",
#endif





};

CONST char *gpDrm_registration_string[MAX_SUPPORT_LANG_NUM][4] = {
		{
			"DivX(R) Video On Demand",
			"Your registration code is:",
			"To learn more visit www.divx.com/vod",
			"[Done]"
		},
		
		{"","","",""},	
		{"","","",""},
		{"","","",""},
		{"","","",""},

		{
			"DivX(R) Video On Demand",
			"Your registration code is:",
			"To learn more visit www.divx.com/vod",
			"[Done]"
		}
};

//(weilf)20060422 only support english now
CONST char  *gDRM_Authorization_msg[MAX_SUPPORT_LANG_NUM][4] = {
	{
		"Authorization Error", 																				
		"This player is not authorized",
		"to play this video.",
		"[Done]"
	},
		{"", "", "", ""},
		{"", "", "", ""},
		{"", "", "", ""},
		{"", "", "", ""},
	{
		"Authorization Error", 																				
		"This player is not authorized",
		"to play this video.",
		"[Done]"
	},
};

CONST char *gDRM_Rental_Expired_msg[MAX_SUPPORT_LANG_NUM][2] = {
	{
		"Rental Expired",
		"[Done]"
	},
	{"",""},
	{"",""},
	{"",""},
	{"",""},
			
	{
		"Rental Expired",
		"[Done]"
	}
};

CONST char *gDRM_Rental_Confirmation_msg[MAX_SUPPORT_LANG_NUM][7] = {
	{
		"View DivX(R) VOD Rental ",
		"This rental has ",
		"views left.",
		"Do you want to use one of your",
		"views now?",
		"[Yes]",
		"[No]"

	},
	{},
	{},
	{},
	{},
	{
		"View DivX(R) VOD Rental ",
		"This rental has ",
		"views left.",
		"Do you want to use one of your",
		"views now?",
		"[Yes]",
		"[No]"

	}
};
#endif	//_APP_CAP_FUNC_DIVX_DRM

/* Volume. */ 
CONST char *gpVolume[MAX_SUPPORT_LANG_NUM] = 
{	
		"Volume",
		"Volume",
		"Volumen",
		"Volumen",
		"Volume",
#if _APP_CAP_OSD_LANG_CHINESE
		//"\377\036\377\061"	// 曲目
		 "\377\376\377\061"
#endif

#if _APP_CAP_OSD_LANG_JAPANESE	
		"\377\063\377\105"
#endif		

#if _APP_CAP_OSD_LANG_PORTUGUESE
		"Volume",

⌨️ 快捷键说明

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