uidesigner/com.nokia.sdt.series60.componentlibrary/components/containers/CAknForm.properties
author dan.podwall@nokia.com
Mon, 06 Apr 2009 14:00:50 -0500
changeset 50 9107fae37cee
parent 2 d760517a8095
permissions -rw-r--r--
merge on RCL_2_0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
friendlyName=Form
cawthron
parents:
diff changeset
     2
information=Forms provide a way to allow the user to quickly and easily edit many items of data in a single view.
cawthron
parents:
diff changeset
     3
generalContainmentError=A form can''t contain objects of type ''{0}''.
cawthron
parents:
diff changeset
     4
prompt=prompt
cawthron
parents:
diff changeset
     5
promptDescription=Label describing the item's contents
cawthron
parents:
diff changeset
     6
promptImage=image in prompt
cawthron
parents:
diff changeset
     7
promptImageDescription=Image that appears to the left of the prompt when "show bitmaps" is enabled
cawthron
parents:
diff changeset
     8
#tooltip=help text
cawthron
parents:
diff changeset
     9
#itemFlags=item flags
cawthron
parents:
diff changeset
    10
#flags=flags
cawthron
parents:
diff changeset
    11
EEikDlgItemTakesEnterKey=takes enter key
cawthron
parents:
diff changeset
    12
EEikDlgItemTakesEnterKeyDescription=If true, item accepts the Selection/Enter key; usually set on text editors
cawthron
parents:
diff changeset
    13
EEikDlgItemOfferAllHotKeys=offer all hot keys
cawthron
parents:
diff changeset
    14
EEikDlgItemOfferAllHotKeysDescription=If true, item accepts all hot keys; usually set on text editors
cawthron
parents:
diff changeset
    15
EEikDlgItemSeparatorBefore=separator before
cawthron
parents:
diff changeset
    16
EEikDlgItemSeparatorBeforeDescription=If true, show separator before this item (S60 2.x only)
cawthron
parents:
diff changeset
    17
EEikFormHideEmptyFields=hide empty fields
cawthron
parents:
diff changeset
    18
EEikFormHideEmptyFieldsKey=If true, empty fields are not displayed outside edit mode
cawthron
parents:
diff changeset
    19
EEikFormShowBitmaps=show image in prompt
cawthron
parents:
diff changeset
    20
EEikFormShowBitmapsKey=If true, each field may have an associated bitmap in the left-hand column
cawthron
parents:
diff changeset
    21
EEikFormEditModeOnly=edit mode only
cawthron
parents:
diff changeset
    22
EEikFormEditModeOnlyKey=If true, form is always in edit mode; otherwise, form starts in view mode and is edited via Options/Edit menu item
cawthron
parents:
diff changeset
    23
EEikFormUseDoubleSpacedFormat=double spaced format
cawthron
parents:
diff changeset
    24
EEikFormUseDoubleSpacedFormatKey=If true, show prompt and editor in separate lines; else, show prompt next to editor
cawthron
parents:
diff changeset
    25
exitsApp=exit application on close
cawthron
parents:
diff changeset
    26
exitsAppKey=If true, then unless otherwise handled, the right softkey will exit the application
cawthron
parents:
diff changeset
    27