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);
}
}
...
@@ -116,7 +117,7 @@ var disconnectingHandlerFn = function()
...
@@ -116,7 +117,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);
}
}
...
@@ -131,7 +132,7 @@ var disconnectingHandlerFn = function()
...
@@ -131,7 +132,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);