mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
44 lines
1.6 KiB
PHP
44 lines
1.6 KiB
PHP
<?PHP // $Id$
|
|
// chat.php - created with Moodle 1.2 Beta (2004022400)
|
|
|
|
|
|
$string['beep'] = '呼叫';
|
|
$string['chatintro'] = '简介文字';
|
|
$string['chatname'] = '该聊天室名称';
|
|
$string['chatreport'] = '聊天话题';
|
|
$string['chattime'] = '下次聊天时间';
|
|
$string['configoldping'] = '用户多久不发言被认为是离开了?';
|
|
$string['configrefreshroom'] = '聊天室自动刷新时间(秒),如果太短将耗费大量服务器资源';
|
|
$string['configrefreshuserlist'] = '用户列表自动刷新时间(秒)';
|
|
$string['currentchats'] = '当前话题';
|
|
$string['currentusers'] = '当前用户';
|
|
$string['deletesession'] = '删除该session';
|
|
$string['deletesessionsure'] = '确定删除该session吗?';
|
|
$string['donotusechattime'] = '不显示聊天时间';
|
|
$string['enterchat'] = '点此进入聊天室';
|
|
$string['errornousers'] = '没有用户';
|
|
$string['helpchatting'] = '聊天辅助';
|
|
$string['idle'] = '空闲';
|
|
$string['messagebeepseveryone'] = '$a 呼叫所有人';
|
|
$string['messagebeepsyou'] = '$a 呼叫你';
|
|
$string['messageenter'] = '$a 加入该聊天';
|
|
$string['messageexit'] = '$a 退出该聊天';
|
|
$string['messages'] = '消息';
|
|
$string['modulename'] = '聊天';
|
|
$string['modulenameplural'] = '聊天';
|
|
$string['neverdeletemessages'] = '从未删除消息';
|
|
$string['nextsession'] = '下一个议定主题';
|
|
$string['nomessages'] = '尚无消息';
|
|
$string['repeatdaily'] = '每天的此刻';
|
|
$string['repeatnone'] = '无回复';
|
|
$string['repeattimes'] = '回复主题';
|
|
$string['repeatweekly'] = '每周的此刻';
|
|
$string['savemessages'] = '保存过去的主题';
|
|
$string['seesession'] = '查看主题';
|
|
$string['sessions'] = '聊天主题';
|
|
$string['strftimemessage'] = '%%H:%%M';
|
|
$string['studentseereports'] = '所有人都可查看过去的议题';
|
|
$string['viewreport'] = '查看过去的议题';
|
|
|
|
?>
|