uidesigner/com.nokia.sdt.series60.componentlibrary/components/transient/CAknPreviewPopUp.properties
author fturovic <frank.turovich@nokia.com>
Thu, 02 Apr 2009 16:02:53 -0500
branchRCL_2_0
changeset 26 5855275147bd
parent 2 d760517a8095
permissions -rw-r--r--
updated welcome pages and note to 2.0.4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
friendlyName=Preview Pop-Up
cawthron
parents:
diff changeset
     2
information=An information preview pop-up control that can be shown if the screen is large enough, \
cawthron
parents:
diff changeset
     3
and can respond to pointer events.
cawthron
parents:
diff changeset
     4
className=className
cawthron
parents:
diff changeset
     5
location=location
cawthron
parents:
diff changeset
     6
size=size
cawthron
parents:
diff changeset
     7
sizeDescription=size in pixels
cawthron
parents:
diff changeset
     8
backColor=background color
cawthron
parents:
diff changeset
     9
backColorDescription=If true, overrides the background color for the pop-up
cawthron
parents:
diff changeset
    10
asynchronous=asynchronous
cawthron
parents:
diff changeset
    11
asynchronousDescription=If true, use the preview pop-up provider for when content building is lengthy
cawthron
parents:
diff changeset
    12
ELayoutDefault=default graphics
cawthron
parents:
diff changeset
    13
ELayoutDefaultDescription=Default graphics are used
cawthron
parents:
diff changeset
    14
ELayoutSubMenu=sub-menu graphics
cawthron
parents:
diff changeset
    15
ELayoutSubMenuDescription=Sub-menu graphics are used
cawthron
parents:
diff changeset
    16
EPermanentMode=permanent mode
cawthron
parents:
diff changeset
    17
EPermanentModeDescription=Pop-up stays visible until hidden
cawthron
parents:
diff changeset
    18
EFixedMode=fixed mode
cawthron
parents:
diff changeset
    19
EFixedModeDescription=Fixed position and size are used
cawthron
parents:
diff changeset
    20
EExcludeFrames=exclude frames
cawthron
parents:
diff changeset
    21
EExcludeFramesDescription=Frames and heading area are excluded in fixed mode
cawthron
parents:
diff changeset
    22
showDelay=show delay seconds
cawthron
parents:
diff changeset
    23
showDelayDescription=Delay in seconds used before showing the pop-up
cawthron
parents:
diff changeset
    24
hideDelay=hide delay seconds
cawthron
parents:
diff changeset
    25
hideDelayDescription=Delay in seconds used before hiding the pop-up
cawthron
parents:
diff changeset
    26
headingText=heading text
cawthron
parents:
diff changeset
    27
headingTextDescription=Optional heading text
cawthron
parents:
diff changeset
    28
resourceChanged=resourceChanged
cawthron
parents:
diff changeset
    29
resourceChangedDescription=Handles changes to shared resources, like colors or fonts (MCoeResourceChangeObserver::HandleResourceChange)
cawthron
parents:
diff changeset
    30
sizeChanged=sizeChanged
cawthron
parents:
diff changeset
    31
sizeChangedDescription=Handles change in the container's size, e.g. by laying out children (CCoeControl::SizeChanged)
cawthron
parents:
diff changeset
    32
draw=draw
cawthron
parents:
diff changeset
    33
drawDescription=Handles drawing the container and children (CCoeControl::Draw)
cawthron
parents:
diff changeset
    34
positionChanged=positionChanged
cawthron
parents:
diff changeset
    35
positionChangedDescription=Handles change in position of the container (CCoeControl::PositionChanged)
cawthron
parents:
diff changeset
    36
handlePointerEvent=handle pointer event
cawthron
parents:
diff changeset
    37
handlePointerEventDescription=Handles a touch event (CCoeControl::HandlePointerEventL)
cawthron
parents:
diff changeset
    38
handleLongTapEvent=handle long tap event
cawthron
parents:
diff changeset
    39
handleLongTapEventDescription=Handles a long tap event (MAknLongTapDetectorCallBack::HandleLongTapEventL)
cawthron
parents:
diff changeset
    40
previewPopUpShown=preview pop-up shown
cawthron
parents:
diff changeset
    41
previewPopUpShownDescription=Handles the event occurring when the preview pop-up is shown \
cawthron
parents:
diff changeset
    42
(MAknPreviewPopUpObserver::HandlePreviewPopUpEventL)
cawthron
parents:
diff changeset
    43
previewPopUpHidden=preview pop-up hidden
cawthron
parents:
diff changeset
    44
previewPopUpHiddenDescription=Handles the event occurring when the preview pop-up is shown \
cawthron
parents:
diff changeset
    45
(MAknPreviewPopUpObserver::HandlePreviewPopUpEventL)
cawthron
parents:
diff changeset
    46
generalContainmentError=A preview popup can''t contain objects of type ''{0}''. Use labels and images as content.