Subversion Repositories wimsdev

Rev

Rev 5901 | Rev 10233 | 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
 ¿Por qué necesita tantas?
23
 !exit
24
!endif
25
 
26
!if $error = no_content
27
 No ha rellenado la encuesta / votación.
28
 !exit
29
!endif
30
 
31
!if $error = no_title
32
 Debe darle un título a su encuesta / votación.
33
 !exit
34
!endif
35
 
36
!if $error = bad_data
37
 Algunas de sus definiciones no son correctas. Por favor corríjalas.
38
 !exit
39
!endif
40
 
4251 guerimand 41
!if $error = no_vote
42
 Vous n'avez pas encore voté donc vous ne pouvez pas voir les résultats.
43
 !exit
44
!endif
45
 
5369 bpr 46
!if $error = no_variable
47
   Vous n'avez pas donné de nom de variable ou il n'est pas valide.
48
   !exit
49
!endif
50
 
51
!if $error = bad_variable
5901 bpr 52
   Le nom de variable que vous avez donné (<span class="tt wims_code_words">$namevar</span>) ne convient pas car il 
5369 bpr 53
   est peut-être utilisé par le logiciel.
54
   !exit
55
!endif
56
 
23 reyssat 57
!msg $error
58