Usability: Added column 'Empfehlungsanfrage_am', 'Empfehlungsanfrage_an'

...to STGL and lectors Overview site

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
Cris
2021-04-01 09:18:55 +02:00
committed by cris-technikum
parent 132b5097ee
commit 68a0e45472
4 changed files with 158 additions and 5 deletions
+40
View File
@@ -10550,6 +10550,46 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'empfehlungsanfrageAn',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Empfehlungsanfrage an",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Request Recommend. to",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'empfehlungsanfrageAm',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Empfehlungsanfrage am",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Request Recommend. on",
'description' => '',
'insertvon' => 'system'
)
)
),
);