mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-21 14:18:25 +00:00
i18n: pull translations and change duration display from HH::MM::ss to HH:MM:ss
This commit is contained in:
parent
ed1bac10cf
commit
3f14debcbd
21 changed files with 5990 additions and 5000 deletions
|
|
@ -510,7 +510,7 @@ void linphone_gtk_in_call_view_set_calling(LinphoneCall *call){
|
||||||
gtk_label_set_markup(GTK_LABEL(status),_("<b>Calling...</b>"));
|
gtk_label_set_markup(GTK_LABEL(status),_("<b>Calling...</b>"));
|
||||||
display_peer_name_in_label(callee,linphone_call_get_remote_address (call));
|
display_peer_name_in_label(callee,linphone_call_get_remote_address (call));
|
||||||
|
|
||||||
gtk_label_set_text(GTK_LABEL(duration),_("00::00::00"));
|
gtk_label_set_text(GTK_LABEL(duration),_("00:00:00"));
|
||||||
linphone_gtk_in_call_set_animation_spinner(callview);
|
linphone_gtk_in_call_set_animation_spinner(callview);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -764,7 +764,7 @@ void linphone_gtk_in_call_view_set_in_call(LinphoneCall *call){
|
||||||
gtk_widget_set_sensitive(linphone_gtk_get_widget(callview,"conference_button"),!in_conf);
|
gtk_widget_set_sensitive(linphone_gtk_get_widget(callview,"conference_button"),!in_conf);
|
||||||
gtk_widget_set_sensitive(linphone_gtk_get_widget(callview,"transfer_button"),!in_conf);
|
gtk_widget_set_sensitive(linphone_gtk_get_widget(callview,"transfer_button"),!in_conf);
|
||||||
|
|
||||||
gtk_label_set_text(GTK_LABEL(duration),_("00::00::00"));
|
gtk_label_set_text(GTK_LABEL(duration),_("00:00:00"));
|
||||||
linphone_gtk_in_call_set_animation_image(callview,GTK_STOCK_MEDIA_PLAY,TRUE);
|
linphone_gtk_in_call_set_animation_image(callview,GTK_STOCK_MEDIA_PLAY,TRUE);
|
||||||
linphone_gtk_call_update_tab_header(call,FALSE);
|
linphone_gtk_call_update_tab_header(call,FALSE);
|
||||||
linphone_gtk_enable_mute_button(
|
linphone_gtk_enable_mute_button(
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 51ec0ba6cc09107d90340875dfb418d3a5e18245
|
Subproject commit 2fcbd0776bcd712f566be5d1e8f053142723e91d
|
||||||
540
po/nb_NO.po
540
po/nb_NO.po
File diff suppressed because it is too large
Load diff
521
po/pt_BR.po
521
po/pt_BR.po
File diff suppressed because it is too large
Load diff
529
po/zh_CN.po
529
po/zh_CN.po
File diff suppressed because it is too large
Load diff
535
po/zh_TW.po
535
po/zh_TW.po
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue