[PLUGINS] ~maj Crayons
[lhc/web/www.git] / www / plugins / crayons / lang / crayons_en.php
index 1ec094a..61faa60 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/crayons?lang_cible=en
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
@@ -58,6 +60,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'legend_documents' => 'Upload documents',
        'legend_editer_prive' => 'Use in editing area (experimental)',
        'legend_introduction_article' => 'Introductory text for the article',
+       'legend_introduction_rubrique' => 'Section’s introductory text',
 
        // M
        'message_image_obligatoire' => 'You need to choose an image',
@@ -86,5 +89,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // V
        'veuillez_patienter' => 'Searching ...'
 );
-
-?>