moodle/lang/es/questionnaire.php
2005-06-08 10:47:50 +00:00

52 lines
2.4 KiB
PHP

<?PHP // $Id$
// questionnaire.php - created with Moodle 1.5 Beta (2005052300)
$string['alreadyfilled'] = 'Usted ya ha rellenado esta encuesta. Gracias.';
$string['closed'] = 'La encuesta se cerró el $a. Gracias.';
$string['closedate'] = 'Usar fecha de cierre';
$string['createcontent'] = 'Definir nuevo contenido';
$string['createnew'] = 'Crear nuevo';
$string['guestsno'] = 'Lo sentimos, los invitados no pueden cumplimentar encuestas phpESP.';
$string['inuse'] = 'En uso';
$string['modulename'] = 'Encuesta phpESP';
$string['modulenameplural'] = 'Encuestas phpESP';
$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 />';
$string['noneinuse'] = 'No hay contenidos definidos.';
$string['noresponses'] = 'No hay respuestas';
$string['notavail'] = 'Esta encuesta ya no está disponible. Inténtelo de nuevo más tarde.';
$string['noteligible'] = 'Usted no puede cumplimentar esta encuesta.';
$string['notopen'] = 'Esta encuesta no estará disponible hasta $a.';
$string['notused'] = 'No usado';
$string['opendate'] = 'Usar fecha de apertura';
$string['private'] = 'Privada';
$string['public'] = 'Pública';
$string['qmanage'] = 'Gestionar encuestas';
$string['qmanagetitle'] = 'Gestión de escuestas con phpESP';
$string['qtype'] = 'Tipo';
$string['qtypeonce'] = 'responder una vez';
$string['qtypeunlimited'] = 'responder varias veces';
$string['questionnaireid'] = 'Contenido de la encuesta';
$string['realm'] = 'Tipo de encuesta';
$string['respondenteligible'] = 'Selección de respondientes';
$string['respondenteligibleall'] = 'todos';
$string['respondenteligiblestudents'] = 'sólo estudiantes';
$string['respondenteligibleteachers'] = 'sólo profesores';
$string['respondents'] = 'Respondientes';
$string['respondenttype'] = 'Tipo de respondiente';
$string['respondenttypeanonymous'] = 'anónimo';
$string['respondenttypefullname'] = 'nominal';
$string['resume'] = 'Guardar/Retomar respuestas';
$string['selectexisting'] = 'o seleccionar existentes';
$string['submitsurvey'] = 'Enviar encuesta';
$string['template'] = 'Plantilla';
$string['templatenotviewable'] = 'Las encuestas de plantilla no pueden verse.';
$string['type'] = 'Tipo';
$string['unknown'] = 'Desconocido';
$string['usepublic'] = 'Usar pública';
$string['usetemplate'] = 'Copiar existentes';
$string['usingsurvey'] = 'Usando $a.';
$string['viewresponses'] = 'Ver $a respuestas';
?>