wcag.inc.php 224 B

123456789
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langWCAGContent = "text";
  5. $langWCAGImage = "image";
  6. $langWCAGImageLabel = "image label";
  7. $langWCAGLink = "link";
  8. $langWCAGLinkLabel = "link label";
  9. ?>