moodle/lang/es/questionnaire.php
gustav_delius 839f2456bb XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00

14 lines
682 B
PHP

<?php
$string['modulename'] = 'Encuesta phpESP';
$string['modulenameplural'] = 'Encuestas phpESP';
$string['qmanage'] = 'Gestionar encuestas';
$string['qmanagetitle'] = 'Gestión de escuestas con phpESP';
$string['qtype'] = "Tipo";
$string['respondenttype'] = "Tipo de respondiente";
$string['questionnaireid'] = "Encuesta";
$string['notavail'] = "Esta encuesta ya no está disponible. Inténtelo de nuevo más tarde.";
$string['mustcomplete'] = "<b>Usted debe completar esta encuesta <i>ahora</i> para registrar sus resultados. "
."No se le permitirá completarla en otra ocasión</b><br /><br />\n";
$string['alreadyfilled'] = "Usted ya ha rellenado esta encuesta. Gracias.";
?>