From 56436078456e7d7ead05440f12b7b53d103797f0 Mon Sep 17 00:00:00 2001 From: Cris Date: Mon, 13 May 2024 11:06:32 +0200 Subject: [PATCH] Added phrases 'statusErfolgreichUebertragen' and 'statusUebertragenMsg' to Softwarebereitstellung app --- system/phrasesupdate.php | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 17daf06a4..90b16bac4 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -25919,6 +25919,46 @@ array( ) ) ), + array( + 'app' => 'softwarebereitstellung', + 'category' => 'global', + 'phrase' => 'statusErfolgreichUebertragen', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Status erfolgreich übertragen', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Status successfully transferred', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'softwarebereitstellung', + 'category' => 'global', + 'phrase' => 'statusUebertragenMsg', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Der Status {status} wurde erfolgreich von der übergeordneten Software mit ID {parentSoftware} auch auf die untergeordnete Software übertragen.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Status {status} has been successfully transferred from the parent software with ID {parentSoftware} to the child software.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), );