diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index da6e62085..1d4261ac7 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -26361,6 +26361,26 @@ array( ) ) ), + array( + 'app' => 'anwesenheiten', + 'category' => 'global', + 'phrase' => 'termine', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Termine', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Dates', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ) // FHC-CORE-ANWESENHEITEN END );