* [bug#50481,done,0.1h] change completion date to end date.
This commit is contained in:
@@ -127,22 +127,22 @@ $lang->productplan->endList[93] = '3 Monate';
|
||||
$lang->productplan->endList[186] = '6 Monate';
|
||||
$lang->productplan->endList[365] = '1 Jahr';
|
||||
|
||||
$lang->productplan->errorNoTitle = 'ID %s Titel darf nicht leer sein.';
|
||||
$lang->productplan->errorNoBegin = 'ID %s Start darf nicht leer sein.';
|
||||
$lang->productplan->errorNoEnd = 'ID %s Ende darf nicht leer sein.';
|
||||
$lang->productplan->beginGeEnd = 'ID %s Start darf nicht größer als Ende sein.';
|
||||
$lang->productplan->beginLessThanParent = "The start date of the parent plan: %s, the start date cannot be less than the start date of the parent plan.";
|
||||
$lang->productplan->endGreatThanParent = "The completion date of the parent plan: %s, the completion date cannot be greater than the completion date of the parent plan.";
|
||||
$lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan.";
|
||||
$lang->productplan->endLessThanChild = "The completion date of the child plan: %s, the completion date cannot be less than the completion date of the child plan.";
|
||||
$lang->productplan->noLinkedProject = "The current {$lang->productCommon} has not been linked with a {$lang->projectCommon}. Please enter the list of the {$lang->productCommon} to link or create a {$lang->projectCommon}.";
|
||||
$lang->productplan->enterProjectList = "Enter the list of the {$lang->productCommon}";
|
||||
$lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s.";
|
||||
$lang->productplan->endLessThanChildTip = "The completion date of the parent plan[%s]: %s, cannot be less than the completion date of the child plan: %s.";
|
||||
$lang->productplan->errorNoTitle = 'ID %s Titel darf nicht leer sein.';
|
||||
$lang->productplan->errorNoBegin = 'ID %s Start darf nicht leer sein.';
|
||||
$lang->productplan->errorNoEnd = 'ID %s Ende darf nicht leer sein.';
|
||||
$lang->productplan->beginGeEnd = 'ID %s Start darf nicht größer als Ende sein.';
|
||||
$lang->productplan->beginLessThanParent = "The start date of the parent plan: %s, the start date cannot be less than the start date of the parent plan.";
|
||||
$lang->productplan->endGreatThanParent = "The end date of the parent plan: %s, the end date cannot be greater than the end date of the parent plan.";
|
||||
$lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan.";
|
||||
$lang->productplan->endLessThanChild = "The end date of the child plan: %s, the end date cannot be less than the end date of the child plan.";
|
||||
$lang->productplan->noLinkedProject = "The current {$lang->productCommon} has not been linked with a {$lang->projectCommon}. Please enter the list of the {$lang->productCommon} to link or create a {$lang->projectCommon}.";
|
||||
$lang->productplan->enterProjectList = "Enter the list of the {$lang->productCommon}";
|
||||
$lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s.";
|
||||
$lang->productplan->endLessThanChildTip = "The end date of the parent plan[%s]: %s, cannot be less than the end date of the child plan: %s.";
|
||||
$lang->productplan->beginLessThanParentTip = "The start date of the child plan[%s]: %s, cannot be less than the start date of the parent plan: %s.";
|
||||
$lang->productplan->endGreatThanParentTip = "The completion date of the child plan[%s]: %s, cannot be greater than the completion date of the parent plan: %s.";
|
||||
$lang->productplan->diffBranchesTip = "The @branch@『%s』 of parent plan is not linked with the child plan. @branch@'s stories and bugs whill be removed from the plan. Do you want to save?";
|
||||
$lang->productplan->deleteBranchTip = "@branch@『%s』are linked with sub plans and cannot be modified.";
|
||||
$lang->productplan->endGreatThanParentTip = "The end date of the child plan[%s]: %s, cannot be greater than the end date of the parent plan: %s.";
|
||||
$lang->productplan->diffBranchesTip = "The @branch@『%s』 of parent plan is not linked with the child plan. @branch@'s stories and bugs whill be removed from the plan. Do you want to save?";
|
||||
$lang->productplan->deleteBranchTip = "@branch@『%s』are linked with sub plans and cannot be modified.";
|
||||
|
||||
$lang->productplan->featureBar['browse']['all'] = 'Alle';
|
||||
$lang->productplan->featureBar['browse']['undone'] = 'Undone';
|
||||
|
||||
@@ -127,22 +127,22 @@ $lang->productplan->endList[93] = '3 Months';
|
||||
$lang->productplan->endList[186] = '6 Months';
|
||||
$lang->productplan->endList[365] = '1 Year';
|
||||
|
||||
$lang->productplan->errorNoTitle = 'ID %s title should not be empty.';
|
||||
$lang->productplan->errorNoBegin = 'ID %s begin time should not be empty.';
|
||||
$lang->productplan->errorNoEnd = 'ID %s end time should not be empty.';
|
||||
$lang->productplan->beginGeEnd = 'ID %s begin time should not be >= end time.';
|
||||
$lang->productplan->beginLessThanParent = "The start date of the parent plan: %s, the start date cannot be less than the start date of the parent plan.";
|
||||
$lang->productplan->endGreatThanParent = "The completion date of the parent plan: %s, the completion date cannot be greater than the completion date of the parent plan.";
|
||||
$lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan.";
|
||||
$lang->productplan->endLessThanChild = "The completion date of the child plan: %s, the completion date cannot be less than the completion date of the child plan.";
|
||||
$lang->productplan->noLinkedProject = "The current {$lang->productCommon} has not been linked with a {$lang->projectCommon}. Please enter the list of the {$lang->productCommon} to link or create a {$lang->projectCommon}.";
|
||||
$lang->productplan->enterProjectList = "Enter the list of the {$lang->productCommon}";
|
||||
$lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s.";
|
||||
$lang->productplan->endLessThanChildTip = "The completion date of the parent plan[%s]: %s, cannot be less than the completion date of the child plan: %s.";
|
||||
$lang->productplan->errorNoTitle = 'ID %s title should not be empty.';
|
||||
$lang->productplan->errorNoBegin = 'ID %s begin time should not be empty.';
|
||||
$lang->productplan->errorNoEnd = 'ID %s end time should not be empty.';
|
||||
$lang->productplan->beginGeEnd = 'ID %s begin time should not be >= end time.';
|
||||
$lang->productplan->beginLessThanParent = "The start date of the parent plan: %s, the start date cannot be less than the start date of the parent plan.";
|
||||
$lang->productplan->endGreatThanParent = "The end date of the parent plan: %s, the end date cannot be greater than the end date of the parent plan.";
|
||||
$lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan.";
|
||||
$lang->productplan->endLessThanChild = "The end date of the child plan: %s, the end date cannot be less than the end date of the child plan.";
|
||||
$lang->productplan->noLinkedProject = "The current {$lang->productCommon} has not been linked with a {$lang->projectCommon}. Please enter the list of the {$lang->productCommon} to link or create a {$lang->projectCommon}.";
|
||||
$lang->productplan->enterProjectList = "Enter the list of the {$lang->productCommon}";
|
||||
$lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s.";
|
||||
$lang->productplan->endLessThanChildTip = "The end date of the parent plan[%s]: %s, cannot be less than the end date of the child plan: %s.";
|
||||
$lang->productplan->beginLessThanParentTip = "The start date of the child plan[%s]: %s, cannot be less than the start date of the parent plan: %s.";
|
||||
$lang->productplan->endGreatThanParentTip = "The completion date of the child plan[%s]: %s, cannot be greater than the completion date of the parent plan: %s.";
|
||||
$lang->productplan->diffBranchesTip = "The @branch@『%s』of parent plan is not linked with the child plan. @branch@'s stories and bugs whill be removed from the plan. Do you want to save?";
|
||||
$lang->productplan->deleteBranchTip = "@branch@『%s』are linked with sub plans and cannot be modified.";
|
||||
$lang->productplan->endGreatThanParentTip = "The end date of the child plan[%s]: %s, cannot be greater than the end date of the parent plan: %s.";
|
||||
$lang->productplan->diffBranchesTip = "The @branch@『%s』of parent plan is not linked with the child plan. @branch@'s stories and bugs whill be removed from the plan. Do you want to save?";
|
||||
$lang->productplan->deleteBranchTip = "@branch@『%s』are linked with sub plans and cannot be modified.";
|
||||
|
||||
$lang->productplan->featureBar['browse']['all'] = 'All';
|
||||
$lang->productplan->featureBar['browse']['undone'] = 'Undone';
|
||||
|
||||
@@ -127,22 +127,22 @@ $lang->productplan->endList[93] = '3 Mois';
|
||||
$lang->productplan->endList[186] = '6 Mois';
|
||||
$lang->productplan->endList[365] = '1 Année';
|
||||
|
||||
$lang->productplan->errorNoTitle = 'ID %s titre ne doit pas être à blanc.';
|
||||
$lang->productplan->errorNoBegin = "ID %s l'heure de début devrait être renseignée.";
|
||||
$lang->productplan->errorNoEnd = "ID %s l'heure de fin devrait être renseignée.";
|
||||
$lang->productplan->beginGeEnd = "ID %s l'heure de début ne doit pas être >= à l'heure de fin.";
|
||||
$lang->productplan->beginLessThanParent = "The start date of the parent plan: %s, the start date cannot be less than the start date of the parent plan.";
|
||||
$lang->productplan->endGreatThanParent = "The completion date of the parent plan: %s, the completion date cannot be greater than the completion date of the parent plan.";
|
||||
$lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan.";
|
||||
$lang->productplan->endLessThanChild = "The completion date of the child plan: %s, the completion date cannot be less than the completion date of the child plan.";
|
||||
$lang->productplan->noLinkedProject = "The current {$lang->productCommon} has not been linked with a {$lang->projectCommon}. Please enter the list of the {$lang->productCommon} to link or create a {$lang->projectCommon}.";
|
||||
$lang->productplan->enterProjectList = "Enter the list of the {$lang->productCommon}";
|
||||
$lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s.";
|
||||
$lang->productplan->endLessThanChildTip = "The completion date of the parent plan[%s]: %s, cannot be less than the completion date of the child plan: %s.";
|
||||
$lang->productplan->errorNoTitle = 'ID %s titre ne doit pas être à blanc.';
|
||||
$lang->productplan->errorNoBegin = "ID %s l'heure de début devrait être renseignée.";
|
||||
$lang->productplan->errorNoEnd = "ID %s l'heure de fin devrait être renseignée.";
|
||||
$lang->productplan->beginGeEnd = "ID %s l'heure de début ne doit pas être >= à l'heure de fin.";
|
||||
$lang->productplan->beginLessThanParent = "The start date of the parent plan: %s, the start date cannot be less than the start date of the parent plan.";
|
||||
$lang->productplan->endGreatThanParent = "The end date of the parent plan: %s, the end date cannot be greater than the end date of the parent plan.";
|
||||
$lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan.";
|
||||
$lang->productplan->endLessThanChild = "The end date of the child plan: %s, the end date cannot be less than the end date of the child plan.";
|
||||
$lang->productplan->noLinkedProject = "The current {$lang->productCommon} has not been linked with a {$lang->projectCommon}. Please enter the list of the {$lang->productCommon} to link or create a {$lang->projectCommon}.";
|
||||
$lang->productplan->enterProjectList = "Enter the list of the {$lang->productCommon}";
|
||||
$lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s.";
|
||||
$lang->productplan->endLessThanChildTip = "The end date of the parent plan[%s]: %s, cannot be less than the end date of the child plan: %s.";
|
||||
$lang->productplan->beginLessThanParentTip = "The start date of the child plan[%s]: %s, cannot be less than the start date of the parent plan: %s.";
|
||||
$lang->productplan->endGreatThanParentTip = "The completion date of the child plan[%s]: %s, cannot be greater than the completion date of the parent plan: %s.";
|
||||
$lang->productplan->diffBranchesTip = "The @branch@『%s』of parent plan is not linked with the child plan. @branch@'s stories and bugs whill be removed from the plan. Do you want to save?";
|
||||
$lang->productplan->deleteBranchTip = "@branch@『%s』are linked with sub plans and cannot be modified.";
|
||||
$lang->productplan->endGreatThanParentTip = "The end date of the child plan[%s]: %s, cannot be greater than the end date of the parent plan: %s.";
|
||||
$lang->productplan->diffBranchesTip = "The @branch@『%s』of parent plan is not linked with the child plan. @branch@'s stories and bugs whill be removed from the plan. Do you want to save?";
|
||||
$lang->productplan->deleteBranchTip = "@branch@『%s』are linked with sub plans and cannot be modified.";
|
||||
|
||||
$lang->productplan->featureBar['browse']['all'] = 'Tous';
|
||||
$lang->productplan->featureBar['browse']['undone'] = 'Undone';
|
||||
|
||||
@@ -127,22 +127,22 @@ $lang->productplan->endList[93] = '三个月';
|
||||
$lang->productplan->endList[186] = '半年';
|
||||
$lang->productplan->endList[365] = '一年';
|
||||
|
||||
$lang->productplan->errorNoTitle = 'ID %s 标题不能为空';
|
||||
$lang->productplan->errorNoBegin = 'ID %s 开始时间不能为空';
|
||||
$lang->productplan->errorNoEnd = 'ID %s 结束时间不能为空';
|
||||
$lang->productplan->beginGeEnd = 'ID %s 开始时间不能大于结束时间';
|
||||
$lang->productplan->beginLessThanParent = "父计划的开始日期:%s,开始日期不能小于父计划的开始日期";
|
||||
$lang->productplan->endGreatThanParent = "父计划的完成日期:%s,完成日期不能大于父计划的完成日期";
|
||||
$lang->productplan->beginGreaterChild = "子计划的开始日期:%s,开始日期不能大于子计划的开始日期";
|
||||
$lang->productplan->endLessThanChild = "子计划的完成日期:%s,完成日期不能小于子计划的完成日期";
|
||||
$lang->productplan->noLinkedProject = "当前{$lang->productCommon}还未关联{$lang->projectCommon},请进入{$lang->productCommon}的{$lang->projectCommon}列表关联或创建一个{$lang->projectCommon}";
|
||||
$lang->productplan->enterProjectList = "进入{$lang->productCommon}的{$lang->projectCommon}列表";
|
||||
$lang->productplan->beginGreaterChildTip = "父计划[%s]的开始日期:%s,不能大于子计划的开始日期: %s";
|
||||
$lang->productplan->endLessThanChildTip = "父计划[%s]的完成日期:%s,不能小于子计划的完成日期: %s";
|
||||
$lang->productplan->errorNoTitle = 'ID %s 标题不能为空';
|
||||
$lang->productplan->errorNoBegin = 'ID %s 开始时间不能为空';
|
||||
$lang->productplan->errorNoEnd = 'ID %s 结束时间不能为空';
|
||||
$lang->productplan->beginGeEnd = 'ID %s 开始时间不能大于结束时间';
|
||||
$lang->productplan->beginLessThanParent = "父计划的开始日期:%s,开始日期不能小于父计划的开始日期";
|
||||
$lang->productplan->endGreatThanParent = "父计划的结束日期:%s,结束日期不能大于父计划的结束日期";
|
||||
$lang->productplan->beginGreaterChild = "子计划的开始日期:%s,开始日期不能大于子计划的开始日期";
|
||||
$lang->productplan->endLessThanChild = "子计划的结束日期:%s,结束日期不能小于子计划的结束日期";
|
||||
$lang->productplan->noLinkedProject = "当前{$lang->productCommon}还未关联{$lang->projectCommon},请进入{$lang->productCommon}的{$lang->projectCommon}列表关联或创建一个{$lang->projectCommon}";
|
||||
$lang->productplan->enterProjectList = "进入{$lang->productCommon}的{$lang->projectCommon}列表";
|
||||
$lang->productplan->beginGreaterChildTip = "父计划[%s]的开始日期:%s,不能大于子计划的开始日期: %s";
|
||||
$lang->productplan->endLessThanChildTip = "父计划[%s]的结束日期:%s,不能小于子计划的结束日期: %s";
|
||||
$lang->productplan->beginLessThanParentTip = "子计划[%s]的开始日期:%s,不能小于父计划的开始日期: %s";
|
||||
$lang->productplan->endGreatThanParentTip = "子计划[%s]的完成日期:%s,不能大于父计划的完成日期: %s";
|
||||
$lang->productplan->diffBranchesTip = "父计划的@branch@『%s』未被子计划关联,对应@branch@的需求和bug将自动从计划中移除,是否保存?";
|
||||
$lang->productplan->deleteBranchTip = "@branch@『%s』被子计划关联,无法修改。";
|
||||
$lang->productplan->endGreatThanParentTip = "子计划[%s]的结束日期:%s,不能大于父计划的结束日期: %s";
|
||||
$lang->productplan->diffBranchesTip = "父计划的@branch@『%s』未被子计划关联,对应@branch@的需求和bug将自动从计划中移除,是否保存?";
|
||||
$lang->productplan->deleteBranchTip = "@branch@『%s』被子计划关联,无法修改。";
|
||||
|
||||
$lang->productplan->featureBar['browse']['all'] = '全部';
|
||||
$lang->productplan->featureBar['browse']['undone'] = '未完成';
|
||||
|
||||
Reference in New Issue
Block a user