Subversion Repositories SvarDOS

Rev

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

Rev 542 Rev 964
1
#
1
#
2
# SvarCOM translation file
2
# SvarCOM translation file
3
# Lang: ENGLISH
3
# Lang: ENGLISH
4
#
4
#
5
# Translator: 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
 
13
 
14
# PAUSE
14
# PAUSE
15
15.0:Suspends the execution of a batch script
15
15.0:Suspends the execution of a batch script
16
15.1:Press any key to continue...
16
15.1:Press any key to continue...
17
 
17
 
18
# SHIFT
18
# SHIFT
19
16.0:Changes the position of arguments in a batch file:
19
16.0:Changes the position of arguments in a batch file:
20
16.1:Argument %1 becomes %0, argument %2 becomes %1, etc.
20
16.1:Argument %1 becomes %0, argument %2 becomes %1, etc.
21
 
21
 
-
 
22
# GOTO
-
 
23
17.0:Directs batch processing to a labelled line in the batch program.
-
 
24
17.1:GOTO LABEL
-
 
25
17.2:LABEL specifies a text string used in the batch program as a label.
-
 
26
17.3:A label is on a line by itself and must be preceded by a colon.
-
 
27
17.10:Label not found
-
 
28
 
22
# DOS ERRORS
29
# DOS ERRORS
23
255.1:Function number invalid
30
255.1:Function number invalid
24
255.2:File not found
31
255.2:File not found
25
255.3:Path not found
32
255.3:Path not found
26
255.4:Too many open files (no handles available)
33
255.4:Too many open files (no handles available)
27
255.5:Access denied
34
255.5:Access denied
28
255.6:Invalid handle
35
255.6:Invalid handle
29
255.7:Memory control block destroyed
36
255.7:Memory control block destroyed
30
255.8:Insufficient memory
37
255.8:Insufficient memory
31
255.9:Memory block address invalid
38
255.9:Memory block address invalid
32
255.10:Environment invalid
39
255.10:Environment invalid
33
255.11:Format invalid
40
255.11:Format invalid
34
255.12:Access code invalid
41
255.12:Access code invalid
35
255.13:Data invalid
42
255.13:Data invalid
36
255.15:Invalid drive
43
255.15:Invalid drive
37
255.16:Attempted to remove current directory
44
255.16:Attempted to remove current directory
38
255.17:Not same device
45
255.17:Not same device
39
255.18:No more files
46
255.18:No more files
40
255.19:Disk write-protected
47
255.19:Disk write-protected
41
255.20:Unknown unit
48
255.20:Unknown unit
42
255.21:Drive not ready
49
255.21:Drive not ready
43
255.22:Unknown command
50
255.22:Unknown command
44
255.23:Data error (CRC)
51
255.23:Data error (CRC)
45
255.24:Bad request structure length
52
255.24:Bad request structure length
46
255.25:Seek error
53
255.25:Seek error
47
255.26:Unknown media type (non-DOS disk)
54
255.26:Unknown media type (non-DOS disk)
48
255.27:Sector not found
55
255.27:Sector not found
49
255.28:Printer out of paper
56
255.28:Printer out of paper
50
255.29:Write fault
57
255.29:Write fault
51
255.30:Read fault
58
255.30:Read fault
52
255.31:General failure
59
255.31:General failure
53
255.32:Sharing violation
60
255.32:Sharing violation
54
255.33:Lock violation
61
255.33:Lock violation
55
255.34:Disk change invalid
62
255.34:Disk change invalid
56
255.35:FCB unavailable
63
255.35:FCB unavailable
57
255.36:Sharing buffer overflow
64
255.36:Sharing buffer overflow
58
255.37:Code page mismatch
65
255.37:Code page mismatch
59
255.38:Cannot complete file operations (EOF / out of input)
66
255.38:Cannot complete file operations (EOF / out of input)
60
255.39:Insufficient disk space
67
255.39:Insufficient disk space
61
 
68