File size: 2,004 Bytes
698965e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
PRIVACY_NOTICE = {
    "de": """
### Datenschutzhinweis

Wir verwenden Ihre Angaben, um Sie zu **Executive MBA Programmen der Universität St.Gallen** zu beraten.  
Dabei verarbeiten wir insbesondere:

- Ihre Gesprächsinhalte und Anfragen  
- Kontaktdaten (Name, E-Mail) bei Terminbuchung  
- Informationen zu Ihrer Berufserfahrung und Ausbildung  

Ihre Daten werden **ausschließlich für die Studienberatung** verwendet und **nicht an Dritte weitergegeben**.  
Sie können Ihre Einwilligung **jederzeit widerrufen**.

[Weitere Informationen zur Datenschutzerklärung](https://www.unisg.ch/en/data-protection-declaration/)
""",

    "en": """
### Privacy Notice

We use your information to advise you on **Executive MBA programmes at the University of St.Gallen**.  
We process in particular:

- Your conversation content and inquiries  
- Contact details (name, email) for appointment booking  
- Information about your professional experience and education  

Your data is used **solely for study advisory purposes** and **is not shared with third parties**.  
You may **withdraw your consent at any time**.

[More information in the Privacy Policy](https://www.unisg.ch/en/data-protection-declaration/)
"""
}

ACCEPT = {
    "de": "Zustimmen",
    "en": "Accept"
}

DECLINE = {
    "de": "Ablehnen",
    "en": "Decline"
}

DECLINE_MESSAGE = {
    "de": "Ohne Ihre Einwilligung können wir Sie leider nicht beraten. "
          "Bitte kontaktieren Sie uns direkt unter emba@unisg.ch.",
    "en": "Without your consent, we cannot provide advice. "
          "Please contact us directly at emba@unisg.ch.",
}

WITHDRAW_CONFIRMATION_MESSAGE = {
  "de": "Ihre Einwilligung wurde widerrufen. Ihre Session-Daten wurden gelöscht. Ohne Einwilligung können wir Sie leider nicht beraten.",
  "en": "Your consent has been withdrawn. Your session data has been deleted. Without consent, we cannot continue advising you."
}

WITHDRAW_TEXT = {
    "de": "Einwilligung widerrufen",
    "en": "Withdraw Consent"
}