[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / organiseur / lang / organiseur_en.php
index 3941e43..156ed9a 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/organiseur?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(
 
@@ -32,6 +34,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'icone_ecrire_nouvelle_annonce' => 'Send a new announcement',
        'icone_effacer_message' => 'Delete this message',
        'icone_modifier_annonce' => 'Edit this announcement',
+       'icone_modifier_message' => 'Modify this message',
        'icone_modifier_pensebete' => 'Edit this reminder',
        'icone_supprimer_message' => 'Delete this message',
        'info_1_message_envoye' => '1 message sent',
@@ -77,5 +80,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'titre_boite_envoi' => 'Outbox',
        'titre_boite_reception' => 'Inbox'
 );
-
-?>