2023-05-16 10:47:08 +08:00

31 lines
1.8 KiB
PHP
Executable File

<?php
$lang->install->license = 'ZenTao Lite is under Z PUBLIC LICENSE(ZPL) 1.2';
$lang->install->welcome = 'Thanks for choosing ZenTao Lite!';
$lang->install->desc = <<<EOT
ZenTao Lite is a lightweight project management software from Nature EasySoft.ltd, which is mainly designed to be a project management tool available for every single of us. ZenTao Lite covers project
management, Kanban management, attendance management, Doc management, system management, custom workflow and many other practical features, tailored for small and medium-sized
enterprises. It enables every department and every employee in the company to manage projects well and improve efficiency.
EOT;
$lang->install->links = <<<EOT
ZenTao Lite is developed by <strong><a href='https://en.easysoft.ltd' target='_blank' class='text-danger'>ZenTao Software</a></strong>.
Official Website: <a href='https://www.zentao.pm' target='_blank'>https://www.zentao.pm</a>
Technical Support: <a href='https://www.zentao.pm/forum/' target='_blank'>https://www.zentao.pm/forum/</a>
LinkedIn: <a href='https://www.linkedin.com/company/1156596/' target='_blank'>ZenTao Software</a>
Facebook: <a href='https://www.facebook.com/natureeasysoft' target='_blank'>ZenTao Software</a>
Twitter: <a href='https://twitter.com/ZentaoA' target='_blank'>ZenTao Lite</a>
You are installing ZenTao <strong class='text-danger'>%s</strong>.
EOT;
$lang->install->successLabel = "<p>You have installed ZenTao Lite%s %s.</p>";
$lang->install->successNoticeLabel = "<p>You have installed ZenTao Lite%s %s.<strong class='text-danger'> Please delete install.php</strong>.</p>";
$lang->install->joinZentao = <<<EOT
<p>Note: In order to get the latest news of ZenTao Lite, please sign up on ZenTao Community(<a href='https://www.zentao.pm' class='alert-link' target='_blank'>www.zentao.pm</a>).</p>
EOT;