tw_fr.php 424 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/textwheel/lang/
  4. if (!defined('_ECRIRE_INC_VERSION')) return;
  5. $GLOBALS[$GLOBALS['idx_lang']] = array(
  6. // R
  7. 'retour_ligne_auto' => 'Retour ligne automatique',
  8. 'retour_ligne_ignore' => 'Retour ligne ignoré',
  9. 'retour_ligne_manuel' => 'Retour ligne manuel'
  10. );
  11. ?>