paquet-dist_fr.php 392 B

1234567891011121314
  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/dist/lang/
  4. if (!defined('_ECRIRE_INC_VERSION')) return;
  5. $GLOBALS[$GLOBALS['idx_lang']] = array(
  6. // D
  7. 'dist_description' => 'Jeu de squelettes distribué avec SPIP 3.',
  8. 'dist_slogan' => 'Squelettes par défaut de SPIP 3'
  9. );
  10. ?>