diff --git a/module/install/lang/en.php b/module/install/lang/en.php
index 46af80a800..d90fe141be 100644
--- a/module/install/lang/en.php
+++ b/module/install/lang/en.php
@@ -25,15 +25,17 @@ $lang->install->seeLatestRelease = 'View 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, QA Management, Document Management, Todos Management, Company Management etc. ZenTao is the best choice for software project management.
+ZenTao ALM is an open source software released under Z Public License. It integrates with Product Management, Project Management, QA Management, Document Management, Todo Management, Company Management etc. ZenTao is a perfect choice for software development projects.
-ZenTao ALM 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.
+ZenTao ALM is built on PHP + MySQL and zentaoPHP, an independent framework developed by Nature Easy Soft. Third-party developers/organizations can develop extensions or customize accordingly.
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
+Official Website: https://www.zentao.pm
+Technical Support: https://www.zentao.pm/forum/
+WhatsApp Group: https://chat.whatsapp.com/B6pi6b3gv0S7x7jqMxwhbF
+LinkedIn Group: ZenTao Project Management Software
+Facebook: Nature Easy Soft
Twitter: cneasysoft
You are installing ZenTao %s.
@@ -132,15 +134,15 @@ $lang->install->errorEmptyPassword = 'Password should not be blank.';
$lang->install->groupList['ADMIN']['name'] = 'Admin';
$lang->install->groupList['ADMIN']['desc'] = 'System Admin';
-$lang->install->groupList['DEV']['name'] = 'Dev.';
+$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['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']['name'] = 'Dev Manager';
$lang->install->groupList['TD']['desc'] = 'Development Manager';
$lang->install->groupList['PD']['name'] = 'PD';
$lang->install->groupList['PD']['desc'] = 'Product Director';
@@ -169,12 +171,12 @@ $lang->install->login = 'Login ZenTao';
$lang->install->register = 'Register in ZenTao Community';
$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).
+You have installed ZenTao %s. Please delete install.php asap.
Note: In order to get the latest news of ZenTao, please register on ZenTao(www.zentao.pm).
EOT;
$lang->install->product = array('chanzhi', 'ranzhi', 'ydisk', 'meshiot');
-$lang->install->promotion = "Products also from Nature Easy Soft team:";
+$lang->install->promotion = "Products also from Nature Easy Soft:";
$lang->install->chanzhi = new stdclass();
$lang->install->chanzhi->name = 'ZSITE Content Management System';
$lang->install->chanzhi->width = 'col-md-6';
@@ -183,9 +185,9 @@ $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
+ 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;
@@ -198,35 +200,35 @@ $lang->install->ranzhi->desc = <<
CRM: Customer Management and Order Tracking
OA: Approve, Announce, Trip, Leave and so on.
- Project,Task and Document management
+ Projec t,Task and Document management
Money: Income, Expense, Transfer, Invest and Debt
EOD;
$lang->install->ydisk = new stdclass();
-$lang->install->ydisk->name = '悦库网盘';
+$lang->install->ydisk->name = 'Y Disk-Free NetDisk for Enterprises';
$lang->install->ydisk->width = 'col-md-6';
$lang->install->ydisk->logo = 'images/main/ydisk.png';
$lang->install->ydisk->url = 'http://www.ydisk.cn';
$lang->install->ydisk->desc = <<
- 轻松实现不同部门、不同员工的文件共享。
- 支持Word ,Excel,pdf等文档的在线预览。
- 支持多人同时在线编辑,编辑内容即刻生成。
- 灵活设置员工操作权限,简化操作细节。
+ Self-Hosted: deploy on your own machine
+ Storage: depend on your hard drive size
+ Transmission: as fast as your bandwidth allows
+ Secure: 12 permissions for any strict settings
EOD;
$lang->install->meshiot = new stdclass();
-$lang->install->meshiot->name = '易天物联';
+$lang->install->meshiot->name = 'MeshIoT';
$lang->install->meshiot->width = 'col-md-6';
$lang->install->meshiot->logo = 'images/main/meshiot.png';
$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 requirements to any equipment on your site
EOD;
diff --git a/module/install/lang/zh-cn.php b/module/install/lang/zh-cn.php
index 5f09a0bdd8..6dd25da825 100644
--- a/module/install/lang/zh-cn.php
+++ b/module/install/lang/zh-cn.php
@@ -231,16 +231,16 @@ $lang->install->xuanxuan->desc = <<install->ydisk = new stdclass();
-$lang->install->ydisk->name = '悦库网盘';
+$lang->install->ydisk->name = '悦库免费企业网盘';
$lang->install->ydisk->width = 'col-md-6';
$lang->install->ydisk->logo = 'images/main/ydisk.png';
$lang->install->ydisk->url = 'http://www.ydisk.cn';
$lang->install->ydisk->desc = <<
- 轻松实现不同部门、不同员工的文件共享。
- 支持Word ,Excel,pdf等文档的在线预览。
- 支持多人同时在线编辑,编辑内容即刻生成。
- 灵活设置员工操作权限,简化操作细节。
+ 绝对私有,只部署在自己的机器上。
+ 海量存储,只取决于您的硬盘大小。
+ 极限传输,只取决于您的网络带宽。
+ 极度安全,十二种权限组合。
EOD;
@@ -251,9 +251,9 @@ $lang->install->meshiot->logo = 'images/main/meshiot.png';
$lang->install->meshiot->url = 'https://www.meshiot.com';
$lang->install->meshiot->desc = <<
- 积木式设计思想
- 多种网络接入
- 工业化设计
- 多种工业通信协议
+ 超性能网关,一个就可管65536个设备。
+ 独创无线电通讯协议,2500米穿墙无障碍。
+ 200余款传感器控制器,独创调光系统。
+ 可配电池,对既有场地设备无任何要求。
EOD;