accessibility.inc.php 351 B

12345678910111213
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $test = "Exercício";
  5. $WCAGImage = "imagem";
  6. $WCAGLabel = "Legenda da imagem";
  7. $WCAGLink = "link";
  8. $WCAGLinkLabel = "título do link";
  9. $errorNoLabel = "A imagem não tem etiqueta";
  10. $WCAGEditor = "Editor WCAG";
  11. $WCAGGoMenu = "Ir para menu";
  12. $WCAGGoContent = "Ir para o conteúdo";
  13. ?>