Subversion Repositories wimsdev

Rev

Rev 5369 | Rev 6352 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
!set wims_module_log=error: $error
2
 
4387 bpr 3
<span class="wims_warning">$wims_name_Error</span>.
23 reyssat 4
 
5
!if $error = not_user
6
 El sistema de encuestas sólo está disponible para las clases virtuales.
7
 !exit
8
!endif
9
 
10
!if $error = bad_vote
11
 La encuesta / votación que solicita no existe.
12
 !exit
13
!endif
14
 
15
!if $error = already_voted
16
 Ya ha votado. No puede volver a votar porque la encuesta es anónima.
17
 !exit
18
!endif
19
 
20
!if $error = too_many_votes
21
 Hay demasiadas encuestas / votaciones en su clase.
22
 <p>
23
 ¿Por qué necesita tantas?
24
 !exit
25
!endif
26
 
27
!if $error = no_content
28
 No ha rellenado la encuesta / votación.
29
 !exit
30
!endif
31
 
32
!if $error = no_title
33
 Debe darle un título a su encuesta / votación.
34
 !exit
35
!endif
36
 
37
!if $error = bad_data
38
 Algunas de sus definiciones no son correctas. Por favor corríjalas.
39
 !exit
40
!endif
41
 
4251 guerimand 42
!if $error = no_vote
43
 Vous n'avez pas encore voté donc vous ne pouvez pas voir les résultats.
44
 !exit
45
!endif
46
 
5369 bpr 47
!if $error = no_variable
48
   Vous n'avez pas donné de nom de variable ou il n'est pas valide.
49
   !exit
50
!endif
51
 
52
!if $error = bad_variable
5901 bpr 53
   Le nom de variable que vous avez donné (<span class="tt wims_code_words">$namevar</span>) ne convient pas car il 
5369 bpr 54
   est peut-être utilisé par le logiciel.
55
   !exit
56
!endif
57
 
23 reyssat 58
!msg $error
59