From d2568442eb0b91608dacd30a33428e6e375f8117 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 29 Sep 2022 16:54:35 +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 7e9c896693..088f41c66b 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, Parent: %s, Child: %s."; -$lang->productplan->checkedSummary = "Seleted: %total%, Parent: %parent%, Child: %child%."; +$lang->productplan->summary = "Total: %s, Parents: %s, Children: %s."; +$lang->productplan->checkedSummary = "Seleted: %total%, Parents: %parent%, Children: %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 c33d14f9fc..2807a5eddc 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, Parent: %s, Child: %s."; -$lang->productplan->checkedSummary = "Seleted: %total%, Parent: %parent%, Child: %child%."; +$lang->productplan->summary = "Total: %s, Parents: %s, Children: %s."; +$lang->productplan->checkedSummary = "Seleted: %total%, Parents: %parent%, Children: %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 6f690d6b89..3f9b50d086 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, Parent: %s, Child: %s."; -$lang->productplan->checkedSummary = "Seleted: %total%, Parent: %parent%, Child: %child%."; +$lang->productplan->summary = "Total: %s, Parents: %s, Children: %s."; +$lang->productplan->checkedSummary = "Seleted: %total%, Parents: %parent%, Children: %child%."; $lang->productplan->id = 'ID'; $lang->productplan->product = $lang->productCommon;