Ajout de nouvelles options de configuration.
[spip_souscriptions.git] / lang / souscription_fr.php
index 1e89dbf..a0e53e8 100644 (file)
@@ -31,6 +31,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // E
        'explication_envoyer_info' => 'Souhaite recevoir des informations publiques',
        'explication_montants' => "Le montants divent être au format suivant: <code>[montant]|[description]</code> à raison d'une entrée par ligne.",
+       'explication_montant' => " ",
+       'explication_recu_fiscal' => " ",
 
        // I
        'icone_creer_souscription' => 'Créer une souscription',
@@ -50,9 +52,10 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'label_id_transaction' => 'Identifiant de la transaction',
        'label_nom' => 'Nom',
        'label_prenom' => 'Prénom',
-       'label_recu_fiscal' => 'Envoyer un reçu fiscal',
+       'label_recu_fiscal' => 'Recevoir un reçu fiscal',
        'label_ville' => 'Ville',
        'label_pays' => 'Pays',
+       'label_telephone' => 'Téléphone',
         'label_campagne' => 'Campagne',
         'label_titre_campagne' => 'Titre de la campagne',
         'label_exporter_payes' => 'Exporter les souscriptions payés',
@@ -74,6 +77,11 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
 
         // V
         'voir_exporter' => "Exporter les dons",
+
+       'label_montants_explication' => "Texte d'explication des montants",     
+       'label_montants_label' => "Label pour le champ «&nbsp;montants&nbsp;»",
+       'label_dispositions_fiscales_explications' => 'Texte de présentation des dispositions fiscales',
+       'titre_configuration_general' => 'Options générales',
 );
 
 ?>