tw_en.php 438 B

1234567891011121314151617
  1. <?php
  2. // This is a SPIP language file -- Ceci est un fichier langue de SPIP
  3. // extrait automatiquement de http://trad.spip.net/tradlang_module/334?lang_cible=en
  4. // ** ne pas modifier le fichier **
  5. if (!defined('_ECRIRE_INC_VERSION')) return;
  6. $GLOBALS[$GLOBALS['idx_lang']] = array(
  7. // R
  8. 'retour_ligne_auto' => 'Automatic word wrap',
  9. 'retour_ligne_ignore' => 'Ignore word wrap',
  10. 'retour_ligne_manuel' => 'Manual word wrap'
  11. );
  12. ?>