From 627ad0e499ad1629d6f2c38c0f4140517fbbd8a0 Mon Sep 17 00:00:00 2001 From: Cris Date: Wed, 18 Dec 2019 14:49:52 +0100 Subject: [PATCH] Added phrase 'Stornierte Lehrauftraege' to phrasesupdate --- system/phrasesupdate.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 4ec315575..a2af8b1a8 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -4074,7 +4074,27 @@ When on hold, the date is only a reminder.', 'insertvon' => 'system' ) ) - ) + ), + array( + 'app' => 'core', + 'category' => 'global', + 'phrase' => 'stornierteLehrauftraege', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Stornierte Lehraufträge', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Cancelled lectureships', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ) );