[SPIP] v3.2.12 -> v3.2.12 - Reinstallation avec le spip_loader
[lhc/web/www.git] / www / plugins-dist / petitions / lang / petitions_bs.php
old mode 100644 (file)
new mode 100755 (executable)
index 8bad7ab..95dc055
@@ -1,12 +1,20 @@
 <?php
 // This is a SPIP language file  --  Ceci est un fichier langue de SPIP
-// extrait automatiquement de http://trad.spip.net/tradlang_module/petitions?lang_cible=bs
+// extrait automatiquement de https://trad.spip.net/tradlang_module/petitions?lang_cible=bs
 // ** 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' => 'Aktiviraj peticiju',
+       'bouton_radio_pas_petition' => 'Bez peticije',
+       'bouton_radio_petition_activee' => 'Peticija je aktivirana',
+       'bouton_radio_supprimer_petition' => 'Izbrisi peticiju',
+
        // F
        'form_pet_adresse_site' => 'Adresa vase stranice', # MODIF
        'form_pet_aucune_signature' => 'Nijedan potpis ne odgovara ovom kodu...', # MODIF
@@ -31,5 +39,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // L
        'lien_reponse_article' => 'Odgovori na clanak'
 );
-
-?>