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

📄 lang_jap.c

📁 M3355的源代码
💻 C
📖 第 1 页 / 共 5 页
字号:
/*****************************************************************************
*  Copyright (C) 2001 Acer Labs, Inc.  All Rights Reserved. *
*  File:   LANG_JAP.c
*  Contents: variables definition of Japanese table
*  History:
*     Date			   		By          Reason        Ver.
*   ============	========	=============	======
*      2003-5-8                 bond          add for 8 type of language 
*	 2003-5-9		    Lily Ma		change all the variables into const type
*	2003-5-23		    Maggie Liu  change all 0xe6 to 0xFC for suitable japanese charater
*****************************************************************************/
// part_3 : Danish-used resources and tables

/////////////////////////////////////////////
// part_3.1 : Danish strings

//////////////////////////
// part_3.1.1 : console

const BYTE ja_cnsl_chi[] =
    {
        0x78,0x21,0xbe,'\0'
    };
const BYTE ja_cnsl_chi_Attr[] =
    {
        0x09,0x05,0x09,0x09,0x09,'\0'
    };
const BYTE ja_cnsl_eng[] =
    {
        0x7a,0xbe,'\0'
    };
const BYTE ja_cnsl_eng_Attr[] =
    {
        0x09,0x09,0x09,0x09,0x09,'\0'
    };

const BYTE ja_cnsl_ger[] =
    {
        0xC9,0xA3,0xC3,0xbe,'\0'
    };
const BYTE ja_cnsl_ger_Attr[] =
    {
        0x05,0x05,0x05,0x09,'\0'
    };
const BYTE ja_cnsl_jap[] =
    {
        0x7b,0xf2,0xbe,'\0'
    };
const BYTE ja_cnsl_fra[] =
    {
        0xD5,0xE9,0xF3,0xB9,0xbe,'\0'
    };
const BYTE ja_cnsl_fra_Attr[] =
    {
        0x05,0x05,0x05,0x05,0x09,'\0'
    };
const BYTE ja_cnsl_rus[] =
    {
        0xED,0xB7,0xA1,0xbe,'\0'
    };
//for 8 type of language of west europe,added by bond 030429      30508-01bo
const BYTE ja_cnsl_dan[]=
    {
        0xc7,0xf3,0xde,0xFC,0xaf,0xbe,'\0'
    };
const BYTE ja_cnsl_dan_Attr[]=
    {
        0x05,0x05,0x05,0x05,0x05,0x09,'\0'
    };
const BYTE ja_cnsl_dut[]=
    {
        0xa9,0xe9,0xf3,0xc0,0xbe,'\0'
    };
const BYTE ja_cnsl_dut_Attr[]=
    {
        0x05,0x05,0x05,0x05,0x09,'\0'
    };
const BYTE ja_cnsl_ita[]=
    {
        0xa4,0xbf,0xea,0xa2,0xbe,'\0'
    };
const BYTE ja_cnsl_ita_Attr[]=
    {
        0x05,0x05,0x05,0x05,0x09,'\0'
    };
const BYTE ja_cnsl_por[]=
    {
        0xdd,0xeb,0xc8,0xac,0xeb,0xbe,'\0'
    };
const BYTE ja_cnsl_por_Attr[]=
    {
        0x05,0x05,0x05,0x05,0x05,0x09,'\0'
    };
const BYTE ja_cnsl_spa[]=
    {
        0xb9,0xda,0xa4,0xf3,0xbe,'\0'
    };
const BYTE ja_cnsl_spa_Attr[]=
    {
        0x05,0x05,0x05,0x05,0x09,'\0'
    };
const BYTE ja_cnsl_swe[]=
    {
        0xb9,0xa6,0xa8,0xFC,0xc7,0xf3,0xbe,'\0'
    };
const BYTE ja_cnsl_swe_Attr[]=
    {
        0x05,0x05,0x05,0x05,0x05,0x05,0x09,'\0'
    };
//
const BYTE ja_cnsl_oth[] =
    {
        0x7B,0x4B,'\0'
    };
const BYTE ja_cnsl_pub_on[] =
    {
        0xA9,0xF3,'\0'
    };

const BYTE ja_cnsl_pub_off[] =
    {
        0xA9,0xD5,'\0'
    };
const BYTE ja_cnsl_pub_none[] =
    {
        0x5c,0x57,'\0'
    };
const BYTE ja_cnsl_pub_none_Attr[] =
    {
        0x09,0x05,'\0'
    };

const BYTE ja_cnsl_left_mono[] =
    {
        0xc7,0x22,'\0'
    };
const BYTE ja_cnsl_Right_mono[] =
    {
        0xbc,0x22,'\0'
    };
const BYTE ja_cnsl_Stereo[] =
    {
        0xB9,0xC6,0xEC,0xA9,'\0'
    };
const BYTE ja_cnsl_Stereo_Attr[] =
    {
        0x05,0x05,0x05,0x05,'\0'
    };
const BYTE ja_cnsl_mute[] =
    {
        0xDF,0xB3,0xFC,0xC8,'\0'
    };
const BYTE ja_cnsl_mute_Attr[] =
    {
        0x05,0x05,0x05,0x05,'\0'
    };

//////////////////////////
// part_3.1.2 : top block's pop msg none-icon part
const BYTE ja_nmtop_msg_tvsys_ntsc[] =
    {
        0xB3,0xF3,0xDD,0xB8,0xC3,0xC8,0xfd,0xf3,'\0'
    };
const BYTE ja_nmtop_msg_tvsys_ntsc_Attr[] =
    {
        0x45,0x45,0x45,0x45,0x45,0x45,0x49,0x49,'\0'
    };
const BYTE ja_nmtop_msg_tvsys_pal[] = "PAL";
const BYTE ja_nmtop_msg_tvsys_auto[] =
    {
        0x23,0x24,'\0'
    };
const BYTE ja_nmtop_msg_tvsys_auto_Attr[] =
    {
        0x49,0x49,'\0'
    };

const BYTE ja_nmtop_msg_pbc[] = "PBC ";
const BYTE ja_nmtop_msg_rgb[] = "RGB";           /* for besthill 0821 */
const BYTE ja_nmtop_msg_yuvbe[] = "YCbCr";
const BYTE ja_nmtop_msg_svideo[] =
    {'S','-',0xD3,0xC7,0xA9,'\0'
    }
    ;      /* for besthill 0821 */
const BYTE ja_nmtop_msg_svideo_Attr[] =
    {
        0x41,0x41,0x45,0x45,0x45,'\0'
    }
    ;      /* for besthill 0821 */
const BYTE ja_nmtop_msg_pic_mode[] =
    {
        0xE2,0xFC,0xC9,'\0'
    }
    ;          /* for picture cd */
const BYTE ja_nmtop_msg_pic_mode_Attr[] =
    {
        0x45,0x45,0x45,'\0'
    }
    ;          /* for picture cd */

const BYTE ja_nmtop_msg_rgn_err[] =
    {'R','G','N',0xA7,0xE9,0xFC,'\0'
    };
const BYTE ja_nmtop_msg_rgn_err_Attr[] =
    {
        0x43,0x43,0x43,0x45,0x45,0x45,'\0'
    };
const BYTE ja_nmtop_msg_on[] =
    {
        0xA9,0xF3,'\0'
    };
const BYTE ja_nmtop_msg_on_Attr[] =
    {
        0x45,0x45,0x45,0x45,'\0'
    };
const BYTE ja_nmtop_msg_off[] =
    {
        0xA9,0xD5,'\0'
    };
const BYTE ja_nmtop_msg_left[] =
    {
        0xc7,0x22,'\0'
    };
const BYTE ja_nmtop_msg_left_Attr[] =
    {
        0x49,0x45,0x49,0x49,'\0'
    };
const BYTE ja_nmtop_msg_right[] =
    {
        0xbc,0x22,'\0'
    };
const BYTE ja_nmtop_msg_stereo[] =
    {
        0xB9,0xC6,0xEC,0xA9,'\0'
    };
const BYTE ja_nmtop_msg_non[] =
    {
        0x5c,0x57,'\0'
    };
const BYTE ja_nmtop_msg_non_Attr[] =
    {
        0x49,0x45,'\0'
    };


const BYTE ja_nm_blk2_null[] = " ";
const BYTE ja_nm_blk2_ac3[] = "AC-3";
const BYTE ja_nm_blk2_dts[] = "DTS ";
const BYTE ja_nm_blk2_mpeg[] =
    {
        0xA7,0xE0,0x79,0xB2,'\0'
    };

//////////////////////////
// part_3.1.3 : normal function's Icon's text hint
const BYTE ja_hint_cnsl_title[] =
    {
        0xBF,0xA3,0xC8,0xEB,'\0'
    };
const BYTE ja_hint_cnsl_chapter[] =
    {
        0xC1,0xE3,0xD7,0xBF,'\0'
    };
const BYTE ja_hint_cnsl_track[] =
    {
        0xC8,0xE9,0xC3,0xAF,'\0'
    };
const BYTE ja_hint_cnsl_time[] =
    {
        0xa1,0x7c,'\0'
    };
const BYTE ja_hint_cnsl_time_Attr[] =
    {
        0x09,0x09,'\0'
    };
const BYTE ja_hint_cnsl_subpic[] =
    {
        0x23,0x24,0x52,0x25,'\0'
    };
const BYTE ja_hint_cnsl_subpic_Attr[] =
    {
        0x05,0x05,0x09,0x05,'\0'
    };
const BYTE ja_hint_cnsl_voice[] =
    {
        0xba,0x9f,'\0'
    };
const BYTE ja_hint_cnsl_voice_Attr[] =
    {
        0x09,0x09,'\0'
    };
const BYTE ja_hint_cnsl_angle[] =
    {
        0x7e,0x45,'\0'
    };
const BYTE ja_hint_cnsl_angle_Attr[] =
    {
        0x09,0x09,'\0'
    };
const BYTE ja_hint_cnsl_channel[] =
    {
        0xC1,0xE3,0xCD,0xEB,'\0'
    };
const BYTE ja_hint_cnsl_pbc[] =
    {'P','B','C',0x6b,0x26,'\0'
    }
    ;//30425-01mi
const BYTE ja_hint_cnsl_pbc_Attr[] =
    {
        0x01,0x01,0x01,0x09,0x05,'\0'
    };

const BYTE ja_only_common_attr[] =
    {
        0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,'\0'
    };

const BYTE ja_hint_tt_play_time [] =
    {
        0xBF,0xA3,0xC8,0xEB,' ',0xD7,0xEC,0xA3,0xBF,0xA3,0xE0,'\0'
    };
const BYTE ja_hint_tt_remain_time [] =
    {
        0xBF,0xA3,0xC8,0xEB,' ',0xEA,0xE1,0xA3,0xF3,0xBF,0xA3,0xE0,'\0'
    };
const BYTE ja_hint_ch_play_time [] =
    {
        0xC1,0xE3,0xD7,0xBF,' ',0xD7,0xEC,0xA3,0xBF,0xA3,0xE0,'\0'
    };
const BYTE ja_hint_ch_remain_time [] =
    {
        0xC1,0xE3,0xD7,0xBF,' ',0xEA,0xE1,0xA3,0xF3,0xBF,0xA3,0xE0,'\0'
    };
const BYTE ja_hint_disc_play_time [] =
    {
        0xC7,0xA3,0xB9,0xAF,' ',0xD7,0xEC,0xA3,0xBF,0xA3,0xE0,'\0'
    };
const BYTE ja_hint_disc_remain_time [] =
    {
        0xC7,0xA3,0xB9,0xAF,' ',0xEA,0xE1,0xA3,0xF3,0xBF,0xA3,0xE0,'\0'
    };
const BYTE ja_hint_track_play_time [] =
    {
        0xC8,0xE9,0xC3,0xAF,' ',0xD7,0xEC,0xA3,0xBF,0xA3,0xE0,'\0'
    };
const BYTE ja_hint_track_remain_time [] =
    {
        0xC8,0xE9,0xC3,0xAF,' ',0xEA,0xE1,0xA3,0xF3,0xBF,0xA3,0xE0,'\0'
    };

const BYTE ja_hint_bookmark [] =
    {
        0xD6,0xC3,0xAF,0xDE,0xFC,0xAF,'\0'
    };
const BYTE ja_hint_bookmark_Attr [] =
    {
        0x05,0x05,0x05,0x05,0x05,0x05,'\0'
    };
const BYTE ja_hint_time_search [] =
    {
        0xBF,0xA3,0xE0,0xB5,0xFC,0xC1,'\0'
    };
const BYTE ja_hint_ptt_search_on_tt [] =
    {
        0xBF,0xA3,0xC8,0xEB,0xd3,0x27,'\0'
    };
const BYTE ja_hint_ptt_search_on_tt_Attr [] =
    {
        0x05,0x05,0x05,0x05,0x09,0x05,'\0'
    };
const BYTE ja_hint_ptt_search_on_ch [] =
    {
        0xC1,0xE3,0xD7,0xBF,0xd3,0x27,'\0'
    };
const BYTE ja_hint_ptt_search_on_trk [] =
    {
        0xC8,0xE9,0xC3,0xAF,0xd3,0x27,'\0'
    };

const BYTE ja_hint_msg_open [] =
    {
        0xA9,0xFC,0xD7,0xF3,'\0'
    };
const BYTE ja_hint_msg_open_Attr [] =
    {
        0x05,0x05,0x05,0x05,'\0'
    };
const BYTE ja_hint_msg_close [] =
    {
        0xAF,0xED,0xFC,0xBA,'\0'
    };
const BYTE ja_hint_msg_close_Attr [] =

⌨️ 快捷键说明

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