[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / petitions / lang / petitions_zh.php
index 6f446d7..9820c2d 100644 (file)
@@ -3,10 +3,18 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/petitions?lang_cible=zh
 // ** 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' => '站点链接', # MODIF
        'form_pet_aucune_signature' => '没有与该代码匹配的签名...', # MODIF
@@ -43,5 +51,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // L
        'lien_reponse_article' => '回应文章'
 );
-
-?>