diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index d2b6f86a7..6a631d5d2 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -25899,6 +25899,26 @@ array( ) ) ), + array( + 'app' => 'core', + 'category' => 'global', + 'phrase' => 'zeilenAuswaehlen', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Zeilen auswählen', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Select rows', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), );