From b8417869b5943e7cb05174ee8b75a4a669b02273 Mon Sep 17 00:00:00 2001 From: Cristina Date: Thu, 20 Mar 2025 11:18:26 +0100 Subject: [PATCH] Added phrase lizenzkategorie to Softwarebereitstellung app --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 9067927da..ce2c01957 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -40792,6 +40792,26 @@ array( 'insertvon' => 'system' ) ) + ), + array( + 'app' => 'softwarebereitstellung', + 'category' => 'global', + 'phrase' => 'lizenzkategorie', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Lizenz-Kategorie', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'License category', + 'description' => '', + 'insertvon' => 'system' + ) + ) ) );