[SPIP] +2.1.12
[velocampus/web/www.git] / www / extensions / msie_compat / lang / msiecompat_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://www.spip.net/trad-lang/
4 // ** ne pas modifier le fichier **
5
6 if (!defined("_ECRIRE_INC_VERSION")) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // C
11 'choix_explication' => '<p>This configuration improves the public site\'s compatibility with Internet Explorer. </p>
12 <ul>
13 <li><a href=\'http://jquery.khurshid.com/ifixpng.php\'>iFixPng</a> (<b>default setting</b>) restores semi-transparency of the PNG images on MSIE&nbsp;5 and&nbsp;6. </li>
14 <li><a href=\'http://code.google.com/p/ie7-js/\'>IE7.js</a> corrects PNG transparency and adds CSS2 selectors for MSIE&nbsp;5 and&nbsp;6 (<a href=\'http://ie7-js.googlecode.com/svn/test/index.html\'>here is a list of compatible selectors introduced by IE7.js and IE8.js</a>).</li>
15 <li>IE8.js enhances IE7.js with CSS selectors for MSIE 5 to&nbsp;7.</li>
16 <li>IE7-squish fixes three bugs in MSIE 6 (including the double margin on floating elements), but side effects may appear. </li>
17 </ul>',
18 'choix_non' => 'Deactive: do not add anything to my pages',
19 'choix_titre' => 'Microsoft Internet Explorer Compatibily'
20 );
21
22 ?>