From 57df99f43e88a2629d06d206e565e1efea8902b9 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 29 Sep 2022 16:34:40 +0800 Subject: [PATCH] * Finish task #70494. --- module/productplan/lang/de.php | 4 ++-- module/productplan/lang/en.php | 4 ++-- module/productplan/lang/fr.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/module/productplan/lang/de.php b/module/productplan/lang/de.php index 059127b47b..7e9c896693 100644 --- a/module/productplan/lang/de.php +++ b/module/productplan/lang/de.php @@ -73,8 +73,8 @@ $lang->productplan->cannotDeleteParent = 'Cannot delete parent plan'; $lang->productplan->selectProjects = "Please select the project"; $lang->productplan->projectNotEmpty = 'Project cannot be empty.'; $lang->productplan->nextStep = "Next step"; -$lang->productplan->summary = "Total %s plans on this page, Parent Plan %s ,Child Plan %s."; -$lang->productplan->checkedSummary = "Seleted %total% plans, Parent Plan %parent%, Child Plan %child%."; +$lang->productplan->summary = "Total: %s, Parent: %s, Child: %s."; +$lang->productplan->checkedSummary = "Seleted: %total%, Parent: %parent%, Child: %child%."; $lang->productplan->id = 'ID'; $lang->productplan->product = $lang->productCommon; diff --git a/module/productplan/lang/en.php b/module/productplan/lang/en.php index 12de3ade68..c33d14f9fc 100644 --- a/module/productplan/lang/en.php +++ b/module/productplan/lang/en.php @@ -73,8 +73,8 @@ $lang->productplan->cannotDeleteParent = 'Cannot delete parent plan'; $lang->productplan->selectProjects = "Please select the project"; $lang->productplan->projectNotEmpty = 'Project cannot be empty.'; $lang->productplan->nextStep = "Next step"; -$lang->productplan->summary = "Total %s plans on this page, Parent Plan %s ,Child Plan %s."; -$lang->productplan->checkedSummary = "Seleted %total% plans, Parent Plan %parent%, Child Plan %child%."; +$lang->productplan->summary = "Total: %s, Parent: %s, Child: %s."; +$lang->productplan->checkedSummary = "Seleted: %total%, Parent: %parent%, Child: %child%."; $lang->productplan->id = 'ID'; $lang->productplan->product = $lang->productCommon; diff --git a/module/productplan/lang/fr.php b/module/productplan/lang/fr.php index e73340276e..6f690d6b89 100644 --- a/module/productplan/lang/fr.php +++ b/module/productplan/lang/fr.php @@ -73,8 +73,8 @@ $lang->productplan->cannotDeleteParent = 'Impossible de supprimer le plan parent $lang->productplan->selectProjects = "Please select the project"; $lang->productplan->projectNotEmpty = 'Project cannot be empty.'; $lang->productplan->nextStep = "Next step"; -$lang->productplan->summary = "Total %s plans on this page, Parent Plan %s ,Child Plan %s."; -$lang->productplan->checkedSummary = "Seleted %total% plans, Parent Plan %parent%, Child Plan %child%."; +$lang->productplan->summary = "Total: %s, Parent: %s, Child: %s."; +$lang->productplan->checkedSummary = "Seleted: %total%, Parent: %parent%, Child: %child%."; $lang->productplan->id = 'ID'; $lang->productplan->product = $lang->productCommon;