[Xfce4-commits] <xfce4-trigger-launcher:master> Potfile cleanup.

Nick Schermer noreply at xfce.org
Sat Jul 13 21:40:01 CEST 2013


Updating branch refs/heads/master
         to 1ef5e3d2f7929bf90488cb4d5804fdf557fc213a (commit)
       from fe5c009832275cfcaa78a9df1544d6e5dfa657da (commit)

commit 1ef5e3d2f7929bf90488cb4d5804fdf557fc213a
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Jul 13 21:38:20 2013 +0200

    Potfile cleanup.

 INSTALL                        |  234 ----------
 autogen.sh                     |   39 +-
 po/ChangeLog                   |  973 ----------------------------------------
 po/LINGUAS                     |    2 -
 po/xfce4-trigger-launcher.pot  |  114 -----
 xfce4-trigger-launcher.spec.in |   34 --
 6 files changed, 16 insertions(+), 1380 deletions(-)

diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 5458714..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,234 +0,0 @@
-Installation Instructions
-*************************
-
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006 Free Software Foundation, Inc.
-
-This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
-
-Basic Installation
-==================
-
-Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
-
-   The `configure' shell script attempts to guess correct values for
-various system-dependent variables used during compilation.  It uses
-those values to create a `Makefile' in each directory of the package.
-It may also create one or more `.h' files containing system-dependent
-definitions.  Finally, it creates a shell script `config.status' that
-you can run in the future to recreate the current configuration, and a
-file `config.log' containing compiler output (useful mainly for
-debugging `configure').
-
-   It can also use an optional file (typically called `config.cache'
-and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  Caching is
-disabled by default to prevent problems with accidental use of stale
-cache files.
-
-   If you need to do unusual things to compile the package, please try
-to figure out how `configure' could check whether to do them, and mail
-diffs or instructions to the address given in the `README' so they can
-be considered for the next release.  If you are using the cache, and at
-some point `config.cache' contains results you don't want to keep, you
-may remove or edit it.
-
-   The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You need `configure.ac' if
-you want to change it or regenerate `configure' using a newer version
-of `autoconf'.
-
-The simplest way to compile this package is:
-
-  1. `cd' to the directory containing the package's source code and type
-     `./configure' to configure the package for your system.
-
-     Running `configure' might take a while.  While running, it prints
-     some messages telling which features it is checking for.
-
-  2. Type `make' to compile the package.
-
-  3. Optionally, type `make check' to run any self-tests that come with
-     the package.
-
-  4. Type `make install' to install the programs and any data files and
-     documentation.
-
-  5. You can remove the program binaries and object files from the
-     source code directory by typing `make clean'.  To also remove the
-     files that `configure' created (so you can compile the package for
-     a different kind of computer), type `make distclean'.  There is
-     also a `make maintainer-clean' target, but that is intended mainly
-     for the package's developers.  If you use it, you may have to get
-     all sorts of other programs in order to regenerate files that came
-     with the distribution.
-
-Compilers and Options
-=====================
-
-Some systems require unusual options for compilation or linking that the
-`configure' script does not know about.  Run `./configure --help' for
-details on some of the pertinent environment variables.
-
-   You can give `configure' initial values for configuration parameters
-by setting variables in the command line or in the environment.  Here
-is an example:
-
-     ./configure CC=c99 CFLAGS=-g LIBS=-lposix
-
-   *Note Defining Variables::, for more details.
-
-Compiling For Multiple Architectures
-====================================
-
-You can compile the package for more than one kind of computer at the
-same time, by placing the object files for each architecture in their
-own directory.  To do this, you can use GNU `make'.  `cd' to the
-directory where you want the object files and executables to go and run
-the `configure' script.  `configure' automatically checks for the
-source code in the directory that `configure' is in and in `..'.
-
-   With a non-GNU `make', it is safer to compile the package for one
-architecture at a time in the source code directory.  After you have
-installed the package for one architecture, use `make distclean' before
-reconfiguring for another architecture.
-
-Installation Names
-==================
-
-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
-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
-kinds of files.  Run `configure --help' for a list of the directories
-you can set and what kinds of files go in them.
-
-   If the package supports it, you can cause programs to be installed
-with an extra prefix or suffix on their names by giving `configure' the
-option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
-
-Optional Features
-=================
-
-Some packages pay attention to `--enable-FEATURE' options to
-`configure', where FEATURE indicates an optional part of the package.
-They may also pay attention to `--with-PACKAGE' options, where PACKAGE
-is something like `gnu-as' or `x' (for the X Window System).  The
-`README' should mention any `--enable-' and `--with-' options that the
-package recognizes.
-
-   For packages that use the X Window System, `configure' can usually
-find the X include and library files automatically, but if it doesn't,
-you can use the `configure' options `--x-includes=DIR' and
-`--x-libraries=DIR' to specify their locations.
-
-Specifying the System Type
-==========================
-
-There may be some features `configure' cannot figure out automatically,
-but needs to determine by the type of machine the package will run on.
-Usually, assuming the package is built to be run on the _same_
-architectures, `configure' can figure that out, but if it prints a
-message saying it cannot guess the machine type, give it the
-`--build=TYPE' option.  TYPE can either be a short name for the system
-type, such as `sun4', or a canonical name which has the form:
-
-     CPU-COMPANY-SYSTEM
-
-where SYSTEM can have one of these forms:
-
-     OS KERNEL-OS
-
-   See the file `config.sub' for the possible values of each field.  If
-`config.sub' isn't included in this package, then this package doesn't
-need to know the machine type.
-
-   If you are _building_ compiler tools for cross-compiling, you should
-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
-platform different from the build platform, you should specify the
-"host" platform (i.e., that on which the generated programs will
-eventually be run) with `--host=TYPE'.
-
-Sharing Defaults
-================
-
-If you want to set default values for `configure' scripts to share, you
-can create a site shell script called `config.site' that gives default
-values for variables like `CC', `cache_file', and `prefix'.
-`configure' looks for `PREFIX/share/config.site' if it exists, then
-`PREFIX/etc/config.site' if it exists.  Or, you can set the
-`CONFIG_SITE' environment variable to the location of the site script.
-A warning: not all `configure' scripts look for a site script.
-
-Defining Variables
-==================
-
-Variables not defined in a site shell script can be set in the
-environment passed to `configure'.  However, some packages may run
-configure again during the build, and the customized values of these
-variables may be lost.  In order to avoid this problem, you should set
-them in the `configure' command line, using `VAR=value'.  For example:
-
-     ./configure CC=/usr/local2/bin/gcc
-
-causes the specified `gcc' to be used as the C compiler (unless it is
-overridden in the site shell script).
-
-Unfortunately, this technique does not work for `CONFIG_SHELL' due to
-an Autoconf bug.  Until the bug is fixed you can use this workaround:
-
-     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
-
-`configure' Invocation
-======================
-
-`configure' recognizes the following options to control how it operates.
-
-`--help'
-`-h'
-     Print a summary of the options to `configure', and exit.
-
-`--version'
-`-V'
-     Print the version of Autoconf used to generate the `configure'
-     script, and exit.
-
-`--cache-file=FILE'
-     Enable the cache: use and save the results of the tests in FILE,
-     traditionally `config.cache'.  FILE defaults to `/dev/null' to
-     disable caching.
-
-`--config-cache'
-`-C'
-     Alias for `--cache-file=config.cache'.
-
-`--quiet'
-`--silent'
-`-q'
-     Do not print messages saying which checks are being made.  To
-     suppress all normal output, redirect it to `/dev/null' (any error
-     messages will still be shown).
-
-`--srcdir=DIR'
-     Look for the package's source code in directory DIR.  Usually
-     `configure' can determine that directory automatically.
-
-`configure' also accepts some other, not widely useful, options.  Run
-`configure --help' for more details.
-
diff --git a/autogen.sh b/autogen.sh
index b0bf71a..b5875b6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,12 +1,23 @@
 #!/bin/sh
 #
-# $Id$
+# vi:set et ai sw=2 sts=2 ts=2: */
+#-
+# Copyright (c) Xfce Development Team
 #
-# Copyright (c) 2002-2005
-#         The Xfce development team. All rights reserved.
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
 #
-# Written for Xfce by Benedikt Meurer <benny at xfce.org>.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 #
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
 
 (type xdt-autogen) >/dev/null 2>&1 || {
   cat >&2 <<EOF
@@ -18,22 +29,4 @@ 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
-  exit 1
-}
-
-# substitute revision and linguas
-linguas=`sed -e '/^#/d' po/LINGUAS`
-revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%05d\n", $2}'`
-sed -e "s/@LINGUAS@/${linguas}/g" \
-    -e "s/@REVISION@/${revision}/g" \
-    < "configure.in.in" > "configure.in"
-
-exec xdt-autogen $@
-
-# vi:set ts=2 sw=2 et ai:
+XDT_AUTOGEN_REQUIRED_VERSION="4.7.2" exec xdt-autogen $@
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100644
index 35d1345..0000000
--- a/po/ChangeLog
+++ /dev/null
@@ -1,973 +0,0 @@
-2009-08-08  Mike Massonnet <mmassonnet at xfce.org>
-
-	* gl.po: Galician translation update (Leandro Regueiro)
-
-2009-07-17  Gabor Kelemen  <kelemeng at gnome.hu>
-
-	* hu.po: Translation reworked.
-
-2009-07-09  Mike Massonnet <mmassonnet at xfce.org>
-
-	* ast.po: Asturian translation added (Marcos).
-
-2009-05-29  Mike Massonnet <mmassonnet at xfce.org>
-
-	* ur_PK.po: Urdu Pakistan translation update (Muhammad Ali Makki)
-	* ur.po: Urdu translation update (Muhammad Ali Makki)
-
-2009-05-11  Mike Massonnet <mmassonnet at xfce.org>
-
-	* lv.po: Latvian translation update (Rihards Prieditis)
-
-2009-05-11  Mike Massonnet <mmassonnet at xfce.org>
-
-	* gl.po: Galician translation update (Leandro Regueiro)
-
-2009-04-20  Mike Massonnet <mmassonnet at xfce.org>
-
-	* gl.po: Galician translation update (Leandro Regueiro)
-
-2009-04-16  Mike Massonnet <mmassonnet at xfce.org>
-
-	* gl.po: Galician translation update (Leandro Regueiro)
-
-2009-03-29  Maximilian Schleiss <maximilian at xfce.org>
-
-	* es.po: Spanish translation update (Abel Martín)
-
-2009-03-14  Maximilian Schleiss <maximilian at xfce.org>
-
-	* gl.po: Galician translation update (Leandro Regueiro)
-
-2009-03-05  Mike Massonnet <mmassonnet at xfce.org>
-
-	* pt.po: Renamed pt_PT.po to pt.po (bug #4574)
-
-2009-03-01  Maximilian Schleiss <maximilian at xfce.org>
-
-	* es.po: Spanish translation update (Abel Martín)
-
-2009-02-20  Maximilian Schleiss <maximilian at xfce.org>
-
-	* gl.po: Galician translation update (Leandro Regueiro)
-	* zh_CN: Simplified Chinese translation update (Chris K. Zhang)
-
-2009-01-23 Per Kongstad <pko at xfce.org>
-
-	* da.po: Danish translation update (Per Kongstad)
-
-2008-12-25  Maximilian Schleiss <maximilian at xfce.org>
-
-	* zh_CN: Simplified Chinese translation update (Hunt Xu)
-
-2008-12-13  Maximilian Schleiss <maximilian at xfce.org>
-
-	* it.po: Italian translation update (Walter Comunello)
-
-2008-12-13  Alexander Toresson <eulex at xfce.org>
-
-	* sv.po: Swedish translation update (Daniel Nylander)
-
-2008-11-25  Maximilian Schleiss <maximilian at xfce.org>
-
-	* es.po: Spanish translation update (Abel Martín)
-
-2008-11-25  Jari Rahkonen <jari.rahkonen at pp1.inet.fi>
-
-	* fi.po: Update Finnish translation.
-
-2008-11-18  Maximilian Schleiss <maximilian at xfce.org>
-
-	* sq.po: Albanian translation update (Besnik Bleta)
-
-2008-11-16  Maximilian Schleiss <maximilian at xfce.org>
-
-	* es.po: Spanish translation update (Abel Martín)
-
-2008-11-11  Piarres Beobide <pi at beobide.net>
-
-        * eu.po: Basque translation update
-
-2008-11-02  Maximilian Schleiss <maximilian at xfce.org>
-
-	* es.po: Spanish translation update (Abel Martín)
-
-2008-10-29  Maximilian Schleiss <maximilian at xfce.org>
-
-	* sq.po: Albanian translation update (Besnik Bleta)
-
-2008-10-18  Maximilian Schleiss <maximilian at xfce.org>
-
-	* id.po: Indonesian translation update (Andhika Padmawan)
-
-2008-10-12  Lars Nielsen <lars at mit-web.dk>
-
-	* da.po: Danish translation update
-
-2008-10-05  Maximilian Schleiss <maximilian at xfce.org>
-
-	* es.po: Spanish translation update (Abel Martín)
-
-2008-06-26  Maximilian Schleiss <maximilian at xfce.org>
-
-	* gl.po: Galician translation updated (Leandro Regueiro)
-
-2008-06-22  Mike Massonnet <mmassonnet at xfce.org>
-
-	* id.po, LINGUAS: Add Indonesian translation (Andhika Padmawan)
-
-2008-05-27  Mike Massonnet <mmassonnet at xfce.org>
-
-	* da.po, LINGUAS: Add Danish translation (Ole Guldberg Jensen)
-
-2008-04-12  Mike Massonnet <mmassonnet at xfce.org>
-
-    * lv.po: Update Latvian translation (Rihards Prieditis <rprieditis at gmail.com>)
-
-2007-11-15	Mike Massonnet <mmassonnet at xfce.org>
-
-	* ur.po, LINGUAS: Add Urdu translation by ﻢﺤﻣﺩ ﻊﻠﻳ ﺎﻠﻤﻜﻳ
-	makki.ma at gmail.com
-
-2007-11-11  Mike Massonnet <mmassonnet at xfce.org>
-
-	* lv.po: Update translations by RPrieditis <RPrieditis at inbox.lv>
-
-2007-09-24  Mike Massonnet <mmassonnet at xfce.org>
-
-	* LINGUAS, lv.po: Add Latvian translation by RPrieditis
-	<RPrieditis at inbox.lv>
-
-2007-06-29  Maximilian Schleiss <maximilian at xfce.org>
-
-	* pt_PT.po: European Portuguese translation update
-	by Nuno Miguel <nunis at netcabo.pt>
-
-2007-04-05 Eren Turkay <erenturkay at xfce.org>
-
-	* tr.po: Updated the Turkish translation 
-
-2007-04-05  Pau Rul-lan Ferragut <paurullan at bulma.net>
-
-	* ca.po: Update Catalan translations
-
-2007-03-28  Maximilian Schleiss <maximilian at xfce.org>
-
-	* en_GB.po: Updated the British translation
-	by Jeff Bailes <thepizzaking at gmail.com>
-
-2007-03-18  Eren Turkay <erenturkay at xfce.org>
-
-	* tr.po: Updated the Turkish translation.
-
-2007-02-10  Maximilian Schleiss <maximilian at xfce.org>
-
-	* Modified LINGUAS files to include Albanian language,
-	verified all the LINGUAS files.
-
-2007-02-09  Mohamed Magdy <mohamed.m.k at gmail.com>
-
-	* ar.po: initial commit.
-	*LINGUAS: adding ar language code
-	
-2007-01-24  Maximilian Schleiss <maximilian at xfce.org>
-
-	* sq.po: Added the Albanian translation by
-	Besnik Bleta <besnik at programeshqip.org>
-
-2007-01-21  Maximilian Schleiss <maximilian at xfce.org>
-
-	* ro.po: Updated the Romanian translation by
-	Mişu Moldovan <dumol at gnome.ro>
-
-2007-01-18  Maximilian Schleiss <maximilian at xfce.org>
-
-	* de.po: Updated the German translation
-	by Enrico Tröger <enrico.troeger at uvena.de>.
-
-2007-01-18  Alexander Nyakhaychyk  <nyakhaychyk at gmail.com>
-
-	* be.po: Updated Belarusian Translation
-
-2006-12-25  Maximilian Schleiss <maximilian at xfce.org>
-
-	* mk.po: Added the Macedonian translation by
-	Vlatko Trajkov <trajokvvlatko at yahoo.com>
-
-2006-12-20  Maximilian Schleiss <maximilian at xfce.org>
-
-	* ru.po: Updated the Russian translation by
-	Andrey Fedoseev <andrey.fedoseev at gmail.com>
-
-2006-10-28  Pau Rul-lan Ferragut <paurullan at bulma.net>
-
-	* dz.po: add Dzongkha translation by Dzongkha team
-	Tenzin <tdendup at dit.gov.bt>
-
-2006-10-13  Pau Rul-lan Ferragut <paurullan at bulma.net>
-
-	* ko.po: Updated Korean ByungHyun Choi
-	<byunghyun.choi at gmail.com>
-	
-2006-09-20  Pau Rullan Ferragut <paurullan at bulma.net>
-
-	* ca.po: Updated Catalan translations.
-
-2006-09-08  Sylvain Vedrenne <gnu_sylvain at xfce.org>
-
-	* eo.po: Updated Esperanto translations.
-
-2006-09-07  Jean-François Wauthy <pollux at xfce.org>
-
-	* vi.po: Updated Vietnamese translations
-
-2006-08-27  Jean-François Wauthy <pollux at xfce.org>
-
-	* cs.po: Updated Czech translations
-	* ka.po: Add Georgian translations
-
-2006-08-24  Jean-François Wauthy <pollux at xfce.org>
-
-	* gl.po: Add Galician translations
-
-2006-06-12  Hydonsingore Cia <hydonsingore at educities.edu.tw>
-
-	* zh_TW.po: Update traditional Chinese translations.
-
-2006-06-10  Daichi Kawahata <daichi at xfce.org>
-
-	* pl.po: Updated Polish translations by Szymon Kalasz
-	  <szymon_maestro at gazeta.pl>.
-
-2006-06-05  Adriano Winter Bess  <adriano at xfce.org>
-
-	* pt_BR.po: Updated brazilian portuguese translations.
-
-2006-06-03  Alexander Toresson <alexander.toresson at gmail.com>
-
-	* sv.po: Updated Swedish translations.
-
-2006-05-21  Daichi Kawahata <daichi at xfce.org>
-
-	* pl.po: Updated Polish translations by Szymon Kalasz
-	  <szymon_maestro at gazeta.pl>.
-
-2006-05-20  Stavros Giannouris <stavrosg2002 at freemail.gr>
-
-	* el.po: Greek translation update.
-
-2006-05-19  Piarres Beobide <pi at beobide.net>
-
-	* eu.po: Basque translation update.
-
-2006-05-18  Daichi Kawahata <daichi at xfce.org>
-
-	* ja.po: Updated Japanese translations.
-
-2006-05-17  Daichi Kawahata <daichi at xfce.org>
-
-	* xfce4-trigger-launcher.pot, *.po: Added translatable strings.
-
-2006-05-13  Daichi Kawahata <daichi at xfce.org>
-
-	* cs.po: Updated Czech translations by Michal Varady
-	  <miko.vaji at gmail.com>.
-
-2006-05-13  Daichi Kawahata <daichi at xfce.org>
-
-	* POTFILES.in, xfce4-trigger-launcher.pot, *.po: Updated.
-
-2006-05-13  Hydonsingore Cia <hydonsingore at mail.educities.edu.tw>
-
-	* zh_TW.po: Update traditional Chinese translation.
-
-2006-05-12  Stavros Giannouris <stavrosg2002 at freemail.gr>
-
-	* el.po: Greek translation update.
-
-2006-05-07  Piarres Beobide <pi at beobide.net>
-
-	* eu.po: Basque translation update.
-
-2006-05-07  Szervac Attila <sas at 321.hu>
-
-	* hu.po: hu trunk: thunar & tl update
-
-2006-05-07  Danny Milosavljevic <dannym at xfce.org>
-
-	* xfce4-trigger-launcher.pot, *.po:
-	  - remove old triggerlauncher source from translateable files
-	  - rename string "Check Status" to "To Check Status"
-
-2006-05-07  Danny Milosavljevic <dannym at xfce.org>
-
-	* POTFILES.in, de.po: make translations work
-
-2006-05-06  Stavros Giannouris <stavrosg2002 at freemail.gr>
-
-	* el.po: Updated Greek translation.
-
-2006-05-05  Daichi Kawahata <daichi at xfce.org>
-
-	* cs.po: Updated Czech translations by Michal Varady
-	  <miko.vaji at gmail.com>.
-
-2006-05-05  Daichi Kawahata <daichi at xfce.org>
-
-	* *.po: Bump.
-
-2006-05-05  Yuval Tanny <tanai at int.gov.il>
-
-	* he.po: Updated Hebrew translation.
-
-2006-05-03  Piarres Beobide <pi at beobide.net>
-
-	* eu.po: Basque translation update.
-
-2006-05-02  Hydonsingore Cia <hydonsingore at mail.educities.edu.tw>
-
-	* zh_TW.po: Updated traditional Chinese translations.
-
-2006-05-02  Daichi Kawahata <daichi at xfce.org>
-
-	* pl.po: Updated Polish translations by Piotr Malinski
-	  <admin at rk.edu.pl>.
-
-2006-05-01  Daichi Kawahata <daichi at xfce.org>
-
-	* ru.po: Updated Russian translations by
-	  Andrey Fedoseev <andrey.fedoseev at gmail.com>,
-	  Maxim Zenin <webmechanics at gmail.com>,
-	  Sergey Fedoseev <fedoseev.sergey at gmail.com>.
-
-2006-05-01  Daichi Kawahata <daichi at xfce.org>
-
-	* ja.po: Updated Japanese translations.
-
-2006-05-01  Daichi Kawahata <daichi at xfce.org>
-
-	* hu.po, uk.po: Updated.
-
-2006-04-30  Szervac Attila <sas at 321.hu>
-
-	* hu.po: hu trunk: exo & trigger-launcher updates
-
-2006-04-30  Danny Milosavljevic <dannym at xfce.org>
-
-	* POTFILES.in, *.po: also commit the po files update-po
-	  messed with
-
-2006-04-30  Danny Milosavljevic <dannym at xfce.org>
-
-	* xfce4-trigger-launcher.pot: add "icon".
-
-2006-04-30  Danny Milosavljevic <dannym at xfce.org>
-
-	* xfce4-trigger-launcher.pot: new translations...
-
-2006-04-26  Maxim Dziumanenko <mvd at mylinux.ua>
-
-	* uk.po: Updated Ukrainian translation.
-
-2006-04-23  Daichi Kawahata <daichi at xfce.org>
-
-	* ru.po: Updated Russian translations by Sergey Fedoseev
-	  <fedoseev.sergey at gmail.com>.
-
-2006-04-22  Stavros Giannouris <stavrosg2002 at freemail.gr>
-
-	* el.po: Greek translation updated
-
-2006-04-21  Yuval Tanny <tanai at int.gov.il>
-
-	* he.po: Hebrew translations update.
-
-2006-04-18  Daichi Kawahata <daichi at xfce.org>
-
-	* et.po: Updated Estonian translations by Peeter Vois
-	  <Peeter.Vois at proekspert.ee>.
-
-2006-04-15  Daichi Kawahata <daichi at xfce.org>
-
-	* *.po: Bump, etc.
-
-2006-04-15  Daichi Kawahata <daichi at xfce.org>
-
-	* ru.po: Updated Russian translations by Andrey Fedoseev
-	  <andrey.fedoseev at gmail.com>.
-
-2006-04-15  Daichi Kawahata <daichi at xfce.org>
-
-	* ko.po: Updated Korean translations by ByungHyun Choi
-	  <byunghyun.choi at gmail.com>.
-
-2006-04-13  Szervac Attila <sas at 321.hu>
-
-	* hu.po: hu: session & trigger-launcher updates (trunk)
-
-2006-04-01  Stavros Giannouris <stavrosg2002 at freemail.gr>
-
-	* el.po: Greek translations update & polish by Stathis Kamperis
-	  <ekamperi at auth.gr>
-
-2006-03-20  Sylvain Vedrenne <gnu_sylvain at xfce.org>
-
-	* eo.po: Removed address from field 'Report-Msgid-Bugs-To'.
-	  Updated address of Esperanto translation list.
-
-2006-03-05  Sylvain Vedrenne <gnu_sylvain at xfce.org>
-
-	* eo.po: This file is the right one (last one was not!). Regards.
-
-2006-03-05  Sylvain Vedrenne <gnu_sylvain at xfce.org>
-
-	* eo.po: Updated Esperanto translations.
-
-2006-02-18  Daichi Kawahata <daichi at xfce.org>
-
-	* ca.po, eu.po, he.po, pl.po, vi.po, zh_CN.po: Updated.
-
-2006-02-16  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* zh_CN.po: updated zh_CN translations
-
-2006-02-13  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* vi.po: updated VI translations
-
-2006-02-05  Yuval Tanny <tanai at int.gov.il>
-
-	* he.po: Update Hebrew translations.
-
-2006-02-01  Daichi Kawahata <daichi at xfce.org>
-
-	* nl.po: Updated Dutch translations by Vincent Tunru
-	  <imnotb at gmail.com>.
-
-2006-01-15  Piarres Beobide <pi at beobide.net>
-
-	* eu.po: Basque translation update
-
-2006-01-15  Pau Rullan Ferragut <paurullan at bulma.net>
-
-	* ca.po: some work on catalan translation (trunk)
-
-2006-01-13  Daichi Kawahata <daichi at xfce.org>
-
-	* pl.po: Updated Polish translations by Piotr Malinski
-	  <riklaunim at gmail.com>.
-
-2006-01-08  Pau Rullan Ferragut <paurullan at bulma.net>
-
-	* ca.po: little heading fixing
-
-2006-01-07  Daichi Kawahata <daichi at xfce.org>
-
-	* *.po: Updated copyright information.
-
-2006-01-05  Stavros Giannouris <stavrosg2002 at freemail.gr>
-
-	* el.po: Updated Greek translation.
-
-2006-01-01  Daichi Kawahata <daichi at xfce.org>
-
-	* ja.po: Updated Japanese translations.
-
-2006-01-01  Daichi Kawahata <daichi at xfce.org>
-
-	* POTFILES.in, xfce4-trigger-launcher.pot, *.po: Updated.
-
-2005-11-21  Daichi Kawahata <daichi at xfce.org>
-
-	* xfce4-trigger-launcher.pot, *.po: Updated.
-
-2005-11-21  Daichi Kawahata <daichi at xfce.org>
-
-	* POTFILES.in: Updated POTFILES.in file.
-
-2005-11-11  Daichi Kawahata <daichi at xfce.org>
-
-	* es.po: Updated Spanish translations by Rudy Godoy
-	  <rudy at stone-head.org>.
-
-2005-10-27  Pau Rullan Ferragut <paurullan at bulma.net>
-
-	* ca.po: begin process to 4.4 work autotranslation of most of
-	  the actual po -- paurullan at bulma.net , ca translator
-
-2005-10-21  Daichi Kawahata <daichi at xfce.org>
-
-	* pl.po: Updated Polish translations by Piotr Malinski
-	  <riklaunim at gmail.com>.
-
-2005-10-19  Daichi Kawahata <daichi at xfce.org>
-
-	* lt.po: Changed addresses.
-
-2005-10-16  Daichi Kawahata <daichi at xfce.org>
-
-	* xfce4-trigger-launcher.pot, *.po: Updated.
-
-2005-10-11  Daichi Kawahata <daichi at xfce.org>
-
-	* et.po: Changed an address.
-
-2005-10-11  Daichi Kawahata <daichi at xfce.org>
-
-	* fi.po: Changed an address.
-
-2005-10-09  Daichi Kawahata <daichi at xfce.org>
-
-	* *.po: Modified initial header/comment strings.
-
-2005-09-24  Daichi Kawahata <daichi at xfce.org>
-
-	* ja.po: Updated some translations.
-
-2005-08-29  Daichi Kawahata <daichi at xfce.org>
-
-	* ja.po: Changed responsible period for previous translator.
-
-2005-08-18  Daichi Kawahata <daichi at xfce.org>
-
-	* pl.po: Fixed errors. Added fallback address. Modified initial
-	  comment strings.
-
-2005-08-18  Daichi Kawahata <daichi at xfce.org>
-
-	* bg.po, es.po, es_MX.po, fr.po, ko.po, nl.po, pt_BR.po, zh_CN.po:
-	  Fixed errors. Added fallback address. Modified initial comment
-	  strings.
-
-2005-08-18  Daichi Kawahata <daichi at xfce.org>
-
-	* ja.po: Updated Japanese translations.
-
-2005-08-17  Daichi Kawahata <daichi at xfce.org>
-
-	* en_GB.po, lt.po: Converted local charsets to UTF-8.
-
-2005-08-13  Daichi Kawahata <daichi at xfce.org>
-
-	* fi.po: Updated Finnish translations by Jari Rahkonen
-	  <jari.rahkonen at pp2.inet.fi>.
-
-2005-08-12  Stavros Giannouris <stavrosg2002 at freemail.gr>
-
-	* el.po: Add initial Greek translations in trunk for
-	  xfce4-trigger-launcher
-
-2005-07-28  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* ja.po: update JA translations
-
-2005-07-26  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* eo.po: add some EO translations
-
-2005-07-06  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* zh_TW.po: update zh_TW translations
-
-2005-05-14  Olivier Fourdan <fourdan at xfce.org>
-
-	* ChangeLog: Update ChangeLog
-
-2005-05-06  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* bn_IN.po: add bn_IN translations
-
-2005-05-06  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* mr.po: add MR translations
-
-2005-05-04  Olivier Fourdan <fourdan at xfce.org>
-
-	* ChangeLog: Update ChangeLog
-
-2005-04-12  Jasper Huijsmans <jasper at xfce.org>
-
-	* Makefile.in.in, ar.gmo, az.gmo, be.gmo, bg.gmo, ca.gmo, cs.gmo,
-	  de.gmo, en_GB.gmo, es.gmo, es_MX.gmo, et.gmo, eu.gmo, fa.gmo,
-	  fi.gmo, fr.gmo, gu.gmo, he.gmo, hi.gmo, hu.gmo, it.gmo, ja.gmo,
-	  ko.gmo, lt.gmo, ms.gmo, nl.gmo, pa.gmo, pl.gmo, pt_BR.gmo,
-	  pt_PT.gmo, ro.gmo, ru.gmo, sk.gmo, sv.gmo, ta.gmo, tr.gmo,
-	  uk.gmo, vi.gmo, zh_CN.gmo, zh_TW.gmo: Remove generated files
-
-2005-02-21  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* ja.gmo, ja.po: update JA translations
-
-2005-01-22  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* fi.gmo, fi.po: update FI translations
-
-2005-01-08  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* ru.gmo, ru.po: update RU translations
-
-2005-01-06  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* uk.gmo, uk.po: update UK translations
-
-2005-01-05  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* he.gmo, he.po: update HE translations
-
-2004-12-23  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* et.gmo, et.po: update ET translations
-
-2004-12-22  Benedikt Meurer <benny at xfce.org>
-
-	* cs.gmo, xfce4-trigger-launcher.pot: Update ChangeLog. Fix make
-	  distcheck.
-
-2004-12-21  Brian Tarricone <kelnos at xfce.org>
-
-	* cs.po: add/update czech translations
-
-2004-12-19  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* ko.gmo, ko.po: update KO translations
-
-2004-12-15  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* pt_BR.gmo, pt_BR.po: update pt_BR translations
-
-2004-12-14  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* ro.gmo, ro.po: add RO translations
-
-2004-12-11  Olivier Fourdan <fourdan at xfce.org>
-
-	* xfce4-trigger-launcher.pot: Various changes and small fixes
-
-2004-12-05  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* en_GB.gmo, en_GB.po: add en_GB translations
-
-2004-11-05  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* fi.gmo, fi.po: update FI translations
-
-2004-10-28  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* he.gmo, he.po: update HE translations
-
-2004-10-20  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* et.gmo, et.po: update ET translations
-
-2004-10-17  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* fi.gmo, fi.po: update FI translations
-
-2004-10-10  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* pt_PT.gmo, pt_PT.po: update pt_PT translations
-
-2004-10-09  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* fa.gmo, fa.po, fa_IR.gmo, fa_IR.po: update FA translations
-
-2004-10-09  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* pa.gmo, pa.po: Punjabi translations update from
-	  jaswinderlinux at netscape.net
-
-2004-10-08  Edscott Wilson Garcia <edscott at xfce.org>
-
-	* es_MX.gmo, es_MX.po: spanish translations
-
-2004-10-03  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* pa.gmo, pa.po: Punjabi translations (PA) from
-	  jaswinderlinux at netscape.net
-
-2004-09-29  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* zh_CN.gmo, zh_CN.po: updated zh_CN translations from yongtao
-	  yang <yongtao.yang at gmail.com>
-
-2004-09-23  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* gu.gmo, gu.po: add Gujarati translations (GU) from Ankit Patel
-	  <ankit at redhat.com>
-
-2004-09-21  Jasper Huijsmans <jasper at xfce.org>
-
-	* ar.gmo, ar.po, az.gmo, az.po, be.gmo, be.po, bg.gmo, bg.po,
-	  ca.gmo, ca.po, cs.gmo, cs.po, de.gmo, de.po, es.gmo, es.po,
-	  et.gmo, et.po, eu.gmo, eu.po, fa_IR.gmo, fa_IR.po, fr.gmo,
-	  fr.po, he.gmo, he.po, hi.gmo, hi.po, hu.gmo, hu.po, it.gmo,
-	  it.po, ja.gmo, ja.po, ko.gmo, ko.po, lt.gmo, lt.po, ms.gmo,
-	  ms.po, nl.gmo, nl.po, pl.gmo, pl.po, pt_BR.gmo, pt_BR.po,
-	  pt_PT.gmo, pt_PT.po, ru.gmo, ru.po, sk.gmo, sk.po, sv.gmo,
-	  sv.po, ta.gmo, ta.po, tr.gmo, tr.po, uk.gmo, uk.po, vi.gmo,
-	  vi.po, xfce4-trigger-launcher.pot, zh_CN.gmo, zh_CN.po,
-	  zh_TW.gmo, zh_TW.po: Run make update-po at Moe's request.
-
-2004-09-18  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* eu.gmo: update EU translations
-
-2004-09-16  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* be.gmo, be.po: add BE translations from Ales Nyakhaychyk
-	  <nab at mail.by>
-
-2004-09-10  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* he.gmo, he.po: HE translations update from Yuval Tanny
-	  <tanai at int.gov.il>
-
-2004-09-09  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* vi.gmo, vi.po: update VI translations
-
-2004-09-06  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* et.gmo, et.po: ET translations from Peeter Vois
-	  <Peeter.Vois at proekspert.ee>
-
-2004-08-28  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* sk.gmo, sk.po: add Slovak translations from Juraj Brosz
-	  <juro at jurajbrosz.info>
-
-2004-08-24  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* ru.gmo, ru.po: RU translations update from Anthony Ivanoff
-	  <a-i at bk.ru>
-
-2004-08-14  Jean-Francois Wauthy <pollux at xfce.org>
-
-	* he.gmo, he.po: Hebrew translations from Yuval Tanny
-	  <tanai at int.gov.il>
-
-2004-04-12  Danny Milosavljevic <dannym at xfce.org>
-
-	* ca.gmo, ca.po: Updated catalan translations by Carles Munoz
-	  Gorriz
-
-2004-03-15  Olivier Fourdan <fourdan at xfce.org>
-
-	* ar.gmo, ar.po, bg.gmo, bg.po, it.gmo, it.po: Add/update i18n
-	  for: Bulgarian from Miroslav Yordanov <miordanov at i-space.org>
-	  and Peter Slavov <peshka at i-space.org> Italian from Alex Dupre
-	  <ale at FreeBSD.org> Arabic from Saleh Hathal
-	  <hathalsal at hotmail.com>
-
-2004-02-17  Jasper Huijsmans <jasper at xfce.org>
-
-	* ms.gmo, ms.po: Update Malay translations
-
-2004-02-11  Jasper Huijsmans <jasper at xfce.org>
-
-	* eu.gmo, eu.po: Add Basque (eu) translations
-
-2004-01-29  Jasper Huijsmans <jasper at xfce.org>
-
-	* fa_IR.gmo: Update Persian translations
-
-2004-01-21  Jasper Huijsmans <jasper at xfce.org>
-
-	* es.gmo, es.po, fa_IR.gmo, fa_IR.po, ja.gmo, pt_BR.gmo,
-	  zh_CN.gmo, zh_CN.po: Translations added/updated for spanish,
-	  persian, japanese, korean, brasilian and chinese
-
-2004-01-20  Danny Milosavljevic <dannym at xfce.org>
-
-	* es.po, ja.po, pl.gmo, pl.po, zh_CN.gmo, zh_CN.po: semi-update
-	  translations
-
-2004-01-20  Danny Milosavljevic <dannym at xfce.org>
-
-	* pt_BR.po: Added translation.
-
-2003-12-27  Jasper Huijsmans <jasper at xfce.org>
-
-	* pl.gmo, pl.po: Update Polish translations
-
-2003-12-15  Jasper Huijsmans <jasper at xfce.org>
-
-	* az.gmo, az.po: Add Azerbaijani translations
-
-2003-11-23  Jasper Huijsmans <jasper at xfce.org>
-
-	* sv.gmo, sv.po: Add swedish translations
-
-2003-11-09  Jasper Huijsmans <jasper at xfce.org>
-
-	* cs.gmo, cs.po: Add Check translations
-
-2003-11-03  Jasper Huijsmans <jasper at xfce.org>
-
-	* uk.gmo, uk.po: Add Ukranian translations
-
-2003-11-02  Olivier Fourdan <fourdan at xfce.org>
-
-	* hi.gmo, hi.po: Add hi.po
-
-2003-10-24  Jasper Huijsmans <jasper at xfce.org>
-
-	* vi.gmo, vi.po: Add vietnamese translations by Lam Vinh Nien
-	  <nienvl at yahoo.ca>.
-
-2003-10-15  Jasper Huijsmans <jasper at xfce.org>
-
-	* ko.gmo, ko.po: Add missing ko.po
-
-2003-09-27  Jasper Huijsmans <jasper at xfce.org>
-
-	* ta.gmo, ta.po: Update tamil translation
-
-2003-09-22  Jasper Huijsmans <jasper at xfce.org>
-
-	* pt_PT.gmo, pt_PT.po: Update version numbers and po files for
-	  release
-
-2003-09-15  Jasper Huijsmans <jasper at xfce.org>
-
-	* pt_PT.gmo, pt_PT.po: Big portugese translation update
-
-2003-09-10  Jasper Huijsmans <jasper at xfce.org>
-
-	* zh_TW.po: Update version numbers and po files for release
-
-2003-09-02  Jasper Huijsmans <jasper at xfce.org>
-
-	* ms.gmo, ms.po: Add malaysian translations
-
-2003-08-30  Jasper Huijsmans <jasper at xfce.org>
-
-	* zh_TW.Big5.gmo, zh_TW.Big5.po, zh_TW.gmo, zh_TW.po: Rename
-	  zh_TW.Big5 -> zh_TW
-
-2003-08-30  Jasper Huijsmans <jasper at xfce.org>
-
-	* zh_TW.Big5.gmo, zh_TW.Big5.po: Add traditional chinese
-	  translations
-
-2003-08-26  Jasper Huijsmans <jasper at xfce.org>
-
-	* lt.gmo, lt.po: Update version numbers and po files for release
-
-2003-08-17  Jasper Huijsmans <jasper at xfce.org>
-
-	* nl.gmo, nl.po: Add dutch translations
-
-2003-08-17  Jasper Huijsmans <jasper at xfce.org>
-
-	* lt.gmo, lt.po: Add lithuanian translations
-
-2003-08-10  Jasper Huijsmans <jasper at xfce.org>
-
-	* zh_CN.gmo, zh_CN.po: Update chinese translations
-
-2003-07-30  Jasper Huijsmans <jasper at xfce.org>
-
-	* ca.gmo, ca.po, de.gmo, de.po, fr.gmo, fr.po, hu.gmo, hu.po,
-	  it.gmo, it.po, ru.gmo, ru.po, tr.gmo, tr.po,
-	  xfce4-trigger-launcher.pot, zh_CN.gmo, zh_CN.po: Update version
-	  numbers and po files for release
-
-2003-07-30  Jasper Huijsmans <jasper at xfce.org>
-
-	* ru.gmo, ru.po: Add russian translations
-
-2003-07-21  Olivier Fourdan <fourdan at xfce.org>
-
-	* fr.gmo, fr.po, xfce4-trigger-launcher.pot: Add french locale
-
-2003-07-19  Jasper Huijsmans <jasper at xfce.org>
-
-	* ca.gmo, ca.po, de.gmo, de.po, hu.gmo, hu.po, it.gmo, it.po,
-	  tr.gmo, tr.po, xfce4-trigger-launcher.pot, zh_CN.gmo, zh_CN.po:
-	  Update version numbers and po files for release
-
-2003-07-18  Jasper Huijsmans <jasper at xfce.org>
-
-	* hu.gmo, hu.po: Update hungarian translations
-
-2003-07-18  Jasper Huijsmans <jasper at xfce.org>
-
-	* tr.gmo, tr.po: Update turkish translations
-
-2003-07-16  Jasper Huijsmans <jasper at xfce.org>
-
-	* ca.po, de.gmo, de.po, hu.gmo, hu.po, zh_CN.gmo, zh_CN.po: Add
-	  hungarian translations
-
-2003-07-16  Jasper Huijsmans <jasper at xfce.org>
-
-	* ca.gmo, ca.po: Update catalan translations
-
-2003-07-11  Danny Milosavljevic <dannym at xfce.org>
-
-	* de.po: fixed typo
-
-2003-07-11  Danny Milosavljevic <dannym at xfce.org>
-
-	* de.gmo, de.po: Updated German translation according to
-	  suggestion from phrep
-
-2003-07-11  Danny Milosavljevic <dannym at xfce.org>
-
-	* de.gmo, de.po: updated german translation
-
-2003-07-11  Jasper Huijsmans <jasper at xfce.org>
-
-	* zh_CN.gmo, zh_CN.po: Update Chinese translations (2)
-
-2003-07-10  Jasper Huijsmans <jasper at xfce.org>
-
-	* ca.gmo, ca.po, de.gmo, de.po, it.gmo, it.po, tr.gmo, tr.po,
-	  zh_CN.gmo, zh_CN.po: Bump version for release and update po
-	  files
-
-2003-07-09  Jasper Huijsmans <jasper at xfce.org>
-
-	* ChangeLog, ca.gmo, ca.po, de.gmo, de.po, it.gmo, it.po, tr.gmo,
-	  tr.po, xfce4-trigger-launcher.pot, zh_CN.gmo, zh_CN.po: Update
-	  to new plugin API
-
-2003-07-08  Olivier Fourdan <fourdan at xfce.org>
-
-	* Makefile.in.in: Don't perform an update-po on make dist as it
-	  causes far too much trouble
-
-2003-07-07  Jasper Huijsmans <jasper at xfce.org>
-
-	* ca.po: Update catalan translations
-
-2003-06-24  Olivier Fourdan <fourdan at xfce.org>
-
-	* it.gmo, it.po: Add Italian locale
-
-2003-06-05  Jasper Huijsmans <jasper at xfce.org>
-
-	* tr.gmo, tr.po: Updated translations
-
-2003-05-31  Jasper Huijsmans <jasper at xfce.org>
-
-	* tr.gmo, tr.po: Update turkish translations
-
-2003-05-29  Jasper Huijsmans <jasper at xfce.org>
-
-	* ca.gmo, ca.po: Update catalan translations
-
-2003-05-21  Jasper Huijsmans <jasper at xfce.org>
-
-	* tr.gmo, tr.po: Add Turkish translations
-
-2003-05-03  Jasper Huijsmans <jasper at xfce.org>
-
-	* zh_CN.gmo, zh_CN.po: Add Chinese translations
-
-2003-05-03  Danny Milosavljevic <dannym at xfce.org>
-
-	* Makefile.in.in, POTFILES.in, de.gmo, de.po,
-	  xfce4-trigger-launcher.pot: po files
-
diff --git a/po/LINGUAS b/po/LINGUAS
deleted file mode 100644
index a455182..0000000
--- a/po/LINGUAS
+++ /dev/null
@@ -1,2 +0,0 @@
-# set of available languages (in alphabetic order)
-ar ast az be bg bn_IN ca cs da de dz el en_GB eo es es_MX et eu fa fi fr gl gu he hi hu id it ja ka ko lt lv mk mr ms nl pa pl pt pt_BR ro ru sv sq sk ta tr uk ur ur_PK vi zh_CN zh_TW
diff --git a/po/xfce4-trigger-launcher.pot b/po/xfce4-trigger-launcher.pot
deleted file mode 100644
index e51181f..0000000
--- a/po/xfce4-trigger-launcher.pot
+++ /dev/null
@@ -1,114 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-05-18 00:44+0900\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../panel-plugin/triggerlauncher-old2.c:287
-msgid "Check status every"
-msgstr ""
-
-#: ../panel-plugin/triggerlauncher-old2.c:296
-#: ../panel-plugin/xfce-trigger-launcher-options.c:132
-msgid "seconds"
-msgstr ""
-
-#: ../panel-plugin/triggerlauncher-old2.c:1005
-msgid "Icon (off)"
-msgstr ""
-
-#: ../panel-plugin/triggerlauncher-old2.c:1006
-msgid "Icon (on)"
-msgstr ""
-
-#: ../panel-plugin/triggerlauncher-old2.c:1143
-msgid "Two-state Launcher"
-msgstr ""
-
-#: ../panel-plugin/xfce-file-chooser-button.c:141
-msgid "Select Icon"
-msgstr ""
-
-#: ../panel-plugin/xfce-file-chooser-button.c:146
-msgid "_Select"
-msgstr ""
-
-#: ../panel-plugin/xfce-file-chooser-button.c:157
-msgid "(None Selected)"
-msgstr ""
-
-#: ../panel-plugin/xfce-launcher-command-entry.c:118
-#, c-format
-msgid "Could not run \"%s\""
-msgstr ""
-
-#: ../panel-plugin/xfce-launcher-command-entry.c:120
-msgid "Xfce Panel"
-msgstr ""
-
-#: ../panel-plugin/xfce-trigger-launcher-options.c:127
-msgid "Command To Check Status:"
-msgstr ""
-
-#: ../panel-plugin/xfce-trigger-launcher-options.c:128
-msgid "Command To Enable:"
-msgstr ""
-
-#: ../panel-plugin/xfce-trigger-launcher-options.c:129
-msgid "Command To Disable:"
-msgstr ""
-
-#: ../panel-plugin/xfce-trigger-launcher-options.c:130
-msgid "Command to Poke:"
-msgstr ""
-
-#: ../panel-plugin/xfce-trigger-launcher-options.c:131
-msgid "Check Interval:"
-msgstr ""
-
-#: ../panel-plugin/xfce-trigger-launcher-options.c:134
-#: ../panel-plugin/xfce-trigger-launcher-options.c:135
-#: ../panel-plugin/xfce-trigger-launcher-options.c:136
-#: ../panel-plugin/xfce-trigger-launcher-options.c:137
-msgid "Icon:"
-msgstr ""
-
-#: ../panel-plugin/xfce-trigger-launcher-options.c:236
-msgid "To Check Status"
-msgstr ""
-
-#: ../panel-plugin/xfce-trigger-launcher-options.c:237
-msgid "When Disabled"
-msgstr ""
-
-#: ../panel-plugin/xfce-trigger-launcher-options.c:238
-msgid "When Enabled"
-msgstr ""
-
-#: ../panel-plugin/xfce-trigger-launcher-options.c:239
-msgid "When Undefined"
-msgstr ""
-
-#: ../panel-plugin/xfce-trigger-launcher-options.c:240
-msgid "When Dodgy"
-msgstr ""
-
-#: ../panel-plugin/xfce4-trigger-launcher.desktop.in.in.h:1
-msgid "Keeps track of the state of something and can control it"
-msgstr ""
-
-#: ../panel-plugin/xfce4-trigger-launcher.desktop.in.in.h:2
-msgid "Trigger Launcher Plugin"
-msgstr ""
diff --git a/xfce4-trigger-launcher.spec.in b/xfce4-trigger-launcher.spec.in
deleted file mode 100644
index 3a10a83..0000000
--- a/xfce4-trigger-launcher.spec.in
+++ /dev/null
@@ -1,34 +0,0 @@
-Summary: 	A panel plugin acting as a launcher with two states.
-Name: 		xfce4-trigger-launcher
-Version: 	@VERSION@
-Release: 	1
-License:	BSD
-URL: 		http://www.xfce.org/
-Source0: 	%{name}-%{version}.tar.gz
-Group: 		User Interface/Desktops
-BuildRoot: 	%{_tmppath}/%{name}-root
-Requires:	xfce4-panel >= @XFCE4_PANEL_REQUIRED_VERSION@
-BuildRequires:	xfce4-panel >= @XFCE4_PANEL_REQUIRED_VERSION@
-
-%description
-xfce4-trigger-launcher is a launcher with two states, like a trigger.
-
-%prep
-%setup -q
-
-%build
-%configure
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%doc README ChangeLog INSTALL COPYING AUTHORS
-%{_libdir}/*
-%{_datadir}/*


More information about the Xfce4-commits mailing list