phoneapp/phoneui/srcdata/phoneui.rss
branchRCL_3
changeset 9 8871b09be73b
parent 1 838b0a10d15b
child 15 2a26698d78ba
equal deleted inserted replaced
4:c84cf270c54f 9:8871b09be73b
  6233 RESOURCE TBUF r_phone_bt_dev_address
  6233 RESOURCE TBUF r_phone_bt_dev_address
  6234     {
  6234     {
  6235     buf = qtn_bt_dev_address;
  6235     buf = qtn_bt_dev_address;
  6236     }
  6236     }
  6237 
  6237 
  6238 
  6238 // ---------------------------------------------------------
  6239 // ---------------------------------------------------------
  6239 //
  6240 //
  6240 //    r_phone_information_note_with_cba
  6241 //    r_phone_information_note_with_wait
       
  6242 //    It defines note template for information notes. Text
  6241 //    It defines note template for information notes. Text
  6243 //    must be replaced to correct in code. Note has wait
  6242 //    must be replaced to correct in code. Note has wait
  6244 //    flag.
  6243 //    flag.
  6245 //
  6244 //
  6246 // ---------------------------------------------------------
  6245 // ---------------------------------------------------------
  6247 //
  6246 //
  6248 RESOURCE DIALOG r_phone_information_note_with_wait
  6247 RESOURCE DIALOG r_phone_information_note_with_cba
  6249     {
  6248     {
  6250     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
  6249     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
  6251             EEikDialogFlagCbaButtons | EEikDialogFlagWait;
  6250             EEikDialogFlagCbaButtons;
  6252     buttons = r_phoneui_wait_note_cba;
  6251     buttons = r_phoneui_wait_note_cba;
  6253     items =
  6252     items =
  6254         {
  6253         {
  6255         DLG_LINE
  6254         DLG_LINE
  6256             {
  6255             {
  6997 RESOURCE TBUF r_phoneui_sim_unaccepted
  6996 RESOURCE TBUF r_phoneui_sim_unaccepted
  6998     {
  6997     {
  6999     buf = text_sim_lock_active;
  6998     buf = text_sim_lock_active;
  7000     }
  6999     }
  7001 
  7000 
  7002 
  7001 // -----------------------------------------------------------------------------
       
  7002 //
       
  7003 //    r_sim_invalid_uicc
       
  7004 //
       
  7005 // -----------------------------------------------------------------------------
       
  7006 //
       
  7007 RESOURCE TBUF r_sim_invalid_uicc
       
  7008     {
       
  7009     buf = text_invalid_card;
       
  7010     }      
  7003 
  7011 
  7004 // -----------------------------------------------------------------------------
  7012 // -----------------------------------------------------------------------------
  7005 //
  7013 //
  7006 //    r_phoneui_continue_in_handset
  7014 //    r_phoneui_continue_in_handset
  7007 //
  7015 //
  7727             txt = qtn_phob_opt_save_to_pb;
  7735             txt = qtn_phob_opt_save_to_pb;
  7728             flags = EEikMenuItemSeparatorAfter;
  7736             flags = EEikMenuItemSeparatorAfter;
  7729             },
  7737             },
  7730         MENU_ITEM
  7738         MENU_ITEM
  7731             {
  7739             {
       
  7740             command = EEasyDialingSettingsItemPlaceHolder;
       
  7741             flags = EEikMenuItemDimmed;
       
  7742             },
       
  7743         MENU_ITEM
       
  7744             {
  7732             command = EAknCmdEditItemPlaceHolder;
  7745             command = EAknCmdEditItemPlaceHolder;
  7733             },
  7746             },
  7734        MENU_ITEM
  7747        MENU_ITEM
  7735             {
  7748             {
  7736             command = EPhoneDialerCallSettings;
  7749             command = EPhoneDialerCallSettings;