commit d5137b89efb3760af0e25cef8fbc846b05e340be Author: Matthias Clasen Date: Sun May 2 21:19:42 2010 -0400 Documentation build fixes gtk/gtkfilechooser.c | 1 + gtk/gtkwidget.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) commit 031c6d2ef17325fc982c4524b9fc7d23156cf956 Author: Matthias Clasen Date: Sun May 2 19:53:44 2010 -0400 Updates NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) commit e92331edb5407d81836840a8b806d9fc0e0e904c Author: Javier Jardón Date: Tue Apr 27 03:26:11 2010 +0200 Allow NULL as 'icon_widget' in gtk_tool_button_new() This completes the patch of commit b8ec73a52fe3dc3012db78f45bfcafa2cb3e14ae (cherry picked from commit 1e2dabf31d6e4aeeb767f3f31f088b5e7f31e187) gtk/gtktoolbutton.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8a8be8ad1b4effcc006442a5f5f3df0ac0b7208b Author: Florian Scandella Date: Fri Apr 9 17:22:51 2010 +0200 Add heuristic for primary monitor Use the first monitor returned by RANDR as primary, if primary is not set and no LVDS is found. https://bugzilla.gnome.org/show_bug.cgi?id=615128 (cherry picked from commit 53fae3247c2d283d45a0ecbad0425331b072983a) gdk/x11/gdkscreen-x11.c | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) commit a0672cd55f313a1d8bbd9a2f9596a150610f835f Author: Mike Gorse Date: Thu Apr 22 12:24:41 2010 +0800 Notify ATK_STATE_ENABLED change when ATK_STATE_SENSITIVE changes if necessary. Bug #615999. (cherry picked from commit 3f7877386237f8926e33412de53af591ac3d8489) modules/other/gail/gailcheckmenuitem.c | 14 +++++++++++++- modules/other/gail/gailchecksubmenuitem.c | 14 +++++++++++++- modules/other/gail/gailtogglebutton.c | 14 +++++++++++++- modules/other/gail/gailwidget.c | 3 +++ 4 files changed, 42 insertions(+), 3 deletions(-) commit 476281a46b36ae0b3c18c7d4ea85d1a95d231e7f Author: Benjamin Otte Date: Sun May 2 14:32:18 2010 +0200 filechooser: Fix a crash when removing files The file removal code was not properly clearing the file=>array index cache, so later lookups into that cache would return invalid array indexes. The easiest way to reproduce it is to create a directory with two files and deleting both of them. Reported-by: Javier Jardón gtk/gtkfilesystemmodel.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 500b9dfe3adf996bf1c758a09358f72f5ff384ba Author: Javier Jardón Date: Mon Apr 26 20:05:51 2010 +0200 Only a GtkMisc widget should be passed to gtk_tool_button_new() Reported by Hernando Torque here: https://bugzilla.gnome.org/show_bug.cgi?id=616851 gtk/gtktoolbutton.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 10f44c8b601826453c1c0ae394cf147bd74f66d1 Author: Peteris Krisjanis Date: Sat Apr 24 21:41:20 2010 +0300 Updated Latvian translation. po/lv.po | 3146 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1560 insertions(+), 1586 deletions(-) commit 34e94d9df42317adccb3e1d03d9377a0bf317e0a Author: Carles Ferrando Date: Fri Apr 23 00:15:03 2010 +0200 Updated Catalan (Valencian) translation po-properties/ca@valencia.po | 3959 +++++++++++++++++++++--------------------- 1 files changed, 1979 insertions(+), 1980 deletions(-) commit 39428c667301b586f1bad929c9997c05cc555d39 Author: Carles Ferrando Date: Fri Apr 23 00:08:03 2010 +0200 Updated Catalan (Valencian) translation po/ca@valencia.po | 3305 +++++++++++++++++++++++++++++++++-------------------- 1 files changed, 2037 insertions(+), 1268 deletions(-) commit 00af18b23306d3a6feb8f2af3d2fafb5f2f9876b Author: Shankar Prasad Date: Thu Apr 22 16:32:03 2010 +0530 Updated Kannada translations po-properties/kn.po | 3796 +++++++++++++++++++++++++-------------------------- 1 files changed, 1878 insertions(+), 1918 deletions(-) commit de8143b3892379bcdcf99edd3f865c7ab11f79bd Author: Shankar Prasad Date: Thu Apr 22 16:31:09 2010 +0530 Updated Kannada translations po/kn.po | 2260 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1132 insertions(+), 1128 deletions(-) commit 1f519dba4379030cff94cb0abb6472c902511b65 Author: Claudio Saavedra Date: Fri Apr 16 00:12:29 2010 +0300 Use the proper screen in _gdk_windowing_get_shape_for_mask() Bug 615853 - BadMatch when pressing keyboard volume keys while pointer in secondary X screen _gdk_windowing_get_shape_for_mask() is using the default screen, not taking into account that its GdkBitmap could have been created for a different one, causing BadMatch errors. (cherry picked from commit 51a1af7aa4209bc602dafc058f87e3ed7a901764) gdk/x11/gdkwindow-x11.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e6df42a9d7188af0c0b4b0f5973b2bd296ddd5ed Author: Javier Jardón Date: Thu Apr 8 17:46:45 2010 +0200 Include in gdkdnd-x11.c Otherwise, inclusion of shape.h triggers an unknown type error for Region, and compile fails, at least in Solaris. Reported by Philip Brown here: https://bugzilla.gnome.org/show_bug.cgi?id=615028 gdk/x11/gdkdnd-x11.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 01055419b3f86888addbfa82b151db0c5e99e4b1 Author: Javier Jardón Date: Mon Apr 12 21:22:34 2010 +0200 Fix compilation warning: move function to proper location Move _count_nodes() auxiliar function inside the G_ENABLE_DEBUG define, where other auxiliar functions are. gtk/gtkrbtree.c | 42 ++++++++++++++++++++---------------------- 1 files changed, 20 insertions(+), 22 deletions(-) commit d9d53e6fbec883f6b6cec631e0152eb24bf24f22 Author: Javier Jardón Date: Mon Apr 12 20:43:18 2010 +0200 Fix compilation warning: Use G_ENABLE_DEBUG to enable the var gtk/gtktrayicon-x11.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 14de4682cf66f59fc20a2516b6be3c78e82d4b5a Author: Tor Lillqvist Date: Mon Apr 12 13:44:59 2010 +0300 Use a honestly bogus GTK_LOCALEDIR in config.h.win32.in Instead of something that looks like it might actually be intended to exist. config.h.win32.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 59f5c6284833abd86fb5f2a3945ea0f4888152ef Author: Tor Lillqvist Date: Mon Apr 12 13:40:43 2010 +0300 Some people use a hacked libtool that doesn't even install .la files sanitize-la.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit db807222b5d4d1a0b30275d8858da43ea7b15586 Author: Tor Lillqvist Date: Sun Mar 21 18:05:37 2010 +0200 Update to match what configure produces Just trivial irrelevant stuff. config.h.win32.in | 22 ++++++++++++++++++---- 1 files changed, 18 insertions(+), 4 deletions(-) commit d36b281a58e97d61b2e39d609b88eaa60c66ee32 Author: Johan Bilien Date: Fri Apr 9 13:53:19 2010 -0400 Fixed annotation of gdk_screen_get_rgb_colormap and similar These return an object with no extra references, need to be transfer none. gdk/gdkrgb.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit eb7121c4e6dc1bd124fc2410fc9f65a95c1aa302 Author: Javier Jardón Date: Fri Apr 9 18:08:10 2010 +0200 [directfb] Fix compile error on DirectFB backend. Add a stub for gdk_keymap_add_virtual_modifiers() Fixes https://bugzilla.gnome.org/show_bug.cgi?id=613988 gdk/directfb/gdkkeys-directfb.c | 7 +++++++ gdk/gdk.symbols | 1 + 2 files changed, 8 insertions(+), 0 deletions(-) commit b4adea747780fb05a7923707fe431d924c2ada9d Author: Matthias Clasen Date: Fri Apr 9 09:05:38 2010 -0400 Fix a silly mistake in primary_monitor handling It doesn't make sense to determine an index into an array, if you are going to sort the array afterwards...pointed out in bug 615128 by Florian Scandella. gdk/x11/gdkscreen-x11.c | 41 ++++++++++++++++++++++++----------------- 1 files changed, 24 insertions(+), 17 deletions(-) commit f5344f8d930836262c81a70011970f2df6c19a08 Author: Thanos Lefteris Date: Fri Apr 9 01:45:17 2010 +0300 Updated Greek translation for gtk+ po/el.po | 2234 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1120 insertions(+), 1114 deletions(-) commit faf0beede02932923290ac3d69eb5102f2ca72c2 Author: Tomas Bzatek Date: Wed Apr 7 15:07:05 2010 +0200 FileChooser: Initialize search engines on demand We postpone initialization of the search engines until it's really needed. See bug 614971 for reference. gtk/gtkfilechooserdefault.c | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) commit a812fcb305a18db3efbbb168c8648dcaf0e08aed Author: Tomas Bzatek Date: Wed Apr 7 15:02:18 2010 +0200 Support for tracker 0.8 stable release gtk/gtksearchenginetracker.c | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) commit 0efb24f589a74c4a4e78a1803d6e7205be9c1984 Author: Matthias Clasen Date: Tue Apr 6 20:30:39 2010 -0400 Yet another fix for shape handling This should fix problems with awn and notify-osd. gdk/x11/gdkwindow-x11.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) commit b9516e70f55b59c9ef8c1c510cc5683dba5cec66 Author: Tristan Van Berkom Date: Tue Apr 6 16:27:40 2010 -0400 Add notes to GtkBuilder docs about the possible error domains, closed bgo #560147 gtk/gtkbuilder.c | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) commit d92ee6dc68b6bc5464cb512e53396b834879843d Author: Tristan Van Berkom Date: Tue Apr 6 16:23:13 2010 -0400 Fixed gtk_builder_value_from_string_type() to always assign the GError when returning FALSE, fixes bgo #615000. gtk/gtkbuilder.c | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) commit b9002febd845dd601306e2aa4f8f32ae56f505a6 Author: Theppitak Karoonboonyanan Date: Tue Apr 6 15:08:47 2010 +0700 Updated Thai translation. po/th.po | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) commit 20dacce4d8b74a6e4be152547f7266ab5ad6b539 Author: Adel Gadllah Date: Tue Apr 6 02:41:55 2010 +0200 [GdkScreenX11] Fix check in gdk_screen_get_primary_monitor Fix bug in last commit. gdk/x11/gdkscreen-x11.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 5651cbc4b4478032238fc376f89e480c71cfa87b Author: Adel Gadllah Date: Tue Apr 6 02:36:53 2010 +0200 [GdkScreenX11] Add heuristic for pre XRandR 1.3 drivers Currently gdk_screen_get_primary_monitor just returns the first monitor, in this case but both the panel and now gnome-shell use an additional heuristic to prefer LVDS as primary if present. Move this heuristic to gdk_screen_get_primary_monitor to avoid duplicating it all over the place. The fallback heuristic is also used when no primary output is set. https://bugzilla.gnome.org/show_bug.cgi?id=614894 gdk/x11/gdkscreen-x11.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit e13ab6c53adae9c69d26d004c5ef49e1653057d4 Author: Fran Diéguez Date: Mon Apr 5 20:58:52 2010 +0300 Updated Galician translation po/gl.po | 2237 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1122 insertions(+), 1115 deletions(-) commit b6d9bb6e1e6e916fc2ef25f5729b30ba91979597 Author: Cody Russell Date: Mon Apr 5 12:57:33 2010 -0500 Fix for bug #557689 and bug #402349, where opening a file chooser in folder browse mode would require the user to click on something before clicking "Open". gtk/gtkfilechooserdefault.c | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit 0c90bacff80cc4e3a56036d06f5cff0673b4ee45 Author: Jordi Serratosa Date: Fri Apr 2 18:26:35 2010 +0200 Fixes to Catalan translation po/ca.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit b416198a1864fccf612445490bfa7cd698821c09 Author: Matthias Clasen Date: Thu Apr 1 10:07:11 2010 -0400 Don't use gio-unix on win32 We only need gio-unix when building the x11 backend. Reported by Yevgen Muntyan in bug 614540. configure.in | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 9d2168ded2bbcee457701c945f6e79c5d5aff3e9 Author: Inaki Larranaga Murgoitio Date: Wed Mar 31 12:22:17 2010 +0200 Updated Basque language po/eu.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit da3efeb746f826666c434a0f583da20f3c3a0866 Author: Inaki Larranaga Murgoitio Date: Sat Mar 27 13:47:55 2010 +0100 Updated Basque language po-properties/eu.po | 362 ++++++++++++++++++--------------------------------- 1 files changed, 124 insertions(+), 238 deletions(-) commit 8809f33b65a6c19d43e67ea414d31b2a3f9df873 Author: Inaki Larranaga Murgoitio Date: Sat Mar 27 13:27:40 2010 +0100 Updated Basque language po/eu.po | 64 +++++++++++++++++++++++-------------------------------------- 1 files changed, 24 insertions(+), 40 deletions(-) commit 0a1ad1a4e233f584984969b0d8ac026fc153e237 Author: Kenneth Nielsen Date: Wed Mar 31 00:21:05 2010 +0200 Updated Danish translation po/da.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6ced4f526ca6853dd6588c1e850ff4338f589365 Author: Runa Bhattacharjee Date: Tue Mar 30 15:53:06 2010 +0530 Updated Bengali India Translation po-properties/bn_IN.po | 3892 ++++++++++++++++++++++++------------------------ 1 files changed, 1907 insertions(+), 1985 deletions(-) commit 0cbffefde85f6173db928e4118f6409716349cfe Author: Runa Bhattacharjee Date: Tue Mar 30 15:06:26 2010 +0530 Updated Bengali India Translation po/bn_IN.po | 2358 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 1162 insertions(+), 1196 deletions(-) commit e1f73a198439cbb9341c1eaf30db6587eab66b40 Author: Jordi Serratosa Date: Mon Mar 29 20:27:08 2010 +0200 Fixes to Catalan translation po-properties/ca.po | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit b4d09fd5fb5491bfeda98fd5767206c503a5ee18 Author: Tristan Van Berkom Date: Mon Mar 29 13:27:40 2010 -0400 Fixed possible devision by zero in size negotiations Fixed GtkToolItemGroup to avoid deviding by zero when all children are invisible or there are no children. bgo #613974. gtk/gtktoolitemgroup.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 7e43059e841d0455227e6e64b4853700d8df89c4 Author: Tristan Van Berkom Date: Mon Mar 29 13:22:18 2010 -0400 Added missing default events in realize() implementations Added gtk_widget_get_events() to the event masks declared by GtkToolPalette & GtkToolItemGroup. gtk/gtktoolitemgroup.c | 7 ++++--- gtk/gtktoolpalette.c | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) commit 133e3e84a7ddfc3ff403540834fde983a9f16085 Author: Tristan Van Berkom Date: Mon Mar 29 13:16:01 2010 -0400 Added missing break statement to mutator: gtk_tool_item_group_set_property() gtk/gtktoolitemgroup.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 9514e741cd153fc36d9e9d7982db5d7f6aad097e Author: Benjamin Otte Date: Mon Mar 29 16:26:14 2010 +0200 Fix error case in filesystem model We should not unref the model here, it might not even exist anymore. Instead check if it exists and only use it if it does. The unref was leftover from a previous fix in ba9f53397ff0b86ad56166c7fc91b4d499f7aefc. Spotted by Matthias Clasen in https://bugzilla.gnome.org/show_bug.cgi?id=614099 gtk/gtkfilesystemmodel.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit b84d4a308e1540efb63e657b645d1d45bcda5b68 Author: David Planella Date: Mon Mar 29 09:22:08 2010 +0200 Updated Catalan translation with a couple of fixes po-properties/ca.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 9e607a572b1f28e7c01a73d74dc5f255c83733a3 Author: David Planella Date: Mon Mar 29 09:16:43 2010 +0200 Updated Catalan translation po-properties/ca.po | 3785 ++++++++++++++++++++++++++------------------------- 1 files changed, 1898 insertions(+), 1887 deletions(-) commit 7d90caca4ffba70f4db0f490208417d2ce3324d8 Author: Jamil Ahmed Date: Sun Mar 28 15:49:58 2010 +0600 Updated Bengali translation po/bn.po | 933 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 386 insertions(+), 547 deletions(-) commit 23fa7fcc6ed48365015d01b476941627f0c2ad70 Author: Christian Dywan Date: Sun Mar 28 04:21:47 2010 +0200 Fix a misspelling in gtk_cell_view_new_with_markup This fixes bug 613887. gtk/gtkcellview.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a34ddc38b691b7df4f794fe9f6e1607a7fcb8d8b Author: Ask H. Larsen Date: Sun Mar 28 00:15:48 2010 +0100 Updated Danish translation po/da.po | 2238 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1121 insertions(+), 1117 deletions(-) commit 484c40bab00e543b1e0c3443d585fb5cb96d11ff Author: Maxim V. Dziumanenko Date: Sat Mar 27 14:42:07 2010 +0200 Updated Ukrainian translation po-properties/uk.po | 3658 +++++++++++++++++++++++++-------------------------- 1 files changed, 1820 insertions(+), 1838 deletions(-) commit e11db0ea01ef8123a717d8894751b1b60958acc7 Author: Maxim V. Dziumanenko Date: Sat Mar 27 14:29:08 2010 +0200 Updated Ukrainian translation po/uk.po | 2953 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 1134 insertions(+), 1819 deletions(-) commit f896f48dcc9a46e0514b016799c16477714cfc8b Author: Jamil Ahmed Date: Sat Mar 27 18:10:02 2010 +0600 Updated Bengali translation po/bn.po | 3568 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1863 insertions(+), 1705 deletions(-) commit 9c1ad44ed96ed71afacf8ef6308f00b27896f7e7 Author: Jamil Ahmed Date: Sat Mar 27 18:02:54 2010 +0600 Updated Bengali translation po-properties/bn.po | 3848 ++++++++++++++++++++++++++------------------------- 1 files changed, 1930 insertions(+), 1918 deletions(-) commit ffbd007c50636b0a01fbb95194800593acd67dc7 Author: Hiroyuki Ikezoe Date: Tue Dec 22 10:12:29 2009 +0900 [directfb] Fix compile error on DirectFB backend. Add a stub for gdk_keymap_map_virtual_modifiers. gdk/directfb/gdkkeys-directfb.c | 8 ++++++++ gdk/gdk.symbols | 1 + 2 files changed, 9 insertions(+), 0 deletions(-) commit 22b0149b784f6814829c9f2457923ec5edabcc6c Author: Hiroyuki Ikezoe Date: Mon Dec 21 15:34:06 2009 +0900 Use g_value_take_string to avoid redundant invoking g_free. gtk/gtkwidget.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 014c28c20820a5c943ae50b473d96fe8569b2b70 Author: Javier Jardón Date: Thu Mar 25 14:51:40 2010 +0100 Fix compilation warning: Use GtkWidget instead GtkMenuItem gtk/tests/action.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a0f23e1706b34bca6a65183040d1f1498cce2a50 Author: Matthias Clasen Date: Thu Mar 25 00:55:15 2010 -0400 Fix a 64bit issue Thank you libpng, for typedef unsigned long png_uint_32. gdk-pixbuf/io-png.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit eb42c9e9cee8de4626da345113e1b40058d96354 Author: Matthias Clasen Date: Tue Mar 23 11:08:28 2010 -0400 Add notes about gobject-introspection INSTALL.in | 2 ++ README.in | 5 +++++ docs/reference/gtk/building.sgml | 20 ++++++++++++++++++-- 3 files changed, 25 insertions(+), 2 deletions(-) commit 42ef281ea4229fc7125be3187e1ef9e2e36131dc Author: Matthias Clasen Date: Tue Mar 23 10:24:51 2010 -0400 Bump version to 2.20.1 configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 7e36ea7010ba8e104ee2780d130bec17ff463fc9 Author: Matthias Clasen Date: Tue Mar 23 10:18:29 2010 -0400 2.20.0 po-properties/af.po | 6 +- po-properties/am.po | 6 +- po-properties/ang.po | 6 +- po-properties/ar.po | 6 +- po-properties/as.po | 6 +- po-properties/ast.po | 6 +- po-properties/az.po | 6 +- po-properties/az_IR.po | 6 +- po-properties/be.po | 6 +- po-properties/be@latin.po | 6 +- po-properties/bg.po | 6 +- po-properties/bn.po | 6 +- po-properties/bn_IN.po | 6 +- po-properties/br.po | 6 +- po-properties/bs.po | 6 +- po-properties/ca.po | 6 +- po-properties/ca@valencia.po | 6 +- po-properties/crh.po | 6 +- po-properties/cs.po | 6 +- po-properties/cy.po | 6 +- po-properties/da.po | 6 +- po-properties/de.po | 6 +- po-properties/dz.po | 6 +- po-properties/el.po | 6 +- po-properties/en_CA.po | 6 +- po-properties/en_GB.po | 6 +- po-properties/eo.po | 6 +- po-properties/es.po | 6 +- po-properties/et.po | 6 +- po-properties/eu.po | 356 ++- po-properties/fa.po | 6 +- po-properties/fi.po | 3551 +++++++++++++++--------------- po-properties/fr.po | 6 +- po-properties/ga.po | 6 +- po-properties/gl.po | 6 +- po-properties/gu.po | 6 +- po-properties/he.po | 6 +- po-properties/hi.po | 6 +- po-properties/hr.po | 6 +- po-properties/hu.po | 6 +- po-properties/hy.po | 6 +- po-properties/ia.po | 6 +- po-properties/id.po | 6 +- po-properties/io.po | 6 +- po-properties/is.po | 6 +- po-properties/it.po | 3554 +++++++++++++++--------------- po-properties/ja.po | 6 +- po-properties/ka.po | 6 +- po-properties/kn.po | 6 +- po-properties/ko.po | 6 +- po-properties/ku.po | 6 +- po-properties/li.po | 6 +- po-properties/lt.po | 6 +- po-properties/lv.po | 6 +- po-properties/mai.po | 6 +- po-properties/mi.po | 6 +- po-properties/mk.po | 6 +- po-properties/ml.po | 6 +- po-properties/mn.po | 6 +- po-properties/mr.po | 6 +- po-properties/ms.po | 6 +- po-properties/my.po | 6 +- po-properties/nb.po | 6 +- po-properties/nds.po | 6 +- po-properties/ne.po | 6 +- po-properties/nl.po | 6 +- po-properties/nn.po | 6 +- po-properties/nso.po | 6 +- po-properties/oc.po | 6 +- po-properties/or.po | 6 +- po-properties/pa.po | 3711 ++++++++++++++++---------------- po-properties/pl.po | 6 +- po-properties/ps.po | 6 +- po-properties/pt.po | 6 +- po-properties/pt_BR.po | 6 +- po-properties/ro.po | 6 +- po-properties/ru.po | 6 +- po-properties/rw.po | 6 +- po-properties/si.po | 6 +- po-properties/sk.po | 6 +- po-properties/sl.po | 6 +- po-properties/sq.po | 6 +- po-properties/sr.po | 3554 +++++++++++++++--------------- po-properties/sr@ije.po | 6 +- po-properties/sr@latin.po | 3668 ++++++++++++++++---------------- po-properties/sv.po | 4932 ++++++++++++++++++++++-------------------- po-properties/ta.po | 6 +- po-properties/te.po | 6 +- po-properties/th.po | 6 +- po-properties/tk.po | 6 +- po-properties/tr.po | 6 +- po-properties/tt.po | 6 +- po-properties/uk.po | 6 +- po-properties/ur.po | 6 +- po-properties/uz.po | 6 +- po-properties/uz@cyrillic.po | 6 +- po-properties/vi.po | 4957 ++++++++++++++++++++++-------------------- po-properties/wa.po | 6 +- po-properties/xh.po | 6 +- po-properties/yi.po | 6 +- po-properties/zh_CN.po | 6 +- po-properties/zh_HK.po | 3648 ++++++++++++++++--------------- po-properties/zh_TW.po | 3551 +++++++++++++++--------------- po/af.po | 186 +- po/am.po | 186 +- po/ang.po | 186 +- po/ar.po | 186 +- po/as.po | 186 +- po/ast.po | 186 +- po/az.po | 186 +- po/az_IR.po | 186 +- po/be.po | 186 +- po/be@latin.po | 186 +- po/bg.po | 186 +- po/bn.po | 186 +- po/bn_IN.po | 186 +- po/br.po | 186 +- po/bs.po | 186 +- po/ca.po | 2229 ++++++++++---------- po/ca@valencia.po | 186 +- po/crh.po | 186 +- po/cs.po | 186 +- po/cy.po | 186 +- po/da.po | 186 +- po/de.po | 186 +- po/dz.po | 186 +- po/el.po | 186 +- po/en_CA.po | 186 +- po/en_GB.po | 186 +- po/eo.po | 186 +- po/es.po | 2253 ++++++++++---------- po/et.po | 1133 ++++++++++- po/eu.po | 238 ++- po/fa.po | 186 +- po/fi.po | 2229 ++++++++++---------- po/fr.po | 186 +- po/ga.po | 186 +- po/gl.po | 2245 ++++++++++---------- po/gu.po | 2530 +++++++++++----------- po/he.po | 186 +- po/hi.po | 186 +- po/hr.po | 186 +- po/hu.po | 186 +- po/hy.po | 186 +- po/ia.po | 186 +- po/id.po | 186 +- po/io.po | 186 +- po/is.po | 186 +- po/it.po | 2444 ++++++++++----------- po/ja.po | 186 +- po/ka.po | 186 +- po/kn.po | 186 +- po/ko.po | 186 +- po/ku.po | 186 +- po/li.po | 186 +- po/lt.po | 186 +- po/lv.po | 186 +- po/mai.po | 186 +- po/mi.po | 186 +- po/mk.po | 186 +- po/ml.po | 186 +- po/mn.po | 186 +- po/mr.po | 186 +- po/ms.po | 186 +- po/my.po | 186 +- po/nb.po | 186 +- po/nds.po | 186 +- po/ne.po | 186 +- po/nl.po | 2257 ++++++++++---------- po/nn.po | 186 +- po/nso.po | 186 +- po/oc.po | 186 +- po/or.po | 186 +- po/pa.po | 2278 ++++++++++---------- po/pl.po | 186 +- po/ps.po | 186 +- po/pt.po | 186 +- po/pt_BR.po | 2229 ++++++++++---------- po/ro.po | 2257 ++++++++++---------- po/ru.po | 186 +- po/rw.po | 186 +- po/si.po | 186 +- po/sk.po | 186 +- po/sl.po | 186 +- po/sq.po | 186 +- po/sr.po | 2256 ++++++++++---------- po/sr@ije.po | 186 +- po/sr@latin.po | 2287 ++++++++++---------- po/sv.po | 2229 ++++++++++---------- po/ta.po | 186 +- po/te.po | 186 +- po/th.po | 186 +- po/tk.po | 186 +- po/tr.po | 186 +- po/tt.po | 186 +- po/uk.po | 186 +- po/ur.po | 186 +- po/uz.po | 186 +- po/uz@cyrillic.po | 186 +- po/vi.po | 2599 +++++++++++----------- po/wa.po | 186 +- po/xh.po | 186 +- po/yi.po | 186 +- po/zh_CN.po | 186 +- po/zh_HK.po | 2240 ++++++++++---------- po/zh_TW.po | 2230 ++++++++++---------- 206 files changed, 45679 insertions(+), 44334 deletions(-)