From c97ef4f880885df6d1fb26d3a1eced6d29d33b40 Mon Sep 17 00:00:00 2001 From: Artur Savitskiy Date: Tue, 11 Jun 2024 15:37:10 +0200 Subject: [PATCH] new logos --- Befund/.DS_Store | Bin 10244 -> 10244 bytes Befund/Core/Https/Request.swift | 1 + Befund/Core/Lang/DE.swift | 2 +- Befund/Core/Lang/EN.swift | 12 +++++++----- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Befund/.DS_Store b/Befund/.DS_Store index a00cef41d03a11b4fd479f7c926ae51bdfc13c44..84ada171e3aa0c52609e16a9012f2122dfaaf64e 100644 GIT binary patch delta 199 zcmZn(XbISmD#&hTsH0$HZaO(fa59sS^khaMaiMqt{^E@Ma?j-aynv$Avdq--$%;a| z>LW6N0>PP8snO|0nJK{qiOHFH>B{yW7{Gv2*+B!s5@1kan6X$B{yW7{EZ;AppkEfG`9YlpzcT24#mj2$MsAF(fZB zH Void) { #if DEBUG + // Accept all certificates let urlCredential = URLCredential(trust: challenge.protectionSpace.serverTrust!) completionHandler(.useCredential, urlCredential) diff --git a/Befund/Core/Lang/DE.swift b/Befund/Core/Lang/DE.swift index b330453..d2ba176 100644 --- a/Befund/Core/Lang/DE.swift +++ b/Befund/Core/Lang/DE.swift @@ -205,7 +205,7 @@ extension Core.Lang result.setValue("Ihr Gerät lässt das Scannen von QR-Codes in dieser App nicht zu. Bitte geben Sie in Ihren Einstellungen die Freigabe zur Nutzung der Kamera und nutzen Sie ein Gerät mit einer funktionierenden Kamera.", forKey: "MSG_SCAN_NOT_SUPPORTED") result.setValue("Scannen nicht unterstützt", forKey: "LBL_SCAN_NOT_SUPPORTED") - result.setValue("https://www.limbachgruppe.com/fileadmin/downloads/6406135946.html", forKey: "AGB_POLICY_LINK") + result.setValue("https://www.limbachgruppe.com/fileadmin/downloads/pba-datenschutz.html", forKey: "AGB_POLICY_LINK") result.setValue("https://www.limbachgruppe.com/fileadmin/downloads/098672600.html", forKey: "FAQ_LINK") diff --git a/Befund/Core/Lang/EN.swift b/Befund/Core/Lang/EN.swift index b0cc8b3..514cabf 100644 --- a/Befund/Core/Lang/EN.swift +++ b/Befund/Core/Lang/EN.swift @@ -108,7 +108,9 @@ extension Core.Lang result.setValue( "Information", forKey: "LBL_SUPPORT_TOPIC_INFO") result.setValue( "Problem", forKey: "LBL_SUPPORT_TOPIC_TROUBLE") result.setValue( "Delete Account", forKey: "LBL_SUPPORT_TOPIC_ACCOUNT_DELETE") - + + result.setValue("Submitting a report does not replace a conversation with the doctor.", forKey: "LBL_BEFUND_HINWEIS") + //MARK: ERRORS result.setValue("Bitte geben Sie die PLZ Ihres Wohnorts ein", forKey: "ERROR_ENTER_ZIP") result.setValue("Bitte geben Sie Ihr Geburtsdatum ein", forKey: "ERROR_ENTER_BIRTHDAY") @@ -162,14 +164,14 @@ extension Core.Lang result.setValue("Your device does not support scanning a code from an item. Please use a device with a camera.", forKey: "MSG_SCAN_NOT_SUPPORTED") result.setValue("Scanning not supported", forKey: "LBL_SCAN_NOT_SUPPORTED") - result.setValue("https://www.limbachgruppe.com/datenschutz/", forKey: "AGB_POLICY_LINK") - - result.setValue("https://www.limbachgruppe.com/impressum/", forKey: "FAQ_LINK") - result.setValue("

Application must be closed.

", forKey: "APP_MUST_BE_CLOSED") result.setValue("

Internet connection is needed. No AGB.

", forKey: "NO_AGB_AVAILABLE") result.setValue("

Internet connection is needed. No FAQ.

", forKey: "NO_FAQ_AVAILABLE") + result.setValue("https://www.limbachgruppe.com/fileadmin/downloads/pba-data-protection.html", forKey: "AGB_POLICY_LINK") + + result.setValue("https://www.limbachgruppe.com/fileadmin/downloads/098235490.html", forKey: "FAQ_LINK") + return result } }