[SPIP] v3.2.12 -> v3.2.12 - Reinstallation avec le spip_loader
[lhc/web/www.git] / www / plugins-dist / petitions / lang / petitions_en.php
old mode 100644 (file)
new mode 100755 (executable)
index 570d9f5..733d43c
@@ -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'
 );
-
-?>