Added phrases 'zuordnungExistiertBereits' and 'swFuerLvAendern'

This commit is contained in:
Cris
2024-11-20 14:07:43 +01:00
parent 8a22eab0c8
commit e94e9ceff2
+40 -1
View File
@@ -31346,7 +31346,46 @@ array(
)
)
),
array(
'app' => 'softwarebereitstellung',
'category' => 'global',
'phrase' => 'zuordnungExistiertBereits',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Zuordnung existiert bereits.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Assignment already exists.",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'softwarebereitstellung',
'category' => 'global',
'phrase' => 'swFuerLvAendern',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Software für LV ändern",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Change Software for courses",
'description' => '',
'insertvon' => 'system'
)
)
)
);