X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins-dist%2Fpetitions%2Flang%2Fpetitions_en.php;h=733d43c9b4cea7a2b315dd6ae033c08f5b2ff044;hb=4f443dce95ff6f8221c189880a70c74ce1c1f238;hp=570d9f5198076add16a38dc61b887f65e8e17feb;hpb=4a628e9b277d3617535f99d663ca79fa2e891177;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins-dist/petitions/lang/petitions_en.php b/www/plugins-dist/petitions/lang/petitions_en.php index 570d9f51..733d43c9 100644 --- a/www/plugins-dist/petitions/lang/petitions_en.php +++ b/www/plugins-dist/petitions/lang/petitions_en.php @@ -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' ); - -?>