* @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 = 'Reload'; $lang->install->error = 'Error '; $lang->install->officeDomain = 'https://www.zentao.pm'; $lang->install->start = 'Start to Install'; $lang->install->keepInstalling = 'Continue installing this version.'; $lang->install->seeLatestRelease = 'View Latest Version'; $lang->install->welcome = 'Thanks for choosing ZenTao Project Management Software!'; $lang->install->license = 'ZenTao PMS is under Z PUBLIC LICENSE(ZPL) 1.2'; $lang->install->desc = <<ZPL license. It integrates with Product Management, Project Management, QA Management, Document Management, Todos Management, Company Management etc. ZenTao is the best choice for software project management. ZenTao PMS is built on PHP + MySQL and based on ZenTaoPHP framework, an independent framework developed by our team. Third party developers/organizations can develop extensions or customize for their requirements. EOT; $lang->install->links = <<Nature Easy Soft Co., LTD. Official Website : https://www.zentao.pm Technical Support : https://www.zentao.pm/forum/ WhatsApp Group : https://chat.whatsapp.com/B6pi6b3gv0S7x7jqMxwhbF Twitter: cneasysoft You are installing ZenTao %s Version. EOT; $lang->install->newReleased= "Notice:Official Website has the latest version%s, released on %s."; $lang->install->or = 'Or'; $lang->install->checking = 'System Checking'; $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 Settings'; $lang->install->result = 'Results'; $lang->install->action = 'Actions'; $lang->install->phpVersion = 'PHP Version'; $lang->install->phpFail = 'PHP Version has to be 5.2.0+'; $lang->install->pdo = 'PDO'; $lang->install->pdoFail = 'Edit PHP ini file to load PDO extsion.'; $lang->install->pdoMySQL = 'PDO_MySQL'; $lang->install->pdoMySQLFail = 'Edit PHP ini file to load PDO_MySQL extsion.'; $lang->install->json = 'JSON Extension'; $lang->install->jsonFail = 'Edit the php.ini file to load JSON extension.'; $lang->install->openssl = 'OpenSSL Extension'; $lang->install->opensslFail = 'Edit the php.ini file to load openssl extension.'; $lang->install->mbstring = 'Mbstring Extension'; $lang->install->mbstringFail = 'Edit the php.ini file to load mbstring extension.'; $lang->install->zlib = 'Zlib Extension'; $lang->install->zlibFail = 'Edit the php.ini file to load zlib extension.'; $lang->install->curl = 'Curl Extension'; $lang->install->curlFail = 'Edit the php.ini file 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" privilege has to be changed.
Run chmod o=rwx -R %s to change it.'; $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->dbUser = 'Database User'; $lang->install->dbPassword = 'Database Password'; $lang->install->dbName = 'Database Name'; $lang->install->dbPrefix = 'Table Prefix'; $lang->install->clearDB = 'Clean tables if already exist.'; $lang->install->importDemoData = 'Import Demo Data'; $lang->install->working = 'Work Mode'; $lang->install->requestTypes['GET'] = 'GET'; $lang->install->requestTypes['PATH_INFO'] = 'PATH_INFO'; $lang->install->workingList['full'] = 'Full Development Management'; $lang->install->workingList['onlyTest'] = 'Only Test Management'; $lang->install->workingList['onlyStory'] = 'Only Story Management'; $lang->install->workingList['onlyTask'] = 'Only Task Management'; $lang->install->errorConnectDB = 'Connection to database Failed. '; $lang->install->errorDBName = 'Database name should exclude “.” '; $lang->install->errorCreateDB = 'Failed to create the database.'; $lang->install->errorTableExists = 'Data table has existed. If ZenTao has been installed before, please return to last step and clear data. Then continue the installation.'; $lang->install->errorCreateTable = 'Failed to create the table.'; $lang->install->errorImportDemoData = 'Failed to import demo data.'; $lang->install->setConfig = 'Create Config File'; $lang->install->key = 'Item'; $lang->install->value = 'Value'; $lang->install->saveConfig = 'Save Config'; $lang->install->save2File = '
Copy the content in the text box above and save it to " %s ". You can change this config file later.
'; $lang->install->saved2File = 'Config file has been saved to " %s ". You can change this file later.'; $lang->install->errorNotSaveConfig = 'Config 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->groupList['ADMIN']['name'] = 'Admin'; $lang->install->groupList['ADMIN']['desc'] = 'System Administrator'; $lang->install->groupList['DEV']['name'] = 'Dev'; $lang->install->groupList['DEV']['desc'] = 'Developer'; $lang->install->groupList['QA']['name'] = 'QA'; $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'] = 'QA Director'; $lang->install->groupList['TOP']['name'] = 'Senior'; $lang->install->groupList['TOP']['desc'] = 'Senior Manager'; $lang->install->groupList['OTHERS']['name'] = 'Other'; $lang->install->groupList['OTHERS']['desc'] = 'other users'; $lang->install->groupList['LIMITED']['name'] = 'Limited User'; $lang->install->groupList['LIMITED']['desc'] = 'can only edit contents related to itself'; $lang->install->cronList[''] = 'Monitor cron'; $lang->install->cronList['moduleName=project&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'] = 'Async sending Message'; $lang->install->cronList['moduleName=webhook&methodName=asyncSend'] = 'Async sending Webhook'; $lang->install->cronList['moduleName=admin&methodName=deleteLog'] = 'Delete overdue log'; $lang->install->cronList['moduleName=todo&methodName=createCycle'] = 'Create repeat todos'; $lang->install->success = "Installed!"; $lang->install->login = 'Login ZenTao'; $lang->install->register = 'Register in ZenTao'; $lang->install->joinZentao = <<You have installed ZenTao %s. Please delete install.php asap.

Note: In order to get the latest news of ZenTao, please register in ZenTao(www.zentao.pm).

EOT; $lang->install->product = array('chanzhi', 'ranzhi'); $lang->install->promotion = "Products of Nature Easy Soft:"; $lang->install->chanzhi = new stdclass(); $lang->install->chanzhi->name = 'ZSITE content management system.'; $lang->install->chanzhi->logo = 'images/main/chanzhi_en.png'; $lang->install->chanzhi->url = 'http://www.zsite.net'; $lang->install->chanzhi->desc = <<
  • Article, Blog, Manual, Member, Shop, Forum, Feedback……
  • Customize page freely by theme, effect, widget, css, js and layout
  • Support desktop and mobile in one system
  • Deeply optimized for search engine
  • EOD; $lang->install->ranzhi = new stdclass(); $lang->install->ranzhi->name = 'ZDOO Collaborative System'; $lang->install->ranzhi->logo = 'images/main/zdoo_org.png'; $lang->install->ranzhi->url = 'http://www.zdoo.org'; $lang->install->ranzhi->desc = <<
  • CRM: Customer Management and Order Tracking
  • OA: Approve, Announce, Trip, Leave and so on.
  • Project,Task and Document management
  • Money: Income, Expense, Transfer, Invest and Debt
  • EOD;