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

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

$Lang = array_merge($Lang, array(
	'Posting_Too_Often' => '您发帖过于频繁,请稍后再尝试',
	'Topic_Has_Been_Locked' => '此帖已被锁定,禁止回复',
	'Too_Long' => '帖子内容长度不能超过{{MaxPostChars}}个字节',
	'Content_Empty' => '内容不能为空'
	));