bugfix phrases tabulator, refactor Prestudent.js using FHCAPI_CONTROLLER

This commit is contained in:
ma0068
2024-03-25 13:28:28 +01:00
parent b907f01ebb
commit 65c7db7ae4
8 changed files with 442 additions and 116 deletions
+19
View File
@@ -25905,6 +25905,25 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'lehre',
'phrase' => 'error_rolleBereitsVorhanden',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Diese Rolle ist bereits vorhanden!',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'This role already exists!',
'description' => '',
'insertvon' => 'system'
)
)
),
);