Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
19 reyssat 1
 
2
             wims error message file, English version.
3
 
4
Environment variable substitutions are valid (variable names start by `$').
5
 
6
A line starting with ':' at the FIRST column is a tag line. Text following
7
this line will be printed if the tag equals error type; tag line with empty
8
tag is valid for all error types.
9
 
10
Nothing before the first tag line will be printed; so put comments simply
11
at the beginning of the file (or after a fictive tag).
12
 
13
 
14
:antidated_version
15
 This modules requires at least WIMS-$module_wims_version, but the
16
 server is only of version $wims_version.
17
 
18
 It is a wrongly installed module.
19
 
20
:append_syntax
21
  Syntax error for `append'.
22
 
23
:bad_allow
24
  The field ``allow'' in the definition of variable is not valid.
25
 
26
:bad_cmd
27
  The command ``$wims_error_data'' is not valid.  
28
 
29
:bad_index
30
  The index number is not valid.
31
 
32
:bad_var_def
33
  Bad file var.def.
34
 
35
:cannot_create_session_directory
36
  Unable to create the session directory.
37
 
38
:cannot_create_session_number
39
  Unable to create the session number.
40
 
41
:comp_syntax
42
  Syntax error in compare(): $wims_error_data.
43
 
44
:debug
45
  Debug output:
46
$debug
47
 
48
:defn_too_long
49
  Definition string too long.
50
 
51
:executable
52
 The file $executable cannot be processed by WIMS,
53
 because it is executable.
54
 
55
:file_access_denied
56
 The access to file ``$wims_error_data'' is denied due to security
57
 reasons.
58
 
59
:file_name_too_long
60
 The file name is too long:
61
 ``$wims_error_data''
62
 
63
:file_too_long
64
  The length of the file ``$wims_error_data'' exceeded length limit.
65
 
66
:for_syntax
67
  Syntax error in `for'.
68
 
69
:getscore_syntax
70
  syntax error in `getscore'.
71
 
72
:illegal_cmd
73
  The command ``$wims_error_data'' is illegal:
74
  You should not try to go to parent directories in the command name.
75
 
76
:illegal_fname
77
  The name of the file ``$wims_error_data'' is illegal:
78
  It is forbidden to access files via parent directories.
79
 
80
:illegal_name
81
  The variable name ``$wims_bad_name'' is bad.
82
 
83
:illegal_plot_cmd
84
  The parameter string for gnuplot may contain illegal strings.
85
  The use of pipeline in this string (an apostrophe followed by `<')
86
  is not allowed.
87
 
88
:label_not_found
89
  Unable to find label ``$wims_error_data''
90
 
91
:mathsubst_syntax
92
  Syntax error in ``mathsubst''.
93
 
94
:multiple_declaration
95
  The variable ``$wims_bad_name'' is declared several times.
96
 
97
:name_is_reserved
98
  The name ``$wims_reserved_name'' is reserved for the internal use
99
  by the server. You should not use it for your module. Please
100
  choose another name for your variable.
101
 
102
:name_too_long
103
  Variable name too long.
104
 
105
:next_without_for
106
  `next' without `for'.
107
  (Is there a goto which jumps into a `for' loop?)
108
 
109
:no_double_quote
110
  The double quotation " is not allowed in the command parameter, due to
111
  security reasons. Sorry.
112
 
113
:no_of
114
  Syntax error. The syntax is: $wims_error_data ??? of ???
115
 
116
:not_trusted
117
  The module $module has no privilege to execute private scripts or
118
  administrative commands.
119
 
120
:output_too_long
121
  The length of the output html page has exceeded limit.
122
  If you didn't plan an extremely long page (in this case divide the page),
123
  this is probably due to an infinite loop.
124
 
125
:parm_too_long
126
  The parameter string has exceeded length limit.
127
 
128
:replace_syntax
129
  Syntax error in `replace'.
130
 
131
:subst_exceeded
132
  Too many substitutions in one string. (Is there an infinite loop of
133
  substitions?
134
 
135
:syntax_error
136
  Syntax error in the command.
137
 
138
:text_bad_table
139
  The table for text interaction is corrupt.
140
 
141
:timeup
142
 The processing of your request is interrupted because it requires
143
 too much time.
144
 
145
:too_few_columns
146
  The definition of the variable contains too few fields.
147
 
148
:too_many_gotos
149
  Too many goto's (or executed `for' loops). These are all limited.
150
 
151
:too_many_ins
152
  The number of dynamic insertions (instex, insplot) has exceeded limit.
153
 
154
:too_many_fors
155
  The number of `for' loops has exceeded limit.
156
 
157
:too_many_nested_read
158
  The level of nested file executions has exceeded limit. Verify whether the
159
  file is reading itself.
160
 
161
:too_many_variables
162
  The number of variables defined in var.def has exceeded limit.
163
 
164
:tr_syntax
165
  Syntax error for `translate'.
166
 
167
:unmatched_parentheses
168
  Syntax error. Unmatched parentheses.
169
 
170
:workfile_too_long
171
  The module contains a file which exceeds the length limit.
172
 
173
:zero_step
174
  A `for' loop with zero `step' cannot be executed.
175
 
176
:
177
 
178
 
179
If you see this message, it is usually due to a bug in the module 
180
`$module'.
181
 
182
Please contact the module's developer about the bug.
183