uidesigner/com.nokia.sdt.series60.componentlibrary/components/transient/WaitDialog.properties
author wpaul
Wed, 08 Apr 2009 10:40:18 -0500
branchRCL_2_0
changeset 77 e2b416032b5b
parent 2 d760517a8095
permissions -rw-r--r--
the rest of the fix for bug #8694
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
friendlyName=Wait Dialog
cawthron
parents:
diff changeset
     2
information=An S60 modal dialog, supporting cancellation, which indicates a process of unknown length is running
cawthron
parents:
diff changeset
     3
text=text
cawthron
parents:
diff changeset
     4
textDescription=Text to show in the dialog
cawthron
parents:
diff changeset
     5
location=location
cawthron
parents:
diff changeset
     6
size=size
cawthron
parents:
diff changeset
     7
tone=tone
cawthron
parents:
diff changeset
     8
toneDescription=Tone issued when dialog is popped up
cawthron
parents:
diff changeset
     9
visibilityDelay=delay visibility
cawthron
parents:
diff changeset
    10
visibilityDelayDescription=If true, dialog is shown after a 1.5 second delay; else, dialog is shown immediately
cawthron
parents:
diff changeset
    11
cancel=Cancel
cawthron
parents:
diff changeset
    12
canceled=canceled
cawthron
parents:
diff changeset
    13
canceledDescription=Occurs when dialog is canceled by user (MProgressDialogCallback::DialogDismissedL)