phoneapp/phoneuiqtviewadapter/src/phoneresourceadapter.cpp
changeset 50 377c906a8701
parent 46 bc5a64e5bc3c
child 65 2a5d4ab426d3
equal deleted inserted replaced
46:bc5a64e5bc3c 50:377c906a8701
   110         translatedActions [PhoneAction::Text] = text;
   110         translatedActions [PhoneAction::Text] = text;
   111         break;
   111         break;
   112         }
   112         }
   113         
   113         
   114     case R_PHONEUI_OUT_GOING_CALL:
   114     case R_PHONEUI_OUT_GOING_CALL:
       
   115     case R_PHONEUI_OUT_GOING_VIDEO_CALL:
   115         {
   116         {
   116         PhoneAction *text = new PhoneAction;
   117         PhoneAction *text = new PhoneAction;
   117         text->setText (hbTrId("txt_phone_other_calling"));
   118         text->setText (hbTrId("txt_phone_other_calling"));
   118         translatedActions [PhoneAction::Text] = text;
   119         translatedActions [PhoneAction::Text] = text;
   119         break;
   120         break;
   242             }
   243             }
   243             break;
   244             break;
   244             
   245             
   245         case R_PHONE_ERROR_REQUEST_REJECTED:
   246         case R_PHONE_ERROR_REQUEST_REJECTED:
   246             {
   247             {
   247             ret = hbTrId("txt_phone_info_request_rejected").arg(causeCode); 
   248             ret = hbTrId("txt_phone_dpopinfo_request_rejected_l1").arg(causeCode); 
   248             }
   249             }
   249             break;
   250             break;
   250                 
   251                 
   251         case R_PHONE_SS_NOTIFICATION_INCAL_INFO_HOLD_TEXT:
   252         case R_PHONE_SS_NOTIFICATION_INCAL_INFO_HOLD_TEXT:
   252             {
   253             {
   266             }
   267             }
   267             break;
   268             break;
   268             
   269             
   269         case R_PHONE_INCALL_INFO_NO_NETWORK_SUPPORT:
   270         case R_PHONE_INCALL_INFO_NO_NETWORK_SUPPORT:
   270             {
   271             {
   271             ret = hbTrId("txt_phone_info_no_network_support_for_video_call").arg(causeCode);
   272             ret = hbTrId("txt_phone_info_videocall_only_possible_under_3g").arg(causeCode);
   272             }
   273             }
   273             break;
   274             break;
   274         case R_PHONE_ERROR_EMERGENCY_CALLS_ONLY:
   275         case R_PHONE_ERROR_EMERGENCY_CALLS_ONLY:
   275             {
   276             {
   276             ret = hbTrId("txt_phone_info_emergency_calls_only").arg(causeCode);         
   277             ret = hbTrId("txt_phone_info_emergency_calls_only").arg(causeCode);         
   414             }
   415             }
   415             break;
   416             break;
   416         case R_PHONE_INCALL_INFO_VIDEO_CALL_NOT_ALLOWED_DURING_RESTORE:
   417         case R_PHONE_INCALL_INFO_VIDEO_CALL_NOT_ALLOWED_DURING_RESTORE:
   417             {
   418             {
   418             ret = hbTrId("txt_phone_info_video_call_not_allowed_during_resto").arg(causeCode);
   419             ret = hbTrId("txt_phone_info_video_call_not_allowed_during_resto").arg(causeCode);
       
   420             }
       
   421             break;
       
   422         case R_NOTETEXT_NUMBER_NOT_IN_CUG:
       
   423             {
       
   424             ret = hbTrId("txt_phone_info_number_not_in_closed_group").arg(causeCode);
   419             }
   425             }
   420             break;
   426             break;
   421         default:
   427         default:
   422             break;
   428             break;
   423     }
   429     }