paquet-msie_compat_en.php 623 B

12345678910111213141516171819
  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/paquet-msie_compat?lang_cible=en
  4. // ** ne pas modifier le fichier **
  5. if (!defined('_ECRIRE_INC_VERSION')) return;
  6. $GLOBALS[$GLOBALS['idx_lang']] = array(
  7. // M
  8. 'msie_compat_description' => 'Offers different javascript methods to add support for:
  9. -* transparent PNG files to MSIE 6
  10. -* and/or various CSS selectors to MSIE 6 and 7.',
  11. 'msie_compat_nom' => 'Support of older browsers',
  12. 'msie_compat_slogan' => 'PNG files and various CSS selectors for old browsers'
  13. );
  14. ?>