Updating branch refs/heads/xfce-4.6
         to c620c14e1ca1fa9e07a68df50ae4f03679a98114 (commit)
       from 60c10946f3a6dbf2fe4334bc18c47a37db772982 (commit)

commit c620c14e1ca1fa9e07a68df50ae4f03679a98114
Author: Nick Schermer <[email protected]>
Date:   Tue Jan 5 14:14:32 2010 +0100

    Make autogen.sh more suitable for building from GIT.

 autogen.sh   |   62 +++-
 po/ChangeLog |  960 ----------------------------------------------------------
 po/LINGUAS   |    2 -
 3 files changed, 45 insertions(+), 979 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index a2febe3..16c0331 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,6 @@
 #!/bin/sh
 #
-# $Id$
-#
-# Copyright (c) 2002-2006
+# Copyright (c) 2002-2009
 #         The Xfce development team. All rights reserved.
 #
 # Written for Xfce by Benedikt Meurer <[email protected]>.
@@ -18,28 +16,58 @@ EOF
   exit 1
 }
 
-# verify that po/LINGUAS is present
-(test -f po/LINGUAS) >/dev/null 2>&1 || {
-  cat >&2 <<EOF
-autogen.sh: The file po/LINGUAS could not be found. Please check your snapshot
-            or try to checkout again.
-EOF
+# portability for awk
+awk_tests="gawk mawk nawk awk"
+if test -z "$AWK"; then
+  for a in $awk_tests; do
+    if type $a >/dev/null 2>&1; then
+      AWK=$a
+      break
+    fi
+  done
+else
+  if ! type $AWK >/dev/null 2>/dev/null; then
+    unset AWK
+  fi
+fi
+if test -z "$AWK"; then
+  echo "autogen.sh: The 'awk' program (one of $awk_tests) is" >&2
+  echo "            required, but cannot be found." >&2
   exit 1
-}
+fi
 
-# substitute revision and linguas
-linguas=`sed -e '/^#/d' po/LINGUAS`
-if [ -d .git ]; then
-  revision=$(git rev-parse --short HEAD)
+# substitute revision
+if test -d .git/svn; then
+    revision=`git svn find-rev trunk 2>/dev/null ||
+              git svn find-rev origin/trunk 2>/dev/null ||
+              git svn find-rev HEAD 2>/dev/null ||
+              git svn find-rev master 2>/dev/null`
+elif test -d .git; then
+    revision=`git rev-parse --short HEAD`
+elif test -d .svn; then
+    revision=`LC_ALL=C svn info $0 | $AWK '/^Revision: / {printf "%05d\n", 
$2}'`
 fi
-if [ -z "$revision" ]; then
-  revision=UNKNOWN
+if test "x$revision" = "x"; then
+    revision="UNKNOWN"
+fi
+
+# substitute the linguas
+linguas=`cd "po" 2>/dev/null && ls *.po 2>/dev/null | $AWK 'BEGIN { FS="."; 
ORS=" " } { print $1 }'`
+if test "x$linguas" = "x"; then
+    echo "autogen.sh: No po files were found, aborting." >&2
+    exit 1
 fi
 
+# create configure.in
 sed -e "s/@LINGUAS@/${linguas}/g" \
     -e "s/@REVISION@/${revision}/g" \
     < "configure.in.in" > "configure.in"
 
-exec xdt-autogen $@
+xdt-autogen $@
 
+# xdt-autogen clean does not remove all generated files
+(test x"clean" = x"$1") && {
+  rm -f configure.in
+  rm -f INSTALL
+} || true
 # vi:set ts=2 sw=2 et ai:
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100644
index 4deb48f..0000000
--- a/po/ChangeLog
+++ /dev/null
@@ -1,960 +0,0 @@
-2009-07-09  Mike Massonnet <[email protected]>
-
-       * ast.po: Asturian translation added (Marcos).
-
-2009-06-14  Gabor Kelemen  <[email protected]>
-
-       * hu.po: Translation reworked.
-
-2009-05-29  Mike Massonnet <[email protected]>
-
-       * ur_PK.po: Urdu Pakistan translation update (Muhammad Ali Makki)
-
-2009-05-11  Mike Massonnet <[email protected]>
-
-       * lv.po: Latvian translation update (Rihards Prieditis)
-
-2009-03-30  Piotr Sokół <[email protected]>
-
-       * pl.po: Polish translation update
-
-2009-03-19  Masato Hashimoto <[email protected]>
-
-       * ja.po: Japanese translation update (Masato Hashimoto)
-
-2009-03-14  Maximilian Schleiss <[email protected]>
-
-       * gl.po: Galician translation update (Leandro Regueiro)
-
-2009-03-05  Mike Massonnet <[email protected]>
-
-       * pt.po: Renamed pt_PT.po to pt.po (bug #4574)
-       * nb.po: Renamed nb_NO.po to nb.po (bug #4574)
-
-2009-03-02  Maximilian Schleiss <[email protected]>
-
-       * pt_PT: European Portuguese translation update (Nuno Miguel)
-
-2009-03-01  Maximilian Schleiss <[email protected]>
-
-       * es.po: Spanish translation update (Abel Martín)
-       * pl.po: Polish translation update (Piotr Sokół)
-
-2009-02-22  Mike Massonnet <[email protected]>
-
-       * ro.po: Update Romanian translation (Mișu Moldovan)
-
-2009-02-21  Stavros Giannouris <[email protected]>
-
-       * el.po: Greek translation update
-
-2009-02-20  Maximilian Schleiss <[email protected]>
-
-       * gl.po: Galician translation update (Leandro Regueiro)
-       * it.po: Italian translation udpate (Fabio Riga)
-       * zh_CN: Simplified Chinese translation update (Chris K. Zhang)
-
-2009-02-07  Maximilian Schleiss <[email protected]>
-
-       * id.po: Indonesian translation update (Andhika Padmawan)
-       * pl.po: Polish translation update (Piotr Sokół)
-
-2009-02-03  Maximilian Schleiss <[email protected]>
-
-       * en_GB.po: British English translation update (Jeff Bailes)
-
-2009-01-31  Eren Türkay <[email protected]>
-
-       * tr.po: Turkish translation update (Gökmen Görgen, Samed Beyribey)
-
-2009-01-26  Maximilian Schleiss <[email protected]>
-
-       * uk.po: Ukrainian translation udpate (Dmitry Nikitin)
-
-2009-01-25  Jari Rahkonen <[email protected]>
-
-       * fi.po: Update Finnish translation.
-
-2009-01-23  Mike Massonnet <[email protected]>
-
-       * fr.po: Updated French translation
-
-2009-01-22  Per Kongstad <[email protected]>
-
-       * da.po: Danish tranlation updated (Per Kongstad)
-
-2009-01-21  Maximilian Schleiss <[email protected]>
-
-       * zh_CN.po: Simplified Chinese translation update (Chris K. Zhang)
-
-2009-01-19  Maximilian Schleiss <[email protected]>
-
-       * nb_NO.po: Norwegian Bokmal translation update (Terje Uriansrud)
-
-2009-01-18  Maximilian Schleiss <[email protected]>
-
-       * ja.po: Japanese translation update (Masato Hashimoto)
-
-2009-01-18  Alexander Toresson <[email protected]>
-
-       * sv.po: Swedish translation update (Daniel Nylander)
-
-2009-01-16  Og Maciel <[email protected]>
-
-       * pt_BR.po: Updated Brazilian Portuguese translation.
-
-2009-01-15  Piarres Beobide <[email protected]>
-
-       * eu.po: Basque translation update
-
-2009-01-11  Maximilian Schleiss <[email protected]>
-
-       * ca.po: Catalan translation update (Carles Muñoz Gorriz)
-       * es.po: Spanish translation update (Abel Martín)
-
-2009-01-06  Michal Várady <[email protected]>
-
-       * cs.po: Czech translation updated
-
-2009-01-06  Jannis Pohlmann <[email protected]>
-
-       * libxfcegui4.pot, *.po: Update translation files, merge new strings.
-
-2009-01-03  Jari Rahkonen <[email protected]>
-
-       * fi.po: Update Finnish translation.
-
-2008-12-25  Maximilian Schleiss <[email protected]>
-
-       * gl.po: Galician translation update (Leandro Regueiro)
-       * zh_CN: Simplified Chinese translation update (Hunt Xu)
-
-2008-12-10  Alexander Toresson <[email protected]>
-
-       * sv.po: Swedish translation update (Daniel Nylander)
-
-2008-11-29  Maximilian Schleiss <[email protected]>
-
-       * fr.po: French translation update
-
-2008-11-25  Maximilian Schleiss <[email protected]>
-
-       * es.po: Spanish translation update (Abel Martín)
-
-2008-11-25 Lars Nielsen <[email protected]>
-
-       * da.po: Update danish translation
-
-2008-11-23  Maximilian Schleiss <[email protected]>
-
-       * ja.po: Japanese translation update (Masato Hashimoto)
-
-2008-11-18  Maximilian Schleiss <[email protected]>
-
-       * nb_NO: Norwegian Bokmal translation update (Terje Uriansrud)
-       * sq.po: Albanian translation update (Besnik Bleta)
-
-2008-11-18  Alexander Nyakhaychyk  <[email protected]>
-
-       * be.po: Belarusian translation update
-
-2008-11-16  Maximilian Schleiss <[email protected]>
-
-       * uk.po: Ukrainian translation update (Dmitry Nikitin)
-
-2008-11-15  Eren Türkay <[email protected]>
-
-        * tr.po: Turkish translation update (Gökmen Görgen)
-
-2008-11-10  Maximilian Schleiss <[email protected]>
-
-       * ca.po: Catalan translation udpate (Carles Muñoz Gorriz)
-       * ja.po: Japanese translation udpate (Nobuhiro Iwamatsu)
-
-2008-11-04  Og Maciel <[email protected]>
-
-       * pt_BR.po: Updated Brazilian Portuguese translation by
-       Vladimir Melo.
-
-2008-11-02  Maximilian Schleiss <[email protected]>
-
-       * de.po: German translation update (Fabian Nowak)
-       * es.po: Spanish translation update (Abel Martín)
-
-2008-11-01  Maximilian Schleiss <[email protected]>
-
-       * ku.po; LINGUAS: Kurdish translation added (Erdal Ronahi)
-
-2008-11-01  Michal Várady <[email protected]>
-
-       * cs.po: Czech translation updated
-
-2008-10-30  Maximilian Schleiss <[email protected]>
-
-       * id.po: Indonesian translation update (Andhika Padmawan)
-
-2008-10-30  Jari Rahkonen <[email protected]>
-
-       * fi.po: Update Finnish translation.
-
-2008-10-30  Piarres Beobide <[email protected]>
-
-       * eu.po: Basque translation update
-
-2008-10-29  Maximilian Schleiss <[email protected]>
-
-       * sq.po: Albanian translation update (Besnik Bleta)
-
-2008-10-29     Jannis Pohlmann <[email protected]>
-
-       * POTFILES.in: Add libxfce4kbd-private files.
-       * libxfcegui4.pot, *.po: Update translation files.
-
-2008-10-19  Maximilian Schleiss <[email protected]>
-
-       * de.po: German translation update (Fabian Nowak)
-
-2008-10-18  Maximilian Schleiss <[email protected]>
-
-       * nb_NO.po: Norwegian Bokmal translation update (Terje Uriansrud)
-
-2008-10-11  Lars Nielsen <[email protected]>
-
-       * da.po: Danish translation update
-
-2008-10-05  Maximilian Schleiss <[email protected]>
-
-       * es.po: Spanish translation update (Abel Martín)
-       * et.po: Estonian translation update (Kristjan Siimson)
-       * ru.po: Russian translation update (NIkitaBelobrov)
-       * si.po: Sinhalese translation update (Rashan Anushka)
-
-2008-10-02  Lars Nielsen <[email protected]>
-
-       * da.po: Danish translation update
-
-2008-09-09  Maximilian Schleiss <[email protected]>
-
-       * fr.po: French translation update
-
-2008-08-10  Maximilian Schleiss <[email protected]>
-
-       * pl.po: Polish translation updated (Piotr Maliński)
-
-2008-07-15  Maximilian Schleiss <[email protected]>
-
-       * gl.po: Galician translation updated (Leandro Regueiro)
-
-2008-06-26  Maximilian Schleiss <[email protected]>
-
-       * gl.po: Galician translation updated (Leandro Regueiro)
-
-2008-06-22  Mike Massonnet <[email protected]>
-
-       * id.po, LINGUAS: Add Indonesian translation (Andhika Padmawan)
-
-2008-06-22  Maximilian Schleiss <[email protected]>
-
-       * sk.po: Slovak translation update (Stefan Miklosovic)
-
-2008-05-27  Eren Türkay <[email protected]>
-
-       * tr.po: Update Turkish translation.
-
-2008-05-27  Mike Massonnet <[email protected]>
-
-       * da.po, LINGUAS: Add Danish translation (Ole Guldberg Jensen)
-       * ja.po: Update Japanese translation (Nobuhiro Iwamatsu)
-
-2008-05-13     Mike Massonnet <[email protected]>
-
-       * en_GB.po: Update translation (Jeff Bailes)
-
-2008-04-12  Stavros Giannouris <[email protected]>
-
-       * el.po: Greek translation update by Evaggelos Balaskas
-         <[email protected]>
-
-2008-04-12  Mike Massonnet <[email protected]>
-
-    * lv.po: Update Latvian translation (Rihards Prieditis 
<[email protected]>)
-
-2008-03-18     Mike Massonnet <[email protected]>
-
-       * pt_PT.po: Update Portuguese translation by Nuno Miguel
-
-2008-02-18     Mike Massonnet <[email protected]>
-
-       * fr.po: Apply patch from Gérald Barré <[email protected]>
-
-2008-02-15     Mike Massonnet <[email protected]>
-
-       * si.po: Merge from Xfce 4.4 branch (r26612)
-
-2008-01-22  Og Maciel <[email protected]>
-       * pt_BR.po: Updated Brazilian Portuguese translation by
-       Fábio Nogueira <[email protected]>
-
-2007-12-02     Maximilian Schleiss <[email protected]>
-
-       * de.po: German translation update
-       by Fabian Nowak <[email protected]>
-
-2007-11-15     Mike Massonnet <[email protected]>
-
-       * ur.po, LINGUAS: Add Urdu translation by ﻢﺤﻣﺩ ﻊﻠﻳ ﺎﻠﻤﻜﻳ
-       [email protected]
-
-2007-11-11  Og Maciel <[email protected]>
-
-    * pt_BR.po: Updated Brazilian Portuguese translation
-    by Og Maciel <[email protected]>
-
-2007-11-11  Mike Massonnet <[email protected]>
-
-       * lv.po: Update translations by RPrieditis <[email protected]>
-
-2007-11-05     Mike Massonnet <[email protected]>
-
-       * fr.po: Update translation
-
-2007-10-01  Mike Massonnet <[email protected]>
-
-       * de.po: Update translation by Nico Schümann
-       <[email protected]>
-
-2007-09-30  Pau Rul-lan Ferragut <[email protected]>
-
-       * ca.po: Update Catalan translation
-
-2007-09-25  Mike Massonnet <[email protected]>
-
-       * ko.po: Update translation by ByungHyun Choi
-       <[email protected]>
-
-2007-09-24  Mike Massonnet <[email protected]>
-
-       * LINGUAS, lv.po: Add Latvian translation by RPrieditis
-       <[email protected]>
-
-2007-09-10  Piarres Beobide <[email protected]>
-
-       * eu.po: Updated Basque translation.
-
-2007-09-06  Alexander Nyakhaychyk  <[email protected]>
-
-       * be.po: Updated belarusian translation
-
-2007-09-06  Maximilian Schleiss <[email protected]>
-
-       * am.po: Added a long waiting Amharic translation
-       by Tegegne Tefera <[email protected]>
-
-2007-09-06  Jari Rahkonen <[email protected]>
-
-       * fi.po: Updated Finnish translation.
-
-2007-09-05  Mike Massonnet <[email protected]>
-
-       * nb_NO.po: Add translations
-       by Terje Uriansrud <[email protected]>
-
-2007-08-25  Mike Massonnet <[email protected]>
-
-       * pt_PT.po: European Portuguese update
-       by Nuno Miguel <[email protected]>
-
-2007-07-14  Daichi Kawahata <[email protected]>
-
-       * ja.po: Updated Japanese translations.
-
-2007-07-04  Maximilian Schleiss <[email protected]>
-
-       * pt_PT.po: European Portuguese translation added
-       by Nuno Miguel <[email protected]>
-
-2007-04-05  Pau Rul-lan Ferragut <[email protected]>
-
-       * ca.po: Update Catalan translations
-
-2007-03-27  Maximilian Schleiss <[email protected]>
-
-       * en_GB.po: Updated the British translation
-       by Jeff Bailes <[email protected]>
-
-2007-03-25  Daichi Kawahata <[email protected]>
-
-       * mk.po: Removed executable attribute.
-
-2007-03-18  Eren Turkay <[email protected]>
-
-       * tr.po: Updated the Turkish translation.
-
-2007-02-10  Maximilian Schleiss <[email protected]>
-
-       * Modified LINGUAS files to include Albanian language,
-       verified all the LINGUAS files.
-
-2007-02-08  Mohamed Magdy <[email protected]>
-
-       * ar.po: initial commit.
-       * LINGUAS: adding ar language code
-
-2007-01-24  Maximilian Schleiss <[email protected]>
-
-       * sq.po: Added the Albanian translation by
-       Besnik Bleta <[email protected]>
-
-2007-01-21  Maximilian Schleiss <[email protected]>
-
-       * ro.po: Updated the Romanian translation by
-       Mişu Moldovan <[email protected]>
-
-2007-01-19  Alexander Nyakhaychyk  <[email protected]>
-
-       * be.po: Updated Belarusian Translation
-
-2007-01-18  Alexander Toresson <[email protected]>
-
-       * sv.po: Updated Swedish translation.
-
-2007-01-18  Alexander Nyakhaychyk  <[email protected]>
-
-       * be.po: Updated Belarusian Translation
-
-2007-01-14  Maximilian Schleiss <[email protected]>
-
-       * it.po: Updated the Italian translation by
-       Dario <[email protected]>
-
-2007-01-05  Maximilian Schleiss <[email protected]>
-
-       * de.po: Updated the German translation by
-       Fabian Nowak <[email protected]>
-
-2006-12-25  Maximilian Schleiss <[email protected]>
-
-       * mk.po: Added the Macedonian translation by
-       Vlatko Trajkov <[email protected]>
-
-2006-12-20  Maximilian Schleiss <[email protected]>
-
-       * ru.po: Updated the Russian translation by
-       Andrey Fedoseev <[email protected]>
-
-2006-11-14  Maximilian Schleiss <[email protected]>
-
-       * cy.po: Modified description text
-       * fr.po: Modified description text
-
-2006-11-14  Jean-François Wauthy <[email protected]>
-
-       * cy.po: Add Welsh translations by Geraint Rowlands 
<[email protected]>
-
-2006-10-30  Maximilian Schleiss <[email protected]>
-
-       * fr.po: Fixed typo in the French translation
-
-2006-10-28  Pau Rul-lan Ferragut <[email protected]>
-
-       * dz.po: add Dzongkha translation by Dzongkha team
-       Tenzin <[email protected]>
-
-2006-10-03  Jean-François Wauthy <[email protected]>
-
-       * it.po: Updated Italian translations by Dario <[email protected]>
-
-2006-09-03  Jean-François Wauthy <[email protected]>
-
-       * nl.po: Updated Dutch translations
-
-2006-09-02  Benedikt Meurer <[email protected]>
-
-       * cs.po: Updated czech translations by Michal Várady
-         <[email protected]>.
-
-2006-08-27  Jean-François Wauthy <[email protected]>
-
-       * de.po: Updated German translations
-       * ka.po: Add Georgian translations
-
-2006-08-17  Jean-François Wauthy <[email protected]>
-
-       * gl.po: Add Galician translations
-
-2006-06-12  Hydonsingore Cia <[email protected]>
-
-       * zh_TW.po: Modify the translator's e-mail address.
-
-2006-06-03  Alexander Toresson <[email protected]>
-
-       * sv.po: Updated Swedish translation.
-
-2006-05-05  Daichi Kawahata <[email protected]>
-
-       * cs.po: Updated Czech translations by Michal Varady
-         <[email protected]>.
-
-2006-04-28  Hydonsingore Cia <[email protected]>
-
-       * zh_TW: Update traditional Chinese translations.
-
-2006-01-13  Daichi Kawahata <[email protected]>
-
-       * pl.po: Updated Polish translations by Piotr Malinski
-         <[email protected]>.
-
-2006-01-11  Daichi Kawahata <[email protected]>
-
-       * ca.po: Fixed an error.
-
-2006-01-10  Pau Rullan Ferragut <[email protected]>
-
-       * ca.po: catalan translation
-         really fixes 1317
-         Jesus, I am terrible :(
-
-2006-01-10  Pau Rullan Ferragut <[email protected]>
-
-       * ca.po: fix bug 1317
-         I am sorry for that one
-
-2006-01-08  Pau Rullan Ferragut <[email protected]>
-
-       * ca.po: little heading fixing
-
-2006-01-07  Daichi Kawahata <[email protected]>
-
-       * be.po, bn_IN.po, ca.po, cs.po, de.po, el.po, en_GB.po, eo.po,
-         es.po, et.po, eu.po, fa.po, fi.po, fr.po, gu.po, he.po, hy.po,
-         it.po, ja.po, ko.po, lt.po, mr.po, nl.po, pa.po, pl.po,
-         pt_BR.po, ro.po, ru.po, sk.po, sv.po, ta.po, uk.po, zh_CN.po,
-         zh_TW.po: Updated copyright information.
-
-2006-01-01  Daichi Kawahata <[email protected]>
-
-       * be.po, bn_IN.po, ca.po, cs.po, de.po, el.po, en_GB.po, eo.po,
-         es.po, et.po, eu.po, fa.po, fi.po, fr.po, gu.po, he.po, hy.po,
-         it.po, ja.po, ko.po, libxfcegui4.pot, lt.po, mr.po, nl.po,
-         pa.po, pl.po, pt_BR.po, ro.po, ru.po, sk.po, sv.po, ta.po,
-         uk.po, zh_CN.po, zh_TW.po: Updated.
-
-2005-12-20  Daichi Kawahata <[email protected]>
-
-       * ChangeLog: Updated.
-
-2005-12-19  Pau Rullan Ferragut <[email protected]>
-
-       * ca.po: beginning translation process to catalan. I am just
-         working on the trunk so I have left the 4.2 branch in
-         'maintain mode'. My goal is to end the work before new year
-         so that 4.4 goes beta in catalan (the whole). This is because
-         I have term exams after Chrismas holidays and time will not be
-         much.
-
-2005-12-11  Stavros Giannouris <[email protected]>
-
-       * el.po: Updated Greek translations.
-
-2005-12-07  Piarres Beobide <[email protected]>
-
-       * eu.po: Updated Basque translation.
-
-2005-11-28  Daichi Kawahata <[email protected]>
-
-       * ChangeLog: Updated.
-
-2005-11-21  Daichi Kawahata <[email protected]>
-
-       * ja.po: Updated Japanese translations.
-
-2005-11-21  Daichi Kawahata <[email protected]>
-
-       * pt_BR.po: Updated Brazilian Portuguese translations by Adriano
-         Winter Bess <[email protected]>.
-
-2005-11-21  Daichi Kawahata <[email protected]>
-
-       * be.po, bn_IN.po, ca.po, cs.po, de.po, el.po, en_GB.po, eo.po,
-         es.po, et.po, eu.po, fa.po, fi.po, fr.po, gu.po, he.po, hy.po,
-         it.po, ja.po, ko.po, libxfcegui4.pot, lt.po, mr.po, nl.po,
-         pa.po, pl.po, pt_BR.po, ro.po, ru.po, sk.po, sv.po, ta.po,
-         uk.po, zh_CN.po, zh_TW.po: Updated.
-
-2005-11-21  Daichi Kawahata <[email protected]>
-
-       * POTFILES.in: Updated POTFILES.in files.
-
-2005-11-11  Daichi Kawahata <[email protected]>
-
-       * es.po: Updated Spanish translations by Rudy Godoy
-         <[email protected]>.
-
-2005-11-07  Daichi Kawahata <[email protected]>
-
-       * be.po, bn_IN.po, ca.po, cs.po, de.po, el.po, en_GB.po, eo.po,
-         es.po, et.po, eu.po, fa.po, fi.po, fr.po, gu.po, he.po, hy.po,
-         it.po, ja.po, ko.po, libxfcegui4.pot, lt.po, mr.po, nl.po,
-         pa.po, pl.po, pt_BR.po, ro.po, ru.po, sk.po, sv.po, ta.po,
-         uk.po, zh_CN.po, zh_TW.po: Updated.
-
-2005-11-05  Daichi Kawahata <[email protected]>
-
-       * ChangeLog: Deciphering.
-
-2005-11-05  Daichi Kawahata <[email protected]>
-
-       * ChangeLog: Trimmed and updated.
-
-2005-11-03  Daichi Kawahata <[email protected]>
-
-       * be.po, bn_IN.po, ca.po, cs.po, de.po, el.po, en_GB.po, eo.po,
-         es.po, et.po, eu.po, fa.po, fi.po, fr.po, gu.po, he.po, hy.po,
-         it.po, ja.po, ko.po, libxfcegui4.pot, lt.po, mr.po, nl.po,
-         pa.po, pl.po, pt_BR.po, ro.po, ru.po, sk.po, sv.po, ta.po,
-         uk.po, zh_CN.po, zh_TW.po: Updated.
-
-2005-11-03  Daichi Kawahata <[email protected]>
-
-       * ko.po: Updated Korean translations by ByungHyun Choi
-         <[email protected]>.
-
-2005-10-30  Daichi Kawahata <[email protected]>
-
-       * libxfcegui4.pot: Updated.
-
-2005-10-29  Daichi Kawahata <[email protected]>
-
-       * ca.po: Updated and bumped the version up. Fixed various strings.
-         Removed unnecessary `fuzzy' marks.
-
-2005-10-29  Daichi Kawahata <[email protected]>
-
-       * be.po, bn_IN.po, cs.po, de.po, el.po, en_GB.po, eo.po, es.po,
-         et.po, eu.po, fa.po, fi.po, fr.po, gu.po, he.po, hy.po, it.po,
-         ja.po, ko.po, lt.po, mr.po, nl.po, pa.po, pl.po, pt_BR.po,
-         ro.po, ru.po, sk.po, sv.po, ta.po, uk.po, zh_CN.po, zh_TW.po:
-         Updated and bumped the version up.
-
-2005-10-27  Pau Rullan Ferragut <[email protected]>
-
-       * ca.po: begin process to 4.4 work autotranslation of most of the
-         actual po -- [email protected] , ca translator
-
-2005-10-27  Sylvain Vedrenne <[email protected]>
-
-       * eo.po: Added Esperanto translation for libxfcegui4 (trunk).
-
-2005-10-21  Daichi Kawahata <[email protected]>
-
-       * pl.po: Added Polish translations by Piotr Malinski
-         <[email protected]>.
-
-2005-10-20  Daichi Kawahata <[email protected]>
-
-       * it.po: Modified initial header/comment strings.
-
-2005-10-19  Daichi Kawahata <[email protected]>
-
-       * lt.po: Changed addresses.
-
-2005-10-16  Daichi Kawahata <[email protected]>
-
-       * be.po, bn_IN.po, cs.po, de.po, el.po, en_GB.po, es.po, et.po,
-         eu.po, fa.po, fi.po, fr.po, gu.po, he.po, hy.po, it.po, ja.po,
-         ko.po, libxfcegui4.pot, lt.po, mr.po, nl.po, pa.po, pt_BR.po,
-         ro.po, ru.po, sk.po, sv.po, ta.po, uk.po, zh_CN.po, zh_TW.po:
-         Updated.
-
-2005-10-14  Daichi Kawahata <[email protected]>
-
-       * ja.po: Minor update.
-
-2005-10-11  Daichi Kawahata <[email protected]>
-
-       * fi.po: Changed an address.
-
-2005-10-07  Daichi Kawahata <[email protected]>
-
-       * pa.po, ro.po, sk.po: Changed addresses.
-
-2005-10-04  Stavros Giannouris <[email protected]>
-
-       * el.po: Minor changes and updates in el translations
-
-2005-09-26  Hydonsingore Cia <[email protected]>
-
-       * ChangeLog, zh_TW.po: zh_TW translations minor update
-
-2005-09-24  Daichi Kawahata <[email protected]>
-
-       * ja.po: Updated some translations.
-
-2005-09-22  Daichi Kawahata <[email protected]>
-
-       * be.po, bn_IN.po, cs.po, de.po, el.po, en_GB.po, es.po, et.po,
-         eu.po, fa.po, fi.po, fr.po, gu.po, he.po, hy.po, it.po, ja.po,
-         ko.po, lt.po, mr.po, nl.po, pa.po, pt_BR.po, ro.po, ru.po,
-         sk.po, sv.po, ta.po, uk.po, zh_CN.po, zh_TW.po: Bumped version.
-         Added fallback address. Modified initial comment strings.
-
-2005-09-20  Alex Dupre <[email protected]>
-
-       * ChangeLog, it.po: Update Italian translations.
-
-2005-09-15  Juraj Brosz <[email protected]>
-
-       * ChangeLog, sk.po: Add sk_SK translations
-
-2005-09-09  Daichi Kawahata <[email protected]>
-
-       * zh_TW.po: Changed translator's representation in spelling by
-         the request.
-
-2005-08-18  Daichi Kawahata <[email protected]>
-
-       * ja.po: Updated Japanese translations.
-
-2005-08-17  Daichi Kawahata <[email protected]>
-
-       * en_GB.po, es.po, lt.po, nl.po, pt_BR.po, zh_CN.po: Fixed errors.
-         Converted local charset to UTF-8.. Added fallback address.
-         Modified initial comment strings.
-
-2005-08-13  Daichi Kawahata <[email protected]>
-
-       * fi.po: Updated Finnish translations by Jari Rahkonen
-         <[email protected]>.
-
-2005-08-06  Stavros Giannouris <[email protected]>
-
-       * el.po: should remeber to ADD the file first =)
-
-2005-08-06  Stavros Giannouris <[email protected]>
-
-       * ChangeLog: Add Greek translation for libxfcegui4/trunk
-
-2005-08-05  Jean-Francois Wauthy <[email protected]>
-
-       * hy.po: add some HY translations
-
-2005-07-19  Jean-Francois Wauthy <[email protected]>
-
-       * ja.po: update JA translations
-
-2005-07-06  Jean-Francois Wauthy <[email protected]>
-
-       * zh_TW.po: update zh_TW translations
-
-2005-07-04  Jean-Francois Wauthy <[email protected]>
-
-       * ko.po: update KO translations
-
-2005-05-14  Olivier Fourdan <[email protected]>
-
-       * ChangeLog: Update ChangeLog
-
-2005-05-06  Jean-Francois Wauthy <[email protected]>
-
-       * bn_IN.po: add bn_IN translations
-
-2005-05-06  Jean-Francois Wauthy <[email protected]>
-
-       * mr.po: add MR translations
-
-2005-05-04  Olivier Fourdan <[email protected]>
-
-       * ChangeLog: Update ChangeLog
-
-2005-04-08  Jean-Francois Wauthy <[email protected]>
-
-       * sv.po: add SV translations
-
-2005-04-06  Jens Luedicke <[email protected]>
-
-       * .cvsignore: remove .cvsignore cruft
-
-2005-03-20  Moritz Heiber <[email protected]>
-
-       * de.po: Would've missed them I guess
-
-2005-02-21  Jean-Francois Wauthy <[email protected]>
-
-       * ja.po: update JA translations
-
-2005-01-26  Benedikt Meurer <[email protected]>
-
-       * Makefile.in.in, be.gmo, cs.gmo, de.gmo, en_GB.gmo, es.gmo,
-         et.gmo, eu.gmo, fa.gmo, fi.gmo, fr.gmo, gu.gmo, he.gmo, ko.gmo,
-         lt.gmo, nl.gmo, pa.gmo, pt_BR.gmo, ro.gmo, ru.gmo, ta.gmo,
-         uk.gmo, zh_CN.gmo: Remove autogenerated files (final i18n macro
-         test).
-
-2005-01-22  Jean-Francois Wauthy <[email protected]>
-
-       * fi.gmo, fi.po: update FI translations
-
-2005-01-08  Jean-Francois Wauthy <[email protected]>
-
-       * ru.gmo, ru.po: update RU translations
-
-2005-01-06  Jean-Francois Wauthy <[email protected]>
-
-       * uk.gmo, uk.po: update UK translations
-
-2005-01-05  Jean-Francois Wauthy <[email protected]>
-
-       * he.gmo, he.po: update HE translations
-
-2004-12-23  Jean-Francois Wauthy <[email protected]>
-
-       * et.gmo, et.po: update ET translations
-
-2004-12-21  Brian Tarricone <[email protected]>
-
-       * cs.gmo, cs.po: add/update czech translations
-
-2004-12-19  Jean-Francois Wauthy <[email protected]>
-
-       * ta.gmo, ta.po: Add TA translations in libxfcegui4
-
-2004-12-19  Jasper Huijsmans <[email protected]>
-
-       * libxfcegui4.pot: Autogen for Brian
-
-2004-12-15  Jean-Francois Wauthy <[email protected]>
-
-       * pt_BR.gmo, pt_BR.po: update pt_BR translations
-
-2004-12-14  Jean-Francois Wauthy <[email protected]>
-
-       * ro.gmo, ro.po: add RO translations
-
-2004-12-11  Olivier Fourdan <[email protected]>
-
-       * libxfcegui4.pot: Various changes and small fixes
-
-2004-12-05  Jean-Francois Wauthy <[email protected]>
-
-       * en_GB.gmo, en_GB.po: add en_GB translations
-
-2004-11-26  Jean-Francois Wauthy <[email protected]>
-
-       * ko.gmo, ko.po: update KO translations
-
-2004-11-16  Olivier Fourdan <[email protected]>
-
-       * libxfcegui4.pot: Update package version
-
-2004-11-06  Olivier Fourdan <[email protected]>
-
-       * libxfcegui4.pot: Update automake/autoconf/libtool/gettext
-         versions to generate the configure scripts and Makefiles,
-         Update versions of all packages to 4.1.99.1 (ie 4.2 RC1).
-
-2004-10-30  Jean-Francois Wauthy <[email protected]>
-
-       * lt.gmo, lt.po: update LT translations
-
-2004-10-29  Olivier Fourdan <[email protected]>
-
-       * libxfcegui4.pot: Fix a missing file from dist.
-
-2004-10-28  Jean-Francois Wauthy <[email protected]>
-
-       * he.gmo, he.po: update HE translations
-
-2004-10-13  Jean-Francois Wauthy <[email protected]>
-
-       * be.gmo, de.gmo, es.gmo, eu.gmo, fi.gmo, fi.po, fr.gmo, gu.gmo,
-         nl.gmo, pa.gmo, zh_CN.gmo: update FI translations
-
-2004-10-11  Benedikt Meurer <[email protected]>
-
-       * be.po, de.po, es.po, eu.po, fr.po, gu.po, nl.po, pa.po,
-         zh_CN.po: update-po for Moe.
-
-2004-10-09  Jean-Francois Wauthy <[email protected]>
-
-       * fa.gmo, fa.po: update FA translations
-
-2004-10-09  Jean-Francois Wauthy <[email protected]>
-
-       * pa.po: Punjabi translations update from
-         [email protected]
-
-2004-10-03  Jean-Francois Wauthy <[email protected]>
-
-       * pa.gmo, pa.po: Punjabi translations (PA) from
-         [email protected]
-
-2004-10-02  Olivier Fourdan <[email protected]>
-
-       * libxfcegui4.pot: Update all files for 4.2 beta 1
-
-2004-09-29  Jean-Francois Wauthy <[email protected]>
-
-       * zh_CN.gmo, zh_CN.po: updated zh_CN translations from yongtao
-         yang <[email protected]>
-
-2004-09-23  Jean-Francois Wauthy <[email protected]>
-
-       * gu.gmo, gu.po: add Gujarati translations (GU) from Ankit Patel
-         <[email protected]>
-
-2004-09-21  Jasper Huijsmans <[email protected]>
-
-       * be.gmo, be.po, de.gmo, de.po, es.gmo, es.po, eu.gmo, eu.po,
-         fr.gmo, fr.po, libxfcegui4.pot, nl.gmo, nl.po: Run make
-         update-po at Moe's request.
-
-2004-09-19  Jasper Huijsmans <[email protected]>
-
-       * nl.gmo, nl.po: Update
-         nl translations
-
-2004-09-18  Jean-Francois Wauthy <[email protected]>
-
-       * de.gmo, eu.gmo, eu.po: update EU translations
-
-2004-09-18  Moritz Heiber <[email protected]>
-
-       * de.po: Updating these for alpha release. Not yet finished .. but
-         I'm just too tired to continue. Needs extensive spell checking
-         and approvement (Note to myself: Write mail to the list!).
-
-2004-09-16  Jean-Francois Wauthy <[email protected]>
-
-       * be.gmo, be.po: add BE translations from Ales Nyakhaychyk
-         <[email protected]>
-
-2004-09-06  Jasper Huijsmans <[email protected]>
-
-       * es.gmo: Missing file
-
-2004-08-25  Edscott Wilson Garcia <[email protected]>
-
-       * es.po: spelling mistake
-
-2004-08-15  Olivier Fourdan <[email protected]>
-
-       * fr.gmo, fr.po, libxfcegui4.pot: Resync with repository. French
-         po updates.
-
-2004-05-18  Olivier Fourdan <[email protected]>
-
-       * libxfcegui4.pot: Fix index.theme not being picked by "make dist"
-
-2004-05-17  Olivier Fourdan <[email protected]>
-
-       * POTFILES.in, libxfcegui4.pot: Fix make dist
-
-2004-04-07  Olivier Fourdan <[email protected]>
-
-       * fr.gmo, fr.po: Add french locale.
-
-2004-03-04  Benedikt Meurer <[email protected]>
-
-       * ChangeLog, Makefile.in.in, POTFILES.in, de.gmo, de.po,
-         libxfcegui4.pot: Added gettext framework.
-
diff --git a/po/LINGUAS b/po/LINGUAS
deleted file mode 100644
index 0b7583b..0000000
--- a/po/LINGUAS
+++ /dev/null
@@ -1,2 +0,0 @@
-# set of available languages (in alphabetic order)
-am ar ast be bn_IN ca cs cy da de dz el en_GB eo es et eu fa fi fr gl gu he hu 
hy id it ja ka ko ku lt lv mk mr nb nl pa pl pt_BR pt ro ru si sk sq sv ta tr 
uk ur ur_PK zh_CN zh_TW
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to