2
|
1 |
friendlyName=Web Client
|
|
2 |
information=Performs HTTP GET, optionally managing a wait dialog and a credentials input dialog.
|
|
3 |
defaultURL=default url
|
|
4 |
waitDialog=wait dialog
|
|
5 |
credentialsQuery=credentials query
|
|
6 |
defaultURLDescription=The url to fetch, if not passed as a parameter. The scheme, e.g. http://, must be supplied.
|
|
7 |
waitDialogDescription=Wait dialog to display while a transaction is in progress.
|
|
8 |
credentialsQueryDescription=User name and password query dialog to use when a server requests credentials.
|
|
9 |
bodyReceived=bodyReceived
|
|
10 |
bodyReceivedDescription=Handles receipt of HTTP body (MWebClientObserver::ClientBodyReceivedL)
|
|
11 |
connecting=connecting
|
|
12 |
connectingDescription=Handles initiation of connection (MWebClientObserver::ClientConnectingL)
|
|
13 |
connectionCanceled=connectionCanceled
|
|
14 |
connectionCanceledDescription=Handles cancellation of connection attempt (MWebClientObserver::ClientConnectionCanceledL)
|
|
15 |
headerReceived=headerReceived
|
|
16 |
headerReceivedDescription=Handles receipt of HTTP header (MWebClientObserver::ClientHeaderReceivedL)
|
|
17 |
openSessionFailed=openSessionFailed
|
|
18 |
openSessionFailedDescription=Handles error opening the HTTP session (MWebClientObserver::ClientOpenSessionFailedL)
|
|
19 |
responseComplete=responseComplete
|
|
20 |
responseCompleteDescription=Handles completion of a translation's response (MWebClientObserver::ClientResponseCompleteL)
|
|
21 |
runError=runError
|
|
22 |
runErrorDescription=Handles error during a transaction (MWebClientObserver::ClientRunErrorL)
|
|
23 |
transactionFailed=transactionFailed
|
|
24 |
transactionFailedDescription=Handles failure of translation (MWebClientObserver::ClientTransactionFailedL)
|
|
25 |
transactionSucceeded=transactionSucceeded
|
|
26 |
transactionSucceededDescription=Handles successful completion of translation (MWebClientObserver::ClientTransactionSucceededL)
|
|
27 |
unknownEvent=unknownEvent
|
|
28 |
unknownEventDescription=Handles unknown HTTP event (MWebClientObserver::ClientUnknownEventL)
|
|
29 |
newWaitDialog=Add new Wait Dialog
|
|
30 |
newCredentialsQuery=Add new Credentials Query
|