Subversion Repositories SvarDOS

Rev

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

Rev 272 Rev 273
Line 4... Line 4...
4
# Language..: English
4
# Language..: English
5
# Codepage..: 437
5
# Codepage..: 437
6
# Translator: Mateusz Viste
6
# Translator: Mateusz Viste
7
#
7
#
8
 
8
 
9
 
-
 
10
#### Help ####
9
#### Help ####
11
 
10
 
12
1.0:PKG is the package installer for SvarDOS.
11
1.0:PKG is the package installer for SvarDOS.
13
1.20:Usage: pkg install package.zip
12
1.20:Usage: pkg install package.zip
14
1.21:       pkg update package.zip
13
1.21:       pkg update package.zip
Line 16... Line 15...
16
1.23:       pkg listfiles package
15
1.23:       pkg listfiles package
17
1.24:       pkg listlocal [filter]
16
1.24:       pkg listlocal [filter]
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
 
-
 
22
### General stuff ####
20
### General stuff ####
23
 
21
 
24
2.2:%DOSDIR% not set! You should make it point to the FreeDOS main directory.
22
2.2:%DOSDIR% not set! You should make it point to the SvarDOS main directory.
25
2.3:Example: SET DOSDIR=C:\\FDOS
23
2.3:Example: SET DOSDIR=C:\\SVARDOS
26
2.14:Out of memory! (%s)
24
2.14:Out of memory! (%s)
27
 
25
 
28
 
-
 
29
#### Installing package ####
26
#### Installing package ####
30
 
27
 
31
3.8:ERROR: Invalid zip archive! Package not installed.
28
3.8:ERROR: Invalid zip archive! Package not installed.
32
3.9:ERROR: Package contains a file that already exists locally:
29
3.9:ERROR: Package contains a file that already exists locally:
33
3.10:ERROR: Could not create %s!
30
3.10:ERROR: Could not create %s!
Line 36... Line 33...
36
3.19:Package %s installed: %d files extracted, %d errors.
33
3.19:Package %s installed: %d files extracted, %d errors.
37
3.20:ERROR: Package contains an encrypted file:
34
3.20:ERROR: Package contains an encrypted file:
38
3.23:ERROR: Package contains an invalid filename:
35
3.23:ERROR: Package contains an invalid filename:
39
3.24:ERROR: package name too long
36
3.24:ERROR: package name too long
40
 
37
 
41
 
-
 
42
#### Removing package ####
38
#### Removing package ####
43
 
39
 
44
4.0:Package %s is not installed, so not removed.
40
4.0:Package %s is not installed, so not removed.
45
4.3:Out of memory! Could not store directory %s!
41
4.3:Out of memory! Could not store directory %s!
46
4.4:removing %s
42
4.4:removing %s
47
4.5:Package %s has been removed.
43
4.5:Package %s has been removed.
48
 
44
 
49
 
-
 
50
#### Searching package ####
45
#### Searching package ####
51
 
46
 
52
5.0:No package matched the search.
47
5.0:No package matched the search.
53
 
48
 
54
 
-
 
55
#### Loading configuration ####
49
#### Loading configuration ####
56
 
50
 
57
7.0:ERROR: custom dir '%s' is listed twice!
51
7.0:ERROR: custom dir '%s' is listed twice!
58
7.1:ERROR: Could not open config file '%s'!
52
7.1:ERROR: Could not open config file '%s'!
59
7.4:Warning: token with empty value on line #%d
53
7.4:Warning: token with empty value on line #%d
60
7.8:Warning: Unknown token '%s' at line #%d
54
7.8:Warning: Unknown token '%s' at line #%d
61
7.11:Warning: Invalid 'DIR' directive found at line #%d
55
7.11:Warning: Invalid 'DIR' directive found at line #%d
62
7.15:ERROR: custom dir '%s' is not a valid absolute path!
56
7.15:ERROR: custom dir '%s' is not a valid absolute path!
63
7.16:ERROR: custom dir '%s' is a reserved name!
57
7.16:ERROR: custom dir '%s' is a reserved name!
64
 
58
 
65
 
-
 
66
#### Unziping package ####
59
#### Unziping package ####
67
 
60
 
68
8.1:unknown zip sig: 0x%08lx
61
8.1:unknown zip sig: 0x%08lx
69
8.2:ERROR: Package contains a file compressed with an unsupported method (%d):
62
8.2:ERROR: Package contains a file compressed with an unsupported method (%d):
70
8.3:ERROR: failed extracting '%s' to '%s'!
63
8.3:ERROR: failed extracting '%s' to '%s'!
71
 
64
 
72
 
-
 
73
#### Handling the local list of installed packages ####
65
#### Handling the local list of installed packages ####
74
 
66
 
75
9.0:ERROR: Could not access directory %s
67
9.0:ERROR: Could not access directory %s
76
9.1:ERROR: Local package '%s' not found.
68
9.1:ERROR: Local package '%s' not found.