Subversion Repositories SvarDOS

Rev

Rev 989 | Rev 1001 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 989 Rev 990
1
#
1
#
2
# SvarCOM translation file
2
# SvarCOM translation file
3
# Lang: ENGLISH
3
# Lang: ENGLISH
4
#
4
#
5
# Autor: Mateusz Viste
5
# Autor: Mateusz Viste
6
#
6
#
7
 
7
 
8
# GENERIC MESSAGES USED BY MULTIPLE INTERNAL COMMANDS
8
# GENERIC MESSAGES USED BY MULTIPLE INTERNAL COMMANDS
9
0.1:Invalid syntax
9
0.1:Invalid syntax
10
0.2:Invalid switch
10
0.2:Invalid switch
11
0.3:Invalid parameter format
11
0.3:Invalid parameter format
12
0.4:Too many parameters
12
0.4:Too many parameters
13
0.5:Bad command or file name
13
0.5:Bad command or file name
14
0.6:Invalid parameter
14
0.6:Invalid parameter
15
0.7:Required parameter missing
15
0.7:Required parameter missing
-
 
16
0.8:Invalid destination
-
 
17
 
-
 
18
# the message below MUST be a two-letter upper-case string for "Yes/No" keys
-
 
19
# that user can press to answer interactive "Yes/No" questions
-
 
20
0.10:YN
16
 
21
 
17
# SVARCOM HELP SCREEN
22
# SVARCOM HELP SCREEN
18
1.0:Starts the SvarCOM command interpreter
23
1.0:Starts the SvarCOM command interpreter
19
1.1:COMMAND /E:nnn [/[C|K] [/P] [/D] command]
24
1.1:COMMAND /E:nnn [/[C|K] [/P] [/D] command]
20
1.2:/D      Skip AUTOEXEC.BAT processing (makes sense only with /P)
25
1.2:/D      Skip AUTOEXEC.BAT processing (makes sense only with /P)
21
1.3:/E:nnn  Sets the environment size to nnn bytes
26
1.3:/E:nnn  Sets the environment size to nnn bytes
22
1.4:/P      Makes the new command interpreter permanent and run AUTOEXEC.BAT
27
1.4:/P      Makes the new command interpreter permanent and run AUTOEXEC.BAT
23
1.5:/C      Executes the specified command and returns
28
1.5:/C      Executes the specified command and returns
24
1.6:/K      Executes the specified command and continues running
29
1.6:/K      Executes the specified command and continues running
25
 
30
 
26
# VARIOUS SVARCOM MESSAGES
31
# VARIOUS SVARCOM MESSAGES
27
2.0:SVARCOM VERSION CHANGED. SYSTEM HALTED. PLEASE REBOOT YOUR COMPUTER.
32
2.0:SVARCOM VERSION CHANGED. SYSTEM HALTED. PLEASE REBOOT YOUR COMPUTER.
28
2.1:FATAL ERROR: rmod_install() failed
33
2.1:FATAL ERROR: rmod_install() failed
29
2.2:SvarCOM: stack overflow detected, command history flushed (this is not a bug)
34
2.2:SvarCOM: stack overflow detected, command history flushed (this is not a bug)
30
 
35
 
31
# CLS
36
# CLS
32
10.0:Clears the screen
37
10.0:Clears the screen
33
 
38
 
34
# CHCP
39
# CHCP
35
11.0:Displays or sets the active code page number.
40
11.0:Displays or sets the active code page number.
36
11.1:CHCP [nnn]
41
11.1:CHCP [nnn]
37
11.2:nnn  Specifies a code page number
42
11.2:nnn  Specifies a code page number
38
11.3:Type CHCP without a parameter to display the active code page number.
43
11.3:Type CHCP without a parameter to display the active code page number.
39
11.4:Invalid code page number
44
11.4:Invalid code page number
40
11.5:NLSFUNC not installed
45
11.5:NLSFUNC not installed
41
11.6:Failed to change code page
46
11.6:Failed to change code page
42
11.7:Active code page:
47
11.7:Active code page:
43
 
48
 
44
# CD / CHDIR
49
# CD / CHDIR
45
12.0:Displays the name of or changes the current directory.
50
12.0:Displays the name of or changes the current directory.
46
12.1:CHDIR [drive:][path]
51
12.1:CHDIR [drive:][path]
47
12.2:CHDIR[..]
52
12.2:CHDIR[..]
48
12.3:CD [drive:][path]
53
12.3:CD [drive:][path]
49
12.4:CD[..]
54
12.4:CD[..]
50
12.5:.. Specifies that you want to change to the parent directory.
55
12.5:.. Specifies that you want to change to the parent directory.
51
12.6:Type CD drive: to display the current directory in the specified drive.
56
12.6:Type CD drive: to display the current directory in the specified drive.
52
12.7:Type CD without parameters to display the current drive and directory.
57
12.7:Type CD without parameters to display the current drive and directory.
53
 
58
 
54
# CALL
59
# CALL
55
13.0:Calls one batch program from another
60
13.0:Calls one batch program from another
56
13.1:CALL [drive:][path]filename [batch-parameters]
61
13.1:CALL [drive:][path]filename [batch-parameters]
57
 
62
 
58
# BREAK
63
# BREAK
59
14.0:Sets or clears extended CTRL+C checking
64
14.0:Sets or clears extended CTRL+C checking
60
14.1:Type BREAK without a parameter to display the current BREAK setting.
65
14.1:Type BREAK without a parameter to display the current BREAK setting.
61
14.2:BREAK is off
66
14.2:BREAK is off
62
14.3:BREAK is on
67
14.3:BREAK is on
63
 
68
 
64
# PAUSE
69
# PAUSE
65
15.0:Suspends the execution of a batch script
70
15.0:Suspends the execution of a batch script
66
15.1:Press any key to continue...
71
15.1:Press any key to continue...
67
 
72
 
68
# SHIFT
73
# SHIFT
69
16.0:Changes the position of arguments in a batch file:
74
16.0:Changes the position of arguments in a batch file:
70
16.1:Argument %1 becomes %0, argument %2 becomes %1, etc.
75
16.1:Argument %1 becomes %0, argument %2 becomes %1, etc.
71
 
76
 
72
# GOTO
77
# GOTO
73
17.0:Directs batch processing to a labelled line in the batch program.
78
17.0:Directs batch processing to a labelled line in the batch program.
74
17.1:GOTO LABEL
79
17.1:GOTO LABEL
75
17.2:LABEL specifies a text string used in the batch program as a label.
80
17.2:LABEL specifies a text string used in the batch program as a label.
76
17.3:A label is on a line by itself and must be preceded by a colon.
81
17.3:A label is on a line by itself and must be preceded by a colon.
77
17.10:Label not found
82
17.10:Label not found
78
 
83
 
79
# FOR
84
# FOR
80
18.0:Runs a specified command for each file in a set of files.
85
18.0:Runs a specified command for each file in a set of files.
81
18.1:FOR %variable IN (set) DO command [parameters]
86
18.1:FOR %variable IN (set) DO command [parameters]
82
18.2:%variable    a replaceable parameter name.
87
18.2:%variable    a replaceable parameter name.
83
18.3:(set)        a set of one of more space-separated files. Wildcards allowed.
88
18.3:(set)        a set of one of more space-separated files. Wildcards allowed.
84
18.4:command      the command to carry out for each matched file.
89
18.4:command      the command to carry out for each matched file.
85
18.5:parameters   parameters or switches for the specified command.
90
18.5:parameters   parameters or switches for the specified command.
86
18.6:To use FOR in a batch program, use %%variable instead of %variable.
91
18.6:To use FOR in a batch program, use %%variable instead of %variable.
87
 
92
 
88
# VERIFY
93
# VERIFY
89
19.0:Tells DOS whether to verify that files are written correctly to disk.
94
19.0:Tells DOS whether to verify that files are written correctly to disk.
90
19.1:Type VERIFY without a parameter to display its current setting.
95
19.1:Type VERIFY without a parameter to display its current setting.
91
19.2:VERIFY is off
96
19.2:VERIFY is off
92
19.3:VERIFY is on
97
19.3:VERIFY is on
93
19.4:Must specify ON or OFF
98
19.4:Must specify ON or OFF
94
 
99
 
95
# VER
100
# VER
96
20.0:Displays the DOS version.
101
20.0:Displays the DOS version.
97
20.1:DOS kernel version %u.%u
102
20.1:DOS kernel version %u.%u
98
20.2:SvarCOM shell ver
103
20.2:SvarCOM shell ver
99
20.3:SvarCOM is a shell interpreter for DOS kernels compatible with MS-DOS 5+.
104
20.3:SvarCOM is a shell interpreter for DOS kernels compatible with MS-DOS 5+.
100
20.4:This software is distributed under the terms of the MIT license.
105
20.4:This software is distributed under the terms of the MIT license.
101
 
106
 
102
# TYPE
107
# TYPE
103
21.0:Displays the contents of a text file.
108
21.0:Displays the contents of a text file.
104
21.1:TYPE [drive:][path]filename
109
21.1:TYPE [drive:][path]filename
105
 
110
 
106
# TIME
111
# TIME
107
22.0:Displays or sets the system time.
112
22.0:Displays or sets the system time.
108
22.1:TIME [time]
113
22.1:TIME [time]
109
22.2:Type TIME with no parameters to display the current time and a prompt for a\r\nnew one. Press ENTER to keep the same time.
114
22.2:Type TIME with no parameters to display the current time and a prompt for a\r\nnew one. Press ENTER to keep the same time.
110
22.3:Current time is
115
22.3:Current time is
111
22.4:Invalid time
116
22.4:Invalid time
112
22.5:Enter new time:
117
22.5:Enter new time:
113
 
118
 
114
# SET
119
# SET
115
23.0:Displays, sets, or removes DOS environment variables.
120
23.0:Displays, sets, or removes DOS environment variables.
116
23.1:SET [variable=[string]]
121
23.1:SET [variable=[string]]
117
23.2:variable  Specifies the environment-variable name
122
23.2:variable  Specifies the environment-variable name
118
23.3:string    Specifies a series of characters to assign to the variable
123
23.3:string    Specifies a series of characters to assign to the variable
119
23.4:Type SET without parameters to display the current environment variables.
124
23.4:Type SET without parameters to display the current environment variables.
120
23.5:Not enough available space within the environment block
125
23.5:Not enough available space within the environment block
121
 
126
 
122
# RD / RMDIR
127
# RD / RMDIR
123
24.0:Removes (deletes) a directory
128
24.0:Removes (deletes) a directory
124
24.1:RMDIR [drive:]path
129
24.1:RMDIR [drive:]path
125
24.2:RD [drive:]path
130
24.2:RD [drive:]path
126
 
131
 
127
# REN / RENAME
132
# REN / RENAME
128
25.0:Renames a file
133
25.0:Renames a file
129
25.1:RENAME [drive:][path]filename1 filename2
134
25.1:RENAME [drive:][path]filename1 filename2
130
25.2:REN [drive:][path]filename1 filename2
135
25.2:REN [drive:][path]filename1 filename2
131
25.3:Note that you cannot specify a new drive or path for your destination file.\r\nUse MOVE to rename a directory, or to move files from one directory to another.
136
25.3:Note that you cannot specify a new drive or path for your destination file.\r\nUse MOVE to rename a directory, or to move files from one directory to another.
132
25.4:Invalid destination
-
 
133
 
137
 
134
# REM
138
# REM
135
26.0:Records comments (remarks) in a batch file or CONFIG.SYS
139
26.0:Records comments (remarks) in a batch file or CONFIG.SYS
136
26.1:REM [comment]
140
26.1:REM [comment]
137
 
141
 
138
# PATH
142
# PATH
139
27.0:Displays or sets a search path for executable files.
143
27.0:Displays or sets a search path for executable files.
140
27.1:PATH [[drive:]path[;...]]
144
27.1:PATH [[drive:]path[;...]]
141
27.2:Type PATH ; to clear all search-path settings and direct DOS to search\r\nonly in the current directory.
145
27.2:Type PATH ; to clear all search-path settings and direct DOS to search\r\nonly in the current directory.
142
27.3:Type PATH without parameters to display the current path.
146
27.3:Type PATH without parameters to display the current path.
143
27.4:No Path
147
27.4:No Path
144
 
148
 
145
# MD / MKDIR
149
# MD / MKDIR
146
28.0:Creates a directory
150
28.0:Creates a directory
147
28.1:MKDIR [drive:]path
151
28.1:MKDIR [drive:]path
148
28.2:MD [drive:]path
152
28.2:MD [drive:]path
149
 
153
 
150
# LN
154
# LN
151
29.0:Adds, deletes or displays executable links.
155
29.0:Adds, deletes or displays executable links.
152
29.1:LN ADD linkname targetdir
156
29.1:LN ADD linkname targetdir
153
29.2:LN DEL linkname
157
29.2:LN DEL linkname
154
29.3:LN LIST [pattern]
158
29.3:LN LIST [pattern]
155
29.4:No matching executable found in given path.
159
29.4:No matching executable found in given path.
156
29.5:%DOSDIR% not defined
160
29.5:%DOSDIR% not defined
157
 
161
 
158
# EXIT
162
# EXIT
159
30.0:Quits the COMMAND.COM program (command interpreter)
163
30.0:Quits the COMMAND.COM program (command interpreter)
160
 
164
 
161
# ECHO
165
# ECHO
162
31.0:Displays messages, or turns command-echoing on or off
166
31.0:Displays messages, or turns command-echoing on or off
163
31.1:ECHO [message]
167
31.1:ECHO [message]
164
31.2:Type ECHO without parameters to display the current echo setting.
168
31.2:Type ECHO without parameters to display the current echo setting.
165
31.3:ECHO is on
169
31.3:ECHO is on
166
31.4:ECHO is off
170
31.4:ECHO is off
167
 
171
 
168
# DATE
172
# DATE
169
32.0:Displays or sets the system date.
173
32.0:Displays or sets the system date.
170
32.1:DATE [date]
174
32.1:DATE [date]
171
32.2:Type DATE with no parameters to display the current date and a prompt for a\r\nnew one. Press ENTER to keep the same date.
175
32.2:Type DATE with no parameters to display the current date and a prompt for a\r\nnew one. Press ENTER to keep the same date.
172
32.3:Invalid date
176
32.3:Invalid date
173
32.4:Current date is
177
32.4:Current date is
174
32.5:Enter new date:
178
32.5:Enter new date:
175
 
179
 
176
# PROMPT
180
# PROMPT
177
33.0:Changes the DOS command prompt.
181
33.0:Changes the DOS command prompt.
178
33.1:PROMPT [new command prompt specification]
182
33.1:PROMPT [new command prompt specification]
179
 
183
 
-
 
184
# VOL
-
 
185
34.0:Displays the disk volume label and serial number, if they exist.
-
 
186
34.1:VOL [drive:]
-
 
187
34.2:Volume in drive %c has no label
-
 
188
34.3:Volume in drive %c is %s
-
 
189
34.4:Volume Serial Number is %04X-%04X
-
 
190
 
-
 
191
# IF
-
 
192
35.0:Performs conditional processing in batch programs.
-
 
193
35.1:IF [NOT] ERRORLEVEL num command
-
 
194
35.2:IF [NOT] string1==string2 command
-
 
195
35.3:IF [NOT] EXIST filename command
-
 
196
35.4:NOT               command is executed only if condition is NOT met
-
 
197
35.5:ERRORLEVEL num    condition: last program returned an exit code >= num
-
 
198
35.6:string1==string2  condition: both strings must be equal
-
 
199
35.7:EXIST filename    condition: filename exists (wildcards accepted)
-
 
200
35.8:command           command to carry out if condition is met
-
 
201
 
-
 
202
# DEL
-
 
203
36.0:Deletes one or more files.
-
 
204
36.1:DEL [drive:][path]filename [/P]
-
 
205
36.2:ERASE [drive:][path]filename [/P]
-
 
206
36.3:[drive:][path]filename  Specifies the file(s) to delete.
-
 
207
36.4:/P  Prompts for confirmation before deleting each file.
-
 
208
36.5:All files in directory will be deleted!
-
 
209
36.6:Are you sure (Y/N)?
-
 
210
36.7:Delete (Y/N)?
-
 
211
 
-
 
212
# DIR
-
 
213
37.0:Displays a list of files and subdirectories in a directory.
-
 
214
37.1:DIR [drive:][path][filename] [/P] [/W] [/A[:]attributes] [/O[[:]sortorder]] [/S] [/B] [/L]
-
 
215
37.2:/P Pauses after each screenful of information
-
 
216
37.3:/W Uses wide list format
-
 
217
37.4:/A Displays files with specified attributes:
-
 
218
37.5:    D Directories            R Read-only files        H Hidden files
-
 
219
37.6:    A Ready for archiving    S System files           - prefix meaning "not"
-
 
220
37.7:/O List files in sorted order:
-
 
221
37.8:    N by name                S by size                E by extension
-
 
222
37.9:    D by date                G group dirs first       - prefix to reverse order"
-
 
223
37.10:/S Displays files in specified directory and all subdirectories
-
 
224
37.11:/B Uses bare format (no heading information or summary)
-
 
225
37.12:/L Uses lowercases
-
 
226
37.20:Directory of %s
-
 
227
37.21:<DIR>
-
 
228
37.22:file(s)
-
 
229
37.23:bytes
-
 
230
37.24:bytes free
-
 
231
 
-
 
232
# COPY
-
 
233
38.0:Copies one or more files to another location.
-
 
234
38.1:COPY [/A|/B] source [/A|/B] [+source [/A|/B] [+...]] [destination [/A|/B]] [/V]
-
 
235
38.2:source       Specifies the file or files to be copied
-
 
236
38.3:/A           Indicates an ASCII text file
-
 
237
38.4:/B           Indicates a binary file
-
 
238
38.5:destination  Specifies the directory and/or filename for the new file(s)
-
 
239
38.6:/V           Verifies that new files are written correctly
-
 
240
38.7:To append files, specify a single file for destination, but multiple files\r\nfor source (using wildcards or file1+file2+file3 format).
-
 
241
38.8:NOTE: /A and /B are no-ops (ignored), provided only for compatibility reasons.
-
 
242
38.9:%u file(s) copied
-
 
243
 
180
# DOS ERRORS
244
# DOS ERRORS
181
255.1:Function number invalid
245
255.1:Function number invalid
182
255.2:File not found
246
255.2:File not found
183
255.3:Path not found
247
255.3:Path not found
184
255.4:Too many open files (no handles available)
248
255.4:Too many open files (no handles available)
185
255.5:Access denied
249
255.5:Access denied
186
255.6:Invalid handle
250
255.6:Invalid handle
187
255.7:Memory control block destroyed
251
255.7:Memory control block destroyed
188
255.8:Insufficient memory
252
255.8:Insufficient memory
189
255.9:Memory block address invalid
253
255.9:Memory block address invalid
190
255.10:Environment invalid
254
255.10:Environment invalid
191
255.11:Format invalid
255
255.11:Format invalid
192
255.12:Access code invalid
256
255.12:Access code invalid
193
255.13:Data invalid
257
255.13:Data invalid
194
255.15:Invalid drive
258
255.15:Invalid drive
195
255.16:Attempted to remove current directory
259
255.16:Attempted to remove current directory
196
255.17:Not same device
260
255.17:Not same device
197
255.18:No more files
261
255.18:No more files
198
255.19:Disk write-protected
262
255.19:Disk write-protected
199
255.20:Unknown unit
263
255.20:Unknown unit
200
255.21:Drive not ready
264
255.21:Drive not ready
201
255.22:Unknown command
265
255.22:Unknown command
202
255.23:Data error (CRC)
266
255.23:Data error (CRC)
203
255.24:Bad request structure length
267
255.24:Bad request structure length
204
255.25:Seek error
268
255.25:Seek error
205
255.26:Unknown media type (non-DOS disk)
269
255.26:Unknown media type (non-DOS disk)
206
255.27:Sector not found
270
255.27:Sector not found
207
255.28:Printer out of paper
271
255.28:Printer out of paper
208
255.29:Write fault
272
255.29:Write fault
209
255.30:Read fault
273
255.30:Read fault
210
255.31:General failure
274
255.31:General failure
211
255.32:Sharing violation
275
255.32:Sharing violation
212
255.33:Lock violation
276
255.33:Lock violation
213
255.34:Disk change invalid
277
255.34:Disk change invalid
214
255.35:FCB unavailable
278
255.35:FCB unavailable
215
255.36:Sharing buffer overflow
279
255.36:Sharing buffer overflow
216
255.37:Code page mismatch
280
255.37:Code page mismatch
217
255.38:Cannot complete file operations (EOF / out of input)
281
255.38:Cannot complete file operations (EOF / out of input)
218
255.39:Insufficient disk space
282
255.39:Insufficient disk space
219
 
283