i18n: pull translations and change duration display from HH::MM::ss to HH:MM:ss

This commit is contained in:
Gautier Pelloux-Prayer 2015-08-24 11:02:21 +02:00
parent ed1bac10cf
commit 3f14debcbd
21 changed files with 5990 additions and 5000 deletions

View file

@ -510,7 +510,7 @@ void linphone_gtk_in_call_view_set_calling(LinphoneCall *call){
gtk_label_set_markup(GTK_LABEL(status),_("<b>Calling...</b>"));
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);
}
@ -653,7 +653,7 @@ static void volume_control_value_changed(GtkScaleButton *button, gdouble value,
static void volume_control_button_update_value(GtkWidget *widget) {
LinphoneCall *call = (LinphoneCall *)g_object_get_data(G_OBJECT(widget), "call");
VolumeControlType type = (VolumeControlType)g_object_get_data(G_OBJECT(widget), "type");
if(type == VOLUME_CTRL_PLAYBACK) {
gtk_scale_button_set_value(GTK_SCALE_BUTTON(widget), linphone_call_get_speaker_volume_gain(call));
} 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,"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_call_update_tab_header(call,FALSE);
linphone_gtk_enable_mute_button(

@ -1 +1 @@
Subproject commit 51ec0ba6cc09107d90340875dfb418d3a5e18245
Subproject commit 2fcbd0776bcd712f566be5d1e8f053142723e91d

609
po/ar.po

File diff suppressed because it is too large Load diff

562
po/cs.po

File diff suppressed because it is too large Load diff

635
po/de.po

File diff suppressed because it is too large Load diff

553
po/es.po

File diff suppressed because it is too large Load diff

627
po/fr.po

File diff suppressed because it is too large Load diff

561
po/he.po

File diff suppressed because it is too large Load diff

573
po/hu.po

File diff suppressed because it is too large Load diff

690
po/it.po

File diff suppressed because it is too large Load diff

571
po/ja.po

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

591
po/nl.po

File diff suppressed because it is too large Load diff

526
po/pl.po

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

637
po/ru.po

File diff suppressed because it is too large Load diff

616
po/sr.po

File diff suppressed because it is too large Load diff

537
po/sv.po

File diff suppressed because it is too large Load diff

561
po/tr.po

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff