[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / petitions / lang / petitions_ar.php
index 737c346..1e7ca09 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/petitions?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(
 
@@ -16,6 +18,10 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'bouton_checkbox_indiquer_site' => 'يجب تحديد موقع على النسيج',
        'bouton_checkbox_signature_unique_email' => 'توقيع واحد فقط لكل عنوان بريدي',
        'bouton_checkbox_signature_unique_site' => 'توقيع واحد فقط لكل موقع',
+       'bouton_radio_activer_petition' => 'تفعيل العريضة',
+       'bouton_radio_pas_petition' => 'بدون عرائض',
+       'bouton_radio_petition_activee' => 'تم تفعيل العريضة',
+       'bouton_radio_supprimer_petition' => 'حذف العريضة',
 
        // F
        'filtre' => 'مرشح:',
@@ -109,5 +115,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // V
        'voir_signatures_objet' => 'عرض التواقيع'
 );
-
-?>