Subversion Repositories SvarDOS

Rev

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

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