[Xfce4-commits] <libxfce4util:master> Release 4.8.0!

Jannis Pohlmann noreply at xfce.org
Sun Jan 16 15:44:01 CET 2011


Updating branch refs/heads/master
         to a4aee558a274a35886c0b25b378320289b8ec0d2 (commit)
       from 7408ff1b51466d3b41f242b52ecb33d969b2abc4 (commit)

commit a4aee558a274a35886c0b25b378320289b8ec0d2
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sun Jan 16 15:42:29 2011 +0100

    Release 4.8.0!

 NEWS                                     |    4 +
 configure.in.in                          |   15 ++---
 docs/tmpl/libxfce4util-config.sgml       |    4 +
 docs/tmpl/libxfce4util-unused.sgml       |   36 ++++++++++++
 docs/tmpl/xfce-desktopentry.sgml         |    4 +-
 docs/tmpl/xfce-fileutils.sgml            |    3 +
 docs/tmpl/xfce-generics.sgml             |    3 +
 docs/tmpl/xfce-i18n.sgml                 |    3 +
 docs/tmpl/xfce-kiosk.sgml                |    3 +
 docs/tmpl/xfce-license.sgml              |    3 +
 docs/tmpl/xfce-miscutils.sgml            |    6 ++
 docs/tmpl/xfce-posix-signal-handler.sgml |    4 +
 docs/tmpl/xfce-rc.sgml                   |    3 +
 docs/tmpl/xfce-resource.sgml             |    3 +
 docs/tmpl/xfce-utf8.sgml                 |    3 +
 po/am.po                                 |    3 +-
 po/ar.po                                 |   19 ++++--
 po/ast.po                                |    3 +-
 po/bn.po                                 |   92 ++++++++++++++++++------------
 po/ca.po                                 |    4 +-
 po/cs.po                                 |   25 +++++---
 po/cy.po                                 |    3 +-
 po/da.po                                 |   34 +++++++----
 po/de.po                                 |   26 ++++++---
 po/dz.po                                 |    3 +-
 po/el.po                                 |   11 ++-
 po/en_GB.po                              |   21 ++++---
 po/es.po                                 |   61 +++++++++++++-------
 po/et.po                                 |    3 +-
 po/eu.po                                 |   11 ++-
 po/fi.po                                 |    3 +-
 po/fr.po                                 |   65 ++++++++++++++-------
 po/gl.po                                 |   10 ++-
 po/he.po                                 |   17 ++++--
 po/hu.po                                 |    3 +-
 po/id.po                                 |   20 ++++--
 po/it.po                                 |   46 ++++++++++-----
 po/ja.po                                 |    3 +-
 po/ka.po                                 |    3 +-
 po/kk.po                                 |   61 +++++++++++++-------
 po/ko.po                                 |    3 +-
 po/lt.po                                 |    7 +-
 po/lv.po                                 |   44 +++++++++-----
 po/mk.po                                 |    3 +-
 po/nb.po                                 |    3 +-
 po/nl.po                                 |    3 +-
 po/pa.po                                 |    4 +-
 po/pl.po                                 |    3 +-
 po/pt.po                                 |   20 ++++--
 po/pt_BR.po                              |    3 +-
 po/ro.po                                 |    3 +-
 po/ru.po                                 |   11 ++-
 po/si.po                                 |   11 ++-
 po/sk.po                                 |    9 ++-
 po/sl.po                                 |    3 +-
 po/sq.po                                 |    3 +-
 po/sv.po                                 |    3 +-
 po/tl_PH.po                              |    3 +-
 po/tr.po                                 |   17 ++++--
 po/ug.po                                 |   18 ++++--
 po/uk.po                                 |   38 ++++++++----
 po/ur.po                                 |    3 +-
 po/ur_PK.po                              |    3 +-
 po/zh_CN.po                              |    5 +-
 po/zh_TW.po                              |   10 ++-
 65 files changed, 592 insertions(+), 288 deletions(-)

diff --git a/NEWS b/NEWS
index dfc225b..a14dfb1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+4.8.0
+=====
+- Translation updates: Arabic, Greek, Polish, Romanian, Turkish.
+
 4.7.5
 =====
 - Fix ABI check on ppc (bug #7004).
diff --git a/configure.in.in b/configure.in.in
index b7b5a1a..30a3f0d 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,6 +1,6 @@
 dnl $Id$
 dnl
-dnl Copyright (c) 2002-2009
+dnl Copyright (c) 2002-2011
 dnl         The Xfce development team. All rights reserved.
 dnl
 dnl Written for Xfce by Benedikt Meurer <benny at xfce.org>, Jasper
@@ -12,11 +12,11 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([libxfce4util_verinfo], [5:1:1])
 m4_define([libxfce4util_version_major], [4])
-m4_define([libxfce4util_version_minor], [7])
-m4_define([libxfce4util_version_micro], [5])
+m4_define([libxfce4util_version_minor], [8])
+m4_define([libxfce4util_version_micro], [0])
 m4_define([libxfce4util_version_nano], [])   dnl leave this empty to have no nano version
 m4_define([libxfce4util_version_build], [@REVISION@])
-m4_define([libxfce4util_version_tag], [git])
+m4_define([libxfce4util_version_tag], [])
 m4_define([libxfce4util_version], [libxfce4util_version_major().libxfce4util_version_minor().libxfce4util_version_micro()ifelse(libxfce4util_version_nano(), [], [], [.libxfce4util_version_nano()])ifelse(libxfce4util_version_tag(), [git], [libxfce4util_version_tag()-libxfce4util_version_build()], [])])
 
 dnl **************************************************************
@@ -37,11 +37,8 @@ m4_define([libxfce4util_debug_default], [ifelse(libxfce4util_version_tag(), [git
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2002-2009
-        The Xfce development team. All rights reserved.
-
-Written for Xfce by Benedikt Meurer <benny at xfce.org>, Jasper
-Huijsmans <jasper at xfce.org> and Olivier Fourdan <fourdan at xfce.org>.])
+AC_COPYRIGHT([Copyright (c) 2002-2011
+        The Xfce development team. All rights reserved.])
 AC_INIT([libxfce4util], [libxfce4util_version], [xfce4-dev at xfce.org])
 AC_PREREQ([2.50])
 AC_REVISION([$Id$])
diff --git a/docs/tmpl/libxfce4util-config.sgml b/docs/tmpl/libxfce4util-config.sgml
index 4422c7b..603d300 100644
--- a/docs/tmpl/libxfce4util-config.sgml
+++ b/docs/tmpl/libxfce4util-config.sgml
@@ -17,11 +17,15 @@ These macros provide a few commonly-used features.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION xfce_version_string ##### -->
 <para>
 
 </para>
 
+ at void: 
 @Returns: 
 
 
diff --git a/docs/tmpl/libxfce4util-unused.sgml b/docs/tmpl/libxfce4util-unused.sgml
new file mode 100644
index 0000000..3589632
--- /dev/null
+++ b/docs/tmpl/libxfce4util-unused.sgml
@@ -0,0 +1,36 @@
+<!-- ##### SECTION ./tmpl/debug.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/debug.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/debug.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/debug.sgml:Title ##### -->
+debug
+
+
+<!-- ##### MACRO DBG ##### -->
+<para>
+
+</para>
+
+ at fmt: 
+ at args...: 
+
+<!-- ##### MACRO TRACE ##### -->
+<para>
+
+</para>
+
+ at fmt: 
+ at args...: 
+
diff --git a/docs/tmpl/xfce-desktopentry.sgml b/docs/tmpl/xfce-desktopentry.sgml
index 9310f9a..92e0c82 100644
--- a/docs/tmpl/xfce-desktopentry.sgml
+++ b/docs/tmpl/xfce-desktopentry.sgml
@@ -19,6 +19,9 @@ url="http://www.freedesktop.org/">Freedesktop.org</ulink>.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### STRUCT XfceDesktopEntry ##### -->
 <para>
 All the fields in the XfceDesktopEntry structure are private to the
@@ -28,7 +31,6 @@ Instead, you should use the functions listed below.
 
 @Deprecated: 4.8: Use #XfceRc instead.
 
-
 <!-- ##### FUNCTION xfce_desktop_entry_new ##### -->
 <para>
 
diff --git a/docs/tmpl/xfce-fileutils.sgml b/docs/tmpl/xfce-fileutils.sgml
index a16533a..08cec62 100644
--- a/docs/tmpl/xfce-fileutils.sgml
+++ b/docs/tmpl/xfce-fileutils.sgml
@@ -17,6 +17,9 @@ miscellaneous file-related utility functions.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION xfce_mkdirhier ##### -->
 <para>
 
diff --git a/docs/tmpl/xfce-generics.sgml b/docs/tmpl/xfce-generics.sgml
index d9320e0..5ebc9bc 100644
--- a/docs/tmpl/xfce-generics.sgml
+++ b/docs/tmpl/xfce-generics.sgml
@@ -43,6 +43,9 @@ mistakes will surely be caught by the C compiler).
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### MACRO XFCE_GENERIC_STACK ##### -->
 <para>
 This macro is used to create a new stack data type which elements are of
diff --git a/docs/tmpl/xfce-i18n.sgml b/docs/tmpl/xfce-i18n.sgml
index 58e45f3..89a8fb1 100644
--- a/docs/tmpl/xfce-i18n.sgml
+++ b/docs/tmpl/xfce-i18n.sgml
@@ -23,6 +23,9 @@ Internationalization</ulink>
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION xfce_textdomain ##### -->
 <para>
 
diff --git a/docs/tmpl/xfce-kiosk.sgml b/docs/tmpl/xfce-kiosk.sgml
index 8aebbe3..49047bb 100644
--- a/docs/tmpl/xfce-kiosk.sgml
+++ b/docs/tmpl/xfce-kiosk.sgml
@@ -17,6 +17,9 @@ Xfce Kiosk mode support functions.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### STRUCT XfceKiosk ##### -->
 <para>
 
diff --git a/docs/tmpl/xfce-license.sgml b/docs/tmpl/xfce-license.sgml
index 3cadd97..b70a709 100644
--- a/docs/tmpl/xfce-license.sgml
+++ b/docs/tmpl/xfce-license.sgml
@@ -17,6 +17,9 @@ Software Licenses
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### MACRO XFCE_LICENSE_BSD ##### -->
 <para>
 Contains the text of the BSD license.
diff --git a/docs/tmpl/xfce-miscutils.sgml b/docs/tmpl/xfce-miscutils.sgml
index 9a38e78..ff39dab 100644
--- a/docs/tmpl/xfce-miscutils.sgml
+++ b/docs/tmpl/xfce-miscutils.sgml
@@ -17,11 +17,15 @@ Miscellaneous utility functions
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION xfce_get_homedir ##### -->
 <para>
 
 </para>
 
+ at void: 
 @Returns: 
 
 
@@ -57,6 +61,7 @@ path of the current user's home directory.
 
 </para>
 
+ at void: 
 @Returns: 
 
 
@@ -102,6 +107,7 @@ formed by a NULL terminated list of path components.
 
 </para>
 
+ at void: 
 @Returns: 
 
 
diff --git a/docs/tmpl/xfce-posix-signal-handler.sgml b/docs/tmpl/xfce-posix-signal-handler.sgml
index 363f7e8..281140c 100644
--- a/docs/tmpl/xfce-posix-signal-handler.sgml
+++ b/docs/tmpl/xfce-posix-signal-handler.sgml
@@ -22,6 +22,9 @@ data) for any signal.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### USER_FUNCTION XfcePosixSignalHandler ##### -->
 <para>
 A function signature to use for POSIX signal handler functions.
@@ -65,5 +68,6 @@ A function signature to use for POSIX signal handler functions.
 
 </para>
 
+ at void: 
 
 
diff --git a/docs/tmpl/xfce-rc.sgml b/docs/tmpl/xfce-rc.sgml
index 14fc317..c4ea2a7 100644
--- a/docs/tmpl/xfce-rc.sgml
+++ b/docs/tmpl/xfce-rc.sgml
@@ -27,6 +27,9 @@ as soon as possible after loading configuration data from the object.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### STRUCT XfceRc ##### -->
 <para>
 Opaque struct that encapsulates the resource config data.
diff --git a/docs/tmpl/xfce-resource.sgml b/docs/tmpl/xfce-resource.sgml
index 1ea0a99..450eb82 100644
--- a/docs/tmpl/xfce-resource.sgml
+++ b/docs/tmpl/xfce-resource.sgml
@@ -17,6 +17,9 @@ Resource lookup functions
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### ENUM XfceResourceType ##### -->
 <para>
 
diff --git a/docs/tmpl/xfce-utf8.sgml b/docs/tmpl/xfce-utf8.sgml
index cc36484..1cf9e45 100644
--- a/docs/tmpl/xfce-utf8.sgml
+++ b/docs/tmpl/xfce-utf8.sgml
@@ -16,6 +16,9 @@ functions operating on Unicode characters and UTF-8 strings.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION xfce_utf8_remove_controls ##### -->
 <para>
 
diff --git a/po/am.po b/po/am.po
index e481864..fc73b22 100644
--- a/po/am.po
+++ b/po/am.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2007-07-07 10:43+0100\n"
 "Last-Translator: tegegne tefera <tefera at mekuria.com>\n"
 "Language-Team: Amharic <l10n-am at googlegroups.com>\n"
+"Language: am\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ar.po b/po/ar.po
index 225d4b3..d850c66 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -4,17 +4,19 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2011-01-09 17:16-0000\n"
 "Last-Translator: كريم أولاد الشلحة <herr.linux88 at gmail.com>\n"
 "Language-Team: Arabic <doc at arabeyes.org>\n"
+"Language: ar\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Language: Arabic\n"
 "X-Poedit-SourceCharset: utf-8\n"
 "X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : n>=3 && n<=10 ? 2 : 3\n"
+"Plural-Forms: Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : n>=3 && "
+"n<=10 ? 2 : 3\n"
 
 #: ../libxfce4util/xfce-fileutils.c:153
 #, c-format
@@ -76,8 +78,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "هذا البرنامج حر، يمكنك توزيعه و/أو تعديله\n"
@@ -85,10 +89,12 @@ msgstr ""
 "الإصدار الثاني أو أي إصدار أحدث (حسب رغبتك).\n"
 "\n"
 "هذا البرنامج يوزع على أمل أن يكون مفيداً، ولكن دون أية ضمانات،\n"
-"بما في ذلك ضمانات قابلية البرنامج للتسويق أو الملاءمة لغرض معين. انظر نص رخصة جنو العمومية\n"
+"بما في ذلك ضمانات قابلية البرنامج للتسويق أو الملاءمة لغرض معين. انظر نص "
+"رخصة جنو العمومية\n"
 "لمزيد من التفاصيل.\n"
 "\n"
-"من المفترض أنك تلقيت نسخة من رخصة جنو العمومية مع هذا البرنامج؛ إذا لم يحدث هذا فاكتب إلى:\n"
+"من المفترض أنك تلقيت نسخة من رخصة جنو العمومية مع هذا البرنامج؛ إذا لم يحدث "
+"هذا فاكتب إلى:\n"
 "Free Software Foundation, Inc., 51 Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 
@@ -135,4 +141,3 @@ msgstr "xfce_posix_signal_handler_init() must be called first"
 #, c-format
 msgid "sigaction() failed: %s\n"
 msgstr "sigaction() failed: %s\n"
-
diff --git a/po/ast.po b/po/ast.po
index ef46891..2fbb287 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -3,11 +3,12 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-07-04 00:19+0100\n"
 "Last-Translator: Marcos Alvarez Costales <marcos.alvarez.costales at gmail."
 "com>\n"
 "Language-Team: Asturian <alministradores at softastur.org>\n"
+"Language: ast\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/bn.po b/po/bn.po
index bef693a..fbec7a2 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: bn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-30 16:03+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2010-04-01 17:20+0600\n"
 "Last-Translator: Israt Jahan <israt at ankur.org.bd>\n"
 "Language-Team: Bengali <ankur-bd-l10n at googlegroups.com>\n"
+"Language: bn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -43,21 +44,26 @@ msgid ""
 " (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n"
 " THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
 msgstr ""
-" নিম্নোক্ত শর্তাবলী\n মেনে পুনরায় বিতরণ, পরিবর্তন\n পরিবর্ধণ করা যাবে:\n\n "
-"১. সোর্স কোডের পুনরান বিতরণের নিচের কপিরাইট থাকতে থাকতে হবে \n    বিজ্ঞপ্তি, "
-"নিম্নলিখিত শর্তাবলীর তালিকা মেনে চলতে হবে। \n ২. বাইনারী ফরমের পুনরায় বিতরণ "
-"অবশ্যই কপিরাইট ভিত্তিক হতে হবে\n    বিজ্ঞপ্তি, নিম্নলিখিত শর্তাবলীর তালিকা "
-"মেনে চলতে হব\n    বিতরণের সাথে ম্যাটেরিয়ালের ডকুমেন্টেশন থাকতে হবে\n\n THIS "
-"SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR\n IMPLIED "
-"WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n OF "
-"MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\n IN NO "
-"EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,\n INCIDENTAL, "
-"SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\n NOT LIMITED "
-"TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR "
-"PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF "
-"LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING "
-"NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n THIS "
-"SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
+" নিম্নোক্ত শর্তাবলী\n"
+" মেনে পুনরায় বিতরণ, পরিবর্তন\n"
+" পরিবর্ধণ করা যাবে:\n"
+"\n"
+" ১. সোর্স কোডের পুনরান বিতরণের নিচের কপিরাইট থাকতে থাকতে হবে \n"
+"    বিজ্ঞপ্তি, নিম্নলিখিত শর্তাবলীর তালিকা মেনে চলতে হবে। \n"
+" ২. বাইনারী ফরমের পুনরায় বিতরণ অবশ্যই কপিরাইট ভিত্তিক হতে হবে\n"
+"    বিজ্ঞপ্তি, নিম্নলিখিত শর্তাবলীর তালিকা মেনে চলতে হব\n"
+"    বিতরণের সাথে ম্যাটেরিয়ালের ডকুমেন্টেশন থাকতে হবে\n"
+"\n"
+" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR\n"
+" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n"
+" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\n"
+" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,\n"
+" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\n"
+" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n"
+" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n"
+" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n"
+" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n"
+" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
 
 #: ../libxfce4util/xfce-license.c:55
 msgid ""
@@ -77,16 +83,23 @@ msgid ""
 "Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
-"এই লাইব্রেরীটি একটি বিনামূল্যের সফটওয়্যার; আপনি একটি ফ্রি সফটওয়্যার "
-"ফাউন্ডেশন দ্বারা প্রকাশিত\nGNU Library General Public\nলাইসেন্সের অধীনে "
-"বিতরণ বা পরিবর্তন করতে পারেন; লাইসেন্সের\nসংস্করণ ২ হতে পারে, বা আপনার পছন্দ "
-"অনুয়ায়ী অন্য যেকোন সর্বশেষ সংস্করণ ব্যবহার করতে পারেন।\n\nআশা করা যাচ্ছে "
-"এটি সবার উপকারে আসবে,\nকিন্তু কোনো ওয়ারেন্টি ছাড়া;এমনকি\nMERCHANTABILITY বা "
-"FITNESS FOR A PARTICULAR PURPOSE ওয়ারেন্টি ছাড়া।  আরও তথ্য়ের জন্য "
-"GNU\nLibrary General Public লাইসেন্স দেখুন।\n\nএই লাইব্রেরীর সাথে GNU "
-"Library General Public লাইসেন্সের একটি কপি আপনি পাবেন; যদি না পান তবে, "
-"\nFree Software Foundation, Inc., 51 Franklin Street, Fifth Floor, \nBoston, "
-"MA 02110-1301  USA এই ঠিকানায় লিখুন।\n"
+"এই লাইব্রেরীটি একটি বিনামূল্যের সফটওয়্যার; আপনি একটি ফ্রি সফটওয়্যার ফাউন্ডেশন দ্বারা "
+"প্রকাশিত\n"
+"GNU Library General Public\n"
+"লাইসেন্সের অধীনে বিতরণ বা পরিবর্তন করতে পারেন; লাইসেন্সের\n"
+"সংস্করণ ২ হতে পারে, বা আপনার পছন্দ অনুয়ায়ী অন্য যেকোন সর্বশেষ সংস্করণ ব্যবহার করতে "
+"পারেন।\n"
+"\n"
+"আশা করা যাচ্ছে এটি সবার উপকারে আসবে,\n"
+"কিন্তু কোনো ওয়ারেন্টি ছাড়া;এমনকি\n"
+"MERCHANTABILITY বা FITNESS FOR A PARTICULAR PURPOSE ওয়ারেন্টি ছাড়া।  আরও "
+"তথ্য়ের জন্য GNU\n"
+"Library General Public লাইসেন্স দেখুন।\n"
+"\n"
+"এই লাইব্রেরীর সাথে GNU Library General Public লাইসেন্সের একটি কপি আপনি পাবেন; "
+"যদি না পান তবে, \n"
+"Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, \n"
+"Boston, MA 02110-1301  USA এই ঠিকানায় লিখুন।\n"
 
 #: ../libxfce4util/xfce-license.c:70
 msgid ""
@@ -105,16 +118,23 @@ msgid ""
 "Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, \n"
 "Boston, MA 02110-1301  USA.\n"
 msgstr ""
-"এই লাইব্রেরীটি একটি বিনামূল্যের সফটওয়্যার; আপনি একটি ফ্রি সফটওয়্যার "
-"ফাউন্ডেশন দ্বারা প্রকাশিত\nGNU Library General Public\nলাইসেন্সের অধীনে "
-"বিতরণ বা পরিবর্তন করতে পারেন; লাইসেন্সের\nসংস্করণ ২ হতে পারে, বা আপনার পছন্দ "
-"অনুয়ায়ী অন্য যেকোন সর্বশেষ সংস্করণ ব্যবহার করতে পারেন।\n\nআশা করা যাচ্ছে "
-"এটি সবার উপকারে আসবে,\nকিন্তু কোনো ওয়ারেন্টি ছাড়া;এমনকি\nMERCHANTABILITY বা "
-"FITNESS FOR A PARTICULAR PURPOSE ওয়ারেন্টি ছাড়া।  আরও তথ্য়ের জন্য "
-"GNU\nLibrary General Public লাইসেন্স দেখুন।\n\nএই লাইব্রেরীর সাথে GNU "
-"Library General Public\nলাইসেন্সের একটি কপি আপনি পাবেন; যদি না পান তবে, "
-"\nFree Software Foundation, Inc., 51 Franklin Street, Fifth Floor, \nBoston, "
-"MA 02110-1301  USA এই ঠিকানায় লিখুন।\n"
+"এই লাইব্রেরীটি একটি বিনামূল্যের সফটওয়্যার; আপনি একটি ফ্রি সফটওয়্যার ফাউন্ডেশন দ্বারা "
+"প্রকাশিত\n"
+"GNU Library General Public\n"
+"লাইসেন্সের অধীনে বিতরণ বা পরিবর্তন করতে পারেন; লাইসেন্সের\n"
+"সংস্করণ ২ হতে পারে, বা আপনার পছন্দ অনুয়ায়ী অন্য যেকোন সর্বশেষ সংস্করণ ব্যবহার করতে "
+"পারেন।\n"
+"\n"
+"আশা করা যাচ্ছে এটি সবার উপকারে আসবে,\n"
+"কিন্তু কোনো ওয়ারেন্টি ছাড়া;এমনকি\n"
+"MERCHANTABILITY বা FITNESS FOR A PARTICULAR PURPOSE ওয়ারেন্টি ছাড়া।  আরও "
+"তথ্য়ের জন্য GNU\n"
+"Library General Public লাইসেন্স দেখুন।\n"
+"\n"
+"এই লাইব্রেরীর সাথে GNU Library General Public\n"
+"লাইসেন্সের একটি কপি আপনি পাবেন; যদি না পান তবে, \n"
+"Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, \n"
+"Boston, MA 02110-1301  USA এই ঠিকানায় লিখুন।\n"
 
 #: ../libxfce4util/xfce-posix-signal-handler.c:132
 #, c-format
diff --git a/po/ca.po b/po/ca.po
index 37749f7..d38e414 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,10 +8,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 14:38+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-12-19 11:04+0100\n"
 "Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
 "Language-Team: catalan\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -146,6 +147,7 @@ msgid "pipe() failed: %s"
 msgstr "«pipe()» ha fallat: %s"
 
 #: ../libxfce4util/xfce-posix-signal-handler.c:205
+#, c-format
 msgid "xfce_posix_signal_handler_init() must be called first"
 msgstr "s'ha de cridar primer »xfce_posix_signal_handler_init()»"
 
diff --git a/po/cs.po b/po/cs.po
index ddc33f9..c6a8672 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-01-19 06:03+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2010-01-19 10:09+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: Czech <translation-team-cs at lists.sourceforge.net>\n"
+"Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -49,17 +50,20 @@ msgstr ""
 "\n"
 "1. Další distribuce zdrojových kódů musí udržet původní zmínku o\n"
 "    autorských právech, tento seznam podmínek a níže uvedené zřeknutí se\n"
-"    zodpovědnosti.2.Další distribuce v binární podobě musí obsahovat předchozí zmínku o\n"
+"    zodpovědnosti.2.Další distribuce v binární podobě musí obsahovat "
+"předchozí zmínku o\n"
 "    autorských právech, tento seznam podmínek a níže uvedené zřeknutí se\n"
 "    zodpovědnosti v dokumentaci nebo v materiálech dodávaných s distribucí\n"
 "\n"
-" TENTO SOFTWARE JE POSKYTOVÁN AUTOREM ``TAK, JAK JE'' A JAKÝKOLIV VYJÁDŘENÝCH\n"
+" TENTO SOFTWARE JE POSKYTOVÁN AUTOREM ``TAK, JAK JE'' A JAKÝKOLIV "
+"VYJÁDŘENÝCH\n"
 " NEBO VYPLÝVAJÍCÍ ZÁRUK, VČETNĚ ZÁRUK OBCHODOVATELNOSTI  A VHODNOST\n"
 " PRO KONKRÉTNÍ POUŽITÍ SE TÍMTO ZŘÍKÁ. AUTOR NENÍ ZODPOVĚDNÝ PŘÍMO ANI\n"
 " NEPŘÍMO ZA ŠKODY, VČETNĚ JAKÝCHKOLI OBECNÝCH, MIMOŘÁDNÝCH, NÁHODNÝCH\n"
 " NEBO NÁSLEDNÝCH ŠKOD (VČETNĚ, ALE NEJEN, ZPROSTŘEDKOVÁNÍ NÁHRADY ZBOŽÍ\n"
 " NEBO SLUŽEB, ZTRÁTY DAT ČI UŠLÝCH ZISKŮ NEBO PŘERUŠENÍ OBCHODNÍCH STYKŮ),\n"
-" A TO I V PŘÍPADĚ, ŽE NA TUTO SKUTEČNOST BYLA TŘETÍ STRANA O RIZICÍCH UPOZORNĚNA\n"
+" A TO I V PŘÍPADĚ, ŽE NA TUTO SKUTEČNOST BYLA TŘETÍ STRANA O RIZICÍCH "
+"UPOZORNĚNA\n"
 " VE SMLOUVĚ I MIMO NI (VČETNĚ NEDBALOSTI A JINÝCH PŘEČINŮ PŘI POUŽITÍ).\n"
 
 #: ../libxfce4util/xfce-license.c:55
@@ -74,13 +78,16 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "Tento program je svobodný software. Můžete jej dále distribuovat a/nebo\n"
 "upravovat pod podmínkami licence GNU General Public License vydané orga-\n"
-"nizací Free Software Foundation, verze licence 2 nebo vyšší (dle Vaší volby).\n"
+"nizací Free Software Foundation, verze licence 2 nebo vyšší (dle Vaší "
+"volby).\n"
 "\n"
 "Tento program je distribuován v naději, že bude užitečným, ale\n"
 "NEPOSKYTUJE ŽÁDNÉ ZÁRUKY. Bez jakékoli vyplývající záruky\n"
@@ -88,7 +95,8 @@ msgstr ""
 "POUŽITÍ. Pro více podrobností si přečtěte licenci GNU General Public\n"
 "Licence.\n"
 "S tímto programem byste měli obdržet kopii licence GNU Library General\n"
-"Public License. Není-li tomu tak, napište na adresu  Free Software Foundation, Inc.,\n"
+"Public License. Není-li tomu tak, napište na adresu  Free Software "
+"Foundation, Inc.,\n"
 "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 
 #: ../libxfce4util/xfce-license.c:70
@@ -137,4 +145,3 @@ msgstr "nejdříve musí být volána funkce xfce_posix_signal_handler_init()"
 #, c-format
 msgid "sigaction() failed: %s\n"
 msgstr "funkce sigaction() selhala: %s\n"
-
diff --git a/po/cy.po b/po/cy.po
index fae6ec3..42c9c8a 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2006-11-04 21:00+0000\n"
 "Last-Translator: Geraint Rowlands <ansbaradigeidfran at gmail.com>\n"
 "Language-Team: Welsh <xfce-18n at xfce.org>\n"
+"Language: cy\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/da.po b/po/da.po
index 348c8bf..a75ee12 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.7.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-12-18 12:08+0100\n"
 "Last-Translator: Per Kongstad <p_kongstad at op.pl>\n"
 "Language-Team: Danish <dansk at dansk-gruppen.dk>\n"
+"Language: da\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -51,16 +52,22 @@ msgstr ""
 " overholdes:\n"
 "\n"
 " 1. Videredistribution af kildekode skal indholde ovenstående notits om\n"
-"    ophavsret, denne liste af betingelser samt følgende ansvarsfraskrivelse.\n"
+"    ophavsret, denne liste af betingelser samt følgende "
+"ansvarsfraskrivelse.\n"
 " 2. Videredistribution i binært format skal genskabe ovenstående notits om\n"
-"    ophavsret, denne liste af betingelser samt følgende ansvarsfraskrivelse i\n"
+"    ophavsret, denne liste af betingelser samt følgende ansvarsfraskrivelse "
+"i\n"
 "    dokumentationen og/eller andet materiale leveret med distributionen.\n"
 "\n"
 " DENNE SOFTWARE LEVERES AF FORFATTEREN SOM ``DEN ER'' OG ALLE UDTRYKTE\n"
-" ELLER ANTYDEDE GARANTIER, SAMMEN MED, UDEN SELV DE UNDERFORSTÅEDE GARANTIER\n"
-" OMKRING SALGBARHED ELLER EGNETHED TIL ET BESTEMT FORMÅL ER ANSVARSFRASKREVET.\n"
-" UNDER INGEN OMSTÆNDIGHEDER SKAL FORFATTEREN BLIVE HOLDT ANSVARLIG FOR DIREKTE,\n"
-" INDIREKTE, HÆNDELIGE, SPECIELLE, EKSEMPLARISKE ELLER FØLGESKADER (HERUNDER, MEN IKKE\n"
+" ELLER ANTYDEDE GARANTIER, SAMMEN MED, UDEN SELV DE UNDERFORSTÅEDE "
+"GARANTIER\n"
+" OMKRING SALGBARHED ELLER EGNETHED TIL ET BESTEMT FORMÅL ER "
+"ANSVARSFRASKREVET.\n"
+" UNDER INGEN OMSTÆNDIGHEDER SKAL FORFATTEREN BLIVE HOLDT ANSVARLIG FOR "
+"DIREKTE,\n"
+" INDIREKTE, HÆNDELIGE, SPECIELLE, EKSEMPLARISKE ELLER FØLGESKADER (HERUNDER, "
+"MEN IKKE\n"
 " BEGRÆNSET TIL, KRAV OM UDSKIFTNING AF VARER ELLER TJENESTER; TAB AT BRUG,\n"
 " DATA ELLER FORTJENESTE; ELLER FORRETNINGSAFBRYDELSE) SKABT ELLER ANDET\n"
 " TEORETISK ERSTATNINGSANSVAR, BÅDE I KONTRAKT, RENT ANSVAR ELLER TORT\n"
@@ -79,8 +86,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "Dette program er fri software. Du kan redistribuere og/eller\n"
@@ -95,7 +104,8 @@ msgstr ""
 "\n"
 "Du skulle have modtaget en kopi af GNU General Public License sammen\n"
 "med dette program. Hvis ikke, så skriv til Free Software\n"
-"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
+"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
+"USA.\n"
 
 #: ../libxfce4util/xfce-license.c:70
 msgid ""
@@ -124,7 +134,8 @@ msgstr ""
 "omkring SALGBARHED eller EGNETHED TIL ET BESTEMT FORMÅL. Yderligere\n"
 "detaljer kan læses i GNU General Public License.\n"
 "\n"
-"Du skulle have modtaget en kopi af GNU Library General Public License sammen\n"
+"Du skulle have modtaget en kopi af GNU Library General Public License "
+"sammen\n"
 "med dette program. Hvis ikke, så skriv til Free Software\n"
 "Foundation, Inc., 51 Franklin Street, Fifth Floor, \n"
 "Boston, MA 02110-1301  USA.\n"
@@ -143,4 +154,3 @@ msgstr "xfce_posix_signal_handler_init() skal kaldes først"
 #, c-format
 msgid "sigaction() failed: %s\n"
 msgstr "sigaction() fejlede: %s\n"
-
diff --git a/po/de.po b/po/de.po
index bbfa9ae..ac18890 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4,15 +4,16 @@
 # Benedikt Meurer <benny at xfce.org>, 2006.
 # Fabian Nowak <timystery at arcor.de>, 2006.
 # Enrico Tröger <enrico at xfce.org>, 2009.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.6.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-22 16:05+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2010-02-20 16:51+0100\n"
 "Last-Translator: Enrico Tröger <enrico at xfce.org>\n"
 "Language-Team: German <xfce-i18n-de at xfce.org>\n"
+"Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -47,7 +48,8 @@ msgid ""
 " THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
 msgstr ""
 "Weitergabe und Verwendung in Form von Quelltexten sowie binärer Form, mit\n"
-"oder ohne Veränderung, werden unter den folgenden Voraussetzungen gestattet:\n"
+"oder ohne Veränderung, werden unter den folgenden Voraussetzungen "
+"gestattet:\n"
 "\n"
 " 1. Bei Weitergabe des Quelltextes muss die obige Bermerkung zum\n"
 "    Kopierschutz, diese Liste an Bedingungen und die folgende\n"
@@ -61,9 +63,11 @@ msgstr ""
 " AUSDRÜCKLICHE ZUSICHERUNG ODER GESETZLICHE GEWÄHRLEISTUNG UND EIGNUNG FÜR\n"
 " EINEN BESONDEREN ZWECK WERDEN ABGELEHNT.\n"
 " UNTER KEINEN UMSTÄNDEN DARF DER AUTOR FÜR UNMITTELBARE, INDIREKTE,\n"
-" ZUFÄLLIGE, BESONDERE, BESIPIELHAFTE ODER NACHFOLGENDE SCHÄDEN, DIE BELIEBIG\n"
+" ZUFÄLLIGE, BESONDERE, BESIPIELHAFTE ODER NACHFOLGENDE SCHÄDEN, DIE "
+"BELIEBIG\n"
 " VERURSACHT WERDEN (EINSCHLIEßLICH, ABER NICHT DARAUF BESCHRÄNKT, BESORGUNG\n"
-" VON ERSATZWAREN ODER DIENSTEN; VERLUST AN NUTZEN, DATEN ODER ERTRÄGEN; ODER\n"
+" VON ERSATZWAREN ODER DIENSTEN; VERLUST AN NUTZEN, DATEN ODER ERTRÄGEN; "
+"ODER\n"
 " GESCHÄFTSUNTERBRECHUNG), UND FÜR JEDWEDE THEORETISCHE HAFTBARKEIT, OB IM\n"
 " VETRAG, STRIKTER HAFTUNG ODER VERGEHEN (EINSCHLIEßLICH FAHRLÄSSIGKEIT ODER\n"
 " ANDERWEITIG), DIE AUF BELIEBIGE ART UND WEISE AUS DER VERWENDUNG DIESER\n"
@@ -82,8 +86,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "Dieses Programm ist freie Software. Sie können es unter den Bedingungen\n"
@@ -120,7 +126,8 @@ msgid ""
 "Boston, MA 02110-1301  USA.\n"
 msgstr ""
 "Diese Bibliothek ist freie Software. Sie können es unter den Bedingungen\n"
-"der GNU Library General Public License, wie von der Free Software Foundation\n"
+"der GNU Library General Public License, wie von der Free Software "
+"Foundation\n"
 "veröffentlicht, weitergeben und/oder modifizieren, entweder gemäß\n"
 "Version 2 der Lizenz oder (nach Ihrer Option) jeder späteren Version.\n"
 "\n"
@@ -130,7 +137,8 @@ msgstr ""
 "FÜR EINEN BESTIMMTEN ZWECK. Details finden Sie in der GNU Library General\n"
 "Public License.\n"
 "\n"
-"Sie sollten ein Exemplar der GNU Library General Public License zusammen mit\n"
+"Sie sollten ein Exemplar der GNU Library General Public License zusammen "
+"mit\n"
 "dieser Bibliothek erhalten haben. Falls nicht, schreiben Sie an die Free\n"
 "Software Foundation, Inc.\n"
 "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
diff --git a/po/dz.po b/po/dz.po
index a2e2ccb..4b542ed 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2006-10-19 03:15+0530\n"
 "Last-Translator: yangka <yanang_ka at hotmail.com>\n"
 "Language-Team: dzongka <pgeyleg at dit.gov.bt>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/el.po b/po/el.po
index adf5bda..c0d26e4 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,15 +3,16 @@
 # This file is distributed under the same license as the libxfce4util package.
 # Evaggelos Balaskas <ebalaskas at ebalaskas.gr>, 2009.
 # Stavros Giannouris <stavrosg at gmail.com>, 2011.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util git VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-12 11:08+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-08-30 20:25+0200\n"
 "Last-Translator: Evaggelos Balaskas <ebalaskas at ebalaskas.gr>\n"
 "Language-Team: Greek <nls at tux.hellug.gr>\n"
+"Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -81,8 +82,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "Το πρόγραμμα αυτό είναι ελεύθερο λογισμικό. Επιτρέπεται\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index ecdbc83..a829dbb 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -2,18 +2,19 @@
 # Copyright (C) 2007 THE libxfce4util'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the libxfce4util package.
 # Jeff Bailes <thepizzaking at gmail.com>, 2007.
-#, fuzzy
 # Jeff Bailes <thepizzaking at gmail.com>, 2009.
-# 
-# 
+#
+#
+#, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.6.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-12-13 05:07+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-01-27 12:40+1100\n"
 "Last-Translator: <>\n"
 "Language-Team: \n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: \n"
@@ -79,8 +80,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "This program is free software; you can redistribute it and/or modify it\n"
@@ -93,8 +96,10 @@ msgstr ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 
 #: ../libxfce4util/xfce-license.c:70
diff --git a/po/es.po b/po/es.po
index 595e970..6fcd455 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-12-18 10:57-0300\n"
 "Last-Translator: elega <elega at elega.com.ar>\n"
 "Language-Team: Spanish/ES <xfce-i18n at xfce.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -43,25 +44,39 @@ msgid ""
 " (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n"
 " THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
 msgstr ""
-" Se permite la redistribución y uso en forma de fuentes y binarios, con o sin\n"
+" Se permite la redistribución y uso en forma de fuentes y binarios, con o "
+"sin\n"
 " modificación, si se cumplen las siguientes condiciones:\n"
 "\n"
-" 1. Las redistribuciones del código fuente deben conservar la anterior nota de copyright,\n"
+" 1. Las redistribuciones del código fuente deben conservar la anterior nota "
+"de copyright,\n"
 "     esta lista de condiciones y la siguiente declaración de descargo.\n"
-" 2. Las redistribuciones en formato binario deben reproducir la anterior nota de copyright,\n"
-"     esta lista de condiciones y la siguiente declaración de descargo en la documentación\n"
+" 2. Las redistribuciones en formato binario deben reproducir la anterior "
+"nota de copyright,\n"
+"     esta lista de condiciones y la siguiente declaración de descargo en la "
+"documentación\n"
 "     y/u otros materiales proporcionados con la distribución.\n"
 "\n"
-" ESTE SOFTWARE ES PROPORCIONADO POR EL AUTOR Y DEMÁS CONTRIBUYENTES \"COMO ES\"\n"
-" SIN GARANTÍAS DE NINGÚN TIPO. EL AUTOR Y DEMÁS CONTRIBUYENTES RENUNCIAN A TODAS\n"
-" LAS GARANTÍAS, YA SEAN EXPLÍCITAS O IMPLÍCITAS, INCLUYENDO, PERO SIN LIMITARSE A, GARANTÍAS\n"
-" IMPLÍCITAS DE COMERCIABILIDAD E IDONEIDAD PARA UN PROPÓSITO EN PARTICULAR. EN NINGÚN\n"
-" CASO SE HARÁ AL AUTOR O DEMÁS CONTRIBUYENTES RESPONSABLES DE DAÑOS DIRECTOS,\n"
-" INDIRECTOS, ESPECIALES, ACCIDENTALES, O EMERGENTES (INCLUYENDO, PERO SIN LIMITARSE A,\n"
-" ADQUISICIÓN DE SUBSTITUTOS DE BIENES O SERVICIOS; PÉRDIDA DEL USO, DATOS O LUCRO, O\n"
-" INTERRUPCIÓN DE NEGOCIOS) SIN IMPORTAR LAS CAUSAS NI CUALQUIER RESPONSABILIDAD, YA SEA\n"
-" QUE SE DIESEN BAJO CONTRATO, POR NEGLIGENCIA U OTRA ACCIÓN, QUE DERIVASEN DE O SE\n"
-" RELACIONASEN AL USO DE ESTE SOFTWARE, AÚN SI HA SIDO NOTIFICADO DE LA POSIBILIDAD\n"
+" ESTE SOFTWARE ES PROPORCIONADO POR EL AUTOR Y DEMÁS CONTRIBUYENTES \"COMO ES"
+"\"\n"
+" SIN GARANTÍAS DE NINGÚN TIPO. EL AUTOR Y DEMÁS CONTRIBUYENTES RENUNCIAN A "
+"TODAS\n"
+" LAS GARANTÍAS, YA SEAN EXPLÍCITAS O IMPLÍCITAS, INCLUYENDO, PERO SIN "
+"LIMITARSE A, GARANTÍAS\n"
+" IMPLÍCITAS DE COMERCIABILIDAD E IDONEIDAD PARA UN PROPÓSITO EN PARTICULAR. "
+"EN NINGÚN\n"
+" CASO SE HARÁ AL AUTOR O DEMÁS CONTRIBUYENTES RESPONSABLES DE DAÑOS "
+"DIRECTOS,\n"
+" INDIRECTOS, ESPECIALES, ACCIDENTALES, O EMERGENTES (INCLUYENDO, PERO SIN "
+"LIMITARSE A,\n"
+" ADQUISICIÓN DE SUBSTITUTOS DE BIENES O SERVICIOS; PÉRDIDA DEL USO, DATOS O "
+"LUCRO, O\n"
+" INTERRUPCIÓN DE NEGOCIOS) SIN IMPORTAR LAS CAUSAS NI CUALQUIER "
+"RESPONSABILIDAD, YA SEA\n"
+" QUE SE DIESEN BAJO CONTRATO, POR NEGLIGENCIA U OTRA ACCIÓN, QUE DERIVASEN "
+"DE O SE\n"
+" RELACIONASEN AL USO DE ESTE SOFTWARE, AÚN SI HA SIDO NOTIFICADO DE LA "
+"POSIBILIDAD\n"
 " DE DICHOS DAÑOS.\n"
 
 #: ../libxfce4util/xfce-license.c:55
@@ -76,13 +91,17 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "Este programa es software libre. Puede redistribuirlo y/o modificarlo bajo\n"
-"los términos de la Licencia Pública General de GNU según es publicada por la\n"
-"Free Software Foundation, bien de la versión 2 de dicha Licencia o bien (según\n"
+"los términos de la Licencia Pública General de GNU según es publicada por "
+"la\n"
+"Free Software Foundation, bien de la versión 2 de dicha Licencia o bien "
+"(según\n"
 "su elección) de cualquier versión posterior.\n"
 "\n"
 "Este programa se distribuye con la esperanza de que sea útil, pero SIN\n"
@@ -91,7 +110,8 @@ msgstr ""
 "General de GNU para más detalles.\n"
 "\n"
 "Debe haber recibido una copia de la Licencia Pública General junto con este\n"
-"programa. Si no ha sido así, escriba a la Free Software Foundation, Inc., 51 Franklin\n"
+"programa. Si no ha sido así, escriba a la Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 
 #: ../libxfce4util/xfce-license.c:70
@@ -141,4 +161,3 @@ msgstr "xfce_posix_signal_handler_init() debe ser llamado primero"
 #, c-format
 msgid "sigaction() failed: %s\n"
 msgstr "sigaction() error: %s\n"
-
diff --git a/po/et.po b/po/et.po
index 589e4d5..cbc0d91 100644
--- a/po/et.po
+++ b/po/et.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce 4util\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2008-09-08 06:51-0800\n"
 "Last-Translator: Kristjan Siimson <epost at ksiimson.se>\n"
 "Language-Team: Estonian\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/eu.po b/po/eu.po
index 4d0705f..634b96e 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -2,15 +2,16 @@
 # Copyright (C) 2003-2007 Benedikt Meurer <benny at xfce.org>.
 # This file is distributed under the same license as the libxfce4util package.
 # Piarres Beobide <pi at beobide.net>, 2006.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-09 06:03+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2006-15-15 12:24\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: Librezale <Librezale at librezale.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -56,8 +57,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 
diff --git a/po/fi.po b/po/fi.po
index efee862..03501b8 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-01-25 06:03+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2010-01-25 12:58+0200\n"
 "Last-Translator: jari <jari.rahkonen at pp1.inet.fi>\n"
 "Language-Team: Finnish <translation-team-fi at lists.sourceforge.net>\n"
+"Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/fr.po b/po/fr.po
index de478ca..dcc18a4 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2,15 +2,16 @@
 # This file is distributed under the same license as the libxfce4util package.
 # Copyright (C) 2003-2009 Benedikt Meurer <benny at xfce.org>
 # Maximilian Schleiss <maximilian at xfce.org>, 2006-2009.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-21 10:04+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-01-26 21:37+0100\n"
 "Last-Translator: Maximilian Schleiss <maximilian at xfce.org>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
+"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -43,17 +44,23 @@ msgid ""
 " (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n"
 " THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
 msgstr ""
-"La redistribution et l'utilisation sous forme binaire ou de code source, avec ou sans\n"
-" modification, est autorisée à condition que les conditions suivantes soient\n"
+"La redistribution et l'utilisation sous forme binaire ou de code source, "
+"avec ou sans\n"
+" modification, est autorisée à condition que les conditions suivantes "
+"soient\n"
 " respectées :\n"
 "\n"
-"   1. Les redistributions du code source doivent conserver l'indication de copyright\n"
+"   1. Les redistributions du code source doivent conserver l'indication de "
+"copyright\n"
 "ci-dessus, cette liste de conditions et la renonciation suivante.\n"
-"   2. Les redistributions sous forme binaire doivent reproduire l'indication de\n"
-" copyright ci-dessus, cette liste de conditions et la renonciation suivante dans la\n"
+"   2. Les redistributions sous forme binaire doivent reproduire l'indication "
+"de\n"
+" copyright ci-dessus, cette liste de conditions et la renonciation suivante "
+"dans la\n"
 " documentation et/ou les autres accessoires fournis avec la distribution.\n"
 "CE LOGICIEL EST FOURNI PAR LES TITULAIRES DU COPYRIGHT ET LES PARTICIPANTS\n"
-"\"TEL QUEL\" ET TOUTES LES GARANTIES EXPLICITES OU IMPLICITES, Y COMPRIS, MAIS\n"
+"\"TEL QUEL\" ET TOUTES LES GARANTIES EXPLICITES OU IMPLICITES, Y COMPRIS, "
+"MAIS\n"
 "NON LIMITÉES A CELLES-CI, LES GARANTIES IMPLICITES DE COMMERCIALISATION ET\n"
 " D'ADÉQUATION À UN USAGE PARTICULIER SONT DÉNIÉES. EN AUCUN CAS LES\n"
 " TITULAIRES DU COPYRIGHT OU LES PARTICIPANTS NE PEUVENT ÊTRE TENUS POUR\n"
@@ -80,21 +87,29 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
-"Ce programme est libre, vous pouvez le redistribuer et/ou le modifier selon les termes\n"
+"Ce programme est libre, vous pouvez le redistribuer et/ou le modifier selon "
+"les termes\n"
 "de la Licence Publique Générale GNU publiée par la Free Software Foundation\n"
 "(version 2 ou bien toute autre version ultérieure choisie par vous).\n"
 "\n"
-"Ce programme est distribué car potentiellement utile, mais SANS AUCUNE GARANTIE,\n"
-"ni explicite ni implicite, y compris les garanties de commercialisation ou d'adaptation\n"
-" dans un but spécifique. Reportez-vous à la Licence Publique Générale GNU pour plus\n"
+"Ce programme est distribué car potentiellement utile, mais SANS AUCUNE "
+"GARANTIE,\n"
+"ni explicite ni implicite, y compris les garanties de commercialisation ou "
+"d'adaptation\n"
+" dans un but spécifique. Reportez-vous à la Licence Publique Générale GNU "
+"pour plus\n"
 "de détails.\n"
 "\n"
-"Vous devez avoir reçu une copie de la Licence Publique Générale GNU en même temps\n"
-"que ce programme ; si ce n'est pas le cas, écrivez à la Free Software Foundation, Inc.,\n"
+"Vous devez avoir reçu une copie de la Licence Publique Générale GNU en même "
+"temps\n"
+"que ce programme ; si ce n'est pas le cas, écrivez à la Free Software "
+"Foundation, Inc.,\n"
 " 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, États-Unis. \n"
 
 #: ../libxfce4util/xfce-license.c:70
@@ -114,17 +129,23 @@ msgid ""
 "Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, \n"
 "Boston, MA 02110-1301  USA.\n"
 msgstr ""
-"Cette librairie est libre, vous pouvez la redistribuer et/ou la modifier selon les termes\n"
+"Cette librairie est libre, vous pouvez la redistribuer et/ou la modifier "
+"selon les termes\n"
 "de la Licence Publique Générale GNU publiée par la Free Software Foundation\n"
 "(version 2 ou bien toute autre version ultérieure choisie par vous).\n"
 "\n"
-"Cette librairie est distribuée car potentiellement utile, mais SANS AUCUNE GARANTIE,\n"
-"ni explicite ni implicite, y compris les garanties de commercialisation ou d'adaptation\n"
-" dans un but spécifique. Reportez-vous à la Licence Publique Générale GNU pour plus\n"
+"Cette librairie est distribuée car potentiellement utile, mais SANS AUCUNE "
+"GARANTIE,\n"
+"ni explicite ni implicite, y compris les garanties de commercialisation ou "
+"d'adaptation\n"
+" dans un but spécifique. Reportez-vous à la Licence Publique Générale GNU "
+"pour plus\n"
 "de détails.\n"
 "\n"
-"Vous devez avoir reçu une copie de la Licence Publique Générale GNU en même temps\n"
-"que ce programme ; si ce n'est pas le cas, écrivez à la Free Software Foundation, Inc.,\n"
+"Vous devez avoir reçu une copie de la Licence Publique Générale GNU en même "
+"temps\n"
+"que ce programme ; si ce n'est pas le cas, écrivez à la Free Software "
+"Foundation, Inc.,\n"
 " 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, États-Unis. \n"
 
 #: ../libxfce4util/xfce-posix-signal-handler.c:132
diff --git a/po/gl.po b/po/gl.po
index 754e5d9..c6315fc 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -11,10 +11,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-04 16:04+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2010-10-19 18:07+0100\n"
 "Last-Translator: Leandro Regueiro <leandro.regueiro at gmail.com>\n"
 "Language-Team: Galician <proxecto at trasno.net>\n"
+"Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -89,8 +90,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "Este programa é software libre e, xa que logo, vostede pode\n"
@@ -160,4 +163,3 @@ msgstr "Debe chamarse antes a xfce_posix_signal_handler_init()"
 #, c-format
 msgid "sigaction() failed: %s\n"
 msgstr "Fallou sigaction(): %s\n"
-
diff --git a/po/he.po b/po/he.po
index 0a137a7..19702fd 100644
--- a/po/he.po
+++ b/po/he.po
@@ -2,15 +2,16 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Copyright (C) 2003-2006 Benedikt Meurer <benny at xfce.org>
 # Yuval Tanny <tanai at int.gov.il>, 2006.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-29 10:05+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2006-04-22 13:41+0300\n"
 "Last-Translator: Yuval Tanny <tanai at int.gov.il>\n"
 "Language-Team: Hebrew\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -77,8 +78,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "This program is free software; you can redistribute it and/or modify it\n"
@@ -91,8 +94,10 @@ msgstr ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 
 #: ../libxfce4util/xfce-license.c:70
diff --git a/po/hu.po b/po/hu.po
index fd3958d..9ee0359 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-07-25 11:32+0200\n"
 "Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
 "Language-Team: Hungarian <gnome at gnome dot hu>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/id.po b/po/id.po
index 1707b84..882c22b 100644
--- a/po/id.po
+++ b/po/id.po
@@ -2,15 +2,16 @@
 # This file is distributed under the same license as the libxfce4util package.
 # Copyright (C) 2003-2006 Benedikt Meurer <benny at xfce.org>
 # Maximilian Schleiss <maximilian at xfce.org>, 2006-2007.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-24 10:05+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-01-27 22:03+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
 "Language-Team: Indonesian <id at li.org>\n"
+"Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -78,21 +79,26 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "Program ini adalah peranti lunak bebas; anda dapat mendistribusikan ulang\n"
 "dan/atau memodifikasinya di bawah Lisensi Publik Umum GNU yang diterbitkan\n"
-"oleh Free Software Foundation; baik versi 2 dari Lisensi; atau (sesuai pilihan\n"
+"oleh Free Software Foundation; baik versi 2 dari Lisensi; atau (sesuai "
+"pilihan\n"
 "anda) versi manapun setelahnya.\n"
 "\n"
 "Program ini didistribusikan dengan harapan dapat berguna; tapi TANPA\n"
 "GARANSI APAPUN; tanpa pula garansi implisit dari PENJUALAN atau PENGGUNAAN\n"
-"UNTUK TUJUAN KHUSUS. Lihat Lisensi Publik Umum GNU untuk detail lebih lanjut.\n"
+"UNTUK TUJUAN KHUSUS. Lihat Lisensi Publik Umum GNU untuk detail lebih "
+"lanjut.\n"
 "\n"
 "Anda seharusnya menerima salinan dari Lisensi Publik Umum GNU bersama\n"
-"dengan program ini; jika tidak, kirim surat ke Free Software Foundation, Inc., \n"
+"dengan program ini; jika tidak, kirim surat ke Free Software Foundation, "
+"Inc., \n"
 "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 
 #: ../libxfce4util/xfce-license.c:70
diff --git a/po/it.po b/po/it.po
index 9fe3800..30bf49e 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,10 +7,12 @@ msgid ""
 msgstr ""
 "Project-Id-Version: master\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-20 16:14+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2010-05-21 16:09+0100\n"
 "Last-Translator: Cristian Marchi <cri.penta at gmail.com>\n"
-"Language-Team: Italian Translation Team <xfce-it-translators at googlegroups.com>\n"
+"Language-Team: Italian Translation Team <xfce-it-translators at googlegroups."
+"com>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -43,15 +45,19 @@ msgid ""
 " (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n"
 " THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
 msgstr ""
-"La ridistribuzione e l'utilizzo in forma di codice sorgente o di file binari,\n"
+"La ridistribuzione e l'utilizzo in forma di codice sorgente o di file "
+"binari,\n"
 "con o senza modifiche, sono permesse nell'osservanza delle seguenti\n"
 "condizioni:\n"
 "\n"
 " 1. la ridistribuzione del codice sorgente deve contenere la suddetta\n"
 "     notifica di copyright;\n"
-" 2. la ridistribuzione in forma binaria deve riprodurre la suddetta notifica\n"
-"     di copyright, questo elenco di condizioni e il seguente disclaimer nella\n"
-"     documentazione e/o nell'ulteriore materiale fornito con la distribuzione.\n"
+" 2. la ridistribuzione in forma binaria deve riprodurre la suddetta "
+"notifica\n"
+"     di copyright, questo elenco di condizioni e il seguente disclaimer "
+"nella\n"
+"     documentazione e/o nell'ulteriore materiale fornito con la "
+"distribuzione.\n"
 "\n"
 " THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR\n"
 " IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n"
@@ -76,22 +82,30 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
-"Questo programma è software libero; è possibile ridistribuirlo e/o modificarla\n"
-"nel rispetto dei termini della GNU General Public License così come pubblicata\n"
-"dalla Free Software Foundation sia essa la versione 2 o (a propria scelta) una\n"
+"Questo programma è software libero; è possibile ridistribuirlo e/o "
+"modificarla\n"
+"nel rispetto dei termini della GNU General Public License così come "
+"pubblicata\n"
+"dalla Free Software Foundation sia essa la versione 2 o (a propria scelta) "
+"una\n"
 "qualsiasi versione successiva.\n"
 "\n"
-"Questo programma è distribuito nella speranza che possa essere utile, ma SENZA\n"
+"Questo programma è distribuito nella speranza che possa essere utile, ma "
+"SENZA\n"
 "ALCUNA GARANZIA; senza nemmeno la garanzia implicita di VENDIBILITÁ o di\n"
 "UTILITÁ PER UN DETERMINATO SCOPO. Consultare la GNU General Public License\n"
 "per maggiori dettagli.\n"
 "\n"
-"Con questo programma dovrebbe essere stata fornita una copia della GNU General\n"
-"Public License; se così non fosse, scrivere alla Free Software Foundation, Inc., 51\n"
+"Con questo programma dovrebbe essere stata fornita una copia della GNU "
+"General\n"
+"Public License; se così non fosse, scrivere alla Free Software Foundation, "
+"Inc., 51\n"
 "Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA.\n"
 
 #: ../libxfce4util/xfce-license.c:70
@@ -121,7 +135,8 @@ msgstr ""
 "VENDIBILITÁ o di UTILITÁ PER UN DETERMINATO SCOPO. Consultare la GNU\n"
 "Library General Public License per maggiori dettagli.\n"
 "\n"
-"Con questa libreria dovrebbe essere stata fornita una copia della GNU Library\n"
+"Con questa libreria dovrebbe essere stata fornita una copia della GNU "
+"Library\n"
 "General Public License; se così non fosse, scrivere alla\n"
 "Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, \n"
 "Boston, MA 02110-1301  USA.\n"
@@ -140,4 +155,3 @@ msgstr "Deve prima essere chiamato xfce_posix_signal_handler_init()"
 #, c-format
 msgid "sigaction() failed: %s\n"
 msgstr "sigaction() non riuscita: %s\n"
-
diff --git a/po/ja.po b/po/ja.po
index a4385fa..2928c08 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,10 +9,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-02-14 15:25+0900\n"
 "Last-Translator: Masato Hashimoto <cabezon.hashimoto at gmail.com>\n"
 "Language-Team: Japanese <xfce-users-jp at ml.fdiary.net>\n"
+"Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ka.po b/po/ka.po
index 0ecf47d..f031bb2 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -2,10 +2,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2006-08-24 23:08+0400\n"
 "Last-Translator: Dimitri Gogelia <delphi.knight at gmail.com>\n"
 "Language-Team: Georgian <delphi.knight at gmail.com>\n"
+"Language: ka\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/kk.po b/po/kk.po
index d403184..fa108a3 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-12 00:03+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2010-08-02 22:48+0600\n"
 "Last-Translator: Baurzhan Muftakhidinov <baurthefirst at gmail.com>\n"
 "Language-Team: Kazakh <kk_KZ at googlegroups.com>\n"
+"Language: kk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -47,22 +48,35 @@ msgstr ""
 "Қайта тарату мен бастапқы кодтар мен бинарлы түрінде қолдану,\n"
 "түрлендіріп, немесе онсыз, тек келесі шартар орындалғанда ғана\n"
 "рұқсат етіледі:\n"
-" 1. Бастапқы кодты қайта тарату кезінде жоғарыда айтылған авторлық құқық жөніндегі\n"
-"     ескерту, осы шарттар тізімі мен төмендегі кепілдемеден бас тарту сақталуы тиіс.\n"
-" 2. Бинарлы кодты қайта тарату кезінде құжаттама және/немесе басқа қоса таратылатын\n"
+" 1. Бастапқы кодты қайта тарату кезінде жоғарыда айтылған авторлық құқық "
+"жөніндегі\n"
+"     ескерту, осы шарттар тізімі мен төмендегі кепілдемеден бас тарту "
+"сақталуы тиіс.\n"
+" 2. Бинарлы кодты қайта тарату кезінде құжаттама және/немесе басқа қоса "
+"таратылатын\n"
 "     материалдар ішінде жоғарыда айтылған авторлық құқық жөніндегі ескерту\n"
 "     осы шарттар тізімі мен төмендегі кепілдемеден бас тарту сақталуы тиіс.\n"
 "\n"
-" БҰЛ БАҒДАРЛАМАЛЫҚ ҚАМТАМА АВТОРЛЫҚ ҚҰҚЫҚ ИЕСІ НЕ БАСҚА ЖАҚТАРМЕН 'БАР ТҮРІНДЕ' ҰСЫНЫЛАДЫ,\n"
-" ЖӘНЕ ДЕ ОҒАН ЕШҚАНДАЙ НАҚТЫ АЙТЫЛҒАН НЕ АЙТЫЛМАҒАН КЕПІЛДЕМЕ БЕРІЛМЕЙДІ, ОНЫҢ ІШІНДЕ \n"
-" КОММЕРЦИЯЛЫҚ ҚҰНДЫЛЫҚ ПЕН ТҮПКІ МАҚСАТҚА ЖАРАМДЫЛЫҒЫ ҮШІН ДЕ, БІРАҚ ОСЫЛАРМЕН ШЕКТЕЛМЕЙДІ.\n"
-" ЕГЕР СӘЙКЕС КЕЛЕТІН ЗАҢ ТАЛАП ЕТПЕСЕ, НЕ АУЫЗША КЕЛІСІМ ЖАСАЛМАСА, ЕШБІР ЖАҒДАЙДА\n"
-" АВТОРЛЫҚ ҚҰҚЫҚТЫҢ БІРДЕ-БІР ИЕСІ НЕ БАСҚА, ЖОҒАРЫДА АЙТЫЛҒАНҒА СӘЙКЕС, БАҒДАРЛАМАНЫ\n"
-" ТҮРЛЕНДІРІП ЖӘНЕ/НЕМЕСЕ ОНЫ ҚАЙТА ТАРАТА АЛАТЫН ЖАҚ, ЖАУАПҚА ТАРТЫЛМАЙДЫ, СОНЫҢ ІШІНДЕ ЖАЛПЫ,\n"
-" КЕЗДЕЙСОҚ, АРНАЙЫ НЕ САЛДАРЫНАН ПАЙДА БОЛҒАН ШЫҒЫНДАРҒА, БАҒДАРЛАМАНЫ ҚОЛДАНУ НЕ ҚОЛДАНА\n"
-" АЛМАУЫ НӘТИЖЕСІНДЕ (ОНЫҢ ІШІНДЕ АҚПАРАТТЫ ЖОҒАЛТУ, АҚПАРАТТЫҢ ЗАҚЫМДАНУЫ, СІЗ НЕ ҮШІНШІ ЖАҚТАР\n"
-" КЕСІРІНЕН АҚПАРАТТЫ ЖОҒАЛТУ, БАҒДАРЛАМАНЫҢ БАСҚА БАҒДАРЛАМАЛАРМЕН БІРГЕ ЖҰМЫС ІСТЕУГЕ БАС ТАРТУЫ,\n"
-" БІРАҚ ОСЫЛАРМЕН ШЕКТЕЛМЕЙДІ), ЕГЕР ОНДАЙ ИЕСІ НЕ БАСҚА ЖАҚ ОНДАЙ ШЫҒЫНДАР ТУРАЛЫ ЕСКЕРТІЛГЕН БОЛСА ДА.\n"
+" БҰЛ БАҒДАРЛАМАЛЫҚ ҚАМТАМА АВТОРЛЫҚ ҚҰҚЫҚ ИЕСІ НЕ БАСҚА ЖАҚТАРМЕН 'БАР "
+"ТҮРІНДЕ' ҰСЫНЫЛАДЫ,\n"
+" ЖӘНЕ ДЕ ОҒАН ЕШҚАНДАЙ НАҚТЫ АЙТЫЛҒАН НЕ АЙТЫЛМАҒАН КЕПІЛДЕМЕ БЕРІЛМЕЙДІ, "
+"ОНЫҢ ІШІНДЕ \n"
+" КОММЕРЦИЯЛЫҚ ҚҰНДЫЛЫҚ ПЕН ТҮПКІ МАҚСАТҚА ЖАРАМДЫЛЫҒЫ ҮШІН ДЕ, БІРАҚ "
+"ОСЫЛАРМЕН ШЕКТЕЛМЕЙДІ.\n"
+" ЕГЕР СӘЙКЕС КЕЛЕТІН ЗАҢ ТАЛАП ЕТПЕСЕ, НЕ АУЫЗША КЕЛІСІМ ЖАСАЛМАСА, ЕШБІР "
+"ЖАҒДАЙДА\n"
+" АВТОРЛЫҚ ҚҰҚЫҚТЫҢ БІРДЕ-БІР ИЕСІ НЕ БАСҚА, ЖОҒАРЫДА АЙТЫЛҒАНҒА СӘЙКЕС, "
+"БАҒДАРЛАМАНЫ\n"
+" ТҮРЛЕНДІРІП ЖӘНЕ/НЕМЕСЕ ОНЫ ҚАЙТА ТАРАТА АЛАТЫН ЖАҚ, ЖАУАПҚА ТАРТЫЛМАЙДЫ, "
+"СОНЫҢ ІШІНДЕ ЖАЛПЫ,\n"
+" КЕЗДЕЙСОҚ, АРНАЙЫ НЕ САЛДАРЫНАН ПАЙДА БОЛҒАН ШЫҒЫНДАРҒА, БАҒДАРЛАМАНЫ "
+"ҚОЛДАНУ НЕ ҚОЛДАНА\n"
+" АЛМАУЫ НӘТИЖЕСІНДЕ (ОНЫҢ ІШІНДЕ АҚПАРАТТЫ ЖОҒАЛТУ, АҚПАРАТТЫҢ ЗАҚЫМДАНУЫ, "
+"СІЗ НЕ ҮШІНШІ ЖАҚТАР\n"
+" КЕСІРІНЕН АҚПАРАТТЫ ЖОҒАЛТУ, БАҒДАРЛАМАНЫҢ БАСҚА БАҒДАРЛАМАЛАРМЕН БІРГЕ "
+"ЖҰМЫС ІСТЕУГЕ БАС ТАРТУЫ,\n"
+" БІРАҚ ОСЫЛАРМЕН ШЕКТЕЛМЕЙДІ), ЕГЕР ОНДАЙ ИЕСІ НЕ БАСҚА ЖАҚ ОНДАЙ ШЫҒЫНДАР "
+"ТУРАЛЫ ЕСКЕРТІЛГЕН БОЛСА ДА.\n"
 
 #: ../libxfce4util/xfce-license.c:55
 msgid ""
@@ -76,8 +90,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "Бұл бағдарлама еркін бағдарламалық қамтамаға жатады; сіз оны\n"
@@ -90,7 +106,8 @@ msgstr ""
 "Көбірек білу үшін GNU General Public License қараңыз.\n"
 "\n"
 "Сіз осы бағдарламамен бірге GNU General Public License көшірмесін алуыңыз\n"
-"керек еді; олай болмаса, Free Software Foundation, Inc. ұйымына хабарласыңыз,\n"
+"керек еді; олай болмаса, Free Software Foundation, Inc. ұйымына "
+"хабарласыңыз,\n"
 "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\n"
 
 #: ../libxfce4util/xfce-license.c:70
@@ -111,7 +128,8 @@ msgid ""
 "Boston, MA 02110-1301  USA.\n"
 msgstr ""
 "Бұл бағдарламалық жинақ еркін бағдарламалық қамтамаға жатады; сіз оны\n"
-"Free Software Foundation шығарған GNU Library General Public License 2 нұсқасы,\n"
+"Free Software Foundation шығарған GNU Library General Public License 2 "
+"нұсқасы,\n"
 "немесе (тандауыңызша) кез-келген кейін шыққан нұсқасының аясында\n"
 "еркін тарата не/және өзгерте аласыз.\n"
 "Бұл бағдарламалыө жинақ пайдалы болады деген сеніммен таратылады, бірақ\n"
@@ -119,8 +137,10 @@ msgstr ""
 "белгілі бір МАҚСАТТАРҒА СӘЙКЕС КЕЛЕТІНІ үшін де.\n"
 "Көбірек білу үшін GNU Library General Public License қараңыз.\n"
 "\n"
-"Сіз осы бағдарламамен бірге GNU Library General Public License көшірмесін алуыңыз\n"
-"керек еді; олай болмаса, Free Software Foundation, Inc. ұйымына хабарласыңыз,\n"
+"Сіз осы бағдарламамен бірге GNU Library General Public License көшірмесін "
+"алуыңыз\n"
+"керек еді; олай болмаса, Free Software Foundation, Inc. ұйымына "
+"хабарласыңыз,\n"
 "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\n"
 
 #: ../libxfce4util/xfce-posix-signal-handler.c:132
@@ -137,4 +157,3 @@ msgstr "xfce_posix_signal_handler_init() бірінші шақырылуы ти
 #, c-format
 msgid "sigaction() failed: %s\n"
 msgstr "sigaction() сәтсіз: %s\n"
-
diff --git a/po/ko.po b/po/ko.po
index e08596a..4dce626 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,11 +7,12 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2006-10-09 16:04+0900\n"
 "Last-Translator: ByungHyun Choi<byunghyun.choi at gmail.com>\n"
 "Language-Team: xfce4-users-kr-i18n <xfce4-users-kr-i18n at lists.sourceforge."
 "net>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/lt.po b/po/lt.po
index c49b1e1..5fc4632 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -7,15 +7,16 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2006-11-22 15:37+0300\n"
 "Last-Translator: Mantas Zapolskas <mantaz at users.sf.net>\n"
 "Language-Team: Lithuanian <komp_lt at konferencijos.lt>\n"
+"Language: lt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%"
-"100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
+"%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #: ../libxfce4util/xfce-fileutils.c:153
 #, c-format
diff --git a/po/lv.po b/po/lv.po
index 865dda2..465d401 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -1,21 +1,23 @@
 # Latvian translations for libxfce4util package.
 # Copyright (C) 2002-2007 The Xfce development team.
 # This file is distributed under the same license as the libxfce4util package.
-# 
+#
 # Rihards Prieditis <rprieditis at inbox.lv>, 2007.
 # Rihards Prieditis <rprieditis at gmail.com>, 2009.
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-01-23 18:03+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-09-18 16:45+0100\n"
 "Last-Translator: Rihards Prieditis <rprieditis at gmail.com>\n"
 "Language-Team: Latvian <translation-team-lv at lists.sourceforge.net>\n"
+"Language: lv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
+"2);\n"
 "X-Poedit-Language: Latvian\n"
 "X-Poedit-Country: Latvia\n"
 "X-Generator: Lokalize 1.0\n"
@@ -59,13 +61,19 @@ msgstr ""
 "    nosacījumi, šis nosacījumu saraksts un turpmāk minēta atteikšanās.\n"
 "\n"
 "ŠO PROGRAMMATŪRU AUTORS NODROŠINA, \"KĀ IR\" UN JEBKĀDAS IZTEIKTĀS\n"
-"VAI NORĀDĪTĀS GARANTIJAS, IESKAITOT, BET NE TIKAI, NORĀDĪTAJĀM TIRDZNIECĪBAS\n"
+"VAI NORĀDĪTĀS GARANTIJAS, IESKAITOT, BET NE TIKAI, NORĀDĪTAJĀM "
+"TIRDZNIECĪBAS\n"
 "GARANTIJĀM UN DERĪGUMAM KONKRĒTAM MĒRĶIM IR ATTEIKTA.\n"
-"ZEM NE VIENA NOTIKUMA, AUTORS NETIKS UZSKATĪTS PAR ATBILDĪGU, PAR JEBKĀDU TIEŠU,\n"
-"NETIEŠU, NEJAUŠU, ĪPAŠU, PARAUGA, VAI SEKOJOŠIEM ZAUDĒJUMIEM (IESKAITOT, BET\n"
-"NE IEROBEŽOJOŠIEM, PREČU VAI PAKALPOJUMU AIZVIETOŠANAS PAKALPOJUMIEM; IZMANTOŠANAS,\n"
-"DATU, IENĀKUMU PAZAUDĒŠANAS; VAI BIZNESA PĀRTRAUKUMIEM) JEBKĀDĀ VEIDĀ RADĪTAJIEM\n"
-"UN JEBKĀDAS ATBILDĪBAS: ZEM KONTRAKTA, NOTEIKTĀS ATBILDĪBAS, VAI CIVILTIESĪBAS ATBILDĪBAS \n"
+"ZEM NE VIENA NOTIKUMA, AUTORS NETIKS UZSKATĪTS PAR ATBILDĪGU, PAR JEBKĀDU "
+"TIEŠU,\n"
+"NETIEŠU, NEJAUŠU, ĪPAŠU, PARAUGA, VAI SEKOJOŠIEM ZAUDĒJUMIEM (IESKAITOT, "
+"BET\n"
+"NE IEROBEŽOJOŠIEM, PREČU VAI PAKALPOJUMU AIZVIETOŠANAS PAKALPOJUMIEM; "
+"IZMANTOŠANAS,\n"
+"DATU, IENĀKUMU PAZAUDĒŠANAS; VAI BIZNESA PĀRTRAUKUMIEM) JEBKĀDĀ VEIDĀ "
+"RADĪTAJIEM\n"
+"UN JEBKĀDAS ATBILDĪBAS: ZEM KONTRAKTA, NOTEIKTĀS ATBILDĪBAS, VAI "
+"CIVILTIESĪBAS ATBILDĪBAS \n"
 "(IESKAITOT NOLAIDĪBA VAI CITĀDAS), KAS RADUSIES JEBKĀDĀ VEIDĀ IZMANTOJOT ŠO\n"
 "PROGRAMMATŪRU, PAT JA APZINĀTS PAR IESPĒJAMU ZAUDĒJUMU IESPĒJAMĪBU.\n"
 
@@ -81,11 +89,14 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
-"Šī programma ir brīvā programmatūra; jūs varat izplatīt to un/vai modificēt to\n"
+"Šī programma ir brīvā programmatūra; jūs varat izplatīt to un/vai modificēt "
+"to\n"
 "zem GNU General Public License nosacījumiem, kurus publicējusi Free\n"
 "Software Foundation; gan zem licences otrās versijas, vai zem (pēc jūsu\n"
 "slēdziena) jebkuras vēlākas.\n"
@@ -96,7 +107,8 @@ msgstr ""
 "iegūt vairāk informācijas.\n"
 "\n"
 "Jums vajadzētu saņemt GNU General Public Licence kopā ar\n"
-"šo programmu; ja nav, tad rakstiet uz Free Software Foundation, Inc., 59 Temple\n"
+"šo programmu; ja nav, tad rakstiet uz Free Software Foundation, Inc., 59 "
+"Temple\n"
 "Place, Suite 330, Boston, MA 02111-1307 USA.\n"
 
 #: ../libxfce4util/xfce-license.c:70
@@ -116,7 +128,8 @@ msgid ""
 "Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, \n"
 "Boston, MA 02110-1301  USA.\n"
 msgstr ""
-"Šī bibliotēka ir brīvā programmatūra; jūs varat izplatīt to un/vai modificēt to\n"
+"Šī bibliotēka ir brīvā programmatūra; jūs varat izplatīt to un/vai modificēt "
+"to\n"
 "zem GNU General Public License nosacījumiem, kurus publicējusi Free\n"
 "Software Foundation; gan zem licences otrās versijas, vai zem (pēc jūsu\n"
 "slēdziena) jebkuras vēlākas.\n"
@@ -127,7 +140,8 @@ msgstr ""
 "iegūt vairāk informācijas.\n"
 "\n"
 "Jums vajadzētu saņemt GNU General Public Licence kopā ar\n"
-"šo programmu; ja nav, tad rakstiet uz Free Software Foundation, Inc., 59 Temple\n"
+"šo programmu; ja nav, tad rakstiet uz Free Software Foundation, Inc., 59 "
+"Temple\n"
 "Place, Suite 330, Boston, MA 02111-1307 USA.\n"
 
 #: ../libxfce4util/xfce-posix-signal-handler.c:132
diff --git a/po/mk.po b/po/mk.po
index 210d257..9ddb51e 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2006-12-23 23:48+0100\n"
 "Last-Translator: Jovan Naumovski <jovan at lugola.net>\n"
 "Language-Team: Macedonian <mkde-l10n at lists.sourceforge.net>\n"
+"Language: mk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/nb.po b/po/nb.po
index 25eb167..f335206 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce 4util\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2007-08-30 09:17+0200\n"
 "Last-Translator: Terje Uriansrud <ter at operamail.com>\n"
 "Language-Team: Norwegian Bokmal\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/nl.po b/po/nl.po
index 4aa9532..ea0a394 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2006-10-03 23:54+0200\n"
 "Last-Translator: Stephan Arts <psybsd at gmail.com>\n"
 "Language-Team: Dutch <vertaling at vrijschrift.org>\n"
+"Language: nl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/pa.po b/po/pa.po
index abd18c9..6e1557b 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -6,10 +6,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-05 22:04+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2010-04-06 06:31+0530\n"
 "Last-Translator: A S Alam <aalam at users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <kde-i18n-doc at kde.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -96,4 +97,3 @@ msgstr "xfce_posix_signal_handler_init() ਨੂੰ ਪਹਿਲਾਂ ਕਾਲ
 #, c-format
 msgid "sigaction() failed: %s\n"
 msgstr "sigaction() ਫੇਲ੍ਹ: %s\n"
-
diff --git a/po/pl.po b/po/pl.po
index f3ed904..dc1ff3e 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,10 +9,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-07 11:08+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2011-01-07 17:45+0100\n"
 "Last-Translator: Piotr Sokół <psokol at jabster.pl>\n"
 "Language-Team: Polish <>\n"
+"Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/pt.po b/po/pt.po
index 7a4a516..7cc80ea 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,15 +2,16 @@
 # Copyright (C) 2003-2006 Benedikt Meurer
 # This file is distributed under the same license as the libxfce4util package.
 # Nuno Miguel <nunis at netcabo.pt>, 2007, 2008, 2009.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-12-01 11:07+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2010-11-03 19:10-0000\n"
 "Last-Translator: Sérgio Marques <smarquespt at gmail.com>\n"
 "Language-Team: \n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -49,11 +50,14 @@ msgstr ""
 " A redistribuição e utilização do código fonte e executáveis, com ou sem\n"
 " modificação são permitidas desde que cumpridas as seguintes condições\n"
 "\n"
-" 1. Redistribuições do código fonte devem manter os direitos acima referidos,\n"
+" 1. Redistribuições do código fonte devem manter os direitos acima "
+"referidos,\n"
 "    esta lista de condições e os seguintes avisos.\n"
-" 2. Redistribuições do código fonte devem manter os direitos acima referidos,\n"
+" 2. Redistribuições do código fonte devem manter os direitos acima "
+"referidos,\n"
 "    esta lista de condições e os avisos disponibilizados na\n"
-"    documentação e/ou outras informações disponibilizadas com a distribuição.\n"
+"    documentação e/ou outras informações disponibilizadas com a "
+"distribuição.\n"
 "\n"
 " THIS SOFTWARE IS PROVIDED BY THE AUTHOR \"AS IS\"' AND ANY EXPRESS OR\n"
 " IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n"
@@ -78,8 +82,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "Este programa é uma aplicação livre; pode redistribuí-lo e/ou\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 217dac6..89b5303 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-02-13 19:17-0500\n"
 "Last-Translator: Og Maciel <ogmaciel at gnome.org>\n"
 "Language-Team: Brazilian Portuguese <ldp-br at bazar2.conectiva.com.br>\n"
+"Language: pt_BR\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ro.po b/po/ro.po
index 09954f0..c530dd3 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -8,10 +8,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-05 17:08+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2011-01-16 00:54+0200\n"
 "Last-Translator: Mișu Moldovan <dumol at xfce.org>\n"
 "Language-Team: Romanian <debian-l10n-romanian at lists.debian.org>\n"
+"Language: ro\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ru.po b/po/ru.po
index 52997b9..a9a4c23 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2,15 +2,16 @@
 # Copyright (C) 2003-2009 Xfce Development Team.
 # This file is distributed under the same license as the libxfce4util package.
 # Denis Koryavov <dkoryavov at yandex.ru>, 2009.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-01 12:03+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-10-02 10:40+0400\n"
 "Last-Translator: Denis Koryavov <dkoryavov at yandex.ru>\n"
 "Language-Team: Russian\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -82,8 +83,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "Эта программа является свободным программным обеспечением;\n"
diff --git a/po/si.po b/po/si.po
index b12be6a..1456ff6 100644
--- a/po/si.po
+++ b/po/si.po
@@ -2,15 +2,16 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR Rashan Anushka <rashan.uoc at gmail.com>, 2007.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-10 00:03+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2008-02-09 21:09+0530\n"
 "Last-Translator: Rashan Anushka <rashan.uoc at gmail.com>\n"
 "Language-Team: Sinhala <en at li.org>\n"
+"Language: si\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -78,8 +79,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 
diff --git a/po/sk.po b/po/sk.po
index 8dd4b80..6f1a0a6 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -6,10 +6,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 4.6.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-10 04:04+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-09-17 20:30+0200\n"
 "Last-Translator: Robert Hartl <hartl.robert at gmail.com>\n"
 "Language-Team: slovak <sk-i18n at lists.linux.sk>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8-bit\n"
@@ -55,8 +56,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 
diff --git a/po/sl.po b/po/sl.po
index b6d053a..eb8518b 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -8,10 +8,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce 4util\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-02-26 20:29+0100\n"
 "Last-Translator: Alan Pepelko <alan.pepelko at gmail.com>\n"
 "Language-Team: Slovenian\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/sq.po b/po/sq.po
index 7ccd852..bfb3d80 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-09-25 16:52+0200\n"
 "Last-Translator: Besnik Bleta <besnik at programeshqip.org>\n"
 "Language-Team: Albanian <translation-team-sq at lists.sourceforge.net>\n"
+"Language: sq\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/sv.po b/po/sv.po
index 458dc51..f1c5442 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-02-09 00:23+0100\n"
 "Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
+"Language: sv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/tl_PH.po b/po/tl_PH.po
index c9e5934..09ea21a 100644
--- a/po/tl_PH.po
+++ b/po/tl_PH.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-04-20 14:07+0200\n"
 "Last-Translator: ian \"dakbyani\" besina <brod_bee at yahoo.com.ph>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/tr.po b/po/tr.po
index 14c1489..0631f15 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2,15 +2,16 @@
 # Copyright (C) 2007 THE libxfce4util'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the libxfce4util package.
 # Eren Türkay <turkay.eren at gmail.com>, 2007.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-12 17:08+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-01-30 17:52+0200\n"
 "Last-Translator: Gökmen Görgen <gkmngrgn at gmail.com>\n"
 "Language-Team: Turkish <tr at li.org>\n"
+"Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -76,8 +77,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "This program is free software; you can redistribute it and/or modify it\n"
@@ -90,8 +93,10 @@ msgstr ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 
 #: ../libxfce4util/xfce-license.c:70
diff --git a/po/ug.po b/po/ug.po
index e9b7379..92f6be6 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -9,10 +9,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-02-14 15:25+0900\n"
 "Last-Translator: Gheyret T.Kenji <gheyret at gmail.com>\n"
 "Language-Team:Uyghur Computer Science Association <UKIJ at yahoogroups.com>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -45,7 +46,8 @@ msgid ""
 " THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n"
 " (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n"
 " THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
-msgstr "  Redistribution and use in source and binary forms, with or without\n"
+msgstr ""
+"  Redistribution and use in source and binary forms, with or without\n"
 " modification, are permitted provided that the following conditions\n"
 " are met:\n"
 "\n"
@@ -83,7 +85,8 @@ msgid ""
 "this program; if not, write to the Free Software Foundation, Inc., 51 "
 "Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
-msgstr "This program is free software; you can redistribute it and/or modify it\n"
+msgstr ""
+"This program is free software; you can redistribute it and/or modify it\n"
 "under the terms of the GNU General Public License as published by the Free\n"
 "Software Foundation; either version 2 of the License, or (at your option)\n"
 "any later version.\n"
@@ -93,8 +96,10 @@ msgstr "This program is free software; you can redistribute it and/or modify it\
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 
 #: ../libxfce4util/xfce-license.c:70
@@ -113,7 +118,8 @@ msgid ""
 "License along with this library; if not, write to the \n"
 "Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, \n"
 "Boston, MA 02110-1301  USA.\n"
-msgstr "This library is free software; you can redistribute it and/or\n"
+msgstr ""
+"This library is free software; you can redistribute it and/or\n"
 "modify it under the terms of the GNU Library General Public\n"
 "License as published by the Free Software Foundation; either\n"
 "version 2 of the License, or (at your option) any later version.\n"
diff --git a/po/uk.po b/po/uk.po
index 805ebcd..e021373 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -2,16 +2,17 @@
 # Copyright (C) 2002-2006 The Xfce development team.
 # This file is distributed under the same license as the libxfcegui4 package.
 # Maxim V. Dziumanenko <mvd at mylinux.ua>, 2006.
-# 
+#
 # Dmitry Nikitin <luckas_fb at mail.ru>, 2008.
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-05 06:03+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-01-26 11:30+0200\n"
 "Last-Translator: Dmitry Nikitin <luckas_fb at mail.ru>\n"
 "Language-Team: Ukrainian <translation-team-uk at lists.sourceforge.net>\n"
+"Language: uk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -47,21 +48,29 @@ msgstr ""
 " Розповсюдження використання у тексту програм чи у двійковому вигляді, зі\n"
 " змінами чи без змін, дозволено за дотримання наступних умов:\n"
 "\n"
-" 1. Текст програм, що розповсюджується має містити згадану вище примітку про\n"
+" 1. Текст програм, що розповсюджується має містити згадану вище примітку "
+"про\n"
 "    авторські права, цей перелік умов та наступне відречення.\n"
-" 2. При розповсюдженні у двійковому вигляді, програма повинна містити згадану\n"
-"    вище примітку про авторські права, цей перелік умов та наступне відречення у\n"
+" 2. При розповсюдженні у двійковому вигляді, програма повинна містити "
+"згадану\n"
+"    вище примітку про авторські права, цей перелік умов та наступне "
+"відречення у\n"
 "    документації та/або інших матеріалах, що постачаються з у комплекті.\n"
 "\n"
-" ЦЕ ПРОГРАМНЕ ЗАБЕЗПЕЧЕННЯ ПОСТАЧАЄТЬСЯ ``ЯК Є'' БЕЗ БУДЬ-ЯКИХ ВИСЛОВЛЕНИХ ЧИ\n"
+" ЦЕ ПРОГРАМНЕ ЗАБЕЗПЕЧЕННЯ ПОСТАЧАЄТЬСЯ ``ЯК Є'' БЕЗ БУДЬ-ЯКИХ ВИСЛОВЛЕНИХ "
+"ЧИ\n"
 " НЕЯВНИХ ГАРАНТІЙ, ВКЛЮЧАЮЧИ, АЛЕ НЕ ОБМЕЖУЮЧИСЬ, НЕЯВНУ ПРИДАТНОСТІ ДО\n"
 " ПРОДАЖУ ЧИ ВІДПОВІДНОСТІ ПЕВНІЙ МЕТІ.\n"
 " НІ У ЯКОМУ РАЗІ АВТОР НЕ ВІДПОВІДАЄ ЗА БУДЬ-ЯКІ ПРЯМІ, НЕПРЯМІ,\n"
-" ВИПАДКОВІ, НАВМИСНІ, ТИПОВІ ЧИ ЛОГІЧНО ВИПЛИВАЮЧІ ПОШКОДЖЕННЯ (ВКЛЮЧАЮЧИ, АЛЕ\n"
-" НЕ ОБМЕЖУЮЧИСЬ, ПОСТАЧАННЯ ЗАМІННИКІВ ТОВАРАМ ЧИ СЛУЖБАМ; ЗБИТКИ ВІД ВИКОРИСТАННЯ,\n"
-" ДАНИХ, ЧИ ДОХОДУ; ЧИ ПЕРЕШКОДИ БІЗНЕСУ) НЕ ЗАЛЕЖНО ВІД ТОГО, ЧИМ ВОНИ ВИКЛИКАНІ,\n"
+" ВИПАДКОВІ, НАВМИСНІ, ТИПОВІ ЧИ ЛОГІЧНО ВИПЛИВАЮЧІ ПОШКОДЖЕННЯ (ВКЛЮЧАЮЧИ, "
+"АЛЕ\n"
+" НЕ ОБМЕЖУЮЧИСЬ, ПОСТАЧАННЯ ЗАМІННИКІВ ТОВАРАМ ЧИ СЛУЖБАМ; ЗБИТКИ ВІД "
+"ВИКОРИСТАННЯ,\n"
+" ДАНИХ, ЧИ ДОХОДУ; ЧИ ПЕРЕШКОДИ БІЗНЕСУ) НЕ ЗАЛЕЖНО ВІД ТОГО, ЧИМ ВОНИ "
+"ВИКЛИКАНІ,\n"
 " ТА ЗА БУДЬ-ЯКОГО ЗАКОНОДАВСТВА ЧИ ГРОМАДЯНСЬКОЇ ВІДПОВІДАЛЬНОСТІ\n"
-" (ВКЛЮЧАЮЧИ ХАЛАТНІСТЬ) ЩО ВИНИКЛИ БЕЗВІДНОСНО ЧИ ВНАСЛІДОК ВИКОРИСТАННЯ ЦІЄЇ\n"
+" (ВКЛЮЧАЮЧИ ХАЛАТНІСТЬ) ЩО ВИНИКЛИ БЕЗВІДНОСНО ЧИ ВНАСЛІДОК ВИКОРИСТАННЯ "
+"ЦІЄЇ\n"
 " ПРОГРАМИ, НАВІТЬ ЯКЩО СТОРОНИ, МОЖЛИВО, БУЛИ ПРОІНФОРМОВАНІ ПРО МОЖЛИВІСТЬ\n"
 " ТАКИХ ЗБИТКІВ.\n"
 
@@ -77,8 +86,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "Ця програма є вільною; дозволяється розповсюджувати та/або змінювати її\n"
@@ -91,7 +102,8 @@ msgstr ""
 "ВІДПОВІДНОСТІ ПЕВНІЙ МЕТІ. Докладніше про це дивіться текст GNU\n"
 "General Public License.\n"
 "\n"
-"З цією програмою ви мали отримати копію ліцензії GNU General Public License;\n"
+"З цією програмою ви мали отримати копію ліцензії GNU General Public "
+"License;\n"
 "якщо це не так, напишіть Free Software Foundation, Inc., 51 Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 
diff --git a/po/ur.po b/po/ur.po
index 40fd230..8ea76d3 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-05-13 09:50+0500\n"
 "Last-Translator: Muhammad Ali Makki <makki.ma at gmail.com>\n"
 "Language-Team: Urdu <makki.ma at gmail.com>\n"
+"Language: ur\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ur_PK.po b/po/ur_PK.po
index 40fd230..8ea76d3 100644
--- a/po/ur_PK.po
+++ b/po/ur_PK.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:59+0100\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-05-13 09:50+0500\n"
 "Last-Translator: Muhammad Ali Makki <makki.ma at gmail.com>\n"
 "Language-Team: Urdu <makki.ma at gmail.com>\n"
+"Language: ur\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 86a5849..bfa6895 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -4,15 +4,15 @@
 # Chris K. Zhang <plutino at gmail.com>, 2009.
 # Aron Xu <aronmalache at 163.com>, 2009.
 # Hunt Xu <huntxu at live.cn>, 2009.
-
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4util\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 14:38+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2009-12-19 01:47+0800\n"
 "Last-Translator: Hunt Xu <huntxu at live.cn>\n"
 "Language-Team: Simplified Chinese <xfce-i18n at xfce.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -126,6 +126,7 @@ msgid "pipe() failed: %s"
 msgstr "pipe() 失败: %s"
 
 #: ../libxfce4util/xfce-posix-signal-handler.c:205
+#, c-format
 msgid "xfce_posix_signal_handler_init() must be called first"
 msgstr "xfce_posix_signal_handler_init() 必须先被调用"
 
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 57afa6a..487f5c7 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: master\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-05 04:04+0000\n"
+"POT-Creation-Date: 2011-01-16 15:34+0100\n"
 "PO-Revision-Date: 2010-08-27 10:04+0800\n"
 "Last-Translator: Cheng-Chia Tseng <pswo10680 at gmail.com>\n"
 "Language-Team: chinese-l10n <chinese-l10n at googlegroups.com>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -76,8 +77,10 @@ msgid ""
 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
 "more details.\n"
 "\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin\n"
 "Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
 msgstr ""
 "本程式是自由軟體,您可以依照自由軟體基金會所發佈 \n"
@@ -141,4 +144,3 @@ msgstr "xfce_posix_signal_handler_init() 必須先被呼叫"
 #, c-format
 msgid "sigaction() failed: %s\n"
 msgstr "sigaction() 失敗:%s\n"
-



More information about the Xfce4-commits mailing list