GBC_str_unicode_res.h
3.46 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
#ifndef __GBC_STR_UNICODE_RES_H__
#define __GBC_STR_UNICODE_RES_H__
//"保存成功"
extern const U8 GBC_str_save_succeed[];
//"保存失败"
extern const U8 GBC_str_save_unsucceed[];
//"原图"
extern const U8 GBC_str_restore[];
//"请稍候."
extern const U8 GBC_str_wait[];
//"此特效需sim卡支持,请检查sim卡是否可用。"
extern const U8 GBC_str_alert_nosimcard[];
//"无效图片"
extern const U8 GBC_str_alert_unavailable_img[];
//"暂时不支持该分辨率图片!"
extern const U8 GBC_str_alert_unavailable_lcd[];
// "此效果暂不支持该图片的分辨率。"
extern const U8 GBC_str_wave_unsupportedLCD[];
//"波动"
extern const U8 GBC_str_wave[];
//"请选择波动区域"
extern const U8 GBC_str_wavearea_choose[];
//"内存空间不够,无法进入!"
extern const U8 GBC_str_alert_unable_entry[];
// "内存空间不够,无法使用该特效!"
extern const U8 GBC_str_alert_mem_not_enough[];
//"存储空间不足,请插入存储卡!"
extern const U8 GBC_str_alert_noTcard[];
//"存储空间不足,请从文件管理器删除无用文件!"
extern const U16 GBC_str_Tcard_not_enough[];
//"请检查sim卡是否可用!"
extern const U8 GBC_str_alert_check_sim[];
//USB:该功能暂时无法使用!
extern const U8 GBC_str_alert_USB[];
//"写入文件失败!"
extern const U8 GBC_str_alert_writeFile_fail[];
//"飞行模式,该功能暂时无法使用!"
extern const U8 GBC_str_alert_fly_mode[];
//"进入哈哈相机失败"
extern const U8 GBC_str_alert_entry_distort_fail[];
//"网络读取失败,请重试!"
extern const U8 GBC_str_alert_network_fail[];
//" 本产品使用过程中,将产生GPRS流量,建议开通GPRS包月服务,详情请拨打10086或10010,咨询当地移动或联通资费。"
extern const U8 GBC_str_alert_gprs_fee[];
//"无图片"
extern const U8 GBC_str_alert_no_pic[];
//"wifi模式,无法使用"
extern const U8 GBC_str_unable_enter_with_wifi[];
/*光影相机*/
extern const U8 GBC_str_magic_camera[];
/*哈哈镜相机*/
extern const U8 GBC_str_distort_camera[];
/*幽灵相机*/
extern const U8 GBC_str_ghost_camera[];
//光影拍手
extern const U8 GBC_str_title[];
//正在连接. . .
extern const U8 GBC_str_connecting[];
//正在请求. . .
extern const U8 GBC_str_requesting[];
//正在下载. . .
extern const U8 GBC_str_downloading[];
//正在重试. . .
extern const U8 GBC_str_retrying[];
//请退出后台应用
extern const U8 GBC_str_quit_bg_app[];
//美女波动
extern const U8 GBC_str_wave_entry_label_0[];
//使用真实物理引擎
extern const U8 GBC_str_wave_entry_label_1[];
//给您生活乐一乐=^_^=
extern const U8 GBC_str_wave_entry_label_2[];
//网络读取失败,是否重试?
extern const U8 GBC_str_alert_wave_net_fail[];
//更多
extern const U8 GBC_str_more_wave_pic[];
//"没有可用的磁盘"
extern const U8 GBC_str_no_valid_drive[];
extern const U8 GBC_str_alert_close_back_app[];
//"Write file error!"
extern const U8 GBC_str_alert_writeFile_fail_eng[];
//"Function diabled under wifi mode."
extern const U8 GBC_str_alert_wifi_mode_eng[];
//"Function diabled under fly mode."
extern const U8 GBC_str_alert_fly_mode_eng[];
//"Function diabled under USB mode."
extern const U8 GBC_str_alert_USB_eng[];
//"No space, delete some files."
extern const U8 GBC_str_Tcard_not_enough_eng[];
//"Invalid SIM card"
extern const U8 GBC_str_alert_check_sim_eng[];
//"Insufficient memory, close other applications"
extern const U8 GBC_str_MedMem_not_enough_eng[];
extern const U16 GBC_str_MedMem_not_enough[];
extern const U8 GBC_str_MedMem_not_enough_eng[];
extern const U16 GBC_str_alert_wifi_mode[];
extern const U8 GBC_str_alert_wifi_mode_eng[];
#ifdef __GBC_USER_ROM_APP__
#define g_gbc_ltx_rom_downapp_const 232344
extern const unsigned char g_gbc_ltx_rom_downapp[];
#endif
#endif