📄 osd_strings.h
字号:
/******************************************************************************
* Filename : Strings.h
* Start : 2003. 8. 4
* By : Taejin Kwon
* Contact : eric.kwon@samsung.com
* Description : This file is included at OSD_graphic.c only once.//clina 060417 modified
******************************************************************************
*/
#ifndef _SYSTEM_STRINGS_BASIC_H_
#define _SYSTEM_STRINGS_BASIC_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "..\..\..\INCLUDE\CUSTOM\BASIC\OSD\Strings_ext.h"
/*
{[Static String ID]
"language1",
"language2",
...
"languagen"
}
*/
/* Album */
CONST char *gpAlbum[MAX_SUPPORT_LANG_NUM] =
{
"Album",
"Album",
"Album",
"Album",
"Album",
#if _APP_CAP_OSD_LANG_CHINESE
"\377\252\377\001"
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"\272\377\044\377\011\377\031"
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Album"
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"A\377\216\377\232\205o\377\217"
#endif
};
/* All */
CONST char *gpAll[MAX_SUPPORT_LANG_NUM] =
{
"All",
"Tous",
"Alle",
"Todos",
"All",
#if _APP_CAP_OSD_LANG_CHINESE
//"\377\027"
"\377\143",
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"\377\022\377\052",
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Todos", // All
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"Bce", // All->"Bce"
#endif
};
/* Audio */
CONST char *gpAudio[MAX_SUPPORT_LANG_NUM] = {
"Audio",
"Audio",
"Audio",//"Wiedergabe", //(weilf)for temp
"Audio",
"Audio",
#if _APP_CAP_OSD_LANG_CHINESE
//"\377\032\377\036" // "声音"
"\377\376\377\312",
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"\302\377\053\377\005\273\302",
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Audio", // Audio //(weilf)20060704
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"Ay\377\210\377\213o", //Audio->"Аудио"
#endif
};
/* Auto */
CONST char *gpAuto[MAX_SUPPORT_LANG_NUM] =
{
"Auto",
"Auto",
"Auto",
"Auto",
"Auto",
#if _APP_CAP_OSD_LANG_CHINESE
"\377\306\377\310"
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"\377\074\377\141"
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Auto."
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"A\206\377\222o."/*Auto->"Авто."*/
#endif
};
/* Card*/
CONST char *gpCard[MAX_SUPPORT_LANG_NUM] =
{
"Card",
"Card",
"Card",
"Card",
"Card",
#if _APP_CAP_OSD_LANG_CHINESE
"Card",
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"Card",
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Card",
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"Card",
#endif
};
/* Chapter*/
CONST char *gpChapter[MAX_SUPPORT_LANG_NUM] =
{
"Chapter",
"Chapitre",
"Kapitel",
"Capitulo",
"Capitolo",
#if _APP_CAP_OSD_LANG_CHINESE
//"\377\025\377\026",
"\377\141\377\142",
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"\353\377\034\377\020\346\377\053", // Chapter
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Cap\355tulo", // Chapter
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"\377\016\377\216a\206a", // Chapter->"Глaвa"
#endif
};
/* Choose*/
CONST char *gpChoose[MAX_SUPPORT_LANG_NUM] =
{
"Choose",
"Choisissez",
"W\344hlen Sie",
"Elija",
"Scelga",
#if _APP_CAP_OSD_LANG_CHINESE
"\377\213\377\214"
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"Choose",
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Choose",
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"B\377\231\205ep\377\213\377\222e", //Choose->"Выберите"
#endif
};
/* Clear All */
CONST char *gpClearAll[MAX_SUPPORT_LANG_NUM] =
{
"Clear All",
"Clear All",
"Clear All",
"Clear All",
"Clear All",
#if _APP_CAP_OSD_LANG_CHINESE
// "\377\021\377\324"
"\377\127\377\324",
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"Clear All",
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Clear All",
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"\377\206\377\213c\377\222.Bce" //Clear all_>"Чиcт.Вce"
#endif
};
/* Close */
CONST char *gpClose[MAX_SUPPORT_LANG_NUM] = {
"Close",
"Fermeture",
"Schliesson",
"Cerrar",
"Chiudi",
#if _APP_CAP_OSD_LANG_CHINESE
"\377\267\377\270" //关仓
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"\377\120\260"
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Fechar",
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"\202a\377\215p\377\231\377\222\377\232",//Close->"Закрыть"
#endif
};
/* Decode*/
CONST char *gpDecode[MAX_SUPPORT_LANG_NUM] =
{
"Decode",
"D\351codez",
"Decodierung",
"Descifre",
"Decodifichi",
#if _APP_CAP_OSD_LANG_CHINESE
"\377\211\377\212\377\337"
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"\377\005\377\060\322\377\002"
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Descodifique", // Decode
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"Pac\377\226\377\213\377\223py\377\214\377\222e", // Decode->"Расшифруйте"
#endif
};
/* Disc */
CONST char *gpDisc[MAX_SUPPORT_LANG_NUM] = {
"Disc",
"Disque",
"Disk",
"Disco",
"Disco",
#if _APP_CAP_OSD_LANG_CHINESE
//"\377\027\377\010" // 碟片
"\377\143\377\010" // 碟片
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"\377\005\273\335\313"
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Disco"
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"\377\175\377\213c\377\215",//Disc->"Диcк"
#endif
};
/* Echo */ //Lu Shuai 060113
CONST char *gpEcho[MAX_SUPPORT_LANG_NUM] =
{
"Echo",
"Echo",
"Echo",
"Echo",
"Echo",
#if _APP_CAP_OSD_LANG_CHINESE //(weilf)20060704
"\377\63\377\376", //(weilf)20060517:hui yin
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"Echo",
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Eco",
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"Echo",
#endif
};
/* Equalizer String*/
#if _APP_CAP_AUD_SUB_3D_SEPERATED
CONST char *gpEqual_str[MAX_SUPPORT_LANG_NUM][5] = {
{"Off", /*"Virtual 3D",*/ "Jazz", "Rock", "Pop", "Classic"},
{"Non",/* "Virtuel 3D",*/ "Jazz", "Roche", "Bruit", "Classique"},
{"Aus", /*"Virtuell 3D",*/ "Jazz", "Felsen", "Knall", "Klassisch"},
{"Off", /*"Virtual 3D", */ "Jazz", "Roca", "Estallido", "Cl\340sico"},
{"No", /*"Virtuale 3D",*/ "Jazz", "Roccia", "Schiocco", "Classico"},
#if _APP_CAP_OSD_LANG_CHINESE
{"\377\267", /*"\377\225\377\226\377\227\377\230",*/ "\377\135\377\136", "\377\075\377\100", "\377\073\377\250", "\377\133\377\134"}
// 关 虚拟环绕 爵士 摇滚 流行 古典"\377\267", "\377\225\377\226\377\227\377\230",
#endif
#if _APP_CAP_OSD_LANG_JAPANESE // cydrain 20050708
{"\302\377\016", /*"\377\011\353\377\036\272\377\044 3D",*/ "\333\377\034\336", "\377\046\356\313", "\377\026\356\377\020", "\313\377\042\377\055\356\313"}
#endif
};
#else/*_APP_CAP_AUD_SUB_3D_SEPERATED*/
CONST char *gpEqual_str[MAX_SUPPORT_LANG_NUM][6] = {
{"Off", "3D", "Jazz", "Rock", "Pop", "Classic"},
{"Non", "3D", "Jazz", "Roche", "Bruit", "Classique"},
{"Aus", "3D", "Jazz", "Felsen", "Knall", "Klassisch"},
{"Off", "3D", "Jazz", "Roca", "Estallido", "Cl\340sico"},
{"No", "3D", "Jazz", "Roccia", "Schiocco", "Classico"},
#if _APP_CAP_OSD_LANG_CHINESE
{"\377\267", "\377\225\377\226\377\227\377\230", "\377\135\377\136", "\377\075\377\100", "\377\073\377\250", "\377\133\377\134"}
// 关 虚拟环绕 爵士 摇滚 流行 古典"\377\267", "\377\225\377\226\377\227\377\230",
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
{"\302\377\016", "\377\011\353\377\036\272\377\044 3D", "\333\377\034\336", "\377\046\356\313", "\377\026\356\377\020", "\313\377\042\377\055\356\313"}
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
{"Deslig.", "3D", "Rock", "Cl\341ssica", "Jazz", "Pop"},
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
{"B\377\231\377\215\377\216.","\202\206y\377\215 3D","po\377\215", "\377\215\377\216acc\377\213\377\215a","\377\175\377\211a\377\212", "\377\221o\377\221"},
//"Выкл.",/*"Звук 3D",*/ "рок","классика","Джаз","поп"
#endif
};
#endif/*_APP_CAP_AUD_SUB_3D_SEPERATED*/
/* EZ VIew */ //Lu Shuai 060113
#if _APP_CAP_FUNC_DISPLAY_FIT
CONST char *gpEz_string[MAX_SUPPORT_LANG_NUM][8] = {
{"SCREEN FIT", "ZOOM FIT", "VERTICAL FIT", "WIDE SCREEN",
"NORMAL SCREEN", "NORMAL WIDE", "4:3 Letter Box", "4:3 Pan Scan"},
{"Ajustement \340 l'\351cran", "Elargissement", "Ajustem V'\351cran", "Encran Large",
"Format Classique", "Format Large", "4:3 Letter Box", "4:3 Pan Scan"},
{"Passend", "Aufzoomen", "VertiKal", "Normal/Breit",
"Normal", "Nomal/Breit", "4:3 Normal", "4:3 Passend"},
{"Ajuste Pantalla", "Ajuste Zoom", "Ajuste Vertical", "Ancho Normal",
"Pantallar Standard", "Ancho Normal", "4:3 Letter Box", "Formato 4:3 Pan Scan"},
{"Aggiustmento Automatico", "Aggiustmento Zoom", "Aggiustmento Verticale", "16:9",
"4:3", "16:9", "4:3 Letter Box", "4:3 Pan Scan"},
#if _APP_CAP_OSD_LANG_CHINESE
{"\377\233\377\234\377\241\377\242", "\377\004\377\005\377\241\377\242", "\377\235\377\236\377\237\377\240", "\377\243\377\234\377\241\377\242",
"\377\015\377\016\377\234\377\244", "\377\015\377\016\377\243\377\240",
"4:3 L-Box", "4:3 PS"},
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
{"empty", "empty", "empty", "empty", "empty", "empty", "4:3 LB", "4:3 PS",}
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
{"empty", "empty", "empty", "empty", "empty", "empty", "4:3 LB", "4:3 PS",} //sunto: ???
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
{"\377\202P\377\177\377\016OHKA \202\KPAHA",//SCREEN FIT->"ПРИГОНКА ЭКРАНА"
"\377\202P\377\177\377\016OHKA C\377\177\377\016HA\377\201A",//ZOOM FIT->"ПРИГОНКА СИГНАЛА"
"\377\202P\377\177\377\016OHKA BEPT\377\177KA\377\201\377\177",//VERTICAL FIT->"ПРИГОНКА ВЕРТИКАЛИ"
"\377\207\377\177POK\377\213\377\200 \202KPAH",//WIDE SCREEN->"ШИРОКИЙ ЭКРАН"
"HOPMA\377\216\377\232\377\220\201\377\200 \202KPAH",//NORMAL SCREEN->"НОРМАЛЬНЫЙ ЭКРАН"
"HOPMA\377\216\377\232\377\220A\204 \377\207\377\177POKA\204",//NORMAL WIDE->"НОРМАЛЬНАЯ ШИРОКАЯ"
"4:3 L-Box","4:3 PS"},
#endif
};
#endif
/* File */
CONST char *gpFile[MAX_SUPPORT_LANG_NUM] =
{
"File",
"File",
"File",
"File",
"File",
#if _APP_CAP_OSD_LANG_CHINESE
//"\377\024\377\011" /*曲目qu mu*/ //(weilf)20060413
"\377\132\377\011", // File
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"\377\016\271\274\377\044" // File
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Lima" // File
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"\377\204a\377\214\377\216a" // File->"Фaйлa"
#endif
};
/* Folder */
CONST char *gpFolder[MAX_SUPPORT_LANG_NUM] =
{
"Folder",
"Folder",
"Folder",
"Folder",
"Folder",
#if _APP_CAP_OSD_LANG_CHINESE
"\377\011\377\012",/*directory*/ //(weilf)20060413
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"\377\005\273\377\045\313\377\001\377\043", // Dir
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Dir", // Dir
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"\377\175\377\213pe\377\215\377\222op.", // Dir->"Диpeктop."
#endif
};
/* Image */
CONST char *gpImage[MAX_SUPPORT_LANG_NUM] =
{
"Image",
"Image",
"Bild",
"Imagen",
"Immagine",
#if _APP_CAP_OSD_LANG_CHINESE
"\377\065\377\010",
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"\274\377\032\377\053\333", // Image
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Imagem", // Image
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"JPEG"/*"\377\177\377\212o\205pa\377\211e\377\220\377\213e"*/,
// Image->"JPEG"/*"Изображение"*/ rainbow 06.01.10//BY QQ 060125 for Russian
#endif
};
/* Key */ //Lu Shuai 060113
CONST char *gpKey[MAX_SUPPORT_LANG_NUM] =
{
"Key",
"Key",
"Key",
"Key",
"Key",
#if _APP_CAP_OSD_LANG_CHINESE //(weilf)20060704
"\377\375\377\41", //(weilf)20060517:sheng diao
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"Key",
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Chave",
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"Key",
#endif
};
/* Video */
CONST char *gpVideo[MAX_SUPPORT_LANG_NUM] =
{
"Video",
"Vid\351o",
"Bildsch..",
"V\355deo",
"Video",
#if _APP_CAP_OSD_LANG_CHINESE //(weilf)20060704
"\377\311\377\312",
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"Video",
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"V\355deo",
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"Video",
#endif
};
/* Info */
CONST char *gpInfo[MAX_SUPPORT_LANG_NUM] =
{
"Info",
"Info",
"Info",
"Info",
"Info",
#if _APP_CAP_OSD_LANG_CHINESE
"\377\176\377\304" // 消息
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"Info"
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Info"
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
"\377\177\377\220\377\223op\377\217a\377\224\377\213\377\235", //Info(Information)->"Информация"
#endif
};
/* Language */
CONST char *gpLanguage[MAX_SUPPORT_LANG_NUM] =
{
"Language",
"Langue",
"Sprachauswahl",
"Idioma",
"Lingua",
#if _APP_CAP_OSD_LANG_CHINESE
"\377\316\377\317" // "语言"
#endif
#if _APP_CAP_OSD_LANG_JAPANESE
"\377\076\262"
#endif
#if _APP_CAP_OSD_LANG_PORTUGUESE
"Idioma", // Language
#endif
#if _APP_CAP_OSD_LANG_RUSSIAN
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -