Changeset 93814 in spip-zone
- Timestamp:
- Dec 18, 2015, 4:33:42 AM (5 years ago)
- Location:
- _plugins_/mathjax/trunk/lang
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/mathjax/trunk/lang/paquet-mathjax_fr.php
r93742 r93814 1 1 <?php 2 3 // Ceci est un fichier langue de SPIP -- This is a SPIP language file 4 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/mathjax/trunk/lang/ 5 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/mathjax/trunk/lang 6 4 if (!defined('_ECRIRE_INC_VERSION')) return; 7 5 8 6 $GLOBALS[$GLOBALS['idx_lang']] = array( 9 7 10 // T 11 'mathjax_description' => 'Le plugin remplace les balises <math> et </math>de SPIP.',12 'mathjax_nom' => 'MathJax pour SPIP 13 'mathjax_slogan' => 'Afficher des équations, des fonctions mathématiques' ,8 // M 9 'mathjax_description' => 'Le plugin remplace les balises <math> et </math> de SPIP.', 10 'mathjax_nom' => 'MathJax pour SPIP !', 11 'mathjax_slogan' => 'Afficher des équations, des fonctions mathématiques' 14 12 ); 13 15 14 ?>
Note: See TracChangeset
for help on using the changeset viewer.