From bf3136a1687b585c67ffc498fd4b6a03737b4bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B9=BF=E6=98=8E?= Date: Thu, 14 Jul 2022 10:32:28 +0800 Subject: [PATCH] * Fix bug #25238. --- module/report/lang/de.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/report/lang/de.php b/module/report/lang/de.php index 84b0404284..7c88d4245c 100644 --- a/module/report/lang/de.php +++ b/module/report/lang/de.php @@ -57,7 +57,7 @@ $lang->reportList->product = new stdclass(); $lang->reportList->test = new stdclass(); $lang->reportList->staff = new stdclass(); -$lang->reportList->project->lists[10] = "{$lang->execution->common} Abweichnung|reportprojectdeviation"; +$lang->reportList->project->lists[10] = "{$lang->execution->common} Abweichnung|report|projectdeviation"; $lang->reportList->product->lists[10] = $lang->productCommon . ' Zusammenfassung|report|productsummary'; $lang->reportList->test->lists[10] = 'Bugs gemeldet|report|bugcreate'; $lang->reportList->test->lists[13] = 'Bugs zugeordnet|report|bugassign'; @@ -109,8 +109,8 @@ $lang->report->mailTitle->todo = " Todo (%s),"; $lang->report->mailTitle->testTask = " Test Aufgaben (%s),"; $lang->report->deviationDesc = 'According to the Closed Execution Deviation Rate = ((Total Cost - Total Estimate) / Total Estimate), the Deviation Rate is n/a when the Total Estimate is 0.'; -$lang->report->proVersion = 'Testen Sie ZenTao Pro für mehr Informationen!'; -$lang->report->proVersionEn = 'Testen Sie ZenTao Pro für mehr Informationen!'; +$lang->report->proVersion = 'Testen Sie ZenTao Pro für mehr Informationen!'; +$lang->report->proVersionEn = 'Testen Sie ZenTao Pro für mehr Informationen!'; $lang->report->workloadDesc = 'Workload = the total left hours of all tasks of the user / selected days * hours per day. For example: the begin and end date is January 1st to January 7th, and the total work days is 5 days, 8 hours per day. The Work load is all unfinished tasks assigned to this user to be finished in 5 days, 8 hours per day.';