qcminecraft/Carbon-Forum-F

View on GitHub
language/zh-cn/notifications.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(
    'Notifications_Replied_To_Me' => '回复我的',
    'Notifications_Mentioned_Me' => '提到我的',
    'Inbox' => '私信箱',
    'Replied_To_Topic' => '回复了主题',
    'Mentioned_Me' => '提到了我',
    ));