mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
18 lines
623 B
PHP
18 lines
623 B
PHP
<?php
|
||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
||
// Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_core_/plugins/msie_compat/lang/
|
||
if (!defined('_ECRIRE_INC_VERSION')) return;
|
||
|
||
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
||
// M
|
||
'msie_compat_description' => 'Permet de sélectionner différentes méthodes
|
||
|
||
-* pour assurer l’affichage des fichiers PNG transparents sous MSIE 6
|
||
|
||
-* et/ou activer certains sélecteurs CSS dans MSIE 6 et 7.',
|
||
'msie_compat_nom' => 'Support vieux navigateurs',
|
||
'msie_compat_slogan' => 'PNG et sélecteurs CSS pour les vieux navigateurs'
|
||
);
|
||
|
||
?>
|