From 9907ee226738d54afeb02b800bdae4156debeffa Mon Sep 17 00:00:00 2001 From: Cris Date: Wed, 3 Apr 2024 11:45:43 +0200 Subject: [PATCH] Added phrase global/zeilenAuswaehlen --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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' + ) + ) + ), );