commit 1b09681f1d53b2f232bee6442cfde939bbdd1e08
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Sep 17 22:51:37 2013 +0200

    3.9.92

 NEWS         | 38 ++++++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 39 insertions(+), 1 deletion(-)

commit 3e0235fd1abe31cb550a5b51f87d0b199ef93d11
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Tue Sep 17 16:35:25 2013 +0100

    sharing: prevent incorrect sensitivity of the screen sharing password entry
    
    Both the GSettings binding and "require password" switch were attempting to
    control the sensitivity of the screen sharing password entry, so allow the
    require password switch to control the sensitivity of the parent container
    instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703521

 panels/sharing/cc-sharing-panel.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 4b16aad36cb80d2869d861b1f1e797fd128c852d
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Sep 17 18:36:55 2013 +0200

    power: Fix getting the keyboard brightness value
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706040

 panels/power/cc-power-panel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c80436952653fd64073dfd8c5708c00ab31e1382
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Sep 17 18:13:10 2013 +0200

    power: Don't show the estimated battery capacity
    
    Since we don't currently have the data to present a good estimation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691187

 panels/power/cc-power-panel.c | 23 -----------------------
 1 file changed, 23 deletions(-)

commit 17a8595ddc47edb7d70d68d6114a181de1a0c3ac
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Tue Sep 17 14:31:22 2013 +0200

    datetime: Sync AM/PM button's accessible name with the text displayed
    
    Instead of hardcoding the accessible name as "Switch between AM and
    PM.", set it to "AM" or "PM" depending on which label the stack switcher
    is currently showing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708219

 panels/datetime/cc-datetime-panel.c | 20 ++++++++++++++++++++
 panels/datetime/datetime.ui         |  5 -----
 2 files changed, 20 insertions(+), 5 deletions(-)

commit 538032d26f43ec1c7bd588f8eb906b50abb0ef64
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Tue Sep 17 11:05:56 2013 +0200

    datetime: Use the currently preferred way for setting accessible names
    
    For entries that have labels associated, use the mnemonic relationship; and for
    those that don't, set up the accessible name.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708219

 panels/datetime/datetime.ui | 26 +++++++-------------------
 1 file changed, 7 insertions(+), 19 deletions(-)

commit 1adf4fcbc41abb4fa54c0ba5133fcc3a8c5feac3
Author: Daniel Șerbănescu <cyber19rider@gmail.com>
Date:   Tue Sep 17 09:51:46 2013 +0200

    Updated Romanian Translation

 po/ro.po | 10280 ++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 7479 insertions(+), 2801 deletions(-)

commit d35941f043343d9b5a1e5efc0a14ebd2ef850e34
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Mon Sep 16 14:22:47 2013 +0200

    [1l0n] Updated Italian translation.

 po/it.po | 723 ++++++++++++---------------------------------------------------
 1 file changed, 129 insertions(+), 594 deletions(-)

commit 9fface8f0379b2bbcf9d50cbd7657c4cd7b49a43
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Mon Sep 16 00:55:31 2013 +0200

    datetime: Remove incorrectly set mnemonics
    
    The mnemonics were pointing to other GtkLabels rather than activatable
    widgets and were confusing Orca.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708085

 panels/datetime/datetime.ui | 2 --
 1 file changed, 2 deletions(-)

commit 13c0dccd47ffb0a75ac8526775d5c218fa01cb75
Author: Joanmarie Diggs <jdiggs@igalia.com>
Date:   Sat Sep 14 16:21:03 2013 -0400

    Remove the mnemonic-widget property from the "Click Assist" GtkLabel
    
    It was pointing to another GtkLabel rather than an activatable widget.
    Plus it was confusing Orca.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708085

 panels/universal-access/uap.ui | 1 -
 1 file changed, 1 deletion(-)

commit 3f8d1ca21e2571d8afd871239a29dff81ff429de
Author: Ondrej Holy <oholy@redhat.com>
Date:   Mon Sep 9 16:12:50 2013 +0200

    user-accounts: port history dialog to use GtkListBox
    
    Port is necessary to be consistent across panels.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706239

 panels/user-accounts/data/history-dialog.ui | 16 ++++----------
 panels/user-accounts/um-history-dialog.c    | 33 +++++++++++++++++------------
 2 files changed, 24 insertions(+), 25 deletions(-)

commit 47e8406ed6940982d28184e5e403b7296197523a
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Thu Sep 12 21:24:41 2013 +0200

    datetime: Connect arrow up/down keynav across list boxes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707942

 panels/datetime/cc-datetime-panel.c | 46 +++++++++++++++++++++++++++++++++----
 panels/datetime/datetime.ui         |  4 ++--
 2 files changed, 44 insertions(+), 6 deletions(-)

commit 72103707fddd51798b95db91da0ab8c4de6c7b3d
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Sep 15 18:45:41 2013 +0200

    Updated Danish translation

 po/da.po | 2964 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 1723 insertions(+), 1241 deletions(-)

commit 1a2fad2f8115cf57355fce52332d7debdf7b5e16
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sun Sep 15 15:59:55 2013 +0200

    Updated Serbian translation

 po/sr.po       | 3346 ++++++++++++++++++++++++++++++--------------------------
 po/sr@latin.po | 3346 ++++++++++++++++++++++++++++++--------------------------
 2 files changed, 3594 insertions(+), 3098 deletions(-)

commit 2a2fc0f5ebc036fde74623537e9e0d1782b6eb2f
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Sun Sep 15 15:31:48 2013 +0200

    Updated slovak translation

 po/sk.po | 2410 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1226 insertions(+), 1184 deletions(-)

commit 235fdbb35a5eeb16352ad1f785ab3c35dbe04503
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sun Sep 15 15:01:55 2013 +0200

    Fix translation

 po/ar.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 15b765913efd015a512a0a42dff1ecd512c75f44
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sun Sep 15 16:28:53 2013 +0600

    Update Kazakh translation

 po/kk.po | 221 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 115 insertions(+), 106 deletions(-)

commit 2a6ea3e2f277a836bae5ac0151363ea4d9f2021f
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Sep 14 18:01:44 2013 +0200

    Updated Basque language

 po/eu.po | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit ae41f7347b14e56e7399f24e448c6de8fb701750
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sat Sep 14 12:59:50 2013 +0600

    Update Kazakh translation

 po/kk.po | 752 +++++++++++++++++++++++----------------------------------------
 1 file changed, 277 insertions(+), 475 deletions(-)

commit cb308f75e91fe5818bf30b176059a9701bc22ef5
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Sep 14 04:13:58 2013 +0900

    Updated Korean translation

 po/ko.po | 3078 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1672 insertions(+), 1406 deletions(-)

commit 0f64dd1a11eda55c6969dcc7a33239c00b1b99a8
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Sep 12 13:18:14 2013 +0200

    network: Fix empty ignore-hosts setting
    
    If the ignore-hosts setting is set to an empty array we were using
    unintialized memory.
    
    This also now ignores zero length strings if there are any in the
    array.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707966

 panels/network/net-proxy.c | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

commit fb74444eec1efd92d59aa6cd0213b49f7b2d7b74
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Sep 12 11:12:31 2013 +0200

    network: Don't include spaces in proxy's ignore-hosts setting
    
    We should also ignore any zero length strings resulting from
    g_strsplit_set().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707966

 panels/network/net-proxy.c | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit 5f21f92f7fed999d518dd3d62a2731519a15b69e
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Thu Sep 12 21:37:59 2013 +0200

    datetime: Plug a small memory leak

 panels/datetime/cc-datetime-panel.c | 1 +
 1 file changed, 1 insertion(+)

commit 8a1c1d43861c800157ec9a08ead5b6e5c0cc8bf4
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Thu Sep 12 21:28:56 2013 +0200

    universal-access: Remove an unused variable

 panels/universal-access/cc-ua-panel.c | 1 -
 1 file changed, 1 deletion(-)

commit a8b83d706bb748af992991366fe9f2a5b3422ace
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Thu Sep 12 15:51:52 2013 -0400

    background: Fix crasher when entering/leaving the background panel
    
    g_application_get_dbus_connection() does not return a ref, so we
    shouldn't try to free it.

 panels/background/cc-background-panel.c | 2 --
 1 file changed, 2 deletions(-)

commit d6c8972f4df56ef84ae6f9a5d37d355788d85111
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Thu Sep 12 19:06:25 2013 +0400

    Updated Russian translation

 po/ru.po | 2682 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1426 insertions(+), 1256 deletions(-)

commit 02930b74e0ff6b8ef0d308d41ea08a036a2bc37d
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Wed Sep 11 17:02:25 2013 +0100

    display: ensure the display labels remain visible when dialogs are open
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707930

 panels/display/cc-display-panel.c | 34 ++++++++++++++++++++--------------
 1 file changed, 20 insertions(+), 14 deletions(-)

commit d934486542226a10137cae2ba7ffe7caece88e05
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Sep 12 15:21:44 2013 +0200

    Updated Hungarian translation

 po/hu.po | 1235 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 755 insertions(+), 480 deletions(-)

commit 6baed13a40e0bf82193f1d4c765a8de6e9ecf4b0
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Wed Sep 11 23:08:36 2013 +0300

    Updated Latvian translation

 po/lv.po | 3969 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 2215 insertions(+), 1754 deletions(-)

commit 75f6a8499916651303c515c8228dbaecd4808c81
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Wed Sep 11 15:46:44 2013 +0100

    display: close any open dialog if the panel is destroyed

 panels/display/cc-display-panel.c | 67 ++++++++++++++++++++++++++-------------
 1 file changed, 45 insertions(+), 22 deletions(-)

commit aee3f9d82d37a680ad37d0f7072ad64cc3f7b6f4
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Wed Sep 11 14:14:23 2013 +0200

    network: Remove a spurious signal handler
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707906

 panels/network/net-device-mobile.c | 5 -----
 1 file changed, 5 deletions(-)

commit f8f420256bfa4a589472536c09c867bd64847fb6
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Wed Sep 11 16:12:49 2013 +0200

    network: Fix a possible crash with no active connections
    
    As a precaution, check the return value of get_active_connections to
    avoid dereferencing a NULL pointer.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=990196
    https://bugzilla.gnome.org/show_bug.cgi?id=707906

 panels/network/net-device-mobile.c | 2 +-
 panels/network/net-device-simple.c | 2 +-
 panels/network/net-device-wifi.c   | 2 +-
 panels/network/net-vpn.c           | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit 6192dd7fe344a1a80b5ec313ee86346cf3abbc01
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Mon Sep 9 18:02:26 2013 +0100

    display: disable the "Apply" button until a change has been made
    
    https://bugzilla.gnome.org/show_bug.cgi?id=600225

 panels/display/cc-display-panel.c | 114 ++++++++++++++++++++++++++++++++++----
 1 file changed, 102 insertions(+), 12 deletions(-)

commit 0b2a0a37b972e89a3107aa1b14c39f9bc64409af
Author: Alejandro Piñeiro <apinheiro@igalia.com>
Date:   Tue Sep 10 19:12:52 2013 +0200

    universal access: toggle child switch if parent list box row is activated
    
    Focusing on the main view.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707778

 panels/universal-access/cc-ua-panel.c | 38 +++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

commit 13d567f1262ff1f3724ddf1f79f0a2dcac374822
Author: Alejandro Piñeiro <apinheiro@igalia.com>
Date:   Tue Sep 10 12:45:58 2013 +0200

    universal access: fixing can_focus value on several main view rows
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707778

 panels/universal-access/uap.ui | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit efe1062da0a17275b5796935196dcef2d1b16b4d
Author: Alejandro Piñeiro <apinheiro@igalia.com>
Date:   Tue Sep 10 16:14:15 2013 +0200

    datetime: setting can_focus to true on listbox rows
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707778

 panels/datetime/datetime.ui | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 4ff2559265ebedee83a6a808636f483d2d1583f9
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Sep 11 11:02:18 2013 +0200

    Updated Basque language

 po/eu.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1239ffc9410141b3044914e4249ced44d42a0c43
Author: Timo Jyrinki <timo@debian.org>
Date:   Wed Sep 11 09:45:40 2013 +0300

    Finnish translation update

 po/fi.po | 221 +++++++++++++--------------------------------------------------
 1 file changed, 44 insertions(+), 177 deletions(-)

commit fea9da1b2e8d18d42e68a6084057dec0e6316686
Author: Dan Winship <danw@gnome.org>
Date:   Tue Sep 10 08:49:36 2013 -0400

    network: don't show unmanaged devices
    
    And in particular, in NM 0.9.10, don't show NM_DEVICE_TYPE_GENERIC
    devices.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706868

 panels/network/cc-network-panel.c | 3 +++
 1 file changed, 3 insertions(+)

commit 015d29604a77759ab83a6d1e6bb242eac5645a6a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 6 02:14:08 2013 -0300

    background: Fix debug message
    
    We're never capturing the whole screen, only a single monitor.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706578

 panels/background/cc-background-panel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fd4cf7b88192775c71e8e15f4ccdd1568237e433
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 6 02:13:07 2013 -0300

    background: Fix top bar location on dual-head
    
    For testing:
    xrandr --addmode VGA1 1024x768
    xrandr --output VGA1 --mode 1024x768 --left-of eDP1
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706578

 panels/background/cc-background-panel.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit c68552253c2eb7bb430e605fa4f90c5ea253bfc6
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Tue Sep 10 13:48:42 2013 +0300

    Updated Belarusian translation.

 po/be.po | 68 ++++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 40 insertions(+), 28 deletions(-)

commit 5e8e05d98a649a39810898b5c1e3eed0392fb759
Author: Andika Triwidada <andika@gmail.com>
Date:   Tue Sep 10 13:05:29 2013 +0700

    Updated Indonesian translation

 po/id.po | 112 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 61 insertions(+), 51 deletions(-)

commit 69d8099dfe35334b767b1736a94033be267d59ea
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Mon Sep 9 22:39:33 2013 +0200

    Update Arabic translation

 po/ar.po | 1240 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 735 insertions(+), 505 deletions(-)

commit f5d495771145486e9276a7fd66bf0b931ee605da
Author: Michael Wood <michael.g.wood@intel.com>
Date:   Mon Sep 9 16:38:34 2013 +0100

    configure: Bump dependency for ibus
    
    cc-ibus-utils needs ibus_engine_desc_get_textdomain from ibus 1.5.2

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a2872ff12357c86174486c99ee2c37297c642a79
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 5 22:02:03 2013 -0300

    background: Remove empty finalize functions
    
    They were just chaining up.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707602

 panels/background/bg-flickr-source.c             | 7 -------
 panels/background/bg-source.c                    | 7 -------
 panels/background/bg-wallpapers-source.c         | 7 -------
 panels/background/cc-background-chooser-dialog.c | 8 --------
 4 files changed, 29 deletions(-)

commit 00d8f80586268a14860f2b31be6556f1c1acf2dc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 5 21:55:46 2013 -0300

    background: Use g_clear_* helpers when possible
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707602

 panels/background/bg-flickr-source.c     | 13 ++-----------
 panels/background/bg-pictures-source.c   | 21 ++++-----------------
 panels/background/bg-source.c            |  6 +-----
 panels/background/bg-wallpapers-source.c | 12 ++----------
 panels/background/cc-background-item.c   |  6 ++----
 panels/background/cc-background-panel.c  | 15 +++++----------
 panels/background/cc-background-xml.c    | 10 ++--------
 7 files changed, 18 insertions(+), 65 deletions(-)

commit 531989217e7c4e3aeed4b8650cfd239acc9dcfb1
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Mon Sep 9 16:13:44 2013 +0200

    display: Silence -Wmaybe-uninitialized

 panels/display/cc-display-panel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0c1ac731ff6893b4b98c665f55eda70567cc8f59
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Mon Sep 9 15:52:21 2013 +0200

    network: Silence compiler warning
    
    Use an explicit typecast from gpointer to const gchar **.

 panels/network/cc-network-panel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b2ab2ea07439da5bffc885de7a224103ae437bc3
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Mon Sep 9 15:39:53 2013 +0200

    build: Use $(AM_V_GEN) when using gdbus-codegen

 search-provider/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cc17b9d4714569b6057d7267d704c147a5ee41d4
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Fri Sep 6 17:51:58 2013 +0200

    background: Don't access possibly invalid object
    
    The previous value of CURRENT_BG may not be valid after a call to
    update_preview.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707569

 panels/background/cc-background-panel.c | 1 +
 1 file changed, 1 insertion(+)

commit ffa6d77ce97599e50989470723de3719c2056c35
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Sun Sep 8 15:36:15 2013 +0500

    Tajik translation updated

 po/tg.po | 116 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 64 insertions(+), 52 deletions(-)

commit 1130a5a7ebe27583c5dda9ec7ddcaec0b4fa0ce7
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Sep 8 11:17:37 2013 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 125 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 71 insertions(+), 54 deletions(-)

commit e267515ed61690faf0532f3108d61c9b56c724c8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Sep 7 14:38:41 2013 -0300

    network: Disconnect from signal on finalize
    
    The connection editor connects to permission-changed on its NMClient,
    but didn't disconnect from that signal when dropping the NMClient
    reference in finalize.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=700989

 panels/network/connection-editor/net-connection-editor.c | 2 ++
 1 file changed, 2 insertions(+)

commit 6369f10d520c2f37b3ef375cb10a6b5ee6f65dcc
Author: Christian Kirbach <christian.kirbach@gmail.com>
Date:   Sat Sep 7 21:26:41 2013 +0200

    Updated German translation

 po/de.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 46f97fdd4ea3bf0081bb70bc00060641d5b08756
Author: Christian Kirbach <christian.kirbach@gmail.com>
Date:   Sat Sep 7 21:20:00 2013 +0200

    Updated German translation

 po/de.po | 166 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 94 insertions(+), 72 deletions(-)

commit f69c0705c79d57ae617e7448d2b866018903cff3
Author: Ville-Pekka Vainio <vpvainio@iki.fi>
Date:   Sat Sep 7 22:01:39 2013 +0300

    Finnish translation update by Jiri Grönroos

 po/fi.po | 3545 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 2146 insertions(+), 1399 deletions(-)

commit b7d0679cd23ddd26f3111559b9490570ed27a91e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Sep 7 17:19:40 2013 +0200

    Updated Polish translation

 po/pl.po | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 1713bace17de9d47a626046264c00b2e1e8f4815
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Sat Sep 7 01:20:23 2013 +0300

    Updated Ukrainian

 po/uk.po | 64 ++++++++++++++++++++++++++++------------------------------------
 1 file changed, 28 insertions(+), 36 deletions(-)

commit bf7c52555d0253d405f005258a81a277d1370e48
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Sep 6 11:40:24 2013 +0200

    Updated Czech translation

 po/cs.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit bdf4db201b1408f0f96dc507471f57dfd83676ce
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Thu Sep 5 22:00:03 2013 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 31 ++++++++++++++++++++-----------
 1 file changed, 20 insertions(+), 11 deletions(-)

commit f13a8311cf6f68f316324e5ebc4a45663b5ec1c5
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Sep 5 12:14:24 2013 +0200

    Updated Czech translation

 po/cs.po | 105 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 60 insertions(+), 45 deletions(-)

commit 84b186803e1eddfaecc5a8eef117b6d37c323880
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Wed Sep 4 13:01:08 2013 -0400

    Update gvc

 panels/sound/gvc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9d1012d1b3785356f36dc6c0d1b4e47ba1c3b9ca
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Wed Sep 4 10:37:36 2013 -0600

    Updated Irish translation

 po/ga.po | 487 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 225 insertions(+), 262 deletions(-)

commit ab0eb8d5e7991656144aa8da6739073035ce74e0
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Sep 4 17:29:49 2013 +0200

    Updated Spanish translation

 po/es.po | 27 +++++++++++++++++++--------
 1 file changed, 19 insertions(+), 8 deletions(-)

commit d6d5abf1575d840b6b53a10d60c70e6044622808
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Sep 4 17:01:29 2013 +0200

    Updated Galician translations

 po/gl.po | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

commit 8fce0bfd79a352674596f28d0dbf5b19044be40f
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Sep 4 14:58:56 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 163 +++++++++++++++++++++++++++---------------------------------
 po/zh_TW.po | 163 +++++++++++++++++++++++++++---------------------------------
 2 files changed, 148 insertions(+), 178 deletions(-)

commit 80dda42e27a2271568d0e0a3a1eab14d0028a043
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Sep 3 23:08:21 2013 -0600

    i18n: Update British English translation

 po/en_GB.po | 3551 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 2068 insertions(+), 1483 deletions(-)