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