[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / formidable / lang / formulaire_fr.php
index f6663cd..857b445 100644 (file)
@@ -1,9 +1,12 @@
 <?php
 // This is a SPIP language file  --  Ceci est un fichier langue de SPIP
 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/formidable/trunk/lang/
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
+
        // I
        'icone_creer_formulaire' => 'Créer un nouveau formulaire',
 
@@ -11,8 +14,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'modifier_formulaire' => 'Modifier ce formulaire',
 
        // T
-       'titre_formulaires' => 'Formulaires',
-       'titre_logo_formulaire' => 'Logo de ce formulaire',
        'titre_formulaire' => 'Formulaire',
-
+       'titre_formulaires' => 'Formulaires',
+       'titre_logo_formulaire' => 'Logo de ce formulaire'
 );