[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / petitions / lang / petitions_bg.php
index 2a2b5d5..bd575c0 100644 (file)
@@ -3,10 +3,18 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/petitions?lang_cible=bg
 // ** 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' => 'Активиране на молбата',
+       'bouton_radio_pas_petition' => 'Без молба',
+       'bouton_radio_petition_activee' => 'Молбата е активирана',
+       'bouton_radio_supprimer_petition' => 'Изтриване на молбата',
+
        // F
        'form_pet_adresse_site' => 'URL на сайта', # MODIF
        'form_pet_aucune_signature' => 'Кодът не отговаря на никой запис', # MODIF
@@ -47,5 +55,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // L
        'lien_reponse_article' => 'Отговор на статията'
 );
-
-?>