[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / petitions / lang / petitions_gl.php
index aff5388..524f921 100644 (file)
@@ -3,10 +3,18 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/petitions?lang_cible=gl
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
+       // B
+       'bouton_radio_activer_petition' => 'Activar a petición',
+       'bouton_radio_pas_petition' => 'Sen petición',
+       'bouton_radio_petition_activee' => 'Petición activada',
+       'bouton_radio_supprimer_petition' => 'Eliminar a petición',
+
        // F
        'form_pet_adresse_site' => 'Enderezo do seu web', # MODIF
        'form_pet_aucune_signature' => 'Non hai nengunha sinatura que corresponda a este código...', # MODIF
@@ -52,5 +60,3 @@ Grazas pola súa participación
        // L
        'lien_reponse_article' => 'Responder ao artigo'
 );
-
-?>