From efc609b18489101197d92005e4ded458dd4c84bd Mon Sep 17 00:00:00 2001 From: "gilles.vincent@gmail.com" <> Date: Sat, 25 Oct 2014 03:46:05 +0000 Subject: [PATCH] [Salvatore] [source:_plugins_/formidable/trunk/lang/ paquet-formidable] Export depuis http://trad.spip.net de la langue en --- .gitattributes | 1 + lang/paquet-formidable.xml | 3 +++ lang/paquet-formidable_en.php | 15 +++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 lang/paquet-formidable_en.php diff --git a/.gitattributes b/.gitattributes index 524ae036..898d6063 100644 --- a/.gitattributes +++ b/.gitattributes @@ -63,6 +63,7 @@ lang/formidable_sk.php -text lang/formulaire_fr.php -text lang/formulaires_reponse_fr.php -text lang/paquet-formidable.xml -text +lang/paquet-formidable_en.php -text lang/paquet-formidable_es.php -text lang/paquet-formidable_fr.php -text modeles/form.html -text diff --git a/lang/paquet-formidable.xml b/lang/paquet-formidable.xml index 800e0bbb..0d34dac1 100644 --- a/lang/paquet-formidable.xml +++ b/lang/paquet-formidable.xml @@ -1,4 +1,7 @@ <traduction module="paquet-formidable" gestionnaire="salvatore" url="http://trad.spip.net" source="svn://zone.spip.org/spip-zone/_plugins_/formidable/trunk/lang/" reference="fr"> + <langue code="en" url="http://trad.spip.net/tradlang_module/paquet-formidable?lang_cible=en" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> + <traducteur nom="Gilles" lien="http://trad.spip.net/auteur/gilles" /> + </langue> <langue code="es" url="http://trad.spip.net/tradlang_module/paquet-formidable?lang_cible=es" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> <traducteur nom="severo" lien="http://trad.spip.net/auteur/severo" /> </langue> diff --git a/lang/paquet-formidable_en.php b/lang/paquet-formidable_en.php new file mode 100644 index 00000000..9f9d56ae --- /dev/null +++ b/lang/paquet-formidable_en.php @@ -0,0 +1,15 @@ +<?php +// This is a SPIP language file -- Ceci est un fichier langue de SPIP +// extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-formidable?lang_cible=en +// ** ne pas modifier le fichier ** + +if (!defined('_ECRIRE_INC_VERSION')) return; + +$GLOBALS[$GLOBALS['idx_lang']] = array( + + // F + 'formidable_description' => 'Create forms within a graphical interface and configure the associated treatments (send email, record responses, etc.).', + 'formidable_slogan' => 'Forms generator' +); + +?> -- GitLab