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
:file_name_too_long
52
 The file name is too long:
53
 ``$wims_error_data''
54
 
55
:file_too_long
56
  The length of the file ``$wims_error_data'' exceeded length limit.
57
 
58
:for_syntax
59
  Syntax error in `for'.
60
 
61
:getscore_syntax
62
  syntax error in `getscore'.
63
 
64
:illegal_cmd
65
  The command ``$wims_error_data'' is illegal:
66
  You should not try to go to parent directories in the command name.
67
 
68
:illegal_fname
69
  The name of the file ``$wims_error_data'' is illegal:
70
  It is forbidden to access files via parent directories.
71
 
72
:illegal_name
73
  The variable name ``$wims_bad_name'' is bad.
74
 
75
:illegal_plot_cmd
76
  The parameter string for gnuplot may contain illegal strings.
77
  The use of pipeline in this string (an apostrophe followed by `<')
78
  is not allowed.
79
 
80
:label_not_found
81
  Unable to find label ``$wims_error_data''
82
 
83
:mathsubst_syntax
84
  Syntax error in ``mathsubst''.
85
 
86
:multiple_declaration
87
  The variable ``$wims_bad_name'' is declared several times.
88
 
89
:name_is_reserved
90
  The name ``$wims_reserved_name'' is reserved for the internal use
91
  by the server. You should not use it for your module. Please
92
  choose another name for your variable.
93
 
94
:name_too_long
95
  Variable name too long.
96
 
97
:next_without_for
98
  `next' without `for'.
99
  (Is there a goto which jumps into a `for' loop?)
100
 
101
:no_double_quote
102
  The double quotation " is not allowed in the command parameter, due to
103
  security reasons. Sorry.
104
 
105
:no_of
106
  Syntax error. The syntax is: $wims_error_data ??? of ???
107
 
108
:not_trusted
109
  The module $module has no privilege to execute private scripts or
110
  administrative commands.
111
 
112
:output_too_long
113
  The length of the output html page has exceeded limit.
114
  If you didn't plan an extremely long page (in this case divide the page),
115
  this is probably due to an infinite loop.
116
 
117
:parm_too_long
118
  The parameter string has exceeded length limit.
119
 
120
:replace_syntax
121
  Syntax error in `replace'.
122
 
123
:subst_exceeded
124
  Too many substitutions in one string. (Is there an infinite loop of
125
  substitions?
126
 
127
:syntax_error
128
  Syntax error in the command.
129
 
130
:text_bad_table
131
  The table for text interaction is corrupt.
132
 
133
:too_few_columns
134
  The definition of the variable contains too few fields.
135
 
136
:too_many_gotos
137
  Too many goto's (or executed `for' loops). These are all limited.
138
 
139
:too_many_ins
140
  The number of dynamic insertions (instex, insplot) has exceeded limit.
141
 
142
:too_many_fors
143
  The number of `for' loops has exceeded limit.
144
 
145
:too_many_nested_read
146
  The level of nested file executions has exceeded limit. Verify whether the
147
  file is reading itself.
148
 
149
:too_many_variables
150
  The number of variables defined in var.def has exceeded limit.
151
 
152
:tr_syntax
153
  Syntax error for `translate'.
154
 
155
:unmatched_parentheses
156
  Syntax error. Unmatched parentheses.
157
 
158
:workfile_too_long
159
  The module contains a file which exceeds the length limit.
160
 
161
:zero_step
162
  A `for' loop with zero `step' cannot be executed.
163
 
164
:timeup
165
 The processing of your request is interrupted because it requires
166
 too much time.
167
 
168
:executable
169
 The file $executable cannot be processed by WIMS,
170
 because it is executable.
171
 
172
:
173
 
174
 
175
If you see this message, it is usually due to a bug in the module 
176
`$module'.
177
 
178
Please contact the module's developer about the bug.
179