Subversion Repositories SvarDOS

Rev

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

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