Usability: Added Pflichtfeld "Lesebestaetigung" to students VIEW

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-04-12 17:00:03 +02:00
committed by cris-technikum
parent b8768f997c
commit a70082f0e5
4 changed files with 67 additions and 2 deletions
+40
View File
@@ -10650,6 +10650,46 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'bestaetigungstext',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Hiermit bestätige ich, dass ich die relevanten Prozess-Informationen gelesen habe und bestätige hiermit auch die Vollständigkeit und Richtigkeit meiner Angaben.<br>Ich nehme zur Kenntnis, dass der Antrag nur einmal hochgeladen werden kann und dass Unterlagen nicht nachgereicht werden können.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "I hereby confirm that I have read the relevant process information and hereby also confirm the accuracy and completeness of the information I have provided above.<br>I acknowledge that the application can only be uploaded once and that documents cannot be submitted later.",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'errorBestaetigungFehlt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Ihre Bestaetigung fehlt.<br>Bitte aktivieren Sie das entsprechende Feld.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Your confirmation is missing.<br>Please confirm the corresponding field.",
'description' => '',
'insertvon' => 'system'
)
)
),
);