[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins / spip-bonux-3 / lang / spip_bonux_en.php
index 80fe663..6c43388 100644 (file)
@@ -1,14 +1,16 @@
 <?php
 // This is a SPIP language file  --  Ceci est un fichier langue de SPIP
-// extrait automatiquement de http://trad.spip.net/tradlang_module/spip_bonux?lang_cible=en
+// extrait automatiquement de https://trad.spip.net/tradlang_module/spip_bonux?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(
 
        // A
-       'afficher_calendrier' => 'Show the calendar',
+       'afficher_calendrier' => 'Display the calendar',
        'annee_precedente' => 'Previous year',
        'annee_suivante' => 'Next year',
        'annuler_recherche' => 'Cancel the search',
@@ -32,5 +34,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // P
        'pages' => 'Pages'
 );
-
-?>