Subversion Repositories wimsdev

Rev

Rev 3948 | Rev 4264 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3948 Rev 4027
Line 34... Line 34...
34
 questo IP. Accesso negato.
34
 questo IP. Accesso negato.
35
!exit
35
!exit
36
 
36
 
37
:badcategory
37
:badcategory
38
 !if / isin $w2
38
 !if / isin $w2
39
  The category <tt>$w2</tt> of your submitted module is unknown.
39
  The category <tt class="wims_code_words">$w2</tt> of your submitted module is unknown.
40
  !set w3=!word 3 to -1 of $wims_read_parm
40
  !set w3=!word 3 to -1 of $wims_read_parm
41
  !set w0=!translate / to , in $w2
41
  !set w0=!translate / to , in $w2
42
  Categories actually available in the zone <b><tt>$(w0[1])</tt></b> are:
42
  Categories actually available in the zone <tt class="wims_code_words">$(w0[1])</tt> are:
43
  <p>
43
  <pre>
44
  <tt>$w3</tt>
44
  $w3
45
  <p>
45
  </pre>
46
  Please write to the
46
  Please write to the
47
  !mailurl $sysadmin publication maintainer
47
  !mailurl $sysadmin publication maintainer
48
  if you want to add a new category.
48
  if you want to add a new category.
49
 !else
49
 !else
50
  The zone <tt>$w2</tt> of your submitted module is unknown.
50
  The zone <tt class="wims_code_words">$w2</tt> of your submitted module is unknown.
51
  Please report your problem to the 
51
  Please report your problem to the 
52
 !mailurl $sysadmin publication maintainer
52
 !mailurl $sysadmin publication maintainer
53
.
53
.
54
 !endif
54
 !endif
55
!exit
55
!exit
Line 62... Line 62...
62
 <p>
62
 <p>
63
 $nopublish
63
 $nopublish
64
!exit
64
!exit
65
 
65
 
66
:badlang
66
:badlang
67
 Sorry but the language <tt>$w2</tt> does not exist on WIMS yet. Somebody has
67
 Sorry but the language <tt class="wims_code_words">$w2</tt> does not exist on WIMS yet. Somebody has
68
 to translate WIMS to this language before modules can be submitted.
68
 to translate WIMS to this language before modules can be submitted.
69
!exit
69
!exit
70
 
70
 
71
:badname
71
:badname
72
 The module name <tt>$w2</tt> is bad: it is either too long, too short or contains
72
 The module name <tt class="wims_fname">$w2</tt> is bad: it is either too long, too short or contains
73
 illegal characters.
73
 illegal characters.
74
!exit
74
!exit
75
 
75
 
76
:badtar
76
:badtar
77
 Error detected in the transmission. Please verify your manoeuvre or try again.
77
 Error detected in the transmission. Please verify your manoeuvre or try again.
Line 86... Line 86...
86
 !endif
86
 !endif
87
 Have you put a wrong address to this module?
87
 Have you put a wrong address to this module?
88
!exit
88
!exit
89
 
89
 
90
:badversion
90
:badversion
91
 The version number <tt>$w2</tt> of your module is not correctly formatted.
91
 The version number <tt class="wims_code_words">$w2</tt> of your module is not correctly formatted.
92
 Please correct.
92
 Please correct.
93
!exit
93
!exit
94
 
94
 
95
:badwimsversion
95
:badwimsversion
96
 The wims_version declearation of your module must be an existing WIMS version
96
 The wims_version declearation of your module must be an existing WIMS version
Line 98... Line 98...
98
 This is apparently not the case. Please correct.
98
 This is apparently not the case. Please correct.
99
!exit
99
!exit
100
 
100
 
101
:doublelang
101
:doublelang
102
 Confusion in module language definition: the INDEX file declares
102
 Confusion in module language definition: the INDEX file declares
103
 <tt>language=$w3</tt>, while the directory has extension
103
 <tt class="wims_code_words">language=$w3</tt>, while the directory has extension
104
 <tt>$w2</tt>. Please correct.
104
 <tt class="wims_code_words">$w2</tt>. Please correct.
105
!exit
105
!exit
106
 
106
 
107
:empty
107
:empty
108
 Empty submission ignored.
108
 Empty submission ignored.
109
!exit
109
!exit
Line 114... Line 114...
114
  !mailurl $sysadmin $centralhost
114
  !mailurl $sysadmin $centralhost
115
  to manage a manual installation.
115
  to manage a manual installation.
116
!exit
116
!exit
117
 
117
 
118
:nochange
118
:nochange
119
 The module <font color=blue><tt>$w2</tt></font>
119
 The module <tt class="wims_fname">$w2</tt>
120
 is not modified since the last submission.
120
 is not modified since the last submission.
121
 Submission ignored.
121
 Submission ignored.
122
!exit
122
!exit
123
 
123
 
124
:noindex
124
:noindex
Line 144... Line 144...
144
:noreply
144
:noreply
145
 Connection error trying to contact the publication center $centralhost.
145
 Connection error trying to contact the publication center $centralhost.
146
!exit
146
!exit
147
 
147
 
148
:noright
148
:noright
149
 You are not known to be the author or translator of <tt>$w2</tt>.
149
 You are not known to be the author or translator of <tt class="wims_fname">$w2</tt>.
150
 You can send a
150
 You can send a
151
 !href cmd=reply&jobreq=backup backup archive
151
 !href cmd=reply&jobreq=backup backup archive
152
 of your modification to the author
152
 of your modification to the author
153
 !set au=!line 2 of $wims_read_parm
153
 !set au=!line 2 of $wims_read_parm
154
 !distribute items $au into w3,w4
154
 !distribute items $au into w3,w4
Line 199... Line 199...
199
 or
199
 or
200
 !href cmd=reply&jobreq=copy&original=devel/$auth_login/$mod duplicated
200
 !href cmd=reply&jobreq=copy&original=devel/$auth_login/$mod duplicated
201
 if you want to publish it.
201
 if you want to publish it.
202
 !if oef iswordof  $w1 $w2 $w3 $w4 $w5 $w6
202
 !if oef iswordof  $w1 $w2 $w3 $w4 $w5 $w6
203
 En effet, votre module étant déclaré comme un module d'exercices OEF,
203
 En effet, votre module étant déclaré comme un module d'exercices OEF,
204
  son nom doit commencer par <tt>oef</tt>.
204
  son nom doit commencer par <tt class="wims_code_words">oef</tt>.
205
 !endif
205
 !endif
206
 !if doc iswordof  $w1 $w2 $w3 $w4 $w5 $w6
206
 !if doc iswordof  $w1 $w2 $w3 $w4 $w5 $w6
207
  En effet, votre module étant déclaré comme un document,
207
  En effet, votre module étant déclaré comme un document,
208
  son nom doit commencer par <tt>doc</tt>.
208
  son nom doit commencer par <tt class="wims_code_words">doc</tt>.
209
!endif
209
!endif
210
  
210
  
211
!exit
211
!exit
212
 
212