www.gusucode.com > Carbon Forum PHP轻论坛系统 v3.6.5源码程序 > Carbon-Forum-3.6.5/language/zh-tw/notifications.php

    <?php
if (!defined('InternalAccess')) exit('error: 403 Access Denied');
if (empty($Lang) || !is_array($Lang))
	$Lang = array();

$Lang = array_merge($Lang, array(
	'Notifications_Replied_To_Me' => '回覆我的',
	'Notifications_Mentioned_Me' => '提到我的',
	'Replied_To_Topic' => '回覆了討論串',
	'Mentioned_Me' => '提到了我',
	));