16 lines
961 B
PHP
16 lines
961 B
PHP
<?php
|
|
$lang->custom->notice->indexPage['product'] = "Product Home has been added in 5.2+. Bạn có muốn set it as the default page?";
|
|
$lang->custom->notice->indexPage['project'] = "Project Home has been added in 5.2+. Bạn có muốn set it as the default page?";
|
|
$lang->custom->notice->indexPage['qa'] = "QA Home has been added in 5.2+. Bạn có muốn set it as the default page?";
|
|
|
|
$lang->custom->URStory = "Requirements";
|
|
$lang->custom->SRStory = "Stories";
|
|
|
|
$lang->custom->conceptQuestions['URAndSR'] = "3. Do you want to use the concept of Requirement and Story in ZenTao?";
|
|
$lang->custom->conceptQuestions['URSRName'] = "Define the concept of Requirement and Story.";
|
|
$lang->custom->conceptQuestions['requirementpoint'] = "4. Do you use hours or story pionts to estimate?";
|
|
|
|
$lang->custom->conceptOptions->URAndSR = array();
|
|
$lang->custom->conceptOptions->URAndSR['1'] = 'On';
|
|
$lang->custom->conceptOptions->URAndSR['0'] = 'Off';
|