Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
templates.lang.php
Go to the documentation of this file.
1 <?php
2 
3 $language = array
4  (
5  'title' => 'ACFUN 大 逃 杀',
6 
7  'index' => '首页',
8  'fullwin' => '全屏模式',
9  'backindex' => '返回首页',
10 
11  'register' => '账号注册',
12  'user' => '帐号资料',
13  'game' => '进入游戏',
14  'map' => '战场地图',
15  'news' => '进行状况',
16  'alive' => '当前幸存',
17  'winner' => '历史优胜',
18  'rank' => '玩家排行',
19  'help' => '游戏帮助',
20  'homepage' => '官方网站',
21  'admin' => '游戏管理',
22  'report' => '官方讨论区',
23 
24  'now' => '当前时刻',
25  'gameversion' => '游戏版本',
26  'gameinfo' => '游戏情报',
27  'adminmsg' => '站长留言',
28  'systemmsg' => '系统状况',
29  'username' => '账号',
30  'password' => '密码',
31  'welcome' => '欢迎你,{$cuser}!',
32  'login' => '登录',
33  'numinfo' => '第 $gamenum 回游戏 ',
34  'gamedate' => '{$month}月{$day}日 星期{$week["$wday"]} {$hour}:{$min}',
35  'back' => '返回',
36  'submit' => '提交',
37  'reset' => '重设',
38 
39  'basicdata' => '账户密码',
40  'advanceddata' => '个性化资料',
41  'creditsdata' => '积分操作',
42  'opass' => '原密码',
43  'npass' => '新密码',
44  'rnpass' => '重复新密码',
45  'editpass' => '修改密码点此(未完成)',
46  'username_comment' => '最长15个英文字符或者汉字,不能出现半角符号',
47  'password_comment' => '最长24个字符',
48  'motto' => '口头禅',
49  'killmsg' => '杀人宣言',
50  'lastword' => '遗言',
51  'usertitle' => '头衔',
52  'username_comment' => '最长15个英文字符或者汉字,不能出现半角符号',
53  'password_comment' => '最长24个字符,留空为不修改',
54  'motto_comment' => '写下彰显个性的台词,30个字以内。',
55  'killmsg_comment' => '写下你杀死对手的留言,30个字以内',
56  'lastword_comment' => '写下你不幸被害时的台词,30个字以内',
57  'credits' => '战斗力',
58  'credits2' => '切糕',
59  'lastgame' => '最后游戏',
60  'validgames' => '参加游戏场数',
61  'wingames' => '获胜场数',
62  'winrate' => '胜率',
63  'end_achievement' => '结局成就',
64  'mixitem_achievement' => '道具成就',
65  'battle_achievement' => '战斗成就',
66  'trap_achievement' => '陷阱成就',
67  'other_achievement' => '挑战成就',
68 
69 
70  'valid' => '入场手续',
71  'validover' => '入场表格填写完成',
72  'enternotice' => '进入会场',
73  'enterbattlefield' => '进入大逃杀战场',
74  'gamestart' => '游戏开始',
75  'enter' => '进入游戏',
76  'quit' => '账号退出',
77  'errormsg' => '出现错误',
78 
79  'tutorial' => '游戏教程',
80  'enterturorial' => '观看游戏教程',
81  'nexttutorial' => '下一篇教程',
82 
83  'name' => '姓名',
84  'gender' => '性别',
85  'icon' => '头像',
86  'sNo' => '学号',
87  'level' => '等级',
88  'club' => '内定称号',
89  'hp' => '生命',
90  'sp' => '体力',
91  'att' => '攻击力',
92  'def' => '防御力',
93  'combo' => '连斗',
94  'duel' => '死斗',
95  'exp' => '经验值',
96  'weather' => '天气',
97  'status' => '状态',
98  'team' => '队伍',
99  'inf' => '受伤部位',
100  'pose' => '基础姿态',
101  'tactic' => '应战策略',
102  'kind1' => '种类',
103  'rage' => '怒气',
104  'killnum' => '击杀数',
105  'money' => '金钱',
106  'equip' => '装备',
107  'pack' => '包裹',
108  'startpack' => '随机道具',
109  'skill' => '熟',
110  'command' => '指令',
111  'wep' => '武器',
112  'arb' => '防具',
113  'effect' => '攻击',
114  'cmd_choice' => '你想要做什么?',
115  'chat' => '消息',
116  'moneyunit' => '元',
117  'wp' => '殴',
118  'wk' => '斩',
119  'wg' => '射',
120  'wc' => '投',
121  'wd' => '爆',
122  'wf' => '灵',
123  'ss' => '歌魂',
124  'karma' => '罪业',
125  'skillpoint' => '技能点',
126  'newsnotice' => '<span class="evergreen">“各位仍在努力奋战,咱很欣慰。<br />以下是到现在为止的游戏状况。<br />请各位再接再厉。”</span>',
127  'useitem' => '>>使用',
128  'end' => '游戏结束!',
129  'send' => '发送',
130  'refresh' => '刷新',
131  'maptitle' => '虚拟世界地图',
132  );
133 
134 
135 ?>
$language