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

25 lines
1.6 KiB
PHP
Executable File
Raw 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;