Subversion Repositories SvarDOS

Rev

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

Rev 269 Rev 272
Line 1... Line 1...
1
#
1
#
2
# PKGINST language file
2
# PKG language file
3
#
3
#
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
 
9
 
10
#### Help ####
10
#### Help ####
11
 
11
 
12
1.0:This is a network package manager for FreeDOS.
12
1.0:PKG is the package installer for SvarDOS.
13
1.1:Usage: FDNPKG action [parameters]
13
1.20:Usage: pkg install package.zip
14
1.2:Where action is one of the following:
14
1.21:       pkg update package.zip
15
1.3: search [string]   - search net repositories for package containing 'string'
-
 
16
1.4: vsearch [string]  - same as 'search', but prints also source repositories
-
 
17
1.5: install pkg       - install the package 'pkgname' (or local zip file)
-
 
18
1.6: remove pkg        - remove the package 'pkgname'
15
1.22:       pkg remove package
19
1.7: dumpcfg           - print out the configuration loaded from the cfg file
-
 
20
1.8: license           - print out the license of this program
16
1.23:       pkg listfiles package
21
1.9:FDNPKG is linked against WatTCP version below:
17
1.24:       pkg listlocal [filter]
22
1.10: install-nosrc pkg - install the package 'pkg' (or local zip file) w/o sources
-
 
23
1.11: install-wsrc pkg  - install the package 'pkg' (or local zip file) with sources
-
 
24
1.12: showinstalled [str] - show the list of all installed packages containing 'str'
-
 
25
1.13: checkupdates      - check for available updates of packages and display them
-
 
26
1.14: update pkg        - update the 'pkg' package to a newer version
-
 
27
1.15: update [pkg]      - update 'pkg' to last version (or all packages if no arg)
-
 
28
1.16: listlocal [str]   - list all local (installed) packages containing 'str'
-
 
29
1.17:FDNPKG is linked against the Watt-32 version below:
18
1.25:PKG is published under the MIT license.
30
1.18: listfiles pkg     - list files owned by the package 'pkg'
-
 
31
1.19: clearcache        - clear FDNPKG's local cache
19
1.26:It is configured through %DOSDIR%\\CFG\\PKG.CFG
32
 
20
 
33
 
21
 
34
### General stuff ####
22
### General stuff ####
35
 
23
 
36
2.0:%TEMP% not set! You should make it point to a writeable directory.
-
 
37
2.1:Example: SET TEMP=C:\\TEMP
-
 
38
2.2:%DOSDIR% not set! You should make it point to the FreeDOS main directory.
24
2.2:%DOSDIR% not set! You should make it point to the FreeDOS main directory.
39
2.3:Example: SET DOSDIR=C:\\FDOS
25
2.3:Example: SET DOSDIR=C:\\FDOS
40
2.4:Invalid number of arguments. Run fdnpkg without any parameter for help.
-
 
41
2.5:No repository is configured. You need at least one.
-
 
42
2.6:You should place in your configuration file at least one entry of such form:
-
 
43
2.7:REPO www.freedos.org/repo
-
 
44
2.8:The list of configured fdnpkg repositories follows:
-
 
45
2.9:Refreshing %s...
-
 
46
2.10:Repository download failed!
-
 
47
2.11:An error occured while trying to load repository from tmp file...
-
 
48
2.12:Warning: %TZ% not set! timestamps on installed files might be inaccurate.
-
 
49
2.13:Package database loaded from local cache.
-
 
50
2.14:Out of memory! (%s)
26
2.14:Out of memory! (%s)
51
2.15:Error: TCP/IP initialization failed!
-
 
52
2.16:Loading %s...
-
 
53
2.17:WARNING: Virtual memory too low. FDNPKG might behave unreliably.
-
 
54
2.18:ERROR: Unable to write in the '%s' directory. Check your %%TEMP%% variable.
-
 
55
2.19:Cache cleared.
-
 
56
 
27
 
57
 
28
 
58
#### Installing package ####
29
#### Installing package ####
59
 
30
 
60
3.0:Package %s is already installed! Remove it first if you need to upgrade.
-
 
61
3.8:Error: Invalid zip archive! Package not installed.
31
3.8:ERROR: Invalid zip archive! Package not installed.
62
3.9:Error: Package contains a file that already exists locally:
32
3.9:ERROR: Package contains a file that already exists locally:
63
3.10:Error: Could not create %s!
33
3.10:ERROR: Could not create %s!
64
3.11:Package %s installed.
-
 
65
3.12:Error: Package does not contain the %s file! Not a valid FreeDOS package.
34
3.12:ERROR: Package does not contain the %s file! Not a valid FreeDOS package.
66
3.13:Error: Downloaded package had wrong CRC. Installation aborted.
-
 
67
3.14:Error: Failed to open the downloaded package. Installation aborted.
-
 
68
3.15:Error: Out of memory while computing the CRC of the package!
-
 
69
3.16:Package %s installed (with sources, if available).
-
 
70
3.17:Package %s installed (without sources).
-
 
71
3.18:Package %s is already installed! You might want to use the 'update' action.
35
3.18:Package %s is already installed! You might want to use the 'update' action.
72
3.19:Package %s installed: %d files extracted, %d errors.
36
3.19:Package %s installed: %d files extracted, %d errors.
73
3.20:Error: Package contains an encrypted file:
37
3.20:ERROR: Package contains an encrypted file:
74
3.21:Error: Failed to open link file '%s' for read access.
-
 
75
3.22:Error: Failed to open link file '%s' for write access.
-
 
76
3.23:Error: Package contains an invalid filename:
38
3.23:ERROR: Package contains an invalid filename:
77
3.24:ERROR: package name too long
39
3.24:ERROR: package name too long
78
 
40
 
79
 
41
 
80
#### Removing package ####
42
#### Removing package ####
81
 
43
 
82
4.0:Package %s is not installed, so not removed.
44
4.0:Package %s is not installed, so not removed.
83
4.1:Error opening lst file!
-
 
84
4.2:Dirlist limit reached. Directory %s won't be removed!
-
 
85
4.3:Out of memory! Could not store directory %s!
45
4.3:Out of memory! Could not store directory %s!
86
4.4:removing %s
46
4.4:removing %s
87
4.5:Package %s has been removed.
47
4.5:Package %s has been removed.
88
 
48
 
89
 
49
 
90
#### Searching package ####
50
#### Searching package ####
91
 
51
 
92
5.0:No package matched the search.
52
5.0:No package matched the search.
93
5.1:Out of memory while processing package descriptions!
-
 
94
 
53
 
95
 
54
 
96
#### Loading configuration ####
55
#### Loading configuration ####
97
 
56
 
98
7.1:Error: Could not open config file '%s'!
57
7.0:ERROR: custom dir '%s' is listed twice!
99
7.2:Warning: token without value on line #%d
-
 
100
7.3:Warning: Config file token overflow on line #%d
58
7.1:ERROR: Could not open config file '%s'!
101
7.4:Warning: token with empty value on line #%d
59
7.4:Warning: token with empty value on line #%d
102
7.5:Warning: trailing white-space(s) after value on line #%d
-
 
103
7.8:Warning: Unknown token '%s' at line #%d
60
7.8:Warning: Unknown token '%s' at line #%d
104
7.9:Warning: Config file value overflow on line #%d
-
 
105
7.10:Warning: Ignored an illegal '%s' value at line #%d
-
 
106
7.11:Warning: Invalid 'DIR' directive found at line #%d
61
7.11:Warning: Invalid 'DIR' directive found at line #%d
107
7.12:Error: DIR path too long at line #%d
-
 
108
7.13:Error: Found inexisting environnement variable '%s' at line #%d
-
 
109
7.15:Error: custom dir '%s' is not a valid absolute path!
62
7.15:ERROR: custom dir '%s' is not a valid absolute path!
110
7.16:Error: custom dir '%s' is a reserved name!
63
7.16:ERROR: custom dir '%s' is a reserved name!
111
 
64
 
112
 
65
 
113
#### Unziping package ####
66
#### Unziping package ####
114
 
67
 
115
8.0:Out of memory!
-
 
116
8.1:unknown zip sig: 0x%08lx
68
8.1:unknown zip sig: 0x%08lx
117
8.2:Error: Package contains a file compressed with an unsupported method (%d):
69
8.2:ERROR: Package contains a file compressed with an unsupported method (%d):
118
8.3:Error while extracting '%s' to '%s'!
70
8.3:ERROR: failed extracting '%s' to '%s'!
119
 
71
 
120
 
72
 
121
#### Handling the local list of installed packages ####
73
#### Handling the local list of installed packages ####
122
 
74
 
123
9.0:Error: Could not access the %s directory.
75
9.0:ERROR: Could not access directory %s
124
9.1:Error: Local package %s not found.
76
9.1:ERROR: Local package '%s' not found.