<?php
$lang['bootnote.note'] = "<div>Choose if you want to override plugin <a href=\"https://www.dokuwiki.org/plugin:note\">note</a> display or not.</div>";
$lang['bootnote.note_o_bootnote'] = "Use \"bootnote\" syntax";
$lang['bootnote.note_o_note'] = "Override and use \"note\" syntax";

$lang['bootnote.theme'] = "<div>Choose if you want to keep old theme or get the new one.</div>";
$lang['bootnote.theme_o_oldtheme'] = "Old Theme";
$lang['bootnote.theme_o_newtheme'] = "New Theme";

$lang['bootnote.position'] = "<div>Define if text inside the note is beside or below the note title.</div>";
$lang['bootnote.position_o_beside'] = "Beside Title";
$lang['bootnote.position_o_below'] = "Below Title";

