From c4c17f69c7606aa2b9087b6098b496a6809cfa6a Mon Sep 17 00:00:00 2001 From: Cris Date: Tue, 14 May 2024 13:41:33 +0200 Subject: [PATCH] Added phrase softwaretypKurzbz --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index b4a087fc8..5a6101181 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -25279,6 +25279,26 @@ array( ) ) ), + array( + 'app' => 'softwarebereitstellung', + 'category' => 'global', + 'phrase' => 'softwaretypKurzbz', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Softwaretyp Kurzbz', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Softwaretype short', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'softwarebereitstellung', 'category' => 'global',