📄 mmiblklangdb.c
字号:
/*******************************************************************************
CONDAT (UK)
********************************************************************************
This software product is the property of Condat (UK) Ltd and may not be
disclosed to any third party without the express permission of the owner.
********************************************************************************
$Project name: Basic MMI
$Project code: BMI (6349)
$Module: Resource Manager
$File: MmiBlkLangDB.c
$Revision: 1.0
$Author: Condat(UK)
$Date: 25/10/00
********************************************************************************
Description:
This file contains the basic resource manager information relating
to the textual entries managed.
There are two routines provided by this module, one returning the
number of resource tables supported, the other giving the base address
of the resource tables.
This module is derived from an auto generated version of the file with
additional commenting added.
********************************************************************************
$History: MmiBlkLangDB.c
Date .................. Modification ......................................
25/10/00 Original Condat(UK) BMI version.
01/08/02 version 0.100 zy add "TxtAddNewCall,TxtEndOne"two words for call menu
04/08/02 version 0.101 zy add settings related words
06/08/02 wufei modified
07/08/02 xsf modified
08/08 fzq modified
08/09 windy modified
08/14/2002 version 0.102 zhangzg add "TxtSuohaNew, TxtSuohaPre" and their chinese verions
15/08/02 gdy modified
16/08/02 version 0.103 tangyan modified "chineseTxtSuohaNew[], chineseTxtSuohaPre[]"
19/08/02 version 0.104 wnagxia modified
19/08/02 version 0.105 xusufang modified
26/08/02 hxl add for charger(TxtNeedChargering)
28/08/02 wufei modified
29/08/02 xsf modified
$End
*******************************************************************************/
/*******************************************************************************
Include Files
*******************************************************************************/
#define ENTITY_MFW
/* includes */
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#if defined (NEW_FRAME)
#include "typedefs.h"
#include "vsi.h"
#include "pei.h"
#include "custom.h"
#include "gsm.h"
#else
#include "stddefs.h"
#include "custom.h"
#include "gsm.h"
#include "vsi.h"
#endif
#include "MmiBlkLangDB.h"
#include "mmisounds_defs.h" // 2004.5.24 wyj add for E505 E506
/*******************************************************************************
Local structures
*******************************************************************************/
/* The tPointerStructure provides the basic entry type for the resource
tables indicated below.
The structure provides a simple one-to-one mapping between the identifier
and it's associated text string.
*/
/*
typedef struct _tPointerStructure_
{
long int Id;
char *Text;
} tPointerStructure, *pPointerStructure;
*/
/*******************************************************************************
Local data tables
*******************************************************************************/
/* Text table 2, autogenerated to provide English text associations.
*/
char DCTbVar[10][40]={{0},{0},{0},{0},{0},{0},{0},{0},{0},{0}};//WUFEI APPEND
const char chineseTxtInsertnote[] = {0x80, 0x00,'I',0x00,'n',0x00,'s',0x00,'e',0x00,'r',0x00,'t',0x00,' ',0x00,'N',0x00,'o',0x00,'t',0x00,'e',0x00,0x00,0x00 };
const char chineseTxtMelodygenerator[] = {0x80, 0x00,'M',0x00,'e',0x00,'l',0x00,'o',0x00,'d',0x00,'y',0x00,'g',0x00,'e',0x00,'n',0x00,'e',0x00,'r',0x00,'a',0x00,'t',0x00,'o',0x00,'r',0x00,0x00,0x00 };
const char chineseTxtOctaveHigher[] = {0x80, 0x00,'O',0x00,'c',0x00,'t',0x00,'a',0x00,'v',0x00,'e',0x00,' ',0x00,'h',0x00,'i',0x00,'g',0x00,'h',0x00,'e',0x00,'r',0x00,0x00,0x00 };
const char chineseTxtOctaveLower[] = {0x80, 0x00,'O',0x00,'c',0x00,'t',0x00,'a',0x00,'v',0x00,'e',0x00,' ',0x00,'l',0x00,'o',0x00,'w',0x00,'e',0x00,'r',0x00,0x00,0x00 };
const char chineseTxtLoadMelody[] = {0x80, 0x00,'L',0x00,'o',0x00,'a',0x00,'d',0x00,' ',0x00,'m',0x00,'e',0x00,'l',0x00,'o',0x00,'d',0x00,'y',0x00,0x00,0x00 };
const char chineseTxtEasyText[] = {0x80, 0x00,'e',0x00,'Z',0x00,'i',0x00,'T',0x00,'e',0x00,'x',0x00,'t',0x00,0x00,0x00 };
const char chineseTxtDataCount[] = {0x80, 0x00,'D',0x00,'a',0x00,'t',0x00,'a',0x00,' ',0x00,'C',0x00,'o',0x00,'u',0x00,'n',0x00,'t',0x00,0x00,0x00 };
const char chineseTxtQoS[] = {0x80, 0x00,'Q',0x00,'o',0x00,'S',0x00,0x00,0x00 };
const char chineseTxtTypeofConnection[] = {0x80, 0x00,'C',0x00,'o',0x00,'n',0x00,'n',0x00,'e',0x00,'c',0x00,'t',0x00,'i',0x00,'o',0x00,'n',0x00,0x00,0x00 };
const char chineseTxtResetCount[] = { 0x80,0x00,'R',0x00,'e',0x00,'s',0x00,'e',0x00,'t',0x00,' ',0x00,'C',0x00,'o',0x00,'u',0x00,'n',0x00,'t',0x00,0x00,0x00 };
const char chineseTxtDataCounter[] = { 0x80,0x00,'D',0x00,'a',0x00,'t',0x00,'a',0x00,' ',0x00,'C',0x00,'o',0x00,'u',0x00,'n',0x00,'t',0x00,'e',0x00,'r',0x00,0x00,0x00 };
const char chineseTxtV42bis[] = { 0x80,0x00,'v',0x00,'.',0x00,'4',0x00,'2',0x00,'b',0x00,'i',0x00,'s',0x00,0x00,0x00 };
const char chineseTxtNormal[] = {0x80, 0x00,'N',0x00,'o',0x00,'r',0x00,'m',0x00,'a',0x00,'l',0x00,0x00,0x00 };
const char chineseTxtCSD[] = {0x80, 0x00,'C',0x00,'S',0x00,'D',0x00,0x00,0x00 };
const char chineseTxtClassB[] = {0x80, 0x00,'C',0x00,'l',0x00,'a',0x00,'s',0x00,'s',0x00,' ',0x00,'B',0x00,0x00,0x00 };
const char chineseTxtClassC[] = {0x80, 0x00,'C',0x00,'l',0x00,'a',0x00,'s',0x00,'s',0x00,' ',0x00,'C',0x00,0x00,0x00 };
const char chineseTxtIPAddress[] = "\x80\x00I\x00P\x57\x30\x57\x40\x00\x00" ; ///IP地址
const char chineseTxtErrorNotImp[] = {0x80, 0x00,'N',0x00,'o',0x00,'t',0x00,' ',0x00,'i',0x00,'m',0x00,'p',0x00,'l',0x00,'e',0x00,'m',0x00,'e',0x00,'n',0x00,'t',0x00,'e',0x00,'d',0x00,0x00,0x00 };
const char chineseTxtErrorUnsupported[] = {0x80, 0x00,'U',0x00,'n',0x00,'s',0x00,'u',0x00,'p',0x00,'p',0x00,'o',0x00,'r',0x00,'t',0x00,'e',0x00,'d',0x00,' ',0x00,'v',0x00,'e',0x00,'r',0x00,'s',0x00,'i',0x00,'o',0x00,'n',0x00,0x00,0x00 };
const char chineseTxtErrorOverload[] = {0x80, 0x00,'O',0x00,'v',0x00,'e',0x00,'r',0x00,'l',0x00,'o',0x00,'a',0x00,'d',0x00,',',0x00,' ',0x00,'W',0x00,'T',0x00,'P',0x00,' ',0x00,'A',0x00,'b',0x00,'o',0x00,'r',0x00,'t',0x00,0x00,0x00 };
const char chineseTxtErrorNoResponse[] = {0x80, 0x00,'N',0x00,'o',0x00,' ',0x00,'r',0x00,'e',0x00,'s',0x00,'p',0x00,'o',0x00,'n',0x00,'s',0x00,'e',0x00,0x00,0x00 };
const char chineseTxtErrorTooLarge[] = {0x80, 0x00,'M',0x00,'e',0x00,'s',0x00,'s',0x00,'a',0x00,'g',0x00,'e',0x00,' ',0x00,'t',0x00,'o',0x00,'o',0x00,' ',0x00,'l',0x00,'a',0x00,'r',0x00,'g',0x00,'e',0x00,0x00,0x00 };
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -