Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:10:01
Changelog for FileZilla 3 (8047 changes):
2008-07-12 08:50 botg, revision 2489- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/pt_PT.po
2008-07-12 08:47 botg, revision 2488Updated translations
2008-07-12 08:43 botg, revision 2487Need to use closesocket on MSW.
2008-07-11 23:55 botg, revision 2486Correct copy&paste error, fixes [ 2002883 ] Filecount and deleting files in remote view
2008-07-11 23:05 botg, revision 2485Windows is weird. Without this, sockets could hang. I so much want a working select + pipe.
2008-07-11 07:57 botg, revision 2484Silence a trace
2008-07-10 17:33 botg, revision 2482Need to call WSAStartup on some Windows versions
2008-07-10 17:20 botg, revision 2481Fix one error, uncover another. Like peeling an onion...
2008-07-10 16:37 botg, revision 2480Typo
2008-07-10 16:18 botg, revision 2479Aftermath from wxSocket removal
2008-07-10 15:14 botg, revision 2478Picky GCC.
2008-07-10 15:14 botg, revision 2477Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/zh_CN.po
2008-07-10 14:52 botg, revision 2476Updated translation
2008-07-10 13:54 botg, revision 2475Always ask system for external address on IPv6 connections.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/FileZilla.h
- M /FileZilla3/trunk/src/interface/netconfwizard.h
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
2008-07-10 13:27 botg, revision 2474Remove the last bits of wxSocket from the engine.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/socket.h
2008-07-10 13:26 botg, revision 2473Convert http class to use the new socket.
2008-07-10 09:19 botg, revision 2472Missing argument name
2008-07-08 15:21 botg, revision 2471Fix [ 2014739 ] Crash if getting disconnected during OnMenuEdit handler
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-07-08 15:03 botg, revision 2470[ 2012394 ] Add a "Open Existing File" to edit existing file dialog
2008-07-08 13:43 botg, revision 2469Suppress boring trace.
2008-07-08 08:34 botg, revision 2468Silly typo
2008-07-07 20:40 botg, revision 2467Compile fixes for FreeBSD: Missed a header and slightly different error codes on getaddrinfo.
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/socket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
2008-07-07 16:37 botg, revision 2466Buffer size setting
2008-07-07 16:33 botg, revision 2465Another round of compile fixes
2008-07-06 21:43 botg, revision 2464Add some error codes, check if AI_NUMERICSERV is defined on all platforms.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/socket.h
2008-07-06 21:24 botg, revision 2463Implement flags (keepalive, nodelay) and fix GetLocalIP, GetPeerIP and GetAddressFamily on IPv6 connections.
2008-07-06 09:36 botg, revision 2462Don't use wxSocketEvent anymore
2008-07-05 14:06 botg, revision 2461Fix file descriptor leak.
2008-07-05 13:42 botg, revision 2446Backport revision 2459: Version bump
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2008-07-05 13:42 botg, revision 2445Parse EPSV reply
2008-07-05 13:03 botg, revision 2444Fix listening under *nix
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/include/misc.h
- A /FileZilla3/trunk/tests/ipaddress.cpp
- M /FileZilla3/trunk/tests/Makefile.am
2008-07-04 13:42 botg, revision 2443Add IPv6 support to IsRoutableAddress function, add testcase.
2008-07-04 12:40 botg, revision 2442Use EPSV/EPRT on IPv6 connections.
2008-07-04 07:09 botg, revision 2441Release possible capture before showing change notification. Don't do modification check from timer if there's a capture.
2008-07-03 18:44 botg, revision 2440Fix compile error
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
2008-07-03 13:17 botg, revision 2439Implement select loop on non-Windows systems
2008-07-03 13:15 botg, revision 2438Missed a line of debug output.
2008-07-03 13:08 botg, revision 2437Get TLS working again.
2008-07-03 10:36 botg, revision 2436Fix AddressToString
2008-07-02 22:36 botg, revision 2435Accepted socket needs to be marked nonblocking. Also fixes compile error.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
2008-07-01 21:18 botg, revision 2434Delete socket threads, some misc cleanup.
- D /FileZilla3/trunk/src/engine/asynchostresolver.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engine.vcproj
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/socket.cpp
- D /FileZilla3/trunk/src/include/asynchostresolver.h
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/Makefile.am
2008-07-01 17:28 botg, revision 2433Remove async host resolver, not needed anymore. Asynchronous host resolution is done by the new socket class itself.
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/include/externalipresolver.h
2008-07-01 15:42 botg, revision 2432Update external-ip resolver.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/socket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
2008-07-01 11:03 botg, revision 2431Close notification.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/socket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
2008-06-30 21:47 botg, revision 2430Even more compile errors and warnings. Too many differences between different compilers imo.
2008-06-30 18:11 botg, revision 2429More compile errors
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/socket.h
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
2008-06-30 14:26 botg, revision 2428Fix compile errors and do some cleanup.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/socket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
2008-06-29 12:42 botg, revision 2427Implement listening sockets and get active mode working.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
2008-06-28 19:37 botg, revision 2426Update CTlsSocket to use new socket semantics.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/socket.h
2008-06-28 15:56 botg, revision 2425Implement GetLocalIP and GetPeerIP.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/socket.h
2008-06-28 13:36 botg, revision 2424Implement Read and Write. Next to implement: GetLocalIP and GetPeerIP.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/engine.vcproj
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- A /FileZilla3/trunk/src/engine/socket.cpp
- A /FileZilla3/trunk/src/engine/socket.h
2008-06-24 22:11 botg, revision 2423Work in heavy progress: IPv6 support. Doesn't really do much yet, might not even compile.
2008-06-23 15:15 botg, revision 2422Display number of filtered out items if directory appears empty.
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
2008-06-22 23:19 botg, revision 2421Fix "[ 2000727 ] reversed Hebrew in gui window". Unfortunately this return the flicker on RTL languages. I can't see any other solution.
2008-06-21 20:06 botg, revision 2420Fix panesize problem with widescreen and blackboard styles.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2008-06-20 20:20 botg, revision 2419Less code duplication.
2008-06-19 15:34 botg, revision 2418Don't allow main section to be unselected.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.h
- M /FileZilla3/trunk/src/interface/optionspage_fileexists.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-06-19 15:07 botg, revision 2417Rest of [ 1986536 ] Added file exist actions
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/optionspage_fileexists.cpp
2008-06-19 14:41 botg, revision 2416More of [ 1986536 ] Added file exist actions
2008-06-19 12:27 botg, revision 2415Don't concatenate path and filename, use FormatFilename, fixes [ 1997186 ] missing path separater on file exists dialog
2008-06-18 22:46 botg, revision 2414Parse URLs containing IPv6 addresses
2008-06-17 13:08 botg, revision 2413LISTDEBUG was left enabled by default. Was a noop though.
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.h
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
2008-06-15 14:01 botg, revision 2412Part of patch [ 1986536 ], use the available enum instead of an int.
2008-06-15 13:57 botg, revision 2411Version bump
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-06-15 13:43 botg, revision 2410Update translations
2008-06-15 13:16 botg, revision 2409Fix typo in email address
2008-06-13 11:11 botg, revision 2408Don't read from uninitialized memory.
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/view.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/viewheader.h
2008-06-12 10:34 botg, revision 2407Get rid of some resizing flicker on MSW.
2008-06-11 23:34 botg, revision 2406Fix previous commit
2008-06-11 18:51 botg, revision 2405Fix installer in combination with most recent libtool
2008-06-10 17:02 botg, revision 2404Add some files generated by most recent libtool to svn:ignore
2008-06-10 17:01 botg, revision 2403Add a translator
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/tests/serverpathtest.cpp
2008-06-09 16:25 botg, revision 2402Add servertype used by Cygwin's SSH server.
2008-06-09 16:01 botg, revision 2401Fix plural forms
2008-06-09 15:39 botg, revision 2400Version bump
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-06-09 07:38 botg, revision 2399Updated translations
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-06-08 17:23 botg, revision 2398Show number of filtered objects.
2008-06-08 17:17 botg, revision 2397More sizing fixes on OS X
2008-06-08 12:45 botg, revision 2396Fix initial minsize to fix sizing issue under OS X
2008-06-08 10:15 botg, revision 2395Quote path to fzsftp on OS X if it contains spaces.
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/optionspage_updatecheck.cpp
- M /FileZilla3/trunk/src/interface/optionspage_updatecheck.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2008-06-07 14:37 botg, revision 2394Since I need more testers, make beta check option sticky. Also clicking the new version available item in the menu will force another check.
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2008-06-07 13:52 botg, revision 2393Display list of changes in update available dialog.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-06-07 12:52 botg, revision 2392Fix ApplyCurrentFilter
2008-06-07 08:43 botg, revision 2391Filter didn't have effect on total number of files.
2008-06-05 09:59 botg, revision 2390Fix SetPath
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/serverpath.h
- M /FileZilla3/trunk/tests/serverpathtest.cpp
2008-06-05 09:10 botg, revision 2389Finish CServerPath cleanup
2008-06-03 22:37 botg, revision 2388Typo in comment
2008-06-03 22:36 botg, revision 2387Begin simplification of CServerPath, fix several testsuite failures
2008-06-02 21:36 botg, revision 2386Add another test
2008-06-02 10:22 botg, revision 2385Add partial testsuit for CServerPath
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2008-06-01 10:24 botg, revision 2384Add all server types to type selection in site manager.
2008-06-01 10:09 botg, revision 2383Get rid of trailing slashes for compliance with TVFS as defined in RFC3659. Might need to add a workaround for servers requiring the trailing slash later.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/view.cpp
- M /FileZilla3/trunk/src/interface/view.h
2008-05-31 10:55 botg, revision 2382Filelist status bars can be toggled.
2008-05-30 18:48 botg, revision 2381Allow changing all/current user installation mode.
2008-05-30 12:55 botg, revision 2380Remember component selection
2008-05-29 07:31 botg, revision 2379Work in progress: Make upgrading from previous versions easier.
2008-05-29 00:21 botg, revision 2378Remove additional plural translations
2008-05-28 20:16 botg, revision 2377Fix compilation under MinGW
2008-05-28 20:09 botg, revision 2376Minor formatting inconsistency.
2008-05-28 18:17 botg, revision 2375Add suffix for files < 1000
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/eu_ES.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/gl_ES.po
- M /FileZilla3/trunk/locales/he_IL.po
- M /FileZilla3/trunk/locales/hu_HU.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/ka.po
- M /FileZilla3/trunk/locales/km_KH.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/ku.po
- M /FileZilla3/trunk/locales/lt_LT.po
- M /FileZilla3/trunk/locales/lv_LV.po
- M /FileZilla3/trunk/locales/mk_MK.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/ne.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/sl_SI.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/th_TH.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
Add Plural-Forms header in all translations.