Backendvalidation insert and update, validation local tabulator array

This commit is contained in:
ma0068
2025-01-29 07:38:21 +01:00
parent d96cc5672e
commit 06dcad755b
5 changed files with 221 additions and 56 deletions
+20
View File
@@ -37559,6 +37559,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'error_entryExisting',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Eintrag bereits vorhanden',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Entry already existing',
'description' => '',
'insertvon' => 'system'
)
)
),
// FHC4 Phrases Mobility End
);