Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
23 reyssat 1
 
2
!set wims_module_log=error: $error $wims_class
3
 
3985 bpr 4
<b>$wims_name_Error</b>.
23 reyssat 5
 
6
!if not_secure iswordof $error
7
 !if $code!=$empty
8
密码不对.
9
 !else
10
只能从安全主机进入本模块.
11
 !endif
12
拒绝进入.
13
 !exit
14
!endif
15
 
16
!if checkhost iswordof $error
17
你当前的连接不在新定义的安全主机范围内.
18
这可能是一个错误会导致你失去班级的控制.
19
所有安全主机的定义没有改变.
20
 !exit
21
!endif
22
 
23
!if bad_file iswordof $error
24
对不起, <em>$wims_deposit</em> 不像是班级的备份文件.
25
或者是你送出了一个错误的文件, 或者是文件已损坏.
26
 !exit
27
!endif
28
 
29
!if empty_file iswordof $error
5901 bpr 30
在你的备份文件 <span class="tt wims_fname">$wims_deposit</span> 里没有发现班级资源.
23 reyssat 31
 !exit
32
!endif
33
 
34
!if no_upload iswordof $error
35
上传数据超时: 操作失败. 请重试.
36
 !exit
37
!endif
38
 
39
!if remote_sharing iswordof $error
40
你的相邻班正在共享你的资源. 除非那边停止共享,
41
你既不能中止共享, 也不能从你的相邻表内删除.
42
 !exit
43
!endif
44
 
45
!if share_dep iswordof $error
13318 obado 46
资源共享要顾及相关性:
2071 zjchen 47
 !if sheet iswordof $error
48
  如果你要共享作业页, 就先要共享练习.
49
 !else
50
  !if exam iswordof $error
51
  若要共享考试, 则先要共享练习与作业页.
52
  !else
53
   !if livret iswordof $error
54
  若要共享技能记录本, 则先要共享练习与作业页.
12115 guerimand 55
   !else
56
    !if userphoto iswordof $error
57
     les comptes de participants avant de partager les photos individuelles.
58
    !endif
2071 zjchen 59
   !endif
13318 obado 60
  !endif
2071 zjchen 61
 !endif
23 reyssat 62
 !exit
63
!endif
64
 
2071 zjchen 65
!if stopshare_dep iswordof $error
13318 obado 66
资源共享要顾及相关性:
2071 zjchen 67
 !if sheet iswordof $error
68
  如果你要停止共享作业页, 就要先停止共享考试与技能记录本.
69
 !else
70
  !if exo iswordof $error
12115 guerimand 71
   如果你要停止共享练习, 就要先停止共享作业页.
72
  !else
73
   !if user iswordof $error
74
    des photos individuelles avant celui des comptes de participants.
75
   !endif
13318 obado 76
  !endif
2071 zjchen 77
 !endif
78
 !exit
79
!endif
80
 
23 reyssat 81
!if not_neighbor iswordof $error
82
你尝试操作的班级不是有效相邻的班级.
6235 bpr 83
 <br />
23 reyssat 84
仅当双方互相声明对方是相邻班时, 才能建立有效的相邻关系.
85
 !exit
86
!endif
87
 
88
!if localmirror iswordof $error
89
在同一服务器上作班级的镜像是没有意义的.
90
 !exit
91
!endif
92
 
710 bpr 93
!if toobigfile iswordof $error
2071 zjchen 94
 你的文件太大了, 不能超过 12K.
710 bpr 95
 !exit
96
!endif
97
 
13318 obado 98
!if file_too_large iswordof $error
99
  <p>It was not possible to archive this class because of its size. Archives are limited to <strong>$max_arch_size KB</strong>.</p>
100
  <p>We invite you to make a selective backup by selecting only certain data.</p>
101
  !if $format!=zip
102
    <p>nb: you can still download the generated file, but it is certainly truncated.</p>
103
  !endif
104
  !exit
105
!endif
106
 
23 reyssat 107
!msg $error
108