2
|
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 |
|
|
5 |
hasScreenFurniture=screen furniture present
|
|
6 |
skinsSupported=skins supported
|
|
7 |
orientation=orientation
|
|
8 |
caption=caption
|
|
9 |
shortCaption=short caption
|
|
10 |
orientationDescription=Orientation requirement: if "unspecified", either portrait or landscape are possible
|
|
11 |
|
|
12 |
|
|
13 |
handleKeyEvent=handleKeyEvent
|
|
14 |
handleKeyEventDescription=Handles key press or release (CCoeAppUi::HandleKeyEventL)
|
|
15 |
foregroundEvent=foregroundEvent
|
|
16 |
foregroundEventDescription=Occurs when application is brought to foreground (CCoeAppUi::HandleForegroundEventL)
|
|
17 |
switchOnEvent=switchOnEvent
|
|
18 |
switchOnEventDescription=Occurs when phone is switched on (CCoeAppUi::HandleSwitchOnEventL)
|
|
19 |
systemEvent=systemEvent
|
|
20 |
systemEventDescription=Handles well-known system events (CCoeAppUi::HandleSystemEventL)
|
|
21 |
applicationSpecificEvent=applicationSpecificEvent
|
|
22 |
applicationSpecificEventDescription=Handles user-defined events (CCoeAppUi::HandleApplicationSpecificEventL)
|
|
23 |
handleStatusPaneSizeChanged=statusPaneSizeChanged
|
|
24 |
handleStatusPaneSizeChangedDescription=Handles changes to status pane size (CAknAppUi::HandleStatusPaneSizeChange)
|
|
25 |
viewEvent=viewEvent
|
|
26 |
viewEventDescription=Handles Avkon view events (MCoeViewObserver::HandleViewEventL)
|
|
27 |
handleCommand=handleCommand
|
|
28 |
handleCommandDescription=Handles commands at the application level (CEikAppUi::HandleCommandL)
|
|
29 |
initializeMenuPane=initializeMenuPane
|
|
30 |
initializeMenuPaneDescription=Handles dynamic changes to menus loaded from resource (MEikMenuObserver::DynInitMenuPaneL)
|
|
31 |
offerKeyToApp=offerKeyToApp
|
|
32 |
offerKeyToAppDescription=Handles unrecognized keypress in menu (MEikMenuObserver::OfferKeyToAppL)
|
|
33 |
handleResourceChanged=handleResourceChanged
|
|
34 |
handleResourceChangedDescription=Handles changes to screen size or shared resources like colors or fonts (CEikAppUi::HandleResourceChangeL)
|
|
35 |
enableMSKDescription=If true, the application will enable the middle soft key (EAknEnableMSK).
|
|
36 |
enableMSK=enable middle soft key |