1<?php 2$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>"; 3$lang['bootnote.note_o_bootnote'] = "Use \"bootnote\" syntax"; 4$lang['bootnote.note_o_note'] = "Override and use \"note\" syntax"; 5 6$lang['bootnote.theme'] = "<div>Choose if you want to keep old theme or get the new one.</div>"; 7$lang['bootnote.theme_o_oldtheme'] = "Old Theme"; 8$lang['bootnote.theme_o_newtheme'] = "New Theme"; 9 10$lang['bootnote.position'] = "<div>Define if text inside the note is beside or below the note title.</div>"; 11$lang['bootnote.position_o_beside'] = "Beside Title"; 12$lang['bootnote.position_o_below'] = "Below Title"; 13 14