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'] = 'Add (La)Tex or plain tex style mathematical formulae to dokuwiki 11 Syntax: <math format idome size>math formulae</math> 12 For formulae syntax visit 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 disabled"; 17$lang['mathmulti_noengine'] = "Mathmulti: No rendering engine specified or found"; 18$lang['mathmulti_errdefault'] = "Mathmulti: Problem with Default Config"; 19$lang['mathmulti_nowrite'] = "Mathmulti: plugin img folder is not writable"; 20 21//Setup VIM: ex: et ts=2 enc=utf-8 :