Subversion Repositories wimsdev

Rev

Rev 6235 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6235 Rev 12115
Line -... Line 1...
-
 
1
!changeto lang/msg.phtml.en $error
1
 
2
 
2
!set wims_module_log=error: $error $wims_class
-
 
3
 
-
 
4
<b>$wims_name_Error</b>.
-
 
5
 
-
 
6
!if not_secure iswordof $error
-
 
7
 !if $code!=$empty
-
 
8
  Incorrect secret code.
-
 
9
 !else
-
 
10
  This module is accessible only from secure hosts.
-
 
11
 !endif
-
 
12
 Access refused.
-
 
13
 !exit
-
 
14
!endif
-
 
15
 
-
 
16
!if checkhost iswordof $error
-
 
17
 Your current connection is not among the new definition of secure
-
 
18
 hosts. This is probably an error that may make you lose control of the
-
 
19
 class. Therefore, secure hosts definition is not changed.
-
 
20
 !exit
-
 
21
!endif
-
 
22
 
-
 
23
!if bad_file iswordof $error
-
 
24
 Sorry, but I cannot recognize <em>$wims_deposit</em> as a class backup file.
-
 
25
 Either you have sent a wrong file, or it is corrupt.
-
 
26
 !exit
-
 
27
!endif
-
 
28
 
-
 
29
!if empty_file iswordof $error
-
 
30
 No class resources have been found in your backup file <span class="tt wims_fname">$wims_deposit</span>.
-
 
31
 !exit
-
 
32
!endif
-
 
33
 
-
 
34
!if no_upload iswordof $error
-
 
35
 Uploaded data has expired: bad manoeuvre. Please try again.
-
 
36
 !exit
-
 
37
!endif
-
 
38
 
-
 
39
!if remote_sharing iswordof $error
-
 
40
 Your neighbor class is actively sharing your resources. Until it stops
-
 
41
 sharing from its side, you cannot disallow it from continuing to share, nor
-
 
42
 remove it from your neighbor list.
-
 
43
 !exit
-
 
44
!endif
-
 
45
 
-
 
46
!if share_dep iswordof $error
-
 
47
 Resource sharing must respect dependencies: You must share exercises of
-
 
48
 the same class if you want to share worksheets of it, and you must
-
 
49
 share worksheets of the same class if you want to share exams of it.
-
 
50
 !exit
-
 
51
!endif
-
 
52
 
-
 
53
!if not_neighbor iswordof $error
-
 
54
 You have tried an operation with a class that is not your effective neighbor.
-
 
55
 <br />
-
 
56
 Remember that a class is your effective neighbor only if mutual neighborhood
-
 
57
 is declared BOTH by you and by the other class.
-
 
58
 !exit
-
 
59
!endif
-
 
60
 
-
 
61
!if localmirror iswordof $error
-
 
62
 Mirror a class on the same server does not make sense.
-
 
63
 !exit
-
 
64
!endif
-
 
65
 
-
 
66
!if toobigfile iswordof $error
-
 
67
 La taille de votre fichier est trop importante : la limite est de 12K.
-
 
68
 !exit
-
 
69
!endif
-
 
70
 
-
 
71
!msg $error
-
 
72
 
3