<?php
/**
 * MathMulti plugin: English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Stephane Chamberland <stephane.chamberland@ec.gc.ca>
 */

// custom language strings for the plugin
$lang['mathmulti_info'] = 'Add (La)Tex or plain tex style mathematical formulae to dokuwiki
    Syntax: <math format idome size>math formulae</math>
    For formulae syntax visit
    mimetex http://www.forkosh.com/mimetex.html
    itex2mml http://pear.math.pitt.edu/mathzilla/itex2mml.html
    plain2mml http://math.wcupa.edu/~johnston/plain2mathml';
$lang['mathmulti_disable'] = "Mathmulti: plugin disabled";
$lang['mathmulti_noengine'] = "Mathmulti: No rendering engine specified or found";
$lang['mathmulti_errdefault'] = "Mathmulti: Problem with Default Config";
$lang['mathmulti_nowrite'] = "Mathmulti: plugin img folder is not writable";

//Setup VIM: ex: et ts=2 enc=utf-8 :