1<?php
2/**
3 * German language file for config of the Ad-Hoc Tags plugin
4 *
5 */
6
7$lang['allowedElements'] = "Erlaube die folgenden <abbr>HTML</abbr>-Elemente:<br /><small>(die Links führen zu weiteren Informationen zu den jeweiligen Elementen)</small>";
8
9$lang['allowedElements_abbr'] = '<code>&lt;abbr&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/abbr" target="_blank">Abkürzung</a>)';
10$lang['allowedElements_b'] = '<code>&lt;b&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/b" target="_blank">Aufmerksamkeit</a>)';
11$lang['allowedElements_cite'] = '<code>&lt;cite&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/cite" target="_blank">Quellenangabe</a>)';
12$lang['allowedElements_dfn'] = '<code>&lt;dfn&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/dfn" target="_blank">Definition</a>)';
13$lang['allowedElements_i'] = '<code>&lt;i&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/i" target="_blank">Idiomatischer Text</a>)';
14$lang['allowedElements_kbd'] = '<code>&lt;kbd&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/kbd" target="_blank">Tastatureingabe</a>)';
15
16$lang['allowedElements_iframe'] = '<code>&lt;iframe&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/iframe" target="_blank">eingebettetes Dokument</a>)';
17
18$lang['allowedElements_img'] = '<code>&lt;img&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/img" target="_blank">Bild</a>)';
19$lang['allowedElements_mark'] = '<code>&lt;mark&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/mark" target="_blank">Textmarker</a>)';
20$lang['allowedElements_pre'] = '<code>&lt;pre&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/pre" target="_blank">Vorformatiert</a>)';
21$lang['allowedElements_q'] = '<code>&lt;q&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/q" target="_blank">Inline-Zitat</a>)';
22$lang['allowedElements_s'] = '<code>&lt;s&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/s" target="_blank">Durchgestrichen</a>)';
23$lang['allowedElements_samp'] = '<code>&lt;samp&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/samp" target="_blank">Ausgabebeispiel</a>)';
24$lang['allowedElements_small'] = '<code>&lt;small&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/small" target="_blank">Randbemerkung</a>)';
25$lang['allowedElements_span'] = '<code>&lt;span&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/span" target="_blank">Generisches Inline-Element</a>)';
26$lang['allowedElements_time'] = '<code>&lt;time&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/time" target="_blank">Datum/Uhrzeit</a>)';
27$lang['allowedElements_u'] = '<code>&lt;u&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/u" target="_blank">Hervorhebung</a>)';
28$lang['allowedElements_var'] = '<code>&lt;var&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/var" target="_blank">Variable</a>)';
29
30$lang['allowedElements_ul'] = '<code>&lt;ul&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/ul" target="_blank">ungeordnete Liste</a>)';
31$lang['allowedElements_ol'] = '<code>&lt;ol&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/ol" target="_blank">geordnete Liste</a>)';
32$lang['allowedElements_li'] = '<code>&lt;li&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/li" target="_blank">Listenelement</a>)';
33
34
35$lang['allowStyle'] = "Erlaube <em>inline-Style</em>:<br /><small>(Eingeschränkte Unterstützung, nur eher einfache Stile funktionieren)</code>)</small>";
36$lang['allowJSLinks'] = "Erlaube <code>javascript:</code>-<abbr>URL</abbr>s in <code>&lt;a&gt;</code> (<b style='color:red'>experimentell!</b>):<br /><small>(Wichtig: vor Aktivierung unbedingt die <a href='https://www.dokuwiki.org/plugin:adhoctags#security' target='_blank'>Sicherheitshinweise</a> beachten!)</small>";
37$lang['iFrameExtSrc'] = "Erlaube externe Links in <code>&lt;iframe&gt;</code> <code>src</code> Attributen:<br><small>(Wichtig: Diese Option zu aktivieren kann negative Auswirkungen auf die Sicherheit des Wikis haben!)</small>";
38