diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 1539b0641..0a64b38d7 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -18795,7 +18795,29 @@ array( 'insertvon' => 'system' ) ) - ) + ), + // Personalverwaltung begin + array( + 'app' => 'personalverwaltung', + 'category' => 'vbform', + 'phrase' => 'oder', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'oder', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'or', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + // Personalverwaltung end );