diff --git a/img/chatapp.svg b/img/chatapp.svg index 3c04f47..8970334 100644 --- a/img/chatapp.svg +++ b/img/chatapp.svg @@ -33,6 +33,27 @@ ? + + + + + + + + + + + + + + + + + + + + + @@ -512,7 +533,17 @@ async function dialog_mor_da() { current_dialog = d; await d.you("Jeg har fundet nogle gamle familiebilleder fra vores ferie for 10 år siden"); await d.you("Her leger du på stranden"); - await d.you("(naked stick figure image here)"); + await d.you("#strand"); + await d.me('Tak, men jeg vil heller ikke at mine nøgenbilleder kommer på nettet', true); + await d.you('Hvorfor er du bekymret over det? Det er jo bare dig som barn. Lange tid siden'); + await d.me('Internettet er ikke et godt sted til at dele meget private billeder'); + await d.me('Man taber let kontrollen over dem'); + await d.you('Ja, men det er bare os to som deler billederne?'); + await d.me('Vi krypterer faktisk vores beskeder, så er det ikke så slemt'); + await d.me('Men EU komissionen vil indføre en funktion at alle beskeder kan scannes, selv om de er krypteret'); + await d.me('Det vil ikke være bare os to, som har adgang til vores private billeder'); + await d.you('Det overrasker mig. Men så tænker jeg at jeg vil bare give dig en USB-nøgle næste gang du kommer på besøg'); + await d.me('God idé. Tak :-)'); } async function dialog_mor_en() { @@ -520,7 +551,17 @@ async function dialog_mor_en() { current_dialog = d; await d.you("I have found some old family photos from our holiday from 10 years ago"); await d.you("This is you playing on the beach"); - await d.you("(naked stick figure image here)"); + await d.you("#strand"); + await d.me('Thanks, but I would rather not have my nude pictures on the internet', true); + await d.you('Why do you worry about that? This is just you as a child a long time ago'); + await d.me('The Internet is not a good place to share very private pictures'); + await d.me('It is very easy to lose control over them'); + await d.you('Well, but it is just us who share the pictures?'); + await d.me('We encrypt our messages, so it is kinda fine.'); + await d.me('But the EU commission wants to introduce a function for scanning all messages even if they are encrypted'); + await d.me('It won\'t be just us two who will have access to our private pictures'); + await d.you('That surprises me. But then I think I will give you a USB stick next time you visit me'); + await d.me('Good idea! Thanks :-)'); } async function dialog_kaereste() {