autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory src/fzshellext to autoreconf
autoreconf: Entering directory 'src/fzshellext'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I ../../m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I ../../m4
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:13: installing '../../config/compile'
configure.ac:5: installing '../../config/missing'
Makefile.am: installing '../../config/depcomp'
autoreconf: Leaving directory 'src/fzshellext'
autoreconf: running: libtoolize --copy --force
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:21: installing 'config/compile'
configure.ac:15: installing 'config/missing'
locales/Makefile.am:46: warning: '%'-style pattern rules are a GNU make extension
locales/Makefile.am:50: warning: '%'-style pattern rules are a GNU make extension
src/commonui/Makefile.am: installing 'config/depcomp'
autoreconf: Leaving directory '.'
In file included from /usr/include/wx-3.2/wx/window.h:2085,
from /usr/include/wx-3.2/wx/nonownedwnd.h:14,
from /usr/include/wx-3.2/wx/toplevel.h:20,
from /usr/include/wx-3.2/wx/dialog.h:14,
from /usr/include/wx-3.2/wx/msgdlg.h:18,
from msgbox.h:4,
from filezilla.h:6:
/usr/include/wx-3.2/wx/gtk/window.h:77:18: warning: âvirtual bool wxWindow::Reparent(wxWindowBase*)â was hidden [-Woverloaded-virtual=]
77 | virtual bool Reparent( wxWindowBase *newParent ) wxOVERRIDE;
| ^~~~~~~~
In file included from context_control.cpp:22:
viewheader.h:20:21: note: by âstatic void CViewHeader::Reparent(CViewHeader**, wxWindow*)â
20 | static void Reparent(CViewHeader** pViewHeader, wxWindow* parent);
| ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from filelistctrl.cpp:18:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: âGTypeDebugFlagsâ is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: âGTimeValâ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~~~~
filelistctrl.cpp:238:17: warning: âgboolean gtk_button_release_event(GtkWidget*, void*, CGtkEventCallbackProxyBase*)â defined but not used [-Wunused-function]
238 | static gboolean gtk_button_release_event(GtkWidget*, void *gdk_event, CGtkEventCallbackProxyBase *proxy)
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from filelistctrl.cpp:18,
from filelistctrl.h:660,
from LocalListView.h:4,
from LocalListView.cpp:6:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: âGTypeDebugFlagsâ is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: âGTimeValâ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~~~~
In file included from /usr/include/wx-3.2/wx/window.h:2085,
from /usr/include/wx-3.2/wx/nonownedwnd.h:14,
from /usr/include/wx-3.2/wx/toplevel.h:20,
from /usr/include/wx-3.2/wx/dialog.h:14,
from /usr/include/wx-3.2/wx/msgdlg.h:18,
from msgbox.h:4,
from filezilla.h:6:
/usr/include/wx-3.2/wx/gtk/window.h:77:18: warning: âvirtual bool wxWindow::Reparent(wxWindowBase*)â was hidden [-Woverloaded-virtual=]
77 | virtual bool Reparent( wxWindowBase *newParent ) wxOVERRIDE;
| ^~~~~~~~
In file included from Mainfrm.cpp:49:
viewheader.h:20:21: note: by âstatic void CViewHeader::Reparent(CViewHeader**, wxWindow*)â
20 | static void Reparent(CViewHeader** pViewHeader, wxWindow* parent);
| ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from filelistctrl.cpp:18,
from filelistctrl.h:660,
from RemoteListView.h:6,
from RemoteListView.cpp:19:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: âGTypeDebugFlagsâ is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: âGTimeValâ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from filelistctrl.cpp:18,
from filelistctrl.h:660,
from search.cpp:7:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: âGTypeDebugFlagsâ is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: âGTimeValâ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from themeprovider.cpp:15:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: âGTypeDebugFlagsâ is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: âGTimeValâ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~~~~
In file included from /usr/include/wx-3.2/wx/window.h:2085,
from /usr/include/wx-3.2/wx/nonownedwnd.h:14,
from /usr/include/wx-3.2/wx/toplevel.h:20,
from /usr/include/wx-3.2/wx/dialog.h:14,
from /usr/include/wx-3.2/wx/msgdlg.h:18,
from msgbox.h:4,
from filezilla.h:6:
/usr/include/wx-3.2/wx/gtk/window.h:77:18: warning: âvirtual bool wxWindow::Reparent(wxWindowBase*)â was hidden [-Woverloaded-virtual=]
77 | virtual bool Reparent( wxWindowBase *newParent ) wxOVERRIDE;
| ^~~~~~~~
In file included from view.cpp:3:
viewheader.h:20:21: note: by âstatic void CViewHeader::Reparent(CViewHeader**, wxWindow*)â
20 | static void Reparent(CViewHeader** pViewHeader, wxWindow* parent);
| ^~~~~~~~
In file included from /usr/include/wx-3.2/wx/window.h:2085,
from /usr/include/wx-3.2/wx/nonownedwnd.h:14,
from /usr/include/wx-3.2/wx/toplevel.h:20,
from /usr/include/wx-3.2/wx/dialog.h:14,
from /usr/include/wx-3.2/wx/msgdlg.h:18,
from msgbox.h:4,
from filezilla.h:6:
/usr/include/wx-3.2/wx/gtk/window.h:77:18: warning: âvirtual bool wxWindow::Reparent(wxWindowBase*)â was hidden [-Woverloaded-virtual=]
77 | virtual bool Reparent( wxWindowBase *newParent ) wxOVERRIDE;
| ^~~~~~~~
In file included from viewheader.cpp:2:
viewheader.h:20:21: note: by âstatic void CViewHeader::Reparent(CViewHeader**, wxWindow*)â
20 | static void Reparent(CViewHeader** pViewHeader, wxWindow* parent);
| ^~~~~~~~
....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
.............................................................................. done.
done.
.................................................................................................................................................................................................................................................................................................................................................................................................... done.
done.
.................................................................................................................................................................................................. done.
................................................................................................................................................................................................................................................................................................................................................................................................................ done.
................. done.
....................................................................................................................................................................... done.
................................................................................................................................................................................................. done.
................................................................................................................................................................................................. done.
..................................................................................................................................................................................................................................................................... done.
................................................................................................................................................................................................... done.
............................................................................................................................ done.
.................................................................................................................................................................................................... done.
................................................................................................................................................................................................. done.
................................................................................................................................................................................................................................................................................................................... done.
................................................................................. done.
...................................................................................................................................................................................................... done.
.................................................................................................................................................................................................................................................................................................................................................................. done.
.................................. done.
.......................................................................................................................................................................................................................................................................................................................................................................................... done.
........ done.
.................................................................................................................................................................................................. done.
............................................................................................................................................................................................................................................................................................................................................................... done.
........................................ done.
................................................................................................................................................................................................. done.
..................................................................................................................................................................................................................................................................................................................................................................................................... done.
............................................................................................................ done.
......................................................................................... done.
.................................................................................................................................................................................kab.po.new:6046: warning: internationalized messages should not contain the '\a' escape sequence
.kab.po.new:6046: warning: internationalized messages should not contain the '\a' escape sequence
................. done.
.................................................................................................................................................................................................. done.
.................................................................................................................................................................................................. done.
................................................................................................................................................................................................. done.
............................................................................................................................................................................................................................................................................................................. done.
........................................................................................ done.
.............................................................................................................................................................................................................. done.
.................................................................................................................................................................................................................................................................................................................................................................................................................................. done.
............................................................ done.
.............................................................................................. done.
.................................................................................................................................................................................................. done.
................................................................................................................................................................................................................................................................................................................................................................................................. done.
.. done.
................................................................................................................................................................................................. done.
............................................................................................................................................................................................................................ done.
............................................................................................................................................................................ done.
..................................................................................................................................................................................................................................................................................................................................................................................................... done.
done.
..................................................................................................................................................................................................................................................................................................................... done.
........................................................................................................................................................................................................................................................................................ done.
done.
........................................................................................................................................................................................................................................................................................................................................................................... done.
.......................... done.
.................................................................................................................................................................................................. done.
..................................................................................................................................................................................................................................................................................................................................................................................................... done.
done.
.................................................................................................................................................................................................. done.
.........................................................................................................................................................................................................................................................................................................1813 translated messages, 83 untranslated messages.
........ done.
....................................................................................1321 translated messages, 575 untranslated messages.
done.
1561 translated messages, 335 untranslated messages.
1813 translated messages, 83 untranslated messages.
1126 translated messages, 770 untranslated messages.
1672 translated messages, 224 untranslated messages.
1813 translated messages, 83 untranslated messages.
1720 translated messages, 176 untranslated messages.
0 translated messages.
1408 translated messages, 488 untranslated messages.
1814 translated messages, 82 untranslated messages.
1814 translated messages, 82 untranslated messages.
1704 translated messages, 192 untranslated messages.
1247 translated messages, 649 untranslated messages.
1621 translated messages, 275 untranslated messages.
1784 translated messages, 112 untranslated messages.
1120 translated messages, 776 untranslated messages.
1590 translated messages, 306 untranslated messages.
1813 translated messages, 83 untranslated messages.
1795 translated messages, 101 untranslated messages.
1703 translated messages, 193 untranslated messages.
he_IL.po.new:11: warning: header field 'Project-Id-Version' still has the initial default value
1637 translated messages, 259 untranslated messages.
1145 translated messages, 751 untranslated messages.
1582 translated messages, 314 untranslated messages.
1814 translated messages, 82 untranslated messages.
663 translated messages, 1233 untranslated messages.
1516 translated messages, 380 untranslated messages.
1882 translated messages, 14 untranslated messages.
1813 translated messages, 83 untranslated messages.
338 translated messages, 1558 untranslated messages.
1643 translated messages, 253 untranslated messages.
40 translated messages, 1856 untranslated messages.
543 translated messages, 1353 untranslated messages.
224 translated messages, 1672 untranslated messages.
1814 translated messages, 82 untranslated messages.
1223 translated messages, 673 untranslated messages.
1357 translated messages, 539 untranslated messages.
1167 translated messages, 729 untranslated messages.
901 translated messages, 995 untranslated messages.
1582 translated messages, 314 untranslated messages.
1786 translated messages, 110 untranslated messages.
479 translated messages, 1417 untranslated messages.
1067 translated messages, 829 untranslated messages.
1495 translated messages, 401 untranslated messages.
1737 translated messages, 159 untranslated messages.
1546 translated messages, 350 untranslated messages.
1493 translated messages, 403 untranslated messages.
1281 translated messages, 615 untranslated messages.
1660 translated messages, 236 untranslated messages.
1748 translated messages, 148 untranslated messages.
1258 translated messages, 638 untranslated messages.
1765 translated messages, 131 untranslated messages.
1814 translated messages, 82 untranslated messages.
1813 translated messages, 83 untranslated messages.
1575 translated messages, 321 untranslated messages.
1779 translated messages, 117 untranslated messages.
1813 translated messages, 83 untranslated messages.
1814 translated messages, 82 untranslated messages.
1765 translated messages, 1 fuzzy translation, 130 untranslated messages.
1783 translated messages, 113 untranslated messages.
libtool: warning: remember to run 'libtool --finish /usr/lib'
libtool: warning: relinking 'libfzclient-commonui-private.la'
libtool: warning: remember to run 'libtool --finish /usr/lib'
libtool: warning: '../commonui/libfzclient-commonui-private.la' has not been installed in '/usr/lib'
libtool: warning: '/var/pisi/filezilla-3.70.3-13/work/filezilla-3.70.3/src/engine/libfzclient-private.la' has not been installed in '/usr/lib'
libtool: warning: '../engine/libfzclient-private.la' has not been installed in '/usr/lib'