Envoi initial
[spip_souscriptions.git] / lang / souscription_fr.php
1 <?php
2 // This is a SPIP language file  --  Ceci est un fichier langue de SPIP
3
4 if (!defined('_ECRIRE_INC_VERSION')) return;
5  
6 $GLOBALS[$GLOBALS['idx_lang']] = array(
7
8         // S
9         'souscription_titre' => 'Souscription',
10
11         // C
12         'cfg_exemple' => 'Exemple',
13         'cfg_exemple_explication' => 'Explication de cet exemple',
14         'cfg_titre_parametrages' => 'Paramétrages',
15
16         // S
17         'titre_souscriptions' => 'Souscriptions',
18
19         // T
20         'titre_page_configurer_souscription' => 'Configuration des modules de souscription',
21         'titre_page_souscriptions_tous' => 'Liste des souscriptions',
22         'titre_types_souscriptions' => 'Types de souscriptions',
23 );
24
25 ?>