[PLUGINS] ~maj Crayons
[lhc/web/www.git] / www / plugins / crayons / lang / crayons_fr.php
index 2f0b72e..0c117d0 100644 (file)
@@ -1,7 +1,9 @@
 <?php
 // This is a SPIP language file  --  Ceci est un fichier langue de SPIP
 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/crayons/lang/
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
@@ -57,6 +59,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'legend_documents' => 'Upload de documents',
        'legend_editer_prive' => 'Éditer l’espace privé (expérimental)',
        'legend_introduction_article' => 'Texte introductif de l’article',
+       'legend_introduction_rubrique' => 'Texte introductif de la rubrique',
 
        // M
        'message_image_obligatoire' => 'Il faut choisir une image',
@@ -85,5 +88,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // V
        'veuillez_patienter' => 'Veuillez patienter...'
 );
-
-?>