paquet-stats_fr.php 413 B

123456789101112131415
  1. <?php
  2. // This is a SPIP language file -- Ceci est un fichier langue de SPIP
  3. // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_core_/plugins/statistiques/lang/
  4. if (!defined('_ECRIRE_INC_VERSION')) return;
  5. $GLOBALS[$GLOBALS['idx_lang']] = array(
  6. // S
  7. 'stats_description' => 'Statistiques de SPIP',
  8. 'stats_nom' => 'Statistiques',
  9. 'stats_slogan' => 'Gestion des statistiques dans SPIP'
  10. );
  11. ?>