Subversion Repositories SvarDOS

Rev

Rev 875 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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