[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / petitions / lang / petitions_ja.php
index 94b6533..7c8c222 100644 (file)
@@ -3,10 +3,18 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/petitions?lang_cible=ja
 // ** 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
@@ -45,5 +53,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // L
        'lien_reponse_article' => '記事へ返信'
 );
-
-?>