~ubuntu-branches/ubuntu/hoary/moodle/hoary

« back to all changes in this revision

Viewing changes to lang/es/questionnaire.php

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2004-12-29 00:49:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229004952-gliyqzpj2w3e7clx
Tags: 1.4.3-1
* Urgency high as upstream release fixes several security bugs
* New upstream release
* Write database creation errors and warn the user about it, 
closes: #285842, #285842

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
$string['modulename'] = 'Encuesta phpESP';
 
3
$string['modulenameplural'] = 'Encuestas phpESP';
 
4
$string['qmanage'] = 'Gestionar encuestas';
 
5
$string['qmanagetitle'] = 'Gesti�n de escuestas con phpESP';
 
6
$string['qtype'] = "Tipo";
 
7
$string['respondenttype'] = "Tipo de respondiente";
 
8
$string['questionnaireid'] = "Encuesta";
 
9
$string['notavail'] = "Esta encuesta ya no est� disponible. Int�ntelo de nuevo m�s tarde.";
 
10
$string['mustcomplete'] = "<b>Usted debe completar esta encuesta <i>ahora</i> para registrar sus resultados. "
 
11
                                                 ."No se le permitir� completarla en otra ocasi�n</b><br /><br />\n";
 
12
$string['alreadyfilled'] = "Usted ya ha rellenado esta encuesta. Gracias.";
 
13
 
 
14
?>
 
 
b'\\ No newline at end of file'