* @package install * @version $Id: en.php 4972 2013-07-02 06:50:10Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ $lang->install = new stdclass(); $lang->install->common = 'Install'; $lang->install->next = 'Next'; $lang->install->pre = 'Back'; $lang->install->reload = 'Refresh'; $lang->install->error = 'Error '; $lang->install->officeDomain = 'https://www.zentao.pm'; $lang->install->start = 'Start'; $lang->install->keepInstalling = 'Continue installing this version'; $lang->install->seeLatestRelease = 'View the latest version'; $lang->install->welcome = 'Thanks for choosing ZenTao!'; $lang->install->license = 'ZenTao is under Z PUBLIC LICENSE(ZPL) 1.2'; $lang->install->desc = <<Z Public License. It integrates with Product Management, Project Management, Test Management, Document Management, CI Management, etc. ZenTao is a perfect choice for managing software development projects. ZenTao ALM is built on PHP + MySQL + zentaoPHP which is an independent framework developed by EasyCorp. Third-party developers/organizations can develop extensions or customize ZenTao accordingly. EOT; $lang->install->links = <<EasyCorp. Official Website: https://www.zentao.pm Technical Support: https://www.zentao.pm/forum/ LinkedIn: EasyCorp Facebook: EasyCorp Twitter: ZenTao ALM You are installing ZenTao %s. EOT; $lang->install->introduction = "ZenTao 15.0+ Feature Introduction"; $lang->install->howToUse = "How do you like to use ZenTao?"; $lang->install->guideVideo = 'https://dl.cnezsoft.com/vedio/zentaoconcepteng0716.mp4'; $lang->install->introductionContent = <<

Dear users, welcome to ZenTao project management system.

ZenTao has two managment modes in version 15.0 and up. One is the classic management mode, providing two core features, Product and Project; the other is a new project management mode, with Program and Execution added. The following is an introduction to the new mode:

Program

Product

Product is used to subdivide the company's strategy into requirements that can be developed, and the product manager can use it to make release plans.

Project

Project is used to organize the manpower for development, track and manage the project process, and complete the project in a faster, better, and less costly way.

Execution

Execution is used to decompose, assign, and track tasks to ensure that project goals can be implemented by manpower.

EOT; $lang->install->newReleased = "Notice: Official Website has the latest version%s, released on %s."; $lang->install->or = 'Or'; $lang->install->checking = 'System Checkup'; $lang->install->ok = 'Passed(√)'; $lang->install->fail = 'Failed(×)'; $lang->install->loaded = 'Loaded'; $lang->install->unloaded = 'Not loaded'; $lang->install->exists = 'Found '; $lang->install->notExists = 'Not found '; $lang->install->writable = 'Writable '; $lang->install->notWritable = 'Not writable '; $lang->install->phpINI = 'PHP ini File'; $lang->install->checkItem = 'Item'; $lang->install->current = 'Current Setting'; $lang->install->result = 'Result'; $lang->install->action = 'Action'; $lang->install->phpVersion = 'PHP Version'; $lang->install->phpFail = 'PHP Version should be 5.2.0+'; $lang->install->pdo = 'PDO'; $lang->install->pdoFail = 'Edit php.ini to load PDO extension.'; $lang->install->pdoMySQL = 'PDO_MySQL'; $lang->install->pdoMySQLFail = 'Edit php.ini to load PDO_MySQL extension.'; $lang->install->json = 'JSON Extension'; $lang->install->jsonFail = 'Edit php.ini to load JSON extension.'; $lang->install->openssl = 'OpenSSL Extension'; $lang->install->opensslFail = 'Edit php.ini to load openssl extension.'; $lang->install->mbstring = 'Mbstring Extension'; $lang->install->mbstringFail = 'Edit php.ini to load mbstring extension.'; $lang->install->zlib = 'Zlib Extension'; $lang->install->zlibFail = 'Edit php.ini to load zlib extension.'; $lang->install->curl = 'Curl Extension'; $lang->install->curlFail = 'Edit php.ini to load curl extension.'; $lang->install->filter = 'Filter Extension'; $lang->install->filterFail = 'Edit the php.ini file to load filter extension.'; $lang->install->gd = 'GD Extension'; $lang->install->gdFail = 'Edit the php.ini file to load gd extension.'; $lang->install->iconv = 'Iconv Extension'; $lang->install->iconvFail = 'Edit the php.ini file to load iconv extension.'; $lang->install->tmpRoot = 'Temp Directory'; $lang->install->dataRoot = 'Uploaded File Directory'; $lang->install->session = 'Session Save Path'; $lang->install->sessionFail = 'Edit the php.ini file to set session.save_path.'; $lang->install->mkdirWin = '

%s directory has to be created.
Run mkdir %s to create it.

'; $lang->install->chmodWin = ' "%s" privilege has to be changed.'; $lang->install->mkdirLinux = '

%s directory has to be created.
Run mkdir -p %s to create it.

'; $lang->install->chmodLinux = ' "%s" permison has to be changed.
Run chmod o=rwx -R %s to change it.'; $lang->install->timezone = 'Set Timezone'; $lang->install->defaultLang = 'Default Language'; $lang->install->dbHost = 'Database Host'; $lang->install->dbHostNote = 'If 127.0.0.1 is not accessible, try localhost.'; $lang->install->dbPort = 'Host Port'; $lang->install->dbEncoding = 'Database Charset'; $lang->install->dbUser = 'Database Username'; $lang->install->dbPassword = 'Database Password'; $lang->install->dbName = 'Database Name'; $lang->install->dbPrefix = 'Table Prefix'; $lang->install->clearDB = 'Clean up existing data'; $lang->install->importDemoData = 'Import Demo Data'; $lang->install->working = 'Operation Mode'; $lang->install->requestTypes['GET'] = 'GET'; $lang->install->requestTypes['PATH_INFO'] = 'PATH_INFO'; $lang->install->workingList['full'] = 'Application Lifecycle Management'; $lang->install->errorConnectDB = 'Connection to the database Failed. '; $lang->install->errorDBName = 'Database name should exclude “.” '; $lang->install->errorCreateDB = 'Failed to create the database.'; $lang->install->errorTableExists = 'The data table has existed. If ZenTao has been installed before, please return to the previous step and clear data, then continue the installation.'; $lang->install->errorCreateTable = 'Failed to create the table.'; $lang->install->errorEngineInnodb = 'Your MySQL does not support InnoDB data table engine. Please modify it to MyISAM and try again.'; $lang->install->errorImportDemoData = 'Failed to import the demo data.'; $lang->install->setConfig = 'Create config file'; $lang->install->key = 'Item'; $lang->install->value = 'Value'; $lang->install->saveConfig = 'Save config file'; $lang->install->save2File = '
Copy the content in the text box above and save it to " %s ". You can change this configuration file later.
'; $lang->install->saved2File = 'The configuration file has been saved to " %s ". You can change this file later.'; $lang->install->errorNotSaveConfig = 'The configuration file is not saved.'; $lang->install->getPriv = 'Set Admin'; $lang->install->company = 'Company Name'; $lang->install->account = 'Admin Account'; $lang->install->password = 'Admin Password'; $lang->install->errorEmptyPassword = 'Password should not be blank.'; $lang->install->selectedMode = 'Selection mode'; $lang->install->selectedModeTips = 'You can go to the Admin - Custom - Mode to set it later.'; $lang->install->groupList['ADMIN']['name'] = 'Admin'; $lang->install->groupList['ADMIN']['desc'] = 'System Admin'; $lang->install->groupList['DEV']['name'] = 'Dev'; $lang->install->groupList['DEV']['desc'] = 'Developer'; $lang->install->groupList['QA']['name'] = 'Test'; $lang->install->groupList['QA']['desc'] = 'Tester'; $lang->install->groupList['PM']['name'] = 'PM'; $lang->install->groupList['PM']['desc'] = 'Project Manager'; $lang->install->groupList['PO']['name'] = 'PO'; $lang->install->groupList['PO']['desc'] = 'Product Owner'; $lang->install->groupList['TD']['name'] = 'Dev Manager'; $lang->install->groupList['TD']['desc'] = 'Development Manager'; $lang->install->groupList['PD']['name'] = 'PD'; $lang->install->groupList['PD']['desc'] = 'Product Director'; $lang->install->groupList['QD']['name'] = 'QD'; $lang->install->groupList['QD']['desc'] = 'Test Director'; $lang->install->groupList['TOP']['name'] = 'Senior'; $lang->install->groupList['TOP']['desc'] = 'Senior Manager'; $lang->install->groupList['OTHERS']['name'] = 'Others'; $lang->install->groupList['OTHERS']['desc'] = 'other users'; $lang->install->groupList['LIMITED']['name'] = 'Limited User'; $lang->install->groupList['LIMITED']['desc'] = 'Users can only edit contents related to themselves.'; $lang->install->groupList['PROJECTADMIN']['name'] = 'Project Admin'; $lang->install->groupList['PROJECTADMIN']['desc'] = 'Project Admins manage project privileges'; $lang->install->cronList[''] = 'Monitor Cron'; $lang->install->cronList['moduleName=execution&methodName=computeBurn'] = 'Update Burndown Chart'; $lang->install->cronList['moduleName=report&methodName=remind'] = 'Daily Task Reminder'; $lang->install->cronList['moduleName=svn&methodName=run'] = 'Synchronize SVN'; $lang->install->cronList['moduleName=git&methodName=run'] = 'Synchronize GIT'; $lang->install->cronList['moduleName=backup&methodName=backup'] = 'Backup data&file'; $lang->install->cronList['moduleName=mail&methodName=asyncSend'] = 'Asynchronize sending emails'; $lang->install->cronList['moduleName=webhook&methodName=asyncSend'] = 'Asynchronize sending webhook'; $lang->install->cronList['moduleName=admin&methodName=deleteLog'] = 'Delete overdue logs'; $lang->install->cronList['moduleName=todo&methodName=createCycle'] = 'Create recurring todos'; $lang->install->cronList['moduleName=ci&methodName=initQueue'] = 'Create recurring tasks'; $lang->install->cronList['moduleName=ci&methodName=checkCompileStatus'] = 'Synchronize Jenkins Status'; $lang->install->cronList['moduleName=ci&methodName=exec'] = 'Execute Jenkins'; $lang->install->cronList['moduleName=mr&methodName=syncMR'] = 'Synchronize GitLab merge request'; $lang->install->success = "Installed!"; $lang->install->login = 'ZenTao Login'; $lang->install->register = 'ZenTao Community Signup'; $lang->install->joinZentao = <<You have installed ZenTao %s. Please delete install.php.

Note: In order to get the latest news of ZenTao, please sign up on ZenTao Community(www.zentao.pm).

EOT; $lang->install->product = array('chanzhi', 'zdoo', 'ydisk', 'meshiot'); $lang->install->modeList['classic'] = 'Classic mode'; $lang->install->modeList['new'] = 'Program mode'; $lang->install->promotion = "Products also from EasyCorp:"; $lang->install->chanzhi = new stdclass(); $lang->install->chanzhi->name = 'ZSITE'; $lang->install->chanzhi->logo = 'images/main/chanzhi.ico'; $lang->install->chanzhi->url = 'https://www.zsite.net'; $lang->install->chanzhi->desc = <<
  • Article, Blog, Manual, Member, Shop, Forum, Feedback
  • Customize page at will by Theme, Effect, Widget, CSS, JS and layout
  • Support both desktop and mobile in one system
  • Highly optimized for search engines
  • EOD; $lang->install->zdoo = new stdclass(); $lang->install->zdoo->name = 'ZDOO'; $lang->install->zdoo->logo = 'images/main/zdoo.ico'; $lang->install->zdoo->url = 'https://www.zdoo.co/'; $lang->install->zdoo->desc = <<
  • CRM: Customer Management and Order Tracking
  • OA: Approve, Announce, Trip, Leave and more
  • Project, Task and Document management
  • Cash: Income, Expense, Transfer, Invest and Debt
  • EOD; $lang->install->ydisk = new stdclass(); $lang->install->ydisk->name = 'YDisk'; $lang->install->ydisk->logo = 'images/main/ydisk.ico'; $lang->install->ydisk->url = 'http://www.ydisk.cn'; $lang->install->ydisk->desc = <<
  • Self-Hosted: deploy on your own machine
  • Unlimited Storage: depend on your hard drive size
  • Fast Transmission: as fast as your bandwidth allows
  • Secure: 12 permissions for any strict settings
  • EOD; $lang->install->meshiot = new stdclass(); $lang->install->meshiot->name = 'MeshIoT'; $lang->install->meshiot->logo = 'images/main/meshiot.ico'; $lang->install->meshiot->url = 'https://www.meshiot.com'; $lang->install->meshiot->desc = <<
  • Performance: one gateway can monitor 65,536 equipments
  • Accessibility: unique radio communication protocol covers 2,500m radius
  • Dimming System: 200+ sensors and monitors
  • Battery Available: no changes required to any equipment on your site
  • EOD;