commit 9bad2f70a4010a36da0064f6a06cc7a16a641595 Author: Matthias Clasen Date: Mon Aug 24 18:17:54 2009 -0400 Documentation fixes gtk/gtkcellrenderer.c | 12 ++++++++---- gtk/gtkwidget.c | 29 ++++++++++++++++++----------- 2 files changed, 26 insertions(+), 15 deletions(-) commit b09f8f6e3089197c6bd893e4e81bc883d2bbb3cc Author: Matthias Clasen Date: Mon Aug 24 16:31:46 2009 -0400 Updates NEWS | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) commit 23b88f26b969769c7d8a2d1ea0d50039cd7b8aa4 Author: Matthias Clasen Date: Mon Aug 24 10:37:46 2009 -0400 Document GDK_NATIVE_WINDOWS Add a section in the release notes about it and list it in the docs with all the other environment variables. README.in | 7 +++++++ docs/reference/gtk/running.sgml | 10 ++++++++++ 2 files changed, 17 insertions(+), 0 deletions(-) commit 9d1dc2dae927c02fa0ebdff9507196927e5b1797 Author: Gil Forcada Date: Mon Aug 24 20:16:29 2009 +0200 Minor fix to Catalan translation po/ca.po | 2200 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1102 insertions(+), 1098 deletions(-) commit c268892e392965aec24ae510f1a3e5b14fb6655a Author: Carles Ferrando Date: Mon Aug 24 20:16:02 2009 +0200 Updated Catalan (Valencian) translation po/ca@valencia.po | 4234 ++++++++++++++++++++--------------------------------- 1 files changed, 1621 insertions(+), 2613 deletions(-) commit 37c3413beb3899e3c151b5f042b127f7ed9145ab Author: Gil Forcada Date: Mon Aug 24 20:09:26 2009 +0200 Minor fix to Catalan translation po-properties/ca.po | 3485 ++++++++++++++++++++++++++------------------------- 1 files changed, 1758 insertions(+), 1727 deletions(-) commit 1f446d06585a1b2c555aebf7f61b68488f5723b4 Author: Carles Ferrando Date: Mon Aug 24 20:06:44 2009 +0200 Updated Catalan (Valencian) translation po-properties/ca@valencia.po | 4629 +++++++++++++++++++++--------------------- 1 files changed, 2279 insertions(+), 2350 deletions(-) commit e8dcf330cca3e97ee8ca1a5b81c6f475df4eeed1 Author: Christian Persch Date: Thu Aug 20 15:32:22 2009 +0200 Preserve errno, and always use g_strerror() Bug #592461. gdk-pixbuf/io-gif.c | 2 +- gtk/gtkfilesel.c | 12 +++++++++--- gtk/gtkmountoperation-x11.c | 6 ++++-- gtk/updateiconcache.c | 18 +++++++++++++----- 4 files changed, 27 insertions(+), 11 deletions(-) commit a79f929dd6c89fceeaf0d9039e5a10cad9d87d2f Author: Alexander Larsson Date: Mon Aug 24 15:18:10 2009 +0200 Add support for enabling only native windows Some applications make weird assumtions on Gtk+ that do not work anymore with the new client-side windows support. For instance SWT/Eclipse reorders the stacking order of the X windows directly without telling gdk this, which breaks gdk drawing as gdk now relies on knowing the stacking order for window clipping. This introduces a GDK_NATIVE_WINDOWS environment variable, which if set causes Gtk+ to always use native windows. Its more compatible with pre-csw Gtk+ behaviour if you do weird X-specific hacks, although it does limit the size of GdkWindows to 65535x65535. gdk/gdk.c | 3 + gdk/gdkdisplay.c | 4 ++ gdk/gdkglobals.c | 1 + gdk/gdkinternals.h | 1 + gdk/gdkwindow.c | 123 +++++++++++++++++++++++++++++++++++++++++++--------- 5 files changed, 111 insertions(+), 21 deletions(-) commit deda8b97f61329f3f23705cbf9a15fc24b657967 Author: Denis Arnaud Date: Mon Aug 24 12:42:14 2009 +0200 Updated breton translation po/br.po | 2588 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1322 insertions(+), 1266 deletions(-) commit 6dd6d44f984c208a11ce82166aee52b51282aeb6 Author: Sweta Kothari Date: Mon Aug 24 14:55:18 2009 +0530 Updated Gujarati Translations po-properties/gu.po | 3672 +++++++++++++++++++++++++-------------------------- 1 files changed, 1824 insertions(+), 1848 deletions(-) commit 17f9ba3a15b1a09373db26dbbe226d75f589fdf6 Author: Tor Lillqvist Date: Mon Aug 24 10:08:53 2009 +0300 Update README.win32 README.win32 | 301 +++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 184 insertions(+), 117 deletions(-) commit abf088f1322b6cebb4a69b8100d0ff32122d4e2e Author: Duarte Loreto Date: Sun Aug 23 23:36:39 2009 +0100 Updated Portuguese translation po-properties/pt.po | 3587 ++++++++++++++++++++++++++------------------------- 1 files changed, 1796 insertions(+), 1791 deletions(-) commit d1eea9cf1f6cc63d4fe2376c8aed23b00df1df71 Author: Duarte Loreto Date: Sun Aug 23 23:21:56 2009 +0100 Updated Portuguese translation po/pt.po | 2328 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1151 insertions(+), 1177 deletions(-) commit c45c51ecd97a056bef11175c9b243d9605fa94c8 Author: Jamil Ahmed Date: Mon Aug 24 03:40:03 2009 +0700 Updated Bengali translation po/bn.po |11314 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 5207 insertions(+), 6107 deletions(-) commit 4449acbb82ece37acbf6189e43c3d75240a54052 Author: Kristian Rietveld Date: Sun Aug 23 22:01:39 2009 +0200 Remove broken logic in backwards walks in validate_visible_area() In validate_visible_area() it was assumed that gtk_tree_path_prev() would always return the correct path of the preceding node. This is obviously not true. The if-clause has been removed so that we now always use _gtk_tree_view_find_path() to get the path from the tree, node. gtk/gtktreeview.c | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) commit 7b4f09a589de2abae42fab87805e468e467b8c50 Author: Kristian Rietveld Date: Sun Aug 23 21:44:58 2009 +0200 Add a scrolling test case involving creating new rows in tree stores Based on a bug report from Miroslav Rajcic, details are in the tree view scrolling suite source code. gtk/tests/treeview-scrolling.c | 86 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 86 insertions(+), 0 deletions(-) commit 105e0be70ef9683a18e772ce84124190d8265cc2 Author: Kristian Rietveld Date: Sun Aug 23 21:13:38 2009 +0200 Rework naming of tests to make better use of path matching feature gtk/tests/treeview-scrolling.c | 42 ++++++++++++++++++++++----------------- 1 files changed, 24 insertions(+), 18 deletions(-) commit a4a5d3da0e29e5d66739db0a2b8d7583ad2dff4b Author: Kristian Rietveld Date: Sun Aug 23 21:06:29 2009 +0200 Change prefix of tree view scrolling tests into TreeView gtk/tests/treeview-scrolling.c | 33 +++++++++++++++++---------------- 1 files changed, 17 insertions(+), 16 deletions(-) commit ebc6a000151551c843592a55029d344d03e1e17d Author: Kristian Rietveld Date: Sun Aug 23 15:29:11 2009 +0200 Clean up code in gtk_tree_store_set_n_columns() Clean up GtkTreeStore likewise as Benjamin Otte has done for GtkListStore in commit 3c97f037. gtk/gtktreestore.c | 20 +++++--------------- 1 files changed, 5 insertions(+), 15 deletions(-) commit 9976554c6e8605aadd7d8df7fd26b3e01fc9e663 Author: Kristian Rietveld Date: Sun Aug 23 12:21:53 2009 +0200 Bug 528283 - Problems when using PageUp & PageDown to navigate... Patch from Jonathan Matthew to make focus grabbing of page up/down, home/end and left/right movements consistent with up/down. gtk/gtktreeview.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 2f3cf2c449e78a445851a0c77839cdd73748b4ff Author: Daniel Nylander Date: Sun Aug 23 20:08:35 2009 +0200 Updated Swedish translation po-properties/sv.po | 4815 ++++++++++++++++++++++++--------------------------- 1 files changed, 2300 insertions(+), 2515 deletions(-) commit bb8fbde89f72735e63450583a248892ad732fe67 Author: Ivar Smolin Date: Sun Aug 23 19:41:38 2009 +0300 Updating Estonian translation po-properties/et.po | 1776 +-------------------------------------------------- 1 files changed, 23 insertions(+), 1753 deletions(-) commit 6320b12e8c63bd13ca33c5d206d9d2f322f8b21d Author: Kristian Rietveld Date: Sun Aug 23 08:59:34 2009 +0200 Bug 526149 - GtkCellRendererAccel editing conflicts with mnemonics GtkCellRendererAccel also needs to acquire the GTK+ grab in addition to a GDK keyboard grab. With the GDK keyboard grab, KeyPress and KeyRelease events are delivered as usual, although we only want to receive them for our grab widget. gtk/gtkcellrendereraccel.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit f84df976a7f9aea5e9311ab53745f9c127b5a590 Author: Kristian Rietveld Date: Sat Aug 22 23:21:44 2009 +0200 Bug 478519 - GtkTooltip segfaults on NULL gdk-display-current-tooltip Make the tooltip code a bit more robust for a case that only occurs when GTK+ is used from a language binding. It looks like this case appears because the memory management / ref counting is handled differently in some of the language bindings. Instead of asserting, we will fail silently. Also fix a think-o in gtk_tooltip_start_delay(). Patch from O. Andrieu. gtk/gtktooltip.c | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) commit e86fab56df86fadba57ed08b883e686031f26424 Author: Changwoo Ryu Date: Sun Aug 23 01:32:31 2009 +0900 Update Korean translation po-properties/ko.po | 3897 +++++++++++++++++++++++++-------------------------- po/ko.po | 2344 +++++++++++++++---------------- 2 files changed, 3086 insertions(+), 3155 deletions(-) commit 727216966567b354a8fe229082cf27296d2f24bf Author: Theppitak Karoonboonyanan Date: Sat Aug 22 23:07:00 2009 +0700 Updated Thai translation. po/th.po | 19 +++++++------------ 1 files changed, 7 insertions(+), 12 deletions(-) commit 8de2dbb440e7ace80c6ea502ac2497104c83541f Author: Alexander Shopov Date: Sat Aug 22 19:04:13 2009 +0300 Updated Bulgarian translation po-properties/bg.po | 3480 ++++++++++++++++++++++++++------------------------- 1 files changed, 1755 insertions(+), 1725 deletions(-) commit 61ea6875d2077d17a2fe8040bd85a94b4f714d29 Author: Jorge González Date: Sat Aug 22 12:11:53 2009 +0200 Updated Spanish translation po-properties/es.po | 3482 ++++++++++++++++++++++++++------------------------- 1 files changed, 1757 insertions(+), 1725 deletions(-) commit 9d611b14357b0738c2a1b864395d7cedf777c8af Author: A S Alam Date: Sat Aug 22 07:34:04 2009 +0530 Updating Punjabi Translation Update po-properties/pa.po | 3762 +++++++++++++++++++++++++-------------------------- 1 files changed, 1859 insertions(+), 1903 deletions(-) commit 16f72308ecfbeb9d10da4a850db08b99f9e114ae Author: A S Alam Date: Sat Aug 22 07:21:13 2009 +0530 Updating Punjabi Translation Update po/pa.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0fe210c6da626221dbe5413b65e717b348d7bc6d Author: A S Alam Date: Sat Aug 22 07:19:38 2009 +0530 Added Punjabi (Gurmukhi) Translaiton) by A S Alam po/pa.po | 2467 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1217 insertions(+), 1250 deletions(-) commit 65ccceea9d3b997fe548b3c08b64b844e2b5cfb8 Author: Kjartan Maraas Date: Fri Aug 21 13:41:16 2009 +0200 Added Norwegian bokmål translation. po/nb.po | 2190 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1098 insertions(+), 1092 deletions(-) commit 0780a4975b71f563f6846f29c763d1d5c93f3a91 Author: Li Yuan Date: Fri Aug 21 15:29:51 2009 +0800 Return state_set directly if there is no parent. Bug #592403. Return state_set directly if there is no parent. Fix crash. modules/other/gail/gailmenuitem.c | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) commit e0a1e78a5a8d20b35db103ff230a456e48a50c58 Author: Matthias Clasen Date: Thu Aug 20 18:06:35 2009 -0400 Silence the conversion from xatom to atom too gdk/x11/gdkproperty-x11.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 277d840616c624101fae2aad409115661e838d35 Author: Shixin Zeng Date: Thu Aug 20 23:57:41 2009 +0300 Deprecate also GdkFontPrivateWin32 gdk/win32/gdkprivate-win32.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 02457e3a93d8aaea3ea78118eba9a0366cd8c2bb Author: Shixin Zeng Date: Thu Aug 20 23:56:52 2009 +0300 Return value from non-void function gtk/gtkprintoperation.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bbe16ec60fa2080459578f596b21657b86f39672 Author: Shixin Zeng Date: Thu Aug 20 23:55:51 2009 +0300 Use g_object_ref/unref instead of deprecated specializations gdk/win32/gdkdrawable-win32.c | 12 ++++++------ gdk/win32/gdkimage-win32.c | 4 ++-- gdk/win32/gdkpixmap-win32.c | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) commit 89a8fade6f75d3a8f19ffa4c9229894081300cb0 Author: Shixin Zeng Date: Thu Aug 20 23:53:57 2009 +0300 Don't use stream before it is created gdk-pixbuf/io-gdip-utils.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit e10db38f0d82f997850cc890d79140751c6962b3 Author: Shixin Zeng Date: Thu Aug 20 23:51:38 2009 +0300 Put variable definitions at start of block gdk-pixbuf/gdk-pixbuf-io.c | 3 ++- modules/engines/ms-windows/msw_style.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) commit 428d7bd27bccb4f21d210cefc2024cfb526d398c Author: Alexander Larsson Date: Thu Aug 20 17:09:08 2009 +0200 More reentrancy protection for process_updates Protect against exposes destroying windows in some more places. Hopefully this fixes bug 589367. gdk/gdkwindow.c | 31 +++++++++++++++++++++++++++---- 1 files changed, 27 insertions(+), 4 deletions(-) commit bbd96c51615b4e2f414c6068e6f75ee8d3248892 Author: Antón Méixome Date: Wed Aug 19 16:26:24 2009 +0200 Updated Galician Translation po-properties/gl.po | 86 +++++++++++++++++++++++--------------------------- 1 files changed, 40 insertions(+), 46 deletions(-) commit dc7feb27e4354fe3242e87725d4d9ad6f4802124 Author: Seán de Búrca Date: Wed Aug 19 06:37:36 2009 -0600 Updated Irish translation po/ga.po | 2319 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1174 insertions(+), 1145 deletions(-) commit 97ec7f76df4ec53492017aa9f3d4dede6af89653 Author: Antón Méixome Date: Wed Aug 19 13:39:19 2009 +0200 Updated Galician Translation po-properties/gl.po | 3576 ++++++++++++++++++++++++++------------------------- po/gl.po | 2268 ++++++++++++++++----------------- 2 files changed, 2915 insertions(+), 2929 deletions(-) commit e6e3d0adb3c1130ad9890f22581d9a7ef4b0b059 Author: Leonardo Ferreira Fontenelle Date: Tue Aug 18 22:15:12 2009 -0400 Updated Brazilian Portuguese translation. po-properties/pt_BR.po | 3608 ++++++++++++++++++++++++------------------------ 1 files changed, 1809 insertions(+), 1799 deletions(-) commit feb95806211d7ebee57f292e31c6895dd0da7e68 Author: Andre Klapper Date: Tue Aug 18 19:24:54 2009 +0200 Add missing file. po-properties/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 7a769966064547ca680c079fdfe2349d7e044096 Author: Andre Klapper Date: Tue Aug 18 19:22:38 2009 +0200 Add missing file. po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c21373dbe2f7898e3365f26a4c69a0e40f1ab3a8 Author: Marek Kasik Date: Tue Aug 18 16:05:31 2009 +0200 Use gtk-save icon for GtkPrintBackendFile Use gtk-save icon instead of gtk-floppy for GtkPrintBackendFile. modules/printbackends/file/gtkprintbackendfile.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3dc377a2ca46531acc864c18c516c7d81f0c25e0 Author: Marek Kasik Date: Tue Aug 18 13:22:23 2009 +0200 Correctly select default printer when there is more than one (CUPS) Select a local default printer if there is one instead of a remote default printer (specified by the "printer-type" CUPS attribute) (#591549). modules/printbackends/cups/gtkprintbackendcups.c | 39 ++++++++++++++++++++- 1 files changed, 37 insertions(+), 2 deletions(-) commit 9c151ba3e1d9f2fcf3f8aa5ab0d46ef4c9642ed8 Author: Michael Natterer Date: Tue Aug 18 12:10:03 2009 +0200 Shut up warning about calling gtk_object_get_type() having no effect gtk/gtktypeutils.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 9389d53504372e9f04de0bec5d693e736a42c7ad Author: Matthias Clasen Date: Mon Aug 17 23:53:36 2009 -0400 Bump version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a84f36028ecc270abec6899d0317adfbbcf52959 Author: Matthias Clasen Date: Mon Aug 17 23:51:50 2009 -0400 2.17.8 docs/reference/gdk/gdk-sections.txt | 1 + docs/reference/gtk/gtk-sections.txt | 30 + po-properties/af.po | 2 +- po-properties/am.po | 2 +- po-properties/ang.po | 2 +- po-properties/ar.po | 2 +- po-properties/as.po | 2 +- po-properties/ast.po | 2 +- po-properties/az.po | 2 +- po-properties/az_IR.po | 2 +- po-properties/be.po | 2 +- po-properties/be@latin.po | 2 +- po-properties/bg.po | 3472 +++++++++++++------------- po-properties/bn.po | 2 +- po-properties/bn_IN.po | 2 +- po-properties/br.po | 2 +- po-properties/bs.po | 2 +- po-properties/ca.po | 2 +- po-properties/ca@valencia.po | 2 +- po-properties/crh.po | 2 +- po-properties/cs.po | 2 +- po-properties/cy.po | 2 +- po-properties/da.po | 2 +- po-properties/de.po | 2 +- po-properties/dz.po | 2 +- po-properties/el.po | 2 +- po-properties/en_CA.po | 2 +- po-properties/en_GB.po | 2 +- po-properties/eo.po | 2 +- po-properties/es.po | 2 +- po-properties/et.po | 2 +- po-properties/eu.po | 2 +- po-properties/fa.po | 2 +- po-properties/fi.po | 2 +- po-properties/fr.po | 2 +- po-properties/ga.po | 2 +- po-properties/gl.po | 2 +- po-properties/gu.po | 2 +- po-properties/he.po | 2 +- po-properties/hi.po | 2 +- po-properties/hr.po | 2 +- po-properties/hu.po | 2 +- po-properties/hy.po | 2 +- po-properties/ia.po | 2 +- po-properties/id.po | 2 +- po-properties/io.po | 2 +- po-properties/is.po | 2 +- po-properties/it.po | 2 +- po-properties/ja.po | 2 +- po-properties/ka.po | 2 +- po-properties/kn.po | 2 +- po-properties/ko.po | 2 +- po-properties/ku.po | 2 +- po-properties/li.po | 2 +- po-properties/lt.po | 2 +- po-properties/lv.po | 2 +- po-properties/mai.po | 2 +- po-properties/mi.po | 2 +- po-properties/mk.po | 2 +- po-properties/ml.po | 2 +- po-properties/mn.po | 2 +- po-properties/mr.po | 2 +- po-properties/ms.po | 2 +- po-properties/nb.po | 2 +- po-properties/ne.po | 2 +- po-properties/nl.po | 2 +- po-properties/nn.po | 2 +- po-properties/nso.po | 2 +- po-properties/oc.po | 2 +- po-properties/or.po | 2 +- po-properties/pa.po | 2 +- po-properties/pl.po | 2 +- po-properties/ps.po | 2 +- po-properties/pt.po | 2 +- po-properties/pt_BR.po | 2 +- po-properties/ro.po | 2 +- po-properties/ru.po | 2 +- po-properties/rw.po | 2 +- po-properties/si.po | 2 +- po-properties/sk.po | 2 +- po-properties/sl.po | 2 +- po-properties/sq.po | 2 +- po-properties/sr.po | 2 +- po-properties/sr@ije.po | 2 +- po-properties/sr@latin.po | 2 +- po-properties/sv.po | 4808 ++++++++++++++++++----------------- po-properties/ta.po | 2 +- po-properties/te.po | 2 +- po-properties/th.po | 2 +- po-properties/tk.po | 2 +- po-properties/tr.po | 2 +- po-properties/tt.po | 2 +- po-properties/uk.po | 2 +- po-properties/ur.po | 2 +- po-properties/uz.po | 2 +- po-properties/uz@cyrillic.po | 2 +- po-properties/vi.po | 2 +- po-properties/wa.po | 2 +- po-properties/xh.po | 2 +- po-properties/yi.po | 2 +- po-properties/zh_CN.po | 2 +- po-properties/zh_HK.po | 2 +- po-properties/zh_TW.po | 2 +- po/af.po | 14 +- po/am.po | 14 +- po/ang.po | 14 +- po/ar.po | 14 +- po/as.po | 14 +- po/ast.po | 14 +- po/az.po | 14 +- po/az_IR.po | 14 +- po/be.po | 14 +- po/be@latin.po | 14 +- po/bg.po | 2184 ++++++++-------- po/bn.po | 14 +- po/bn_IN.po | 14 +- po/br.po | 14 +- po/bs.po | 14 +- po/ca.po | 14 +- po/ca@valencia.po | 14 +- po/crh.po | 14 +- po/cs.po | 14 +- po/cy.po | 14 +- po/da.po | 14 +- po/de.po | 14 +- po/dz.po | 14 +- po/el.po | 14 +- po/en_CA.po | 14 +- po/en_GB.po | 14 +- po/eo.po | 14 +- po/es.po | 14 +- po/et.po | 14 +- po/eu.po | 14 +- po/fa.po | 14 +- po/fi.po | 14 +- po/fr.po | 14 +- po/ga.po | 2190 ++++++++-------- po/gl.po | 14 +- po/gu.po | 14 +- po/he.po | 14 +- po/hi.po | 14 +- po/hr.po | 14 +- po/hu.po | 14 +- po/hy.po | 14 +- po/ia.po | 14 +- po/id.po | 14 +- po/io.po | 14 +- po/is.po | 14 +- po/it.po | 14 +- po/ja.po | 14 +- po/ka.po | 14 +- po/kn.po | 14 +- po/ko.po | 14 +- po/ku.po | 14 +- po/li.po | 14 +- po/lt.po | 14 +- po/lv.po | 14 +- po/mai.po | 14 +- po/mi.po | 14 +- po/mk.po | 14 +- po/ml.po | 14 +- po/mn.po | 14 +- po/mr.po | 14 +- po/ms.po | 14 +- po/nb.po | 14 +- po/ne.po | 14 +- po/nl.po | 14 +- po/nn.po | 14 +- po/nso.po | 14 +- po/oc.po | 14 +- po/or.po | 14 +- po/pa.po | 14 +- po/pl.po | 14 +- po/ps.po | 14 +- po/pt.po | 14 +- po/pt_BR.po | 2197 ++++++++-------- po/ro.po | 14 +- po/ru.po | 14 +- po/rw.po | 14 +- po/si.po | 14 +- po/sk.po | 14 +- po/sl.po | 14 +- po/sq.po | 14 +- po/sr.po | 14 +- po/sr@ije.po | 14 +- po/sr@latin.po | 14 +- po/sv.po | 2194 ++++++++-------- po/ta.po | 14 +- po/te.po | 14 +- po/th.po | 14 +- po/tk.po | 14 +- po/tr.po | 14 +- po/tt.po | 14 +- po/uk.po | 14 +- po/ur.po | 14 +- po/uz.po | 14 +- po/uz@cyrillic.po | 14 +- po/vi.po | 14 +- po/wa.po | 14 +- po/xh.po | 14 +- po/yi.po | 14 +- po/zh_CN.po | 14 +- po/zh_HK.po | 14 +- po/zh_TW.po | 14 +- 204 files changed, 9437 insertions(+), 9195 deletions(-)