Subversion Repositories SvarDOS

Rev

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

Rev Author Line No. Line
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>
875 mateusz.vi 17
1.5:        pkgnet pullsrc <package>-<version>
712 mateusz.vi 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
900 bttr 22
1.10:pullsrc  - downloads source code archive for package
23
1.11:checkup  - lists updates available for your system
712 mateusz.vi 24
 
25
 
26
###############################################################################
27
# OPERATIONS                                                                  #
28
###############################################################################
29
 
30
2.0:Downloaded %ld KiB into %s (BSUM: %04X)
31
 
32
 
33
###############################################################################
34
# ERROR MESSAGES                                                              #
35
###############################################################################
36
 
37
9.0:ERROR: variable %DOSDIR% is not set
38
9.1:ERROR: could not access the %DOSDIR%\\packages directory
39
9.2:ERROR: failed to connect to %s
40
9.3:ERROR: failed to send a HTTP query to the remote server
41
9.4:ERROR: failed to send POST data to remote server
42
9.5:ERROR: TCP communication error #%d
43
9.6:ERROR: failed to create file %s
44
9.7:ERROR: failed to write data to file %s after %ld bytes
45
9.8:ERROR: timeout while waiting for data
46
9.9:ERROR: out of memory
47
9.10:ERROR: file %s already exists
48
9.11:ERROR: network subsystem initialization failed
49
9.12:ERROR: DNS resolution failed