lite.php 1.8 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. $lang->install->license = 'ZenTao Lite is under Z PUBLIC LICENSE(ZPL) 1.2';
  3. $lang->install->welcome = 'Thanks for choosing ZenTao Lite!';
  4. $lang->install->desc = <<<EOT
  5. 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
  6. management, Kanban management, attendance management, Doc management, system management, custom workflow and many other practical features, tailored for small and medium-sized
  7. enterprises. It enables every department and every employee in the company to manage projects well and improve efficiency.
  8. EOT;
  9. $lang->install->links = <<<EOT
  10. ZenTao Lite is developed by <strong><a href='https://en.easysoft.ltd' target='_blank' class='text-danger'>ZenTao Software</a></strong>.
  11. Official Website: <a href='https://www.zentao.pm' target='_blank'>https://www.zentao.pm</a>
  12. Technical Support: <a href='https://www.zentao.pm/forum/' target='_blank'>https://www.zentao.pm/forum/</a>
  13. LinkedIn: <a href='https://www.linkedin.com/company/1156596/' target='_blank'>ZenTao Software</a>
  14. Facebook: <a href='https://www.facebook.com/natureeasysoft' target='_blank'>ZenTao Software</a>
  15. Twitter: <a href='https://twitter.com/ZentaoA' target='_blank'>ZenTao Lite</a>
  16. You are installing ZenTao <strong class='text-danger'>%s</strong>.
  17. EOT;
  18. $lang->install->successLabel = "<p>You have installed ZenTao Lite%s %s.</p>";
  19. $lang->install->successNoticeLabel = "<p>You have installed ZenTao Lite%s %s.<strong class='text-danger'> Please delete install.php</strong>.</p>";
  20. $lang->install->joinZentao = <<<EOT
  21. <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>
  22. EOT;