1<?php
2/**
3 * MathMulti plugin: English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Stephane Chamberland <stephane.chamberland@ec.gc.ca>
7 */
8
9// custom language strings for the plugin
10$lang['mathmulti_info'] = 'Ajout des math style (La)Tex ou text a dokuwiki
11    Syntaxe: <math format idiome taille>math formulae</math>
12    Pour la syntaxe mathematique, voir:
13    mimetex http://www.forkosh.com/mimetex.html
14    itex2mml http://pear.math.pitt.edu/mathzilla/itex2mml.html
15    plain2mml http://math.wcupa.edu/~johnston/plain2mathml';
16$lang['mathmulti_disable'] = "Mathmulti: plugin desactive";
17$lang['mathmulti_noengine'] = "Mathmulti: aucun programme pour rendre les equations trouve";
18$lang['mathmulti_errdefault'] = "Mathmulti: Probleme avec la config de base";
19$lang['mathmulti_nowrite'] = "Mathmulti: impossible d';ecrire dans le repertoire d'images";
20
21//Setup VIM: ex: et ts=2 enc=utf-8 :