<?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'] = 'Ajout des math style (La)Tex ou text a dokuwiki
    Syntaxe: <math format idiome taille>math formulae</math>
    Pour la syntaxe mathematique, voir:
    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 desactive";
$lang['mathmulti_noengine'] = "Mathmulti: aucun programme pour rendre les equations trouve";
$lang['mathmulti_errdefault'] = "Mathmulti: Probleme avec la config de base";
$lang['mathmulti_nowrite'] = "Mathmulti: impossible d';ecrire dans le repertoire d'images";

//Setup VIM: ex: et ts=2 enc=utf-8 :