[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / organiseur / lang / organiseur_ar.php
index 68475f8..82f4a20 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/organiseur?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(
 
@@ -32,6 +34,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'icone_ecrire_nouvelle_annonce' => 'كتابة إعلان جديد',
        'icone_effacer_message' => 'حذف هذه الرسالة',
        'icone_modifier_annonce' => 'تعديل هذا الإعلان',
+       'icone_modifier_message' => 'تعديل هذه الرسالة',
        'icone_modifier_pensebete' => 'تعديل هذه المذكرة',
        'icone_supprimer_message' => 'إزالة هذه الرسالة',
        'info_1_message_envoye' => 'رسالة واحدة بعثت',
@@ -77,5 +80,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'titre_boite_envoi' => 'صندوق الارسال',
        'titre_boite_reception' => 'صندوق التلقي'
 );
-
-?>