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