diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 0203b3c2f..bc067f3f0 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -19663,6 +19663,26 @@ array( ) ) ), + array( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'personenMassnahmen', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'alle Maßnahmen der Personen', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => ' all measures of the people', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'international', 'category' => 'international',