TIVI-153: Add as dependency for iputils
[profile/ivi/opensp.git] / lib / URLStorageMessages.msg
1 # Copyright (c) 1995 James Clark
2 # See the file COPYING for copying permission.
3
4 # URLStorage message definitions
5
6 =2300
7 E1+emptyHost++empty host in HTTP URL %1
8 E1+badRelative++uncompletable relative HTTP URL %1
9 E1+emptyPort++empty port number in HTTP URL %1
10 E1+invalidPort++invalid port number in HTTP URL %1
11 E1+hostNotFound++host %1 not found
12 E1+hostTryAgain++could not resolve host %1 (try again later)
13 E1+hostNoRecovery++could not resolve host %1 (unrecoverable error)
14 E1+hostNoData++no address record for host name %1
15 E2+hostOtherError++could not resolve host %1 (%2)
16 E1+hostUnknownError++could not resolve host %1 (unknown error)
17 E1+cannotCreateSocket++cannot create socket (%1)
18 E2+cannotConnect++error connecting to %1 (%2)
19 E2+writeError++error sending request to %1 (%2)
20 E2+readError++error receiving from host %1 (%2)
21 E2+closeError++error closing connection to host %1 (%2)
22 E1+invalidHostNumber++invalid host number %1
23 E3+getFailed++could not get %2 from %1 (reason given was %3)
24 E0+notSupported++URL not supported by this version
25 E0+onlyHTTP++only HTTP scheme supported
26 E1+winsockInitialize++could not initialize Windows Sockets (%1)
27 E0+winsockVersion++incompatible Windows Sockets version
28 +winsockErrorNumber++error number 
29 W1+Redirect++URL Redirected to %1