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><abbr></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/abbr" target="_blank">Abkürzung</a>)'; 10$lang['allowedElements_b'] = '<code><b></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/b" target="_blank">Aufmerksamkeit</a>)'; 11$lang['allowedElements_cite'] = '<code><cite></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/cite" target="_blank">Quellenangabe</a>)'; 12$lang['allowedElements_dfn'] = '<code><dfn></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/dfn" target="_blank">Definition</a>)'; 13$lang['allowedElements_i'] = '<code><i></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/i" target="_blank">Idiomatischer Text</a>)'; 14$lang['allowedElements_kbd'] = '<code><kbd></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/kbd" target="_blank">Tastatureingabe</a>)'; 15 16$lang['allowedElements_iframe'] = '<code><iframe></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/iframe" target="_blank">eingebettetes Dokument</a>)'; 17 18$lang['allowedElements_img'] = '<code><img></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/img" target="_blank">Bild</a>)'; 19$lang['allowedElements_mark'] = '<code><mark></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/mark" target="_blank">Textmarker</a>)'; 20$lang['allowedElements_pre'] = '<code><pre></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/pre" target="_blank">Vorformatiert</a>)'; 21$lang['allowedElements_q'] = '<code><q></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/q" target="_blank">Inline-Zitat</a>)'; 22$lang['allowedElements_s'] = '<code><s></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/s" target="_blank">Durchgestrichen</a>)'; 23$lang['allowedElements_samp'] = '<code><samp></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/samp" target="_blank">Ausgabebeispiel</a>)'; 24$lang['allowedElements_small'] = '<code><small></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/small" target="_blank">Randbemerkung</a>)'; 25$lang['allowedElements_span'] = '<code><span></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/span" target="_blank">Generisches Inline-Element</a>)'; 26$lang['allowedElements_time'] = '<code><time></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/time" target="_blank">Datum/Uhrzeit</a>)'; 27$lang['allowedElements_u'] = '<code><u></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/u" target="_blank">Hervorhebung</a>)'; 28$lang['allowedElements_var'] = '<code><var></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/var" target="_blank">Variable</a>)'; 29 30$lang['allowedElements_ul'] = '<code><ul></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/ul" target="_blank">ungeordnete Liste</a>)'; 31$lang['allowedElements_ol'] = '<code><ol></code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/ol" target="_blank">geordnete Liste</a>)'; 32$lang['allowedElements_li'] = '<code><li></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><a></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><iframe></code> <code>src</code> Attributen:<br><small>(Wichtig: Diese Option zu aktivieren kann negative Auswirkungen auf die Sicherheit des Wikis haben!)</small>"; 38