|
23 | 23 | <link type="text/css" rel="stylesheet" href="../css/lang-{{ language }}.css" media="screen"/> |
24 | 24 | <link rel="shortcut icon" href="../favicon.ico?v=2" type="image/x-icon"> |
25 | 25 | <meta charset="utf-8"> |
26 | | - <title>{{ page.title | escape }} - Interaktive Einführung in Reguläre Ausdrücke</title> |
| 26 | + <title>{{ page.title | escape }} - |
| 27 | + {% if language == "de" %} |
| 28 | + Interaktive Einführung in Reguläre Ausdrücke |
| 29 | + {% elsif language == "en" %} |
| 30 | + Interactive Introduction to Regular Expressions |
| 31 | + {% elsif language == "sv" %} |
| 32 | + Interaktiv Introduktion till Reguljära Uttryck |
| 33 | + {% endif %} |
| 34 | + </title> |
27 | 35 | <script type="text/javascript"> |
28 | 36 | var current_page_id = "page-" + {{ page.path | jsonify }}; |
29 | 37 | </script> |
@@ -86,13 +94,17 @@ <h2>{{ page.title | escape }}</h2> |
86 | 94 | <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dct:title" rel="dct:type">Regex-Tutorial</span> von <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Nicco Kunzmann</span> ist lizenziert unter einer <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International Lizenz</a>. |
87 | 95 | {% elsif language == "en" %} |
88 | 96 | <span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Regex Tutorial</span> by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Nicco Kunzmann</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. |
| 97 | + {% elsif language == "sv" %} |
| 98 | + <span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Regex Tutorial</span> av <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Nicco Kunzmann</span> är licensed under en <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Erkännande 4.0 Internationell Licens</a>. |
89 | 99 | {% endif %} |
90 | 100 | {% assign lowercase_content = content | downcase %} |
91 | 101 | {% if lowercase_content contains "<img" %} |
92 | 102 | {% if language == "de" %} |
93 | 103 | Bilder, die eine andere Lizenz haben, können angeklickt werden, um zu dem Erklärungstext oder der Quelle zu gelangen. |
94 | 104 | {% elsif language == "en" %} |
95 | 105 | Pictures with a different license can be clicked to reach the source or an explanation. |
| 106 | + {% elsif language == "sv" %} |
| 107 | + Bilder med en annan licens går att klicka på för att komma till källan eller få en förklaring. |
96 | 108 | {% endif %} |
97 | 109 | {% endif %} |
98 | 110 | </div> |
|
0 commit comments