Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
16 reyssat 1
 
2
!if $wims_error=empty_data
3
你发回的答案不完整, 请完成它.
4
 !exit
5
!endif
6
 
7
!if $wims_error=double_reply
8
你已经送来过这个练习的回答, 并已被分析与纪录. 
9
重复回答将不被考虑. (不要使用浏览器的 `刷新' 按钮重复回答!)
10
 !exit
11
!endif
12
 
6296 bpr 13
!if $wims_error=bad_data
14
 我无法对你发送的数据估值. 是打字错误吗?
15
 !exit
16
!endif
17
 
2071 zjchen 18
!if $wims_error=no_ldap_parameter
19
你应该填满用星号标注的格子. 
20
为此请询问你的 ldap 名册的管理者.
21
!exit
22
!endif
16 reyssat 23
 
3984 bpr 24
!if $wims_error=bad_class
25
 你的班级是无效的.
26
 !exit
27
!endif
28
 
29
!if $wims_error iswordof bad_day day_dontexist
30
 输入的日期无效.
31
!exit
32
!endif
33
 
34
 
35
!if $wims_error=not_supervisor
36
 抱歉, 你不允许做这个操作
37
 !exit
38
!endif
39
 
40
!if $wims_error iswordof nouser bad_user bad_usercls
41
  奇怪! 这位使用者好像没有在你的班级注册 !
42
!exit
43
!endif
44
 
45
!if $wims_error=insert_fail
46
 软件无法将你的作业插入数据库中. 请检验你的数据.
47
 !exit
48
!endif
49
 
50
!if bad_pass iswordof $wims_error
51
 不好的密码: 它只能由数字或英文字母组成, 含4至16个字符.
52
重复的密码必须与第一个相同! 请再试.
53
 !exit
54
!endif
55
 
56
!if bad_auth iswordof $wims_error
57
身份验证错. 请重试.
58
 !exit
59
!endif
60
 
61
!if bad_login=$wims_error
62
你的登录名含有非法字符. <p>
63
登录名只能由数字与英文字符组成, 而且中间不能有空格.
64
 !exit
65
!endif
66
 
2071 zjchen 67
错误类型: $wims_error $wims_error_parm.