* @package index * @version $Id: en.php 4029 2016-08-26 06:50:41Z liugang $ * @link http://www.zdoo.org */ $lang->index->common = 'Home'; $lang->index->index = 'Home'; $lang->index->dashboard = 'Dashboard'; $lang->index->dashboardAbbr = 'Dashboard'; $lang->index->about = 'About'; $lang->index->profile = 'Profile'; $lang->index->set = 'Settings'; $lang->index->theme = 'Theme'; $lang->index->superAdmin = 'Admin'; $lang->index->showDesk = 'Desktop'; $lang->index->customBlocks = 'Custom block'; $lang->index->addBlock = 'Add Block'; $lang->index->refresh = 'Refresh'; $lang->index->hidden = 'Hidden'; $lang->index->fileSize = 'File Size'; $lang->index->goUpdate = 'Update'; $lang->index->countUsers = 'Online'; $lang->index->setServer = 'Set'; $lang->index->totalUsers = 'Users'; $lang->index->totalGroups = 'Groups'; $lang->index->totalMessages = 'Messages'; $lang->index->xxdStartDate = 'XXD Last Start Time'; $lang->index->xxcNotice = 'Xuan Xuan New Version'; $lang->index->notInfo = 'No access permission.'; $lang->index->message = array(); $lang->index->message['total'] = 'Total'; $lang->index->message['hour'] = 'An Hour'; $lang->index->message['day'] = 'An Day'; $lang->index->sizeType = array(); $lang->index->sizeType['K'] = 1024; $lang->index->sizeType['M'] = 1024 * 1024; $lang->index->sizeType['G'] = 1024 * 1024 * 1024; $lang->upgradeBillboard = new stdclass(); $lang->upgradeBillboard->detachedConference = 'You have started a new version of the conference, please update the client in time, or you can contact the user for a manual upgrade.';