From 7de012c93093cd24f19d50bff988ccb53f88b690 Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Thu, 21 Oct 2021 18:31:48 +0200 Subject: [PATCH] more phrases for eucovidqr --- system/phrasesupdate.php | 44 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index b7b2ed2e1..d41d43c4f 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -12680,13 +12680,13 @@ array( 'phrases' => array( array( 'sprache' => 'German', - 'text' => "Das Zertifikat konnte nicht verifiziert werden.", + 'text' => "Das Zertifikat konnte nicht verifiziert werden. Stellen Sie bitte sicher, dass ein QR-Code enthalten ist.", 'description' => '', 'insertvon' => 'system' ), array( 'sprache' => 'English', - 'text' => "certificate could not be verified.", + 'text' => "certificate could not be verified. Please make sure it contains a qr-code.", 'description' => '', 'insertvon' => 'system' ) @@ -12812,6 +12812,46 @@ array( ) ) ), + array( + 'app' => 'core', + 'category' => 'eucovidqr', + 'phrase' => 'uploadbeschreibung', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => "Hier kann ein Zertifikat mit QR-Code selbst erfasst werden.", + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => "a certificate with qr-code can be self registered here.", + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'eucovidqr', + 'phrase' => 'manualbeschreibung', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => "Falls das Zertifikat keinen QR-Code enthält oder die Selbst-Erfassung fehlschlägt, kann das Zertifkat beim Empfang manuell erfasst werden.", + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => "if the certificate does not contain a qr-code or self registration fails, the certificate can be manually registered at the front desk.", + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), );