Subversion Repositories SvarDOS

Rev

Rev 990 | Rev 1023 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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