diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 5078fb12d..98dff6edb 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -19103,6 +19103,26 @@ array( ) ) ), + array( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'massnahmeneinmalig', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Diese Maßnahme ist nur einmalig planbar.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'This measure may only be planned once.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'international', 'category' => 'international',