1<?php
2/**
3 * English language file
4 */
5
6// for the configuration manager
7$lang['use_dollar'] = 'Use dollar signs for inline math ($x_i$)';
8$lang['use_rounded'] = 'Use rounded brackets for inline math (\(x_i\))';
9$lang['use_square'] = 'Use square brackets for displayed math (\[x_i\])';
10$lang['backend_url'] = 'The full URL to your MathJax or jsMath installation';
11$lang['backend'] = 'Does the URL point to a MathJax or to a jsMath installation?';
12
13//Setup VIM: ex: et ts=2 enc=utf-8 :
14