[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / notifications2 / lang / paquet-notifications_en.php
index 1123b68..b445b7f 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-notifications?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(
 
@@ -11,5 +13,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'notifications_description' => 'Sends mail notifications for certain actions : forums posts and answers notified to users, private messages notified to redactors or articles publication notified to their authors.',
        'notifications_slogan' => 'Report changes by mail '
 );
-
-?>