2023-05-16 10:50:42 +08:00

8 lines
494 B
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->task->gantt = new stdclass();
$lang->task->gantt->notice = new stdclass();
$lang->task->gantt->notice->notSS = "任务:“%s”开始之后该任务才能开始";
$lang->task->gantt->notice->notFS = "任务:“%s”结束之后该任务才能开始";
$lang->task->gantt->notice->notSF = "任务:“%s”开始之后该任务才能结束";
$lang->task->gantt->notice->notFF = "任务:“%s”结束之后该任务才能结束";