wcag.inc.php 261 B

123456789
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langWCAGContent = "WCAG Inhalt";
  5. $langWCAGImage = "WCAG Bild";
  6. $langWCAGImageLabel = "WCAG Bildbeschreibung";
  7. $langWCAGLink = "WCAG Link";
  8. $langWCAGLinkLabel = "WCAG Linkbeschreibung";
  9. ?>