Added feature to withdraw approvals/rejections for STGL

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-02-17 18:54:53 +01:00
committed by cris-technikum
parent 577d0f1eb5
commit abcf41f7a3
6 changed files with 198 additions and 3 deletions
+60
View File
@@ -10230,6 +10230,66 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'global',
'phrase' => 'zuruecknehmen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Zur&uuml;cknehmen",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Withdraw",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'genehmigungAblehnungWirklichZuruecknehmen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Ihre Genehmigung / Ablehnung wirklich zurücknehmen?",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Do you really want to withdraw your approval / rejection?",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'erfolgreichZurueckgenommen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Erfolgreich zurückgenommen.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Successfully withdrawn.",
'description' => '',
'insertvon' => 'system'
)
)
),
);