712 |
mateusz.vi |
1 |
#
|
|
|
2 |
# PKGNET TRANSLATION FILE
|
|
|
3 |
#
|
|
|
4 |
# LANG : EN
|
|
|
5 |
# AUTHOR: MATEUSZ VISTE
|
|
|
6 |
#
|
|
|
7 |
|
|
|
8 |
###############################################################################
|
|
|
9 |
# HELP SCREEN #
|
|
|
10 |
###############################################################################
|
|
|
11 |
|
|
|
12 |
1.0:pkgnet is the SvarDOS package downloader.
|
|
|
13 |
1.1:usage: pkgnet search <term>
|
|
|
14 |
1.2: pkgnet pull <package>
|
|
|
15 |
1.3: pkgnet pull <package>-<version>
|
|
|
16 |
1.4: pkgnet pullsrc <package>
|
|
|
17 |
1.4: pkgnet pullsrc <package>-<version>
|
|
|
18 |
1.6: pkgnet checkup
|
|
|
19 |
1.7:actions:
|
|
|
20 |
1.8:search - asks remote repository for the list of matching packages
|
|
|
21 |
1.9:pull - downloads package into current directory
|
|
|
22 |
1.10:checkup - lists updates available for your system
|
|
|
23 |
|
|
|
24 |
|
|
|
25 |
###############################################################################
|
|
|
26 |
# OPERATIONS #
|
|
|
27 |
###############################################################################
|
|
|
28 |
|
|
|
29 |
2.0:Downloaded %ld KiB into %s (BSUM: %04X)
|
|
|
30 |
|
|
|
31 |
|
|
|
32 |
###############################################################################
|
|
|
33 |
# ERROR MESSAGES #
|
|
|
34 |
###############################################################################
|
|
|
35 |
|
|
|
36 |
9.0:ERROR: variable %DOSDIR% is not set
|
|
|
37 |
9.1:ERROR: could not access the %DOSDIR%\\packages directory
|
|
|
38 |
9.2:ERROR: failed to connect to %s
|
|
|
39 |
9.3:ERROR: failed to send a HTTP query to the remote server
|
|
|
40 |
9.4:ERROR: failed to send POST data to remote server
|
|
|
41 |
9.5:ERROR: TCP communication error #%d
|
|
|
42 |
9.6:ERROR: failed to create file %s
|
|
|
43 |
9.7:ERROR: failed to write data to file %s after %ld bytes
|
|
|
44 |
9.8:ERROR: timeout while waiting for data
|
|
|
45 |
9.9:ERROR: out of memory
|
|
|
46 |
9.10:ERROR: file %s already exists
|
|
|
47 |
9.11:ERROR: network subsystem initialization failed
|
|
|
48 |
9.12:ERROR: DNS resolution failed
|