title=translate.withArguments("Call from %0",[contactTitle],targetLocale);
title=translate.withArguments("Call from %0",[contactTitle],targetLocale);
desc=translate.withArguments("Incoming call from %0 (%1) to %2",[contactTitle,this.getFormattedCallAddress(),this.getFormattedLocalAddress()],targetLocale);
desc=translate.withArguments("Incoming call from %0 (%1) to %2",[contactTitle,this.getFormattedCallAddress(),this.getFormattedLocalAddress()],targetLocale);
}
}
...
@@ -120,7 +121,7 @@ var disconnectingHandlerFn = function()
...
@@ -120,7 +121,7 @@ var disconnectingHandlerFn = function()
title=translate.withArguments("Call from %0",[contactTitleMissed],targetLocale);
title=translate.withArguments("Call from %0",[contactTitleMissed],targetLocale);
desc=translate.withArguments("Missed call from %0 (%1) to %2",[this.getFormattedCallAddress(),contactTitleMissed,this.getFormattedLocalAddress()],targetLocale);
desc=translate.withArguments("Missed call from %0 (%1) to %2",[this.getFormattedCallAddress(),contactTitleMissed,this.getFormattedLocalAddress()],targetLocale);
}
}
...
@@ -135,7 +136,7 @@ var disconnectingHandlerFn = function()
...
@@ -135,7 +136,7 @@ var disconnectingHandlerFn = function()
title=translate.withArguments("Call from %0",[contactTitleAccepted],targetLocale);
title=translate.withArguments("Call from %0",[contactTitleAccepted],targetLocale);
desc=translate.withArguments("Accepted call from %0 (%1) to %2, duration: %3",[this.getFormattedCallAddress(),contactTitleAccepted,this.getFormattedLocalAddress(),talkDuration],targetLocale);
desc=translate.withArguments("Accepted call from %0 (%1) to %2, duration: %3",[this.getFormattedCallAddress(),contactTitleAccepted,this.getFormattedLocalAddress(),talkDuration],targetLocale);