mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-21 04:38:29 +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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -653,7 +653,7 @@ static void volume_control_value_changed(GtkScaleButton *button, gdouble value,
|
||||||
static void volume_control_button_update_value(GtkWidget *widget) {
|
static void volume_control_button_update_value(GtkWidget *widget) {
|
||||||
LinphoneCall *call = (LinphoneCall *)g_object_get_data(G_OBJECT(widget), "call");
|
LinphoneCall *call = (LinphoneCall *)g_object_get_data(G_OBJECT(widget), "call");
|
||||||
VolumeControlType type = (VolumeControlType)g_object_get_data(G_OBJECT(widget), "type");
|
VolumeControlType type = (VolumeControlType)g_object_get_data(G_OBJECT(widget), "type");
|
||||||
|
|
||||||
if(type == VOLUME_CTRL_PLAYBACK) {
|
if(type == VOLUME_CTRL_PLAYBACK) {
|
||||||
gtk_scale_button_set_value(GTK_SCALE_BUTTON(widget), linphone_call_get_speaker_volume_gain(call));
|
gtk_scale_button_set_value(GTK_SCALE_BUTTON(widget), linphone_call_get_speaker_volume_gain(call));
|
||||||
} else if(type == VOLUME_CTRL_RECORD) {
|
} else if(type == VOLUME_CTRL_RECORD) {
|
||||||
|
|
@ -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
|
||||||
542
po/nb_NO.po
542
po/nb_NO.po
File diff suppressed because it is too large
Load diff
523
po/pt_BR.po
523
po/pt_BR.po
File diff suppressed because it is too large
Load diff
531
po/zh_CN.po
531
po/zh_CN.po
File diff suppressed because it is too large
Load diff
537
po/zh_TW.po
537
po/zh_TW.po
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue