X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=lang%2Fsouscription_fr.php;h=a0e53e8c1ce47a688d9d0c3b39c05c17e5767b8d;hb=820f28b50d06196d9af71a5e53436ec228ec4825;hp=8e40e8df0c23ec18b43e6cd48db6d5ed4da0449b;hpb=512add64063389b466af8f26fb1172abec1d4b6a;p=spip_souscriptions.git diff --git a/lang/souscription_fr.php b/lang/souscription_fr.php index 8e40e8d..a0e53e8 100644 --- a/lang/souscription_fr.php +++ b/lang/souscription_fr.php @@ -2,7 +2,7 @@ // This is a SPIP language file -- Ceci est un fichier langue de SPIP if (!defined('_ECRIRE_INC_VERSION')) return; - + $GLOBALS[$GLOBALS['idx_lang']] = array( // S @@ -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: [montant]|[description] à raison d'une entrée par ligne.", + 'explication_montant' => " ", + 'explication_recu_fiscal' => " ", // I 'icone_creer_souscription' => 'Créer une souscription', @@ -45,13 +47,15 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'label_code_postal' => 'Code postal', 'label_courriel' => 'Courriel', 'label_montant' => 'Montant', + 'label_montant_liste' => 'Montant', 'label_envoyer_info' => 'Souhaite recevoir des informations publiques', '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', @@ -73,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 « montants Â»", + 'label_dispositions_fiscales_explications' => 'Texte de présentation des dispositions fiscales', + 'titre_configuration_general' => 'Options générales', ); ?>