8 lines
490 B
PHP
8 lines
490 B
PHP
<?php
|
|
$lang->task->gantt = new stdclass();
|
|
$lang->task->gantt->notice = new stdclass();
|
|
$lang->task->gantt->notice->notSS = "Only when \"%s\" is started, this task can be started!";
|
|
$lang->task->gantt->notice->notFS = "Only when \"%s\" is finished, this task can be started!";
|
|
$lang->task->gantt->notice->notSF = "Only when \"%s\" is started, this task can be finished!";
|
|
$lang->task->gantt->notice->notFF = "Only when \"%s\" is finished, this task can be finished!";
|