uidesigner/com.nokia.sdt.series60.componentlibrary/components/non-layout/webclient/WebClient.properties
author fturovic <frank.turovich@nokia.com>
Tue, 07 Apr 2009 13:55:47 -0500
branchRCL_2_0
changeset 69 cab50ba61335
parent 2 d760517a8095
permissions -rw-r--r--
added info on IAD custom rules
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
friendlyName=Web Client
cawthron
parents:
diff changeset
     2
information=Performs HTTP GET, optionally managing a wait dialog and a credentials input dialog.
cawthron
parents:
diff changeset
     3
defaultURL=default url
cawthron
parents:
diff changeset
     4
waitDialog=wait dialog
cawthron
parents:
diff changeset
     5
credentialsQuery=credentials query
cawthron
parents:
diff changeset
     6
defaultURLDescription=The url to fetch, if not passed as a parameter. The scheme, e.g. http://, must be supplied.
cawthron
parents:
diff changeset
     7
waitDialogDescription=Wait dialog to display while a transaction is in progress.
cawthron
parents:
diff changeset
     8
credentialsQueryDescription=User name and password query dialog to use when a server requests credentials.
cawthron
parents:
diff changeset
     9
bodyReceived=bodyReceived
cawthron
parents:
diff changeset
    10
bodyReceivedDescription=Handles receipt of HTTP body (MWebClientObserver::ClientBodyReceivedL)
cawthron
parents:
diff changeset
    11
connecting=connecting
cawthron
parents:
diff changeset
    12
connectingDescription=Handles initiation of connection (MWebClientObserver::ClientConnectingL)
cawthron
parents:
diff changeset
    13
connectionCanceled=connectionCanceled
cawthron
parents:
diff changeset
    14
connectionCanceledDescription=Handles cancellation of connection attempt (MWebClientObserver::ClientConnectionCanceledL)
cawthron
parents:
diff changeset
    15
headerReceived=headerReceived
cawthron
parents:
diff changeset
    16
headerReceivedDescription=Handles receipt of HTTP header (MWebClientObserver::ClientHeaderReceivedL)
cawthron
parents:
diff changeset
    17
openSessionFailed=openSessionFailed
cawthron
parents:
diff changeset
    18
openSessionFailedDescription=Handles error opening the HTTP session (MWebClientObserver::ClientOpenSessionFailedL)
cawthron
parents:
diff changeset
    19
responseComplete=responseComplete
cawthron
parents:
diff changeset
    20
responseCompleteDescription=Handles completion of a translation's response (MWebClientObserver::ClientResponseCompleteL)
cawthron
parents:
diff changeset
    21
runError=runError
cawthron
parents:
diff changeset
    22
runErrorDescription=Handles error during a transaction (MWebClientObserver::ClientRunErrorL)
cawthron
parents:
diff changeset
    23
transactionFailed=transactionFailed
cawthron
parents:
diff changeset
    24
transactionFailedDescription=Handles failure of translation (MWebClientObserver::ClientTransactionFailedL)
cawthron
parents:
diff changeset
    25
transactionSucceeded=transactionSucceeded
cawthron
parents:
diff changeset
    26
transactionSucceededDescription=Handles successful completion of translation (MWebClientObserver::ClientTransactionSucceededL)
cawthron
parents:
diff changeset
    27
unknownEvent=unknownEvent
cawthron
parents:
diff changeset
    28
unknownEventDescription=Handles unknown HTTP event (MWebClientObserver::ClientUnknownEventL)
cawthron
parents:
diff changeset
    29
newWaitDialog=Add new Wait Dialog
cawthron
parents:
diff changeset
    30
newCredentialsQuery=Add new Credentials Query