1<?php
2/**
3 * English language file
4 *
5 * @author Viktor Söderqvist <viktor@zuiderkwast.se>
6 */
7
8$lang['style']                = "How the footnote references appear in the text";
9$lang['style_o_super']        = "Superscript";
10$lang['style_o_square']       = "Square brackets";
11$lang['style_o_supersquare']  = "Superscript and square brackets";
12$lang['style_o_rightparen']   = "Superscript and right parenthesis (Original DokuWiki)";
13
14$lang['stylebottom']          = "How the footnote contents link, back to the text it references, appear at the bottom of the page";
15$lang['stylebottom_o_dot']    = "Followed by a dot";
16$lang['stylebottom_o_square'] = "In square brackets";
17$lang['stylebottom_o_super']  = "In superscript";
18$lang['stylebottom_o_supersquare'] = "In square brackets and superscript";
19$lang['stylebottom_o_superrightparen'] = "with right parenthesis and superscript (Original DokuWiki)";
20
21$lang['amalgamate']           = 'Join identical footnotes';
22$lang['amalgamate_o_comma']   = "Seperatad by a comma";
23$lang['amalgamate_o_space']   = 'Separated by a space';
24$lang['amalgamate_o_spacecomma'] = 'Separated by a space-comma-space (Original DokuWiki)';
25$lang['amalgamate_o_off']     = "Don't join identical footnotes";
26
27