<?php
/**
 * English language file
 *
 * @author Viktor Söderqvist <viktor@zuiderkwast.se>
 */

$lang['style']                = "How the footnote references appear in the text";
$lang['style_o_super']        = "Superscript";
$lang['style_o_square']       = "Square brackets";
$lang['style_o_supersquare']  = "Superscript and square brackets";
$lang['style_o_rightparen']   = "Superscript and right parenthesis (Original DokuWiki)";

$lang['stylebottom']          = "How the footnote contents link, back to the text it references, appear at the bottom of the page";
$lang['stylebottom_o_dot']    = "Followed by a dot";
$lang['stylebottom_o_square'] = "In square brackets";
$lang['stylebottom_o_super']  = "In superscript";
$lang['stylebottom_o_supersquare'] = "In square brackets and superscript";
$lang['stylebottom_o_superrightparen'] = "with right parenthesis and superscript (Original DokuWiki)";

$lang['amalgamate']           = 'Join identical footnotes';
$lang['amalgamate_o_comma']   = "Seperatad by a comma";
$lang['amalgamate_o_space']   = 'Separated by a space';
$lang['amalgamate_o_spacecomma'] = 'Separated by a space-comma-space (Original DokuWiki)';
$lang['amalgamate_o_off']     = "Don't join identical footnotes";

