X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins%2Fcrayons%2Flang%2Fcrayons_nl.php;h=b2b8b3aca1ec579b6f09e25846a42f8713645493;hb=50522c53acc9e61a4a7de3a1890c4ba93e2f61b4;hp=d37c32d1a8797ad2c0e7ccafb84a1cd60d5ab088;hpb=d24ea3eed933e1a140e426c8c4dd395f2e7b0279;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins/crayons/lang/crayons_nl.php b/www/plugins/crayons/lang/crayons_nl.php index d37c32d1..b2b8b3ac 100644 --- a/www/plugins/crayons/lang/crayons_nl.php +++ b/www/plugins/crayons/lang/crayons_nl.php @@ -3,7 +3,9 @@ // extrait automatiquement de http://trad.spip.net/tradlang_module/crayons?lang_cible=nl // ** 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 van documenten', 'legend_editer_prive' => 'Bewerk het private deel (experimenteel)', 'legend_introduction_article' => 'Aanhef van artikel', + 'legend_introduction_rubrique' => 'Introductietekst van de rubriek', // M 'message_image_obligatoire' => 'U moet een afbeelding kiezen', @@ -86,5 +89,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( // V 'veuillez_patienter' => 'Een ogenblik geduld…' ); - -?>