X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins%2Fcrayons%2Flang%2Fcrayons_en.php;fp=www%2Fplugins%2Fcrayons%2Flang%2Fcrayons_en.php;h=61faa60a7e97abcd7812420ab62be57e963f6cb7;hb=50522c53acc9e61a4a7de3a1890c4ba93e2f61b4;hp=1ec094afaa5cb44d19e6c6fdc3bd3525f793dcf0;hpb=d24ea3eed933e1a140e426c8c4dd395f2e7b0279;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins/crayons/lang/crayons_en.php b/www/plugins/crayons/lang/crayons_en.php index 1ec094af..61faa60a 100644 --- a/www/plugins/crayons/lang/crayons_en.php +++ b/www/plugins/crayons/lang/crayons_en.php @@ -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 ...' ); - -?>