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 |
handleKeyEvent=handleKeyEvent
|
|
6 |
handleKeyEventDescription=Handles key press or release (CCoeAppUi::HandleKeyEventL)
|
|
7 |
foregroundEvent=foregroundEvent
|
|
8 |
foregroundEventDescription=Occurs when application is brought to foreground (CCoeAppUi::HandleForegroundEventL)
|
|
9 |
switchOnEvent=switchOnEvent
|
|
10 |
switchOnEventDescription=Occurs when phone is switched on (CCoeAppUi::HandleSwitchOnEventL)
|
|
11 |
systemEvent=systemEvent
|
|
12 |
systemEventDescription=Handles well-known system events (CCoeAppUi::HandleSystemEventL)
|
|
13 |
applicationSpecificEvent=applicationSpecificEvent
|
|
14 |
applicationSpecificEventDescription=Handles user-defined events (CCoeAppUi::HandleApplicationSpecificEventL)
|
|
15 |
handleStatusPaneSizeChanged=statusPaneSizeChanged
|
|
16 |
handleStatusPaneSizeChangedDescription=Handles changes to status pane size (CAknAppUi::HandleStatusPaneSizeChange)
|
|
17 |
viewEvent=viewEvent
|
|
18 |
viewEventDescription=Handles Avkon view events (MCoeViewObserver::HandleViewEventL)
|
|
19 |
handleCommand=handleCommand
|
|
20 |
handleCommandDescription=Handles commands at the application level (CEikAppUi::HandleCommandL)
|
|
21 |
initializeMenuPane=initializeMenuPane
|
|
22 |
initializeMenuPaneDescription=Handles dynamic changes to menus loaded from resource (MEikMenuObserver::DynInitMenuPaneL)
|
|
23 |
offerKeyToApp=offerKeyToApp
|
|
24 |
offerKeyToAppDescription=Handles unrecognized keypress in menu (MEikMenuObserver::OfferKeyToAppL)
|
|
25 |
handleResourceChanged=handleResourceChanged
|
|
26 |
handleResourceChangedDescription=Handles changes to shared resources like colors or fonts (CEikAppUi::HandleResourceChangeL)
|