accessibility.inc.php 209 B

123456789
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $WCAGContent = "texte";
  5. $WCAGImage = "image";
  6. $WCAGLabel = "label de l\'image";
  7. $WCAGLink = "lien";
  8. $WCAGLinkLabel = "label du lien";
  9. ?>