|
1 generalContainmentError=CAknAppUi can''t contain objects of type ''{0}''. |
|
2 singleInstanceContainmentError=CAknAppUi can''t contain more than one object of type ''{0}''. |
|
3 optionsMenu=options menu |
|
4 hasScreenFurniture=screen furniture present |
|
5 skinsSupported=skins supported |
|
6 orientation=orientation |
|
7 layoutAware=layout aware |
|
8 orientationDescription=Orientation requirement: if "unspecified", either portrait or landscape are possible |
|
9 layoutAwareDescription=If true, application is designed to operate under multiple screen resolutions |
|
10 |
|
11 handleKeyEvent=handleKeyEvent |
|
12 handleKeyEventDescription=Handles key press or release (CCoeAppUi::HandleKeyEventL) |
|
13 foregroundEvent=foregroundEvent |
|
14 foregroundEventDescription=Occurs when application is brought to foreground (CCoeAppUi::HandleForegroundEventL) |
|
15 switchOnEvent=switchOnEvent |
|
16 switchOnEventDescription=Occurs when phone is switched on (CCoeAppUi::HandleSwitchOnEventL) |
|
17 systemEvent=systemEvent |
|
18 systemEventDescription=Handles well-known system events (CCoeAppUi::HandleSystemEventL) |
|
19 applicationSpecificEvent=applicationSpecificEvent |
|
20 applicationSpecificEventDescription=Handles user-defined events (CCoeAppUi::HandleApplicationSpecificEventL) |
|
21 handleStatusPaneSizeChanged=statusPaneSizeChanged |
|
22 handleStatusPaneSizeChangedDescription=Handles changes to status pane size (CAknAppUi::HandleStatusPaneSizeChange) |
|
23 viewEvent=viewEvent |
|
24 viewEventDescription=Handles Avkon view events (MCoeViewObserver::HandleViewEventL) |
|
25 handleCommand=handleCommand |
|
26 handleCommandDescription=Handles commands at the application level (CEikAppUi::HandleCommandL) |
|
27 initializeMenuPane=initializeMenuPane |
|
28 initializeMenuPaneDescription=Handles dynamic changes to menus loaded from resource (MEikMenuObserver::DynInitMenuPaneL) |
|
29 offerKeyToApp=offerKeyToApp |
|
30 offerKeyToAppDescription=Handles unrecognized keypress in menu (MEikMenuObserver::OfferKeyToAppL) |
|
31 handleResourceChanged=handleResourceChanged |
|
32 handleResourceChangedDescription=Handles changes to screen size or shared resources like colors or fonts (CEikAppUi::HandleResourceChangeL) |