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

25 lines
1.6 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang->install->license = '禪道迅捷版軟件使用 Z PUBLIC LICENSE(ZPL) 1.2 授權協議';
$lang->install->welcome = '歡迎使用禪道迅捷版!';
$lang->install->desc = <<<EOT
禪道迅捷版是禪道軟件旗下的一款輕量級的項目管理軟件,主要定位於人人都可用的項目管理工具。禪道迅捷版涵蓋了項目管理、通用看板管理、考勤管理、文檔管理、組織管理、自定義工作流等諸多
實用功能,專為中小企業量身打造,讓公司每個部門、每個人都能做好項目管理、提高工作效率。
EOT;
$lang->install->links = <<<EOT
禪道迅捷版由<strong><a href='https://www.cnezsoft.com' target='_blank' class='text-danger'>禪道軟件(青島)有限公司</a>開發</strong>。
官方網站:<a href='https://www.zentao.net' target='_blank'>https://www.zentao.net</a>
技術支持:<a href='https://www.zentao.net/ask/' target='_blank'>https://www.zentao.net/ask/</a>
新浪微博:<a href='https://weibo.com/easysoft' target='_blank'>https://weibo.com/easysoft</a>
您現在正在安裝的版本是 <strong class='text-danger'>%s</strong>。
EOT;
$lang->install->successLabel = "<p>您已經成功安裝禪道迅捷%s版%s。</p>";
$lang->install->successNoticeLabel = "<p>您已經成功安裝禪道迅捷%s版%s<strong class='text-danger'>請及時刪除install.php</strong>。</p>";
$lang->install->joinZentao = <<<EOT
<p>友情提示:為了您及時獲得禪道迅捷版的最新動態,請在禪道社區(<a href='https://www.zentao.net' class='alert-link' target='_blank'>www.zentao.net</a>)進行登記。</p>
EOT;