diff --git a/lang/paquet-images_ar.php b/lang/paquet-images_ar.php
index c58e0f7f8a3f7322f23eeb04610ceac09272e802..d90f7b578d6c0ea0ff4098cdc43f67fb3ddbbde2 100644
--- a/lang/paquet-images_ar.php
+++ b/lang/paquet-images_ar.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?lang_cible=ar
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
diff --git a/lang/paquet-images_de.php b/lang/paquet-images_de.php
index cdfe96e96be1fae9737dd0ed48210bce779a90d0..d5904ad36ae2e6b1c3c0fca12352e76fc5ac4d06 100644
--- a/lang/paquet-images_de.php
+++ b/lang/paquet-images_de.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?lang_cible=de
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
diff --git a/lang/paquet-images_en.php b/lang/paquet-images_en.php
index c4bf838fe078a6ebe6ff3caf6452bd540a3669b5..cd9b7e53b03b64b0ad85fd5ff5696645f4b033df 100644
--- a/lang/paquet-images_en.php
+++ b/lang/paquet-images_en.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?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(
 
diff --git a/lang/paquet-images_es.php b/lang/paquet-images_es.php
index d9bc7147a7bc995eb5bddc57383f5f2de717035e..bdcf33bd77802c2f9aec82491598e59b1c8842c9 100644
--- a/lang/paquet-images_es.php
+++ b/lang/paquet-images_es.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?lang_cible=es
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
diff --git a/lang/paquet-images_fa.php b/lang/paquet-images_fa.php
index 062ca7473cbccf05b437bdc3f56c2f30f1859441..f7eb69b1f720b70c12550d4c1766bb2cf7273617 100644
--- a/lang/paquet-images_fa.php
+++ b/lang/paquet-images_fa.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?lang_cible=fa
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
diff --git a/lang/paquet-images_fr.php b/lang/paquet-images_fr.php
index e2e4145b83b41206612aa1b305c9dcad136a359c..2be2f05e8c3a5c26e91238bbdc0765f122c5da7f 100644
--- a/lang/paquet-images_fr.php
+++ b/lang/paquet-images_fr.php
@@ -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/_core_/plugins/filtres_images/lang/
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
diff --git a/lang/paquet-images_fr_fem.php b/lang/paquet-images_fr_fem.php
index c31e65180f8c0c5b080c81025036bae7e1ed7815..77fd3b1dc8dcf5d48fff8eea093706e725d8c7c2 100644
--- a/lang/paquet-images_fr_fem.php
+++ b/lang/paquet-images_fr_fem.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?lang_cible=fr_fem
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
diff --git a/lang/paquet-images_fr_tu.php b/lang/paquet-images_fr_tu.php
index 26d2aa25a02ef73edb9515ab4c313723b51dfe8d..ff25b293ff80a06331777a0e9df9a122ddfc80d7 100644
--- a/lang/paquet-images_fr_tu.php
+++ b/lang/paquet-images_fr_tu.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?lang_cible=fr_tu
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
diff --git a/lang/paquet-images_it.php b/lang/paquet-images_it.php
index c11a689bbc53917658513e60af7a7c287423ca35..fe75555fa24953e5ef46f132a70a1ec99889c49c 100644
--- a/lang/paquet-images_it.php
+++ b/lang/paquet-images_it.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?lang_cible=it
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
diff --git a/lang/paquet-images_lb.php b/lang/paquet-images_lb.php
index df7c94f4dfeceabfacdede1034873ecd9149923f..ae8984515746ba51060057eecec0a115522829df 100644
--- a/lang/paquet-images_lb.php
+++ b/lang/paquet-images_lb.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?lang_cible=lb
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
diff --git a/lang/paquet-images_nl.php b/lang/paquet-images_nl.php
index 162a82aff7b16c4052df8173cd92a5b018c76c16..40ec8bb73ce7d8e91306659e8af4405f36b40c44 100644
--- a/lang/paquet-images_nl.php
+++ b/lang/paquet-images_nl.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?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(
 
diff --git a/lang/paquet-images_oc_ni_mis.php b/lang/paquet-images_oc_ni_mis.php
index a823b1e3c1ee9d7be177e494c92fe088e6ab2c4b..7eb5aa85593062ab9b37aaab66d7e3525c9a622a 100644
--- a/lang/paquet-images_oc_ni_mis.php
+++ b/lang/paquet-images_oc_ni_mis.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?lang_cible=oc_ni_mis
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
diff --git a/lang/paquet-images_pt.php b/lang/paquet-images_pt.php
index bbc84ce0005dc3d6ee402927e16eda19884b3fc6..f93f24af3753c68e2c1cf096d15818ffe0f8a483 100644
--- a/lang/paquet-images_pt.php
+++ b/lang/paquet-images_pt.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?lang_cible=pt
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
diff --git a/lang/paquet-images_pt_br.php b/lang/paquet-images_pt_br.php
index 24cb0c9946299e45040503c3b1341b3c08a12903..99874d5a72c90670c002e99eb8ff0ca2f2609477 100644
--- a/lang/paquet-images_pt_br.php
+++ b/lang/paquet-images_pt_br.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?lang_cible=pt_br
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
diff --git a/lang/paquet-images_ru.php b/lang/paquet-images_ru.php
index 11d784b5e4971d47c6f9bd35f80bd8883b2a5f9f..18f2a77d03b183c7d7635ffb1d4f1f2ac6cfd3c0 100644
--- a/lang/paquet-images_ru.php
+++ b/lang/paquet-images_ru.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?lang_cible=ru
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
diff --git a/lang/paquet-images_sk.php b/lang/paquet-images_sk.php
index ea037318105e7df8b8a5dceaa683b5cf6e7cf701..fe7bca52005a35907de6d3a1b11d40f798af0016 100644
--- a/lang/paquet-images_sk.php
+++ b/lang/paquet-images_sk.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?lang_cible=sk
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
diff --git a/lang/paquet-images_uk.php b/lang/paquet-images_uk.php
index 5130d452a611290ff887fa54d6e562da3bbc4562..0ca8ddcb77bb67a7753d9ee3efeb9b89ba0d0efb 100644
--- a/lang/paquet-images_uk.php
+++ b/lang/paquet-images_uk.php
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-images?lang_cible=uk
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(