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