Skip to content

Commit

Permalink
Localisation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaleib committed Apr 10, 2023
1 parent 016d23a commit 6e342be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lang/de/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
$lang['inlineElements_u'] = '<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/u" target="_blank">Hervorhebung</a>: <code>&lt;u&gt;</code>';
$lang['inlineElements_var'] = '<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/var" target="_blank">Variable</a>: <code>&lt;var&gt;</code>';
$lang['inlineElements_pre'] = '<a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/pre" target="_blank">Vorformatiert</a>: <code>&lt;pre&gt;</code>';

$lang['allowStyle'] = "Erlaube <em>inline-Style</em>:<br /><small>(Eingeschränkte Unterstützung, nur eher einfache Stile funktionieren)</code>)</small>";
$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>";
2 changes: 1 addition & 1 deletion lang/en/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
$lang['allowedElements_u'] = '<code>&lt;u&gt;</code> (<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/u" target="_blank">unarticulated annotation</a>)';
$lang['allowedElements_var'] = '<code>&lt;var&gt;</code> (<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/var" target="_blank">variable</a>)';

$lang['allowStyle'] = "Allow <em>inline styles</em> (<b style='color:red'>experimental</b>):<br /><small>(Insert styles in tags like this: <code>[style=color:red]</code>)</small>";
$lang['allowStyle'] = "Allow <em>inline styles</em>:<br /><small>(Limited support, only rather simple styles will work)</code>)</small>";
$lang['allowJSLinks'] = "Allow <code>javascript:</code>-<abbr>URL</abbr>s in <code>&lt;a&gt;</code> (<b style='color:red'>experimental</b>):<br /><small>(Important: read the <a href='https://www.dokuwiki.org/plugin:adhoctags#security' target='_blank'>security advisory</a> before enabling this feature!)</small>";

0 comments on commit 6e342be

Please sign in to comment.