Changeset 93813 in spip-zone
- Timestamp:
- Dec 18, 2015, 4:33:09 AM (5 years ago)
- Location:
- _plugins_/mathjax/trunk/lang
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/mathjax/trunk/lang/mathjax_fr.php
r93742 r93813 1 1 <?php 2 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 /3 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/mathjax/trunk/lang 4 4 if (!defined('_ECRIRE_INC_VERSION')) return; 5 5 6 6 $GLOBALS[$GLOBALS['idx_lang']] = array( 7 7 8 // A 8 9 'appel' => 'Mode d’appel du script MathJax', 9 10 // B11 10 12 11 // C … … 17 16 // D 18 17 'direct' => 'Par chargement direct depuis votre serveur', 19 18 20 19 // M 21 20 'mode_info' => '<p>Pour choisir le mode de chargement direct depuis votre serveur, il vous faudra télécharger la libraire à l’adresse suivante <a href="https://github.com/mathjax/MathJax/archive/master.zip" title="Télécharger la librairie">https://github.com/mathjax/MathJax/archive/master.zip</a>, en extraire son contenu, puis le déplacer dans le dossier <em>lib/mathjax/</em> (à créer si besoin) à la racine du site.</p>', 22 23 // T21 22 // T 24 23 'titre_page_configurer_mathjax' => 'MathJax' 25 26 24 ); 27 25
Note: See TracChangeset
for help on using the changeset viewer.