Subversion Repositories SvarDOS

Rev

Rev 296 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 296 Rev 613
Line 1... Line 1...
1
#
1
#
2
# PKG language file
2
# PKG language file
3
#
3
#
4
# Language..: English
4
# Language..: English
5
# Codepage..: 437
-
 
6
# Translator: Mateusz Viste
5
# Translator: Mateusz Viste
7
#
6
#
8
 
7
 
9
#### Help ####
8
#### Help ####
10
 
9
 
Line 14... Line 13...
14
1.22:       pkg remove package
13
1.22:       pkg remove package
15
1.23:       pkg listfiles package
14
1.23:       pkg listfiles package
16
1.24:       pkg listlocal [filter]
15
1.24:       pkg listlocal [filter]
17
1.27:       pkg unzip file.zip
16
1.27:       pkg unzip file.zip
18
1.25:PKG is published under the MIT license.
17
1.25:PKG is published under the MIT license.
19
1.26:It is configured through %DOSDIR%\\CFG\\PKG.CFG
18
1.26:It is configured through %DOSDIR%\CFG\PKG.CFG
20
 
19
 
21
### General stuff ####
20
### General stuff ####
22
 
21
 
23
2.2:%DOSDIR% not set! You should make it point to the SvarDOS main directory.
22
2.2:%DOSDIR% not set! You should make it point to the SvarDOS main directory.
24
2.3:Example: SET DOSDIR=C:\\SVARDOS
23
2.3:Example: SET DOSDIR=C:\SVARDOS
25
2.14:Out of memory! (%s)
24
2.14:Out of memory! (%s)
26
 
25
 
27
#### Installing package ####
26
#### Installing package ####
28
 
27
 
29
3.8:ERROR: Invalid zip archive! Package not installed.
28
3.8:ERROR: Invalid zip archive! Package not installed.