paquet-msie_compat_pt.php 678 B

123456789101112131415161718192021
  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=pt
  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' => 'Permite seleccionar diferentes métodos javascript para:
  9. -* assegurar a exibição de ficheiros transparentes PNG em MSIE 6
  10. -* e/ou activar vários selectores CSS para MSIE 6 e 7.',
  11. 'msie_compat_nom' => 'Suporte para navegadores antigos',
  12. 'msie_compat_slogan' => 'Ficheiros PNG e selectores CSS para os navegadores antigos'
  13. );
  14. ?>