[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / petitions / lang / petitions_en.php
index 570d9f5..733d43c 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/petitions?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(
 
@@ -16,6 +18,10 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'bouton_checkbox_indiquer_site' => 'must enter the name of a Web site',
        'bouton_checkbox_signature_unique_email' => 'only one signature per email',
        'bouton_checkbox_signature_unique_site' => 'only one signature per website',
+       'bouton_radio_activer_petition' => 'Activate the petition',
+       'bouton_radio_pas_petition' => 'No petition',
+       'bouton_radio_petition_activee' => 'Petition activated',
+       'bouton_radio_supprimer_petition' => 'Delete the petition',
 
        // F
        'filtre' => 'Filter:',
@@ -107,5 +113,3 @@ Thank you for participating!
        // V
        'voir_signatures_objet' => 'Show signatures'
 );
-
-?>