From e06301a2de3cb791d7d03d0b6de7dac5174508f5 Mon Sep 17 00:00:00 2001 From: Cris Date: Thu, 17 Feb 2022 12:34:44 +0100 Subject: [PATCH] Added phrase 'Geloescht' / 'Deleted' --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 1baffa93b..8568fdc84 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -1554,6 +1554,26 @@ $phrases = array( ) ) ), + array( + 'app' => 'core', + 'category' => 'ui', + 'phrase' => 'geloescht', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Gelöscht', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Deleted', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'core', 'category' => 'anrechnung',