paquet-msie_compat_pt_br.php 648 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_br
  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 selecionar métodos diferentes
  9. -* para garantir a exibição de arquivos PNG transparentes em MSIE 6
  10. -* e/ou ativar certos seletores CSS em MSIE 6 et 7.',
  11. 'msie_compat_nom' => 'Suporte a navegadores antigos',
  12. 'msie_compat_slogan' => 'PNG e seletores CSS para os navegadores antigos'
  13. );
  14. ?>