From c664c14afc07a4f98e0c43fa4b27894c5c18927a Mon Sep 17 00:00:00 2001 From: ma0048 Date: Thu, 18 Dec 2025 11:10:08 +0100 Subject: [PATCH] phrase hinzugefuegt --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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',