[Xfce4-commits] r25413 - in libxfce4util/branches/xfce_4_4: . docs/tmpl po

Olivier Fourdan olivier at xfce.org
Sat Apr 7 11:09:19 CEST 2007


Author: olivier
Date: 2007-04-07 09:09:18 +0000 (Sat, 07 Apr 2007)
New Revision: 25413

Modified:
   libxfce4util/branches/xfce_4_4/INSTALL
   libxfce4util/branches/xfce_4_4/configure.in.in
   libxfce4util/branches/xfce_4_4/docs/tmpl/xfce-miscutils.sgml
   libxfce4util/branches/xfce_4_4/po/ar.po
   libxfce4util/branches/xfce_4_4/po/ca.po
   libxfce4util/branches/xfce_4_4/po/cs.po
   libxfce4util/branches/xfce_4_4/po/cy.po
   libxfce4util/branches/xfce_4_4/po/de.po
   libxfce4util/branches/xfce_4_4/po/dz.po
   libxfce4util/branches/xfce_4_4/po/en_GB.po
   libxfce4util/branches/xfce_4_4/po/eu.po
   libxfce4util/branches/xfce_4_4/po/fi.po
   libxfce4util/branches/xfce_4_4/po/fr.po
   libxfce4util/branches/xfce_4_4/po/gl.po
   libxfce4util/branches/xfce_4_4/po/he.po
   libxfce4util/branches/xfce_4_4/po/it.po
   libxfce4util/branches/xfce_4_4/po/ja.po
   libxfce4util/branches/xfce_4_4/po/ka.po
   libxfce4util/branches/xfce_4_4/po/ko.po
   libxfce4util/branches/xfce_4_4/po/libxfce4util.pot
   libxfce4util/branches/xfce_4_4/po/lt.po
   libxfce4util/branches/xfce_4_4/po/mk.po
   libxfce4util/branches/xfce_4_4/po/nl.po
   libxfce4util/branches/xfce_4_4/po/pl.po
   libxfce4util/branches/xfce_4_4/po/pt_BR.po
   libxfce4util/branches/xfce_4_4/po/sq.po
   libxfce4util/branches/xfce_4_4/po/tr.po
   libxfce4util/branches/xfce_4_4/po/uk.po
Log:
Update version

Modified: libxfce4util/branches/xfce_4_4/INSTALL
===================================================================
--- libxfce4util/branches/xfce_4_4/INSTALL	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/INSTALL	2007-04-07 09:09:18 UTC (rev 25413)
@@ -1,7 +1,7 @@
 Installation Instructions
 *************************
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
 Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
@@ -102,16 +102,16 @@
 Installation Names
 ==================
 
-By default, `make install' will install the package's files in
-`/usr/local/bin', `/usr/local/man', etc.  You can specify an
-installation prefix other than `/usr/local' by giving `configure' the
-option `--prefix=PREFIX'.
+By default, `make install' installs the package's commands under
+`/usr/local/bin', include files under `/usr/local/include', etc.  You
+can specify an installation prefix other than `/usr/local' by giving
+`configure' the option `--prefix=PREFIX'.
 
    You can specify separate installation prefixes for
 architecture-specific files and architecture-independent files.  If you
-give `configure' the option `--exec-prefix=PREFIX', the package will
-use PREFIX as the prefix for installing programs and libraries.
-Documentation and other data files will still use the regular prefix.
+pass the option `--exec-prefix=PREFIX' to `configure', the package uses
+PREFIX as the prefix for installing programs and libraries.
+Documentation and other data files still use the regular prefix.
 
    In addition, if you use an unusual directory layout you can give
 options like `--bindir=DIR' to specify different values for particular
@@ -159,7 +159,7 @@
 need to know the machine type.
 
    If you are _building_ compiler tools for cross-compiling, you should
-use the `--target=TYPE' option to select the type of system they will
+use the option `--target=TYPE' to select the type of system they will
 produce code for.
 
    If you want to _use_ a cross compiler, that generates code for a
@@ -189,9 +189,14 @@
 
      ./configure CC=/usr/local2/bin/gcc
 
-will cause the specified gcc to be used as the C compiler (unless it is
-overridden in the site shell script).
+causes the specified `gcc' to be used as the C compiler (unless it is
+overridden in the site shell script).  Here is a another example:
 
+     /bin/bash ./configure CONFIG_SHELL=/bin/bash
+
+Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
+configuration-related scripts to be executed by `/bin/bash'.
+
 `configure' Invocation
 ======================
 

Modified: libxfce4util/branches/xfce_4_4/configure.in.in
===================================================================
--- libxfce4util/branches/xfce_4_4/configure.in.in	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/configure.in.in	2007-04-07 09:09:18 UTC (rev 25413)
@@ -10,19 +10,19 @@
 dnl ***************************
 dnl *** Version information ***
 dnl ***************************
-m4_define([libxfce4util_verinfo], [4:1:0])
+m4_define([libxfce4util_verinfo], [4:2:0])
 m4_define([libxfce4util_version_major], [4])
 m4_define([libxfce4util_version_minor], [4])
-m4_define([libxfce4util_version_micro], [0])
-m4_define([libxfce4util_version_nano], [1])   dnl leave this empty to have no nano version
+m4_define([libxfce4util_version_micro], [1])
+m4_define([libxfce4util_version_nano], [])   dnl leave this empty to have no nano version
 m4_define([libxfce4util_version_build], [r at REVISION@])
-m4_define([libxfce4util_version_tag], [svn])
+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(), [svn], [libxfce4util_version_tag()-libxfce4util_version_build()], [])])
 
 dnl **************************************************************
 dnl *** Overall Xfce version, modify this when making releases ***
 dnl **************************************************************
-m4_define([xfce_version_string], [4.4.0])
+m4_define([xfce_version_string], [4.4.1])
 
 
 dnl # DO NOT MODIFY ANYTHING BELOW THIS LINE, UNLESS YOU KNOW WHAT

Modified: libxfce4util/branches/xfce_4_4/docs/tmpl/xfce-miscutils.sgml
===================================================================
--- libxfce4util/branches/xfce_4_4/docs/tmpl/xfce-miscutils.sgml	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/docs/tmpl/xfce-miscutils.sgml	2007-04-07 09:09:18 UTC (rev 25413)
@@ -32,11 +32,14 @@
 path of the current user's home directory.
 </para>
 
+ at ...:
+
+ at ...:
+
 @...: 
 @Returns: the absolute path to the specified file in the current user's
           home directory. The caller is responsible for freeing the
 	  returned string using g_free().
-<!-- # Unused Parameters # -->
 @...: 
 @...: 
 @first_element...: NULL terminated list of path components.
@@ -68,11 +71,14 @@
 formed by a NULL terminated list of path components.
 </para>
 
+ at ...:
+
+ at ...:
+
 @...: 
 @Returns: the absolute path to the specified file in the user's ".xfce4"
           directory. The caller is responsible for freeing the returned
 	  string using g_free().
-<!-- # Unused Parameters # -->
 @...: 
 @...: 
 @first_element...: NULL terminated list of path components.

Modified: libxfce4util/branches/xfce_4_4/po/ar.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/ar.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/ar.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -1,96 +1,106 @@
 # translation of ar.po to Arabic
 # Khaled Hosny <khaledhosny at eglug.org>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: ar\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
-"PO-Revision-Date: 2007-01-30 22:33+0200\n"
-"Last-Translator: Khaled Hosny <khaledhosny at eglug.org>\n"
-"Language-Team: Arabic <doc at arabeyes.org>\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"
-
-#: libxfce4util/xfce-fileutils.c:154
-#, c-format
-msgid "Error creating directory '%s': %s"
-msgstr "خطأ أثناء إنشاء الدليل '%s': %s"
-
-#: libxfce4util/xfce-license.c:33
-msgid ""
-" 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"
-" 1. Redistributions of source code must retain the above copyright\n"
-"    notice, this list of conditions and the following disclaimer.\n"
-" 2. Redistributions in binary form must reproduce the above copyright\n"
-"    notice, this list of conditions and the following disclaimer in the\n"
-"    documentation and/or other materials provided with the distribution.\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"
-msgstr ""
-
-#: libxfce4util/xfce-license.c:55
-msgid ""
-"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"
-"\n"
-"This program is distributed in the hope that it will be useful, but WITHOUT\n"
-"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n"
-"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., 59 "
-"Temple\n"
-"Place, Suite 330, Boston, MA  02111-1307  USA.\n"
-msgstr ""
-"هذا البرنامج حر، يمكنك توزيعه و/أو تعديله حسب بنود رخصة جنو العمومية كما نشرتها مؤسسة البرامج الحرة، الإصدار الثاني أو أي إصدار أحدث (حسب رغبتك).\n"
-"\n"
-"هذا البرنامج يوزع على أمل أن يكون مفيداً، ولكن دون أية ضمانات، بما في ذلك ضمانات قابلية البرنامج للتسويق أو الملاءمة لغرض معين. انظر نص رخصة جنو العمومية لمزيد من التفاصيل.\n"
-"\n"
-"من المفترض أنك تلقيت نسخة من رخصة جنو العمومية مع هذا البرنامج؛ إذا لم يحدث هذا فاكتب إلى:\n"
-"Free Software Fondation Inc., 59 Temple Place - Suite 330, Boston, MA 02111 - 1307, USA\n"
-
-#: libxfce4util/xfce-license.c:70
-msgid ""
-"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"
-"\n"
-"This library is distributed in the hope that it will be useful,\n"
-"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n"
-"Library General Public License for more details.\n"
-"\n"
-"You should have received a copy of the GNU Library General Public\n"
-"License along with this library; if not, write to the \n"
-"Free Software Foundation, Inc., 59 Temple Place - Suite 330, \n"
-"Boston, MA  02111-1307  USA.\n"
-msgstr ""
-"هذه المكتبة برمجيّة حرة، يمكنك توزيعها و/أو تعديلها\n حسب بنود رخصة جنو العمومية كما نشرتها مؤسسة البرامج\n الحرة، الإصدار الثاني أو أي إصدار أحدث (حسب رغبتك).\n"
-"توزع هذه المكتبة على أمل أن تكون مفيدة، ولكن دون\n"
-"أية ضمانات، بما في ذلك ضمانات قابلية البرنامج للتسويق\n"
-"أو الملاءمة لغرض معين. انظر نص رخصة جنو العمومية\n لمزيد من التفاصيل.\n"
-"من المفترض أنك تلقيت نسخة من رخصة جنو العمومية\n مع هذه المكتبة؛ إذا لم يحدث هذا فاكتب إلى:\n"
-"Free Software Fondation Inc., 59 Temple Place - Suite 330, Boston, MA 02111 - 1307, USA\n"
-
+msgid ""
+msgstr ""
+"Project-Id-Version: ar\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
+"PO-Revision-Date: 2007-01-30 22:33+0200\n"
+"Last-Translator: Khaled Hosny <khaledhosny at eglug.org>\n"
+"Language-Team: Arabic <doc at arabeyes.org>\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"
+
+#: libxfce4util/xfce-fileutils.c:154
+#, c-format
+msgid "Error creating directory '%s': %s"
+msgstr "خطأ أثناء إنشاء الدليل '%s': %s"
+
+#: libxfce4util/xfce-license.c:33
+msgid ""
+" 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"
+" 1. Redistributions of source code must retain the above copyright\n"
+"    notice, this list of conditions and the following disclaimer.\n"
+" 2. Redistributions in binary form must reproduce the above copyright\n"
+"    notice, this list of conditions and the following disclaimer in the\n"
+"    documentation and/or other materials provided with the distribution.\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"
+msgstr ""
+
+#: libxfce4util/xfce-license.c:55
+msgid ""
+"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"
+"\n"
+"This program is distributed in the hope that it will be useful, but WITHOUT\n"
+"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n"
+"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., 59 "
+"Temple\n"
+"Place, Suite 330, Boston, MA  02111-1307  USA.\n"
+msgstr ""
+"هذا البرنامج حر، يمكنك توزيعه و/أو تعديله حسب بنود رخصة جنو العمومية كما "
+"نشرتها مؤسسة البرامج الحرة، الإصدار الثاني أو أي إصدار أحدث (حسب رغبتك).\n"
+"\n"
+"هذا البرنامج يوزع على أمل أن يكون مفيداً، ولكن دون أية ضمانات، بما في ذلك "
+"ضمانات قابلية البرنامج للتسويق أو الملاءمة لغرض معين. انظر نص رخصة جنو "
+"العمومية لمزيد من التفاصيل.\n"
+"\n"
+"من المفترض أنك تلقيت نسخة من رخصة جنو العمومية مع هذا البرنامج؛ إذا لم يحدث "
+"هذا فاكتب إلى:\n"
+"Free Software Fondation Inc., 59 Temple Place - Suite 330, Boston, MA 02111 "
+"- 1307, USA\n"
+
+#: libxfce4util/xfce-license.c:70
+msgid ""
+"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"
+"\n"
+"This library is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n"
+"Library General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU Library General Public\n"
+"License along with this library; if not, write to the \n"
+"Free Software Foundation, Inc., 59 Temple Place - Suite 330, \n"
+"Boston, MA  02111-1307  USA.\n"
+msgstr ""
+"هذه المكتبة برمجيّة حرة، يمكنك توزيعها و/أو تعديلها\n"
+" حسب بنود رخصة جنو العمومية كما نشرتها مؤسسة البرامج\n"
+" الحرة، الإصدار الثاني أو أي إصدار أحدث (حسب رغبتك).\n"
+"توزع هذه المكتبة على أمل أن تكون مفيدة، ولكن دون\n"
+"أية ضمانات، بما في ذلك ضمانات قابلية البرنامج للتسويق\n"
+"أو الملاءمة لغرض معين. انظر نص رخصة جنو العمومية\n"
+" لمزيد من التفاصيل.\n"
+"من المفترض أنك تلقيت نسخة من رخصة جنو العمومية\n"
+" مع هذه المكتبة؛ إذا لم يحدث هذا فاكتب إلى:\n"
+"Free Software Fondation Inc., 59 Temple Place - Suite 330, Boston, MA 02111 "
+"- 1307, USA\n"

Modified: libxfce4util/branches/xfce_4_4/po/ca.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/ca.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/ca.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: 2006-09-20 13:20+0200\n"
 "Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
 "Language-Team: catalan\n"

Modified: libxfce4util/branches/xfce_4_4/po/cs.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/cs.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/cs.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: 2006-08-26 01:33+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: Czech <translation-team-cs at lists.sourceforge.net>\n"

Modified: libxfce4util/branches/xfce_4_4/po/cy.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/cy.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/cy.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\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"

Modified: libxfce4util/branches/xfce_4_4/po/de.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/de.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/de.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: 2006-06-27 09:15+0200\n"
 "Last-Translator: Fabian Nowak <timystery at arcor.de>\n"
 "Language-Team: German <de at li.org>\n"

Modified: libxfce4util/branches/xfce_4_4/po/dz.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/dz.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/dz.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\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"

Modified: libxfce4util/branches/xfce_4_4/po/en_GB.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/en_GB.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/en_GB.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -9,13 +9,13 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: 2007-03-25 10:51+1000\n"
 "Last-Translator: Jeff Bailes <thepizzaking at gmail.com>\n"
 "Language-Team: English/GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit"
+"Content-Transfer-Encoding: 8bit\n"
 
 #: libxfce4util/xfce-fileutils.c:154
 #, c-format
@@ -131,4 +131,3 @@
 "License along with this library; if not, write to the \n"
 "Free Software Foundation, Inc., 59 Temple Place - Suite 330, \n"
 "Boston, MA  02111-1307  USA.\n"
-

Modified: libxfce4util/branches/xfce_4_4/po/eu.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/eu.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/eu.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\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"

Modified: libxfce4util/branches/xfce_4_4/po/fi.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/fi.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/fi.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: 2006-04-19 17:26+0300\n"
 "Last-Translator: jari <jari at localhost.localdomain>\n"
 "Language-Team: Finnish <translation-team-fi at lists.sourceforge.net>\n"

Modified: libxfce4util/branches/xfce_4_4/po/fr.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/fr.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/fr.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: 2007-01-21 14:39+0100\n"
 "Last-Translator: Maximilian Schleiss <maxschleiss at bluewin.ch>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
@@ -43,17 +43,23 @@
 " (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 +86,29 @@
 "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., 59 Temple\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., 59 "
+"Temple\n"
 "Place, Suite 330, Boston, MA  02111-1307  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"
 " 59 Temple Place, Suite 330, Boston, MA 02111-1307, États-Unis. \n"
 
 #: libxfce4util/xfce-license.c:70
@@ -114,16 +128,21 @@
 "Free Software Foundation, Inc., 59 Temple Place - Suite 330, \n"
 "Boston, MA  02111-1307  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"
 " 59 Temple Place, Suite 330, Boston, MA 02111-1307, États-Unis. \n"
-

Modified: libxfce4util/branches/xfce_4_4/po/gl.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/gl.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/gl.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: 2006-08-17 19:08+0000\n"
 "Last-Translator: Leandro Regueiro <leandro.regueiro at gmail.com>\n"
 "Language-Team: Galician <gl at li.org>\n"

Modified: libxfce4util/branches/xfce_4_4/po/he.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/he.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/he.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\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"

Modified: libxfce4util/branches/xfce_4_4/po/it.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/it.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/it.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: 2007-03-28 02:50+0200\n"
 "Last-Translator: Fabio Riga <usul at aruba.it>\n"
 "Language-Team: Italian <xfce-i18n at xfce.org>\n"
@@ -60,11 +60,13 @@
 " OFFRE ALCUNA GARANZIA ESPLICITA O IMPLICITA, COMPRESE (SENZA ESCLUDERNE\n"
 " ALTRE) QUELLE DI COMMERCIABILITÀ E DI ADEGUATEZZA PER UN PARTICOLARE\n"
 " UTILIZZO. IN NESSUN CASO L'AUTORE SARÀ RESPONSABILE PER DANNI DIRETTI,\n"
-" INDIRETTI, ACCIDENTALI, SPECIALI, ESEMPLARI O CONSEQUENZIALI (COMPRENDENDO,\n"
+" INDIRETTI, ACCIDENTALI, SPECIALI, ESEMPLARI O CONSEQUENZIALI "
+"(COMPRENDENDO,\n"
 " MA SENZA ESCLUDERE GLI ALTRI POSSIBILI DANNI, I DANNI DERIVANTI DALLA\n"
 " NECESSITÀ DI SOSTITUIRE BENI E SERVIZI, PER PERDITA DI UTILIZZO, DI DATI\n"
 " O DI PROFITTI, O DANNI DOVUTI A INTERRUZIONE DELL'ATTIVITÀ ECONOMICA)\n"
-" CAUSATI IN QUALSIASI MODO; L'AUTORE NON PUÒ ESSERE CHIAMATO A RESPONSABILITÀ,\n"
+" CAUSATI IN QUALSIASI MODO; L'AUTORE NON PUÒ ESSERE CHIAMATO A "
+"RESPONSABILITÀ,\n"
 " DA CONTRATTO, PER SEVERA RESPONSABILITÀ, O PER TORTO (COMPRENDENDO LA\n"
 " NEGLIGENZA O QUANT'ALTRO), PER UN QUALSIASI UTILIZZO DI QUESTO SOFTWARE,\n"
 " ANCHE SE RISULTASSE AL CORRENTE DELLA POSSIBILITÀ DI TALI DANNI.\n"
@@ -87,7 +89,8 @@
 "Temple\n"
 "Place, Suite 330, Boston, MA  02111-1307  USA.\n"
 msgstr ""
-"Questo programma è software libero; è possibile ridistribuirlo e/o modificarlo\n"
+"Questo programma è software libero; è possibile ridistribuirlo e/o "
+"modificarlo\n"
 "secondo i termini della Licenza pubblica generica GNU, come pubblicata\n"
 "dalla Free Software Foundation, seconda versione della Licenza o (a scelta)\n"
 "una versione successiva.\n"

Modified: libxfce4util/branches/xfce_4_4/po/ja.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/ja.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/ja.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-03-26 01:42+0900\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: 2006-04-23 16:27+0900\n"
 "Last-Translator: Daichi Kawahata <daichi at xfce.org>\n"
 "Language-Team: Japanese <xfce-users-jp at ml.fdiary.net>\n"
@@ -18,12 +18,12 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../libxfce4util/xfce-fileutils.c:154
+#: libxfce4util/xfce-fileutils.c:154
 #, c-format
 msgid "Error creating directory '%s': %s"
 msgstr "フォルダ「%s」の作成中にエラーが発生しました: %s"
 
-#: ../libxfce4util/xfce-license.c:33
+#: libxfce4util/xfce-license.c:33
 msgid ""
 " Redistribution and use in source and binary forms, with or without\n"
 " modification, are permitted provided that the following conditions\n"
@@ -67,7 +67,7 @@
 " (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
+#: libxfce4util/xfce-license.c:55
 msgid ""
 "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"
@@ -101,7 +101,7 @@
 "Temple\n"
 "Place, Suite 330, Boston, MA  02111-1307  USA.\n"
 
-#: ../libxfce4util/xfce-license.c:70
+#: libxfce4util/xfce-license.c:70
 msgid ""
 "This library is free software; you can redistribute it and/or\n"
 "modify it under the terms of the GNU Library General Public\n"

Modified: libxfce4util/branches/xfce_4_4/po/ka.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/ka.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/ka.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\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"

Modified: libxfce4util/branches/xfce_4_4/po/ko.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/ko.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/ko.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\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."

Modified: libxfce4util/branches/xfce_4_4/po/libxfce4util.pot
===================================================================
--- libxfce4util/branches/xfce_4_4/po/libxfce4util.pot	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/libxfce4util.pot	2007-04-07 09:09:18 UTC (rev 25413)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"

Modified: libxfce4util/branches/xfce_4_4/po/lt.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/lt.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/lt.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\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"

Modified: libxfce4util/branches/xfce_4_4/po/mk.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/mk.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/mk.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\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"

Modified: libxfce4util/branches/xfce_4_4/po/nl.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/nl.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/nl.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\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"

Modified: libxfce4util/branches/xfce_4_4/po/pl.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/pl.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/pl.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: 2006-05-07 19:50+0200\n"
 "Last-Translator: Szymon Kałasz <szymon_maestro at gazeta.pl>\n"
 "Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"

Modified: libxfce4util/branches/xfce_4_4/po/pt_BR.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/pt_BR.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/pt_BR.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: 2006-04-28 00:31-0300\n"
 "Last-Translator: Adriano Winter Bess <awbess at gmail.com>\n"
 "Language-Team: Portuguese <ldp-br at bazar.conectiva.com.br>\n"

Modified: libxfce4util/branches/xfce_4_4/po/sq.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/sq.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/sq.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: 2007-01-18 22:32+0200\n"
 "Last-Translator: Besnik Bleta <besnik at programeshqip.org>\n"
 "Language-Team: Albanian <translation-team-sq at lists.sourceforge.net>\n"
@@ -47,21 +47,31 @@
 " ndryshime, lejohen me kusht që të plotësohen kushtet vijuese:\n"
 "\n"
 " 1. Rishpërndarja e kodit burim duhet të ruajë shënimin e mësipërm\n"
-"    rreth të drejtash kopjimi, këtë listë kushtesh dhe disclaimer-in vijues.\n"
+"    rreth të drejtash kopjimi, këtë listë kushtesh dhe disclaimer-in "
+"vijues.\n"
 " 2. Rishpërndarja në formë dyore duhet të riprodhojë shënimin e mësipër\n"
-"    rreth të drejtash kopjimi, këtë listë kushtesh dhe disclaimer-in vijues te\n"
+"    rreth të drejtash kopjimi, këtë listë kushtesh dhe disclaimer-in vijues "
+"te\n"
 "    dokumentacioni dhe/ose materiale të tjera të dhëna me shpërndarjen.\n"
 "\n"
 " KY SOFTWARE JEPET NGA AUTORI ''SIÇ ËSHTË'' DHE NUK MERREN PËRSIPËR ÇFARËDO\n"
-" GARANCISH TË SHPREHURA OSE TË NËNKUPTUARA, PËRFSHI, POR JO DUKE U KUFIZUAR NË,\n"
-" GARANCI TË NËNKUPTUARA TREGTUESHMËRIE DHE PËRSHTATSHËRIE PËR NJË QËLLIM TË CAKTUAR.\n"
-" AUTORI NË ASNJË RAST NUK DO TË JETË PËRGJEGJËS PËR ÇFARËDO DËMI TË DREJTPËRDREJTË,\n"
+" GARANCISH TË SHPREHURA OSE TË NËNKUPTUARA, PËRFSHI, POR JO DUKE U KUFIZUAR "
+"NË,\n"
+" GARANCI TË NËNKUPTUARA TREGTUESHMËRIE DHE PËRSHTATSHËRIE PËR NJË QËLLIM TË "
+"CAKTUAR.\n"
+" AUTORI NË ASNJË RAST NUK DO TË JETË PËRGJEGJËS PËR ÇFARËDO DËMI TË "
+"DREJTPËRDREJTË,\n"
 " TË TËRTHORTË, TË RRJEDHUR, SPECIAL, SHEMBULLOR, OSE RRJEDHOR (PËRFSHI, POR\n"
-" JO DUKE U KUFIZUAR NË, SIGURIM ZËVENDËSIMI TË MIRASH MATERIALE APO SHËRBIMESH;\n"
-" HUMBJE PËRDORIMI, TË DHËNASH, APO FITIMI; APO NDËRPRERJE AKTIVITETI) SIDO QË TË JETË\n"
-" SHKAKTUAR DHE SIPAS CILËSDO TEORIE PËRGJEGJSHMËRIE, QOFTË NË KONTRATË, PËRGJEGJSHMËRI\n"
-" STRIKTE, APO SHTREMBËRIM (PËRFSHI NEGLIZHENCË OSE TJETËR) DALË NË ÇFARËDO RRUGE PREJ\n"
-" PËRDORIMIT TË KËTIJ SOFTWARE-I, EDHE PSE SINJALIZOHET MBI MUNDËSI DËMESH TË TILLË.\n"
+" JO DUKE U KUFIZUAR NË, SIGURIM ZËVENDËSIMI TË MIRASH MATERIALE APO "
+"SHËRBIMESH;\n"
+" HUMBJE PËRDORIMI, TË DHËNASH, APO FITIMI; APO NDËRPRERJE AKTIVITETI) SIDO "
+"QË TË JETË\n"
+" SHKAKTUAR DHE SIPAS CILËSDO TEORIE PËRGJEGJSHMËRIE, QOFTË NË KONTRATË, "
+"PËRGJEGJSHMËRI\n"
+" STRIKTE, APO SHTREMBËRIM (PËRFSHI NEGLIZHENCË OSE TJETËR) DALË NË ÇFARËDO "
+"RRUGE PREJ\n"
+" PËRDORIMIT TË KËTIJ SOFTWARE-I, EDHE PSE SINJALIZOHET MBI MUNDËSI DËMESH TË "
+"TILLË.\n"
 
 #: libxfce4util/xfce-license.c:55
 msgid ""
@@ -75,22 +85,31 @@
 "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., 59 Temple\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., 59 "
+"Temple\n"
 "Place, Suite 330, Boston, MA  02111-1307  USA.\n"
 msgstr ""
-"Ky program është software i lirë; mund ta rishpërndani dhe/ose ndryshoni atë\n"
-"sipas kushteve të Licensës së Përgjithshme Publike GNU ashtu si botohe nga Free\n"
-"Software Foundation; versioni 2 i kësaj License, ose (sipas dëshirës suaj)\n"
+"Ky program është software i lirë; mund ta rishpërndani dhe/ose ndryshoni "
+"atë\n"
+"sipas kushteve të Licensës së Përgjithshme Publike GNU ashtu si botohe "
+"nga Free\n"
+"Software Foundation; versioni 2 i kësaj License, ose (sipas dëshirës "
+"suaj)\n"
 "çfarëdo version i mëvonshëm.\n"
 "\n"
-"Ky program shpërndahet me shpresën se do të jetë i dobishëm, por PA ASNJË\n"
+"Ky program shpërndahet me shpresën se do të jetë i dobishëm, por PA "
+"ASNJË\n"
 "GARANCI; madje pa as edhe garancinë e nënkuptuar të TREGTUESHMËRISË ose\n"
-"PARSHTATMËRISË PËR NJË QËLLIM TË VEÇANTË.  Shihni Licensën e Përgjithshme Publike\n"
+"PARSHTATMËRISË PËR NJË QËLLIM TË VEÇANTË.  Shihni Licensën e Përgjithshme "
+"Publike\n"
 "GNU për më tepër hollësi.\n"
 "\n"
-"Duhej të kishit marrë një kopje të Licensës së Përgjithshme Publike GNU bashkë\n"
-"me këtë program; nëse jo, shkruajini Free Software Foundation, Inc., 59 Temple\n"
+"Duhej të kishit marrë një kopje të Licensës së Përgjithshme Publike "
+"GNU bashkë\n"
+"me këtë program; nëse jo, shkruajini Free Software Foundation, Inc., 59 "
+"Temple\n"
 "Place, Suite 330, Boston, MA  02111-1307  USA.\n"
 
 #: libxfce4util/xfce-license.c:70
@@ -110,17 +129,23 @@
 "Free Software Foundation, Inc., 59 Temple Place - Suite 330, \n"
 "Boston, MA  02111-1307  USA.\n"
 msgstr ""
-"Kjo librari është software i lirë; mund ta rishpërndani dhe/ose ndryshoni atë\n"
-"sipas kushteve të Licensës së Përgjithshme Publike GNU ashtu si botohe nga Free\n"
-"Software Foundation; versioni 2 i kësaj License, ose (sipas dëshirës suaj)\n"
+"Kjo librari është software i lirë; mund ta rishpërndani dhe/ose "
+"ndryshoni atë\n"
+"sipas kushteve të Licensës së Përgjithshme Publike GNU ashtu si botohe "
+"nga Free\n"
+"Software Foundation; versioni 2 i kësaj License, ose (sipas dëshirës "
+"suaj)\n"
 "çfarëdo version i mëvonshëm.\n"
 "\n"
-"Kjo librari shpërndahet me shpresën se do të jetë e dobishme, por PA ASNJË\n"
+"Kjo librari shpërndahet me shpresën se do të jetë e dobishme, por PA "
+"ASNJË\n"
 "GARANCI; madje pa as edhe garancinë e nënkuptuar të TREGTUESHMËRISË ose\n"
-"PARSHTATMËRISË PËR NJË QËLLIM TË VEÇANTË.  Shihni Licensën e Përgjithshme Publike\n"
+"PARSHTATMËRISË PËR NJË QËLLIM TË VEÇANTË.  Shihni Licensën e Përgjithshme "
+"Publike\n"
 "GNU për më tepër hollësi.\n"
 "\n"
-"Duhej të kishit marrë një kopje të Licensës së Përgjithshme Publike GNU bashkë\n"
-"me këtë program; nëse jo, shkruajini Free Software Foundation, Inc., 59 Temple\n"
+"Duhej të kishit marrë një kopje të Licensës së Përgjithshme Publike "
+"GNU bashkë\n"
+"me këtë program; nëse jo, shkruajini Free Software Foundation, Inc., 59 "
+"Temple\n"
 "Place, Suite 330, Boston, MA  02111-1307  USA.\n"
-

Modified: libxfce4util/branches/xfce_4_4/po/tr.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/tr.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/tr.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: 2007-02-28 19:25+0200\n"
 "Last-Translator: Eren Türkay <turkay.eren at gmail.com>\n"
 "Language-Team: Turkish <tr at li.org>\n"
@@ -80,4 +80,3 @@
 "Free Software Foundation, Inc., 59 Temple Place - Suite 330, \n"
 "Boston, MA  02111-1307  USA.\n"
 msgstr ""
-

Modified: libxfce4util/branches/xfce_4_4/po/uk.po
===================================================================
--- libxfce4util/branches/xfce_4_4/po/uk.po	2007-04-07 04:57:48 UTC (rev 25412)
+++ libxfce4util/branches/xfce_4_4/po/uk.po	2007-04-07 09:09:18 UTC (rev 25413)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libxfce4util 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-18 23:34+0200\n"
+"POT-Creation-Date: 2007-04-07 11:07+0200\n"
 "PO-Revision-Date: 2006-04-18 21:06+0900\n"
 "Last-Translator: Maxim V. Dziumanenko <mvd at mylinux.ua>\n"
 "Language-Team: Ukrainian <translation-team-uk at lists.sourceforge.net>\n"



More information about the Xfce4-commits mailing list