Skip to content
Snippets Groups Projects
Commit 4d773612 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Update spanish, russian and french translation

parent 303d73aa
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@
* But only do this if user doesn't explicitly configure in pj/config_site.h.
*/
#ifndef PJSIP_HAS_TLS_TRANSPORT
/* #undef PJSIP_HAS_TLS_TRANSPORT */
#define PJSIP_HAS_TLS_TRANSPORT 1
#endif
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -177,7 +177,7 @@ void build_wizard( void ) {
GtkWidget* build_intro() {
GtkWidget *label;
wiz->intro = create_vbox( GTK_ASSISTANT_PAGE_INTRO , _("SFLphone 0.9.3") , _("Welcome to SFLphone!"));
wiz->intro = create_vbox( GTK_ASSISTANT_PAGE_INTRO , "SFLphone 0.9.4" , _("Welcome to SFLphone!"));
label = gtk_label_new(_("This installation wizard will help you configure an account.")) ;
gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
......
......@@ -662,7 +662,7 @@ create_view_menu()
gtk_widget_show (volumeMenu);
image = gtk_image_new_from_stock( GTK_STOCK_FIND , GTK_ICON_SIZE_MENU );
searchbarMenu = gtk_image_menu_item_new_with_mnemonic (_("_Search contact"));
searchbarMenu = gtk_image_menu_item_new_with_mnemonic (_("_Search bar"));
gtk_image_menu_item_set_image( GTK_IMAGE_MENU_ITEM ( searchbarMenu ), image );
gtk_menu_shell_append (GTK_MENU_SHELL (menu), searchbarMenu);
g_signal_connect(G_OBJECT (searchbarMenu), "activate",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment