Added phrase global/zeilenAuswaehlen

This commit is contained in:
Cris
2024-04-03 11:45:43 +02:00
parent ba1fa6add4
commit 9907ee2267
+20
View File
@@ -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'
)
)
),
);