Added phrases for Softwarebereitstellung

This commit is contained in:
Cristina
2025-03-06 09:58:15 +01:00
parent 3a83d468ef
commit eedbab21a2
+60
View File
@@ -40613,6 +40613,66 @@ array(
)
),
// FHC4 Phrases Mobility End
array(
'app' => 'softwarebereitstellung',
'category' => 'global',
'phrase' => 'swAendern',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'SW ändern',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Change SW',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'softwarebereitstellung',
'category' => 'global',
'phrase' => 'quellkurs',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Quellkurs',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Source Course',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'softwarebereitstellung',
'category' => 'global',
'phrase' => 'softwareAbbestellt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Software wurde abbestellt',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Software was cancelled',
'description' => '',
'insertvon' => 'system'
)
)
)
);