qcminecraft/Carbon-Forum-F

View on GitHub
language/zh-cn/reply.php

Summary

Maintainability
A
30 mins
Test Coverage
<?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' => '内容不能为空',
    'Prohibited_Content' => '你发表的主题含有被禁止发表的内容'
    ));