X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins-dist%2Forganiseur%2Flang%2Forganiseur_en.php;fp=www%2Fplugins-dist%2Forganiseur%2Flang%2Forganiseur_en.php;h=156ed9ab82b91b5ffd2e4d191b224957922895dd;hb=4f443dce95ff6f8221c189880a70c74ce1c1f238;hp=3941e434b7e9217c894835f82bca56085730f2e4;hpb=4a628e9b277d3617535f99d663ca79fa2e891177;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins-dist/organiseur/lang/organiseur_en.php b/www/plugins-dist/organiseur/lang/organiseur_en.php index 3941e434..156ed9ab 100644 --- a/www/plugins-dist/organiseur/lang/organiseur_en.php +++ b/www/plugins-dist/organiseur/lang/organiseur_en.php @@ -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' ); - -?>