Subversion Repositories SvarDOS

Rev

Rev 247 | Rev 268 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
247 mateuszvis 1
#
2
# PKGINST language file
3
#
4
# Language..: English
5
# Codepage..: 437
6
# Translator: Mateusz Viste
7
#
8
 
9
 
10
#### Help ####
11
 
12
1.0:This is a network package manager for FreeDOS.
13
1.1:Usage: FDNPKG action [parameters]
14
1.2:Where action is one of the following:
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'
19
1.7: dumpcfg           - print out the configuration loaded from the cfg file
20
1.8: license           - print out the license of this program
21
1.9:FDNPKG is linked against WatTCP version below:
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:
30
1.18: listfiles pkg     - list files owned by the package 'pkg'
31
1.19: clearcache        - clear FDNPKG's local cache
32
 
33
 
34
### General stuff ####
35
 
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.
39
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)
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
 
57
 
58
#### Installing package ####
59
 
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.
62
3.9:Error: Package contains a file that already exists locally:
63
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.
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.
72
3.19:Package %s installed: %d files extracted, %d errors.
73
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:
261 mateuszvis 77
3.24:ERROR: package name too long
247 mateuszvis 78
 
79
 
80
#### Removing package ####
81
 
82
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!
86
4.4:removing %s
87
4.5:Package %s has been removed.
88
 
89
 
90
#### Searching package ####
91
 
92
5.0:No package matched the search.
93
5.1:Out of memory while processing package descriptions!
94
 
95
 
96
#### Loading configuration ####
97
 
98
7.1:Error: Could not open config file '%s'!
99
7.2:Warning: token without value on line #%d
100
7.3:Warning: Config file token overflow on line #%d
101
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
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
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!
110
7.16:Error: custom dir '%s' is a reserved name!
111
 
112
 
113
#### Unziping package ####
114
 
115
8.0:Out of memory!
116
8.1:unknown zip sig: 0x%08lx
117
8.2:Error: Package contains a file compressed with an unsupported method (%d):
118
8.3:Error while extracting '%s' to '%s'!
119
 
120
 
121
#### Handling the local list of installed packages ####
122
 
123
9.0:Error: Could not access the %s directory.
124
9.1:Error: Local package %s not found.