123456789101112131415161718192021 |
- <?php
- // This is a SPIP language file -- Ceci est un fichier langue de SPIP
- // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-msie_compat?lang_cible=pt_br
- // ** ne pas modifier le fichier **
- if (!defined('_ECRIRE_INC_VERSION')) return;
- $GLOBALS[$GLOBALS['idx_lang']] = array(
- // M
- 'msie_compat_description' => 'Permite selecionar métodos diferentes
- -* para garantir a exibição de arquivos PNG transparentes em MSIE 6
- -* e/ou ativar certos seletores CSS em MSIE 6 et 7.',
- 'msie_compat_nom' => 'Suporte a navegadores antigos',
- 'msie_compat_slogan' => 'PNG e seletores CSS para os navegadores antigos'
- );
- ?>
|