<?php
/**
 * English language file
 */
 
// for the configuration manager
$lang['use_dollar'] = 'Use dollar signs for inline math ($x_i$)';
$lang['use_rounded'] = 'Use rounded brackets for inline math (\(x_i\))';
$lang['use_square'] = 'Use square brackets for displayed math (\[x_i\])';
$lang['backend_url'] = 'The full URL to your MathJax or jsMath installation';
$lang['backend'] = 'Does the URL point to a MathJax or to a jsMath installation?';

//Setup VIM: ex: et ts=2 enc=utf-8 :
