uidesigner/com.nokia.sdt.series60.componentlibrary/components/app/CAknAppUi_2.x.properties
author cawthron
Tue, 24 Mar 2009 22:20:21 -0500
changeset 2 d760517a8095
permissions -rw-r--r--
new
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
generalContainmentError=CAknAppUi can''t contain objects of type ''{0}''.
cawthron
parents:
diff changeset
     2
singleInstanceContainmentError=CAknAppUi can''t contain more than one object of type ''{0}''.
cawthron
parents:
diff changeset
     3
optionsMenu=options menu
cawthron
parents:
diff changeset
     4
cawthron
parents:
diff changeset
     5
handleKeyEvent=handleKeyEvent
cawthron
parents:
diff changeset
     6
handleKeyEventDescription=Handles key press or release (CCoeAppUi::HandleKeyEventL)
cawthron
parents:
diff changeset
     7
foregroundEvent=foregroundEvent
cawthron
parents:
diff changeset
     8
foregroundEventDescription=Occurs when application is brought to foreground (CCoeAppUi::HandleForegroundEventL) 
cawthron
parents:
diff changeset
     9
switchOnEvent=switchOnEvent
cawthron
parents:
diff changeset
    10
switchOnEventDescription=Occurs when phone is switched on (CCoeAppUi::HandleSwitchOnEventL)
cawthron
parents:
diff changeset
    11
systemEvent=systemEvent
cawthron
parents:
diff changeset
    12
systemEventDescription=Handles well-known system events (CCoeAppUi::HandleSystemEventL) 
cawthron
parents:
diff changeset
    13
applicationSpecificEvent=applicationSpecificEvent
cawthron
parents:
diff changeset
    14
applicationSpecificEventDescription=Handles user-defined events (CCoeAppUi::HandleApplicationSpecificEventL)
cawthron
parents:
diff changeset
    15
handleStatusPaneSizeChanged=statusPaneSizeChanged
cawthron
parents:
diff changeset
    16
handleStatusPaneSizeChangedDescription=Handles changes to status pane size (CAknAppUi::HandleStatusPaneSizeChange)
cawthron
parents:
diff changeset
    17
viewEvent=viewEvent
cawthron
parents:
diff changeset
    18
viewEventDescription=Handles Avkon view events (MCoeViewObserver::HandleViewEventL)
cawthron
parents:
diff changeset
    19
handleCommand=handleCommand
cawthron
parents:
diff changeset
    20
handleCommandDescription=Handles commands at the application level (CEikAppUi::HandleCommandL)
cawthron
parents:
diff changeset
    21
initializeMenuPane=initializeMenuPane
cawthron
parents:
diff changeset
    22
initializeMenuPaneDescription=Handles dynamic changes to menus loaded from resource (MEikMenuObserver::DynInitMenuPaneL)
cawthron
parents:
diff changeset
    23
offerKeyToApp=offerKeyToApp
cawthron
parents:
diff changeset
    24
offerKeyToAppDescription=Handles unrecognized keypress in menu (MEikMenuObserver::OfferKeyToAppL)
cawthron
parents:
diff changeset
    25
handleResourceChanged=handleResourceChanged
cawthron
parents:
diff changeset
    26
handleResourceChangedDescription=Handles changes to shared resources like colors or fonts (CEikAppUi::HandleResourceChangeL)