File: /www/wwwroot/oa.sanjiangapp.com/app/team/forum/lang/en.php
<?php
/**
* The forum module zh-cn file of ZDOO.
*
* @copyright Copyright 2009-2018 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package forum
* @version $Id: en.php 4029 2016-08-26 06:50:41Z liugang $
* @link http://www.zdoo.com
*/
if(!isset($lang->forum)) $lang->forum = new stdclass();
$lang->forum->common = 'Forum';
$lang->forum->index = 'Home';
$lang->forum->board = 'Board';
$lang->forum->owners = 'Moderator';
$lang->forum->threadList = 'Thread';
$lang->forum->threadCount = 'Thread';
$lang->forum->postCount = 'Post';
$lang->forum->noPost = 'No thread';
$lang->forum->lastPost = 'Last posted: %s by %s';
$lang->forum->readonly = 'Readonly';
$lang->forum->notExist = 'The board does not exist.';
$lang->forum->lblOwner = "Moderator: %s";
$lang->forum->post = 'Post';
$lang->forum->admin = 'Admin';
$lang->forum->update = 'Update';
$lang->forum->updateDesc = 'This action will re-compute the stats(threads, replies) of every board again.';
$lang->forum->successUpdate = 'Update sucessfully';
/* Adjust the pager. */
$lang->pager->noRecord = '';
$lang->pager->digest = str_replace('records', 'threads', $lang->pager->digest);
$lang->pager->settedInForum = true; // Set this switch thus in thread module can avoid overiding them.