summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2007-01-20 17:12:02 +0000
committerBenedikt Meurer <benny@xfce.org>2007-01-20 17:12:02 +0000
commiteaa370210c84b8b79a33b1368137e782de079d57 (patch)
tree4d6d4d26754427eacbf726281a7b2267c5a8a000
parent6a51a7662bfa1c7247831200dc8c43d90896657a (diff)
downloadxfce4-appfinder-xfce-4.4.0.tar.gz
Bump version. Update NEWS. Update Project-Id-Version.xfce-4.4.0
(Old svn revision: 24659)
-rw-r--r--INSTALL65
-rw-r--r--NEWS6
-rw-r--r--po/be.po2
-rw-r--r--po/bn_IN.po2
-rw-r--r--po/ca.po2
-rw-r--r--po/cs.po2
-rw-r--r--po/de.po2
-rw-r--r--po/dz.po2
-rw-r--r--po/el.po2
-rw-r--r--po/en_GB.po2
-rw-r--r--po/eo.po2
-rw-r--r--po/es.po2
-rw-r--r--po/es_MX.po2
-rw-r--r--po/et.po2
-rw-r--r--po/eu.po2
-rw-r--r--po/fa.po2
-rw-r--r--po/fi.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/gl.po2
-rw-r--r--po/gu.po2
-rw-r--r--po/he.po2
-rw-r--r--po/hu.po2
-rw-r--r--po/hy.po2
-rw-r--r--po/it.po2
-rw-r--r--po/ja.po2
-rw-r--r--po/ka.po2
-rw-r--r--po/ko.po2
-rw-r--r--po/lt.po2
-rwxr-xr-xpo/mk.po2
-rw-r--r--po/mr.po2
-rw-r--r--po/nl.po2
-rw-r--r--po/pa.po2
-rw-r--r--po/pl.po2
-rw-r--r--po/pt_BR.po2
-rw-r--r--po/pt_PT.po2
-rw-r--r--po/ro.po2
-rw-r--r--po/ru.po2
-rw-r--r--po/sk.po2
-rw-r--r--po/sv.po2
-rw-r--r--po/tr.po2
-rw-r--r--po/uk.po2
-rw-r--r--po/xfce4-appfinder.pot54
-rw-r--r--po/zh_CN.po2
-rw-r--r--po/zh_TW.po2
44 files changed, 105 insertions, 102 deletions
diff --git a/INSTALL b/INSTALL
index 5458714..095b1eb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Installation Instructions
*************************
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006 Free Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free
+Software Foundation, Inc.
This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it.
@@ -10,10 +10,7 @@ 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.
+These are generic installation instructions.
The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses
@@ -26,9 +23,9 @@ 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
+the results of its tests to speed up reconfiguring. (Caching is
disabled by default to prevent problems with accidental use of stale
-cache files.
+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
@@ -38,17 +35,20 @@ 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'.
+`configure' by a program called `autoconf'. You only 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.
+ `./configure' to configure the package for your system. If you're
+ using `csh' on an old version of System V, you might need to type
+ `sh ./configure' instead to prevent `csh' from trying to execute
+ `configure' itself.
- Running `configure' might take a while. While running, it prints
- some messages telling which features it is checking for.
+ Running `configure' takes awhile. While running, it prints some
+ messages telling which features it is checking for.
2. Type `make' to compile the package.
@@ -78,7 +78,7 @@ details on some of the pertinent environment variables.
by setting variables in the command line or in the environment. Here
is an example:
- ./configure CC=c99 CFLAGS=-g LIBS=-lposix
+ ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
*Note Defining Variables::, for more details.
@@ -87,29 +87,31 @@ 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
+own directory. To do this, you must use a version of `make' that
+supports the `VPATH' variable, such as 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.
+ If you have to use a `make' that does not support the `VPATH'
+variable, you have 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'.
+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'.
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.
+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.
In addition, if you use an unusual directory layout you can give
options like `--bindir=DIR' to specify different values for particular
@@ -157,7 +159,7 @@ where SYSTEM can have one of these forms:
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
+use the `--target=TYPE' option to select the type of system they will
produce code for.
If you want to _use_ a cross compiler, that generates code for a
@@ -187,14 +189,9 @@ 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
+will cause 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
======================
diff --git a/NEWS b/NEWS
index e69de29..3242425 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,6 @@
+4.4.0
+=====
+- Add themed icon support (Bug #2651).
+- Fix potential crash (Bug #1882).
+- Several new and updated translations.
+
diff --git a/po/be.po b/po/be.po
index bb52064..ae7f66d 100644
--- a/po/be.po
+++ b/po/be.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-09-02 17:42+0200\n"
"PO-Revision-Date: 2007-01-19 03:18+0300\n"
diff --git a/po/bn_IN.po b/po/bn_IN.po
index f15e813..2440089 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-15 01:31+0900\n"
diff --git a/po/ca.po b/po/ca.po
index 773ff0f..80d1831 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -6,7 +6,7 @@
# Pau Rul·lan Ferragut <paurullan@bulma.net>, 2005, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2006-03-19 17:34+0100\n"
diff --git a/po/cs.po b/po/cs.po
index f9cf44c..b0ab736 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2006-07-30 00:59+0100\n"
diff --git a/po/de.po b/po/de.po
index 5bc61e7..d4cce2c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2006-08-29 16:33+0100\n"
diff --git a/po/dz.po b/po/dz.po
index 76a9e49..8911337 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-09-02 17:42+0200\n"
"PO-Revision-Date: 2006-10-24 16:55+0530\n"
diff --git a/po/el.po b/po/el.po
index 4d947cd..7b14209 100644
--- a/po/el.po
+++ b/po/el.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2006-04-17 20:03+0200\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index 4132076..6c9158d 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-15 01:34+0900\n"
diff --git a/po/eo.po b/po/eo.po
index d0d3d89..8309a76 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2006-09-08 21:52+0200\n"
diff --git a/po/es.po b/po/es.po
index 762d6e3..b885200 100644
--- a/po/es.po
+++ b/po/es.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-11-07 21:55+0900\n"
diff --git a/po/es_MX.po b/po/es_MX.po
index 94a7c39..508742a 100644
--- a/po/es_MX.po
+++ b/po/es_MX.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-08-17 21:38+0900\n"
diff --git a/po/et.po b/po/et.po
index 15cb846..722bafd 100644
--- a/po/et.po
+++ b/po/et.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2006-02-28 14:53+0200\n"
diff --git a/po/eu.po b/po/eu.po
index 3e7a95a..cf2e367 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-23 23:38+0200\n"
diff --git a/po/fa.po b/po/fa.po
index d153ef8..2589de3 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-15 01:39+0900\n"
diff --git a/po/fi.po b/po/fi.po
index 95f0bc8..462210d 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2006-02-01 11:09+0900\n"
diff --git a/po/fr.po b/po/fr.po
index 8a9008d..8a968f9 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-26 12:22+0900\n"
diff --git a/po/gl.po b/po/gl.po
index 866d740..e4032de 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2006-05-08 20:03+0000\n"
"PO-Revision-Date: 2006-08-17 19:31+0000\n"
diff --git a/po/gu.po b/po/gu.po
index e615e76..028369d 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-15 01:42+0900\n"
diff --git a/po/he.po b/po/he.po
index 2e03445..a26e098 100644
--- a/po/he.po
+++ b/po/he.po
@@ -8,7 +8,7 @@
# Yuval Tanny <tanai@int.gov.il>, 2004.
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2006-01-29 01:23+0200\n"
diff --git a/po/hu.po b/po/hu.po
index dd06eed..f83fc31 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2006-04-13 12:03+0100\n"
diff --git a/po/hy.po b/po/hy.po
index 147bace..bb6bce2 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-15 01:48+0900\n"
diff --git a/po/it.po b/po/it.po
index 759abe0..c2c6f7c 100644
--- a/po/it.po
+++ b/po/it.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-20 12:03+0100\n"
diff --git a/po/ja.po b/po/ja.po
index c47905d..b0a07e1 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-15 02:21+0900\n"
diff --git a/po/ka.po b/po/ka.po
index 775547f..49984ea 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2006-08-24 23:40+0400\n"
"Last-Translator: Dimitri Gogelia <delphi.knight@gmail.com>\n"
diff --git a/po/ko.po b/po/ko.po
index c49d2de..798823a 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-11-01 01:29+0900\n"
diff --git a/po/lt.po b/po/lt.po
index 3eb1696..8db5865 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2006-12-13 23:15+0300\n"
diff --git a/po/mk.po b/po/mk.po
index a7e8f4b..be30efc 100755
--- a/po/mk.po
+++ b/po/mk.po
@@ -5,7 +5,7 @@
# Jovan Naumovski <jovan@lugola.net>, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-09-02 17:42+0200\n"
"PO-Revision-Date: 2006-12-23 23:58+0100\n"
diff --git a/po/mr.po b/po/mr.po
index aa4422a..abc2df4 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-15 01:49+0900\n"
diff --git a/po/nl.po b/po/nl.po
index 4bcc153..af41280 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-15 02:07+0900\n"
diff --git a/po/pa.po b/po/pa.po
index 1016849..7f1befd 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -7,7 +7,7 @@
# A S Alam <apbrar@gmail.com>, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: pa\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2006-12-29 06:22+0530\n"
diff --git a/po/pl.po b/po/pl.po
index 109cd89..1e0103d 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-15 01:51+0900\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 06d687b..626e891 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-12-20 15:26-0200\n"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index d1fae9f..7378432 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-15 01:53+0900\n"
diff --git a/po/ro.po b/po/ro.po
index 43e3f78..7315fc9 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-15 01:54+0900\n"
diff --git a/po/ru.po b/po/ru.po
index c61ae60..982a814 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-09-02 17:42+0200\n"
"PO-Revision-Date: 2006-05-08 13:37+0600\n"
diff --git a/po/sk.po b/po/sk.po
index 3fc2992..e90f330 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2006-02-19 11:41+0100\n"
diff --git a/po/sv.po b/po/sv.po
index c925f12..642b571 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-01-18 22:01+0100\n"
"PO-Revision-Date: 2006-02-19 00:39+0100\n"
diff --git a/po/tr.po b/po/tr.po
index f4dbcd1..ddf865c 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-15 01:56+0900\n"
diff --git a/po/uk.po b/po/uk.po
index 254058c..44bbcf1 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2005-10-15 01:57+0900\n"
diff --git a/po/xfce4-appfinder.pot b/po/xfce4-appfinder.pot
index 7d01732..c89ce1e 100644
--- a/po/xfce4-appfinder.pot
+++ b/po/xfce4-appfinder.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-02 17:42+0200\n"
+"POT-Creation-Date: 2007-01-20 18:11+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,107 +16,107 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../src/main.c:163
+#: ../src/main.c:161
msgid "Cannot execute the selected application"
msgstr ""
-#: ../src/main.c:205 ../src/xfce4-appfinder.desktop.in.h:3
+#: ../src/main.c:203 ../src/xfce4-appfinder.desktop.in.h:3
msgid "Xfce 4 Appfinder"
msgstr ""
-#: ../src/main.c:273
+#: ../src/main.c:270
msgid "<b>Name</b>"
msgstr ""
-#: ../src/main.c:288 ../src/main.c:313 ../src/main.c:346
+#: ../src/main.c:285 ../src/main.c:310 ../src/main.c:343
msgid "N/A"
msgstr ""
-#: ../src/main.c:297
+#: ../src/main.c:294
msgid "<b>Comment</b>"
msgstr ""
-#: ../src/main.c:330
+#: ../src/main.c:327
msgid "<b>Categories</b>"
msgstr ""
-#: ../src/main.c:355
+#: ../src/main.c:352
msgid "<b>Command</b>"
msgstr ""
-#: ../src/main.c:390
+#: ../src/main.c:387
msgid "Run program"
msgstr ""
-#: ../src/main.c:398
+#: ../src/main.c:395
msgid "More Information..."
msgstr ""
-#: ../src/main.c:460
+#: ../src/main.c:458
msgid "<b>Search:</b>"
msgstr ""
-#: ../src/main.c:467
+#: ../src/main.c:465
msgid "Show Categories"
msgstr ""
-#: ../src/xfce4-appfinder.c:121
+#: ../src/xfce4-appfinder.c:118
msgid "All"
msgstr ""
-#: ../src/xfce4-appfinder.c:122
+#: ../src/xfce4-appfinder.c:119
msgid "Core"
msgstr ""
-#: ../src/xfce4-appfinder.c:123
+#: ../src/xfce4-appfinder.c:120
msgid "Development"
msgstr ""
-#: ../src/xfce4-appfinder.c:124
+#: ../src/xfce4-appfinder.c:121
msgid "Office"
msgstr ""
-#: ../src/xfce4-appfinder.c:125
+#: ../src/xfce4-appfinder.c:122
msgid "Graphics"
msgstr ""
-#: ../src/xfce4-appfinder.c:126
+#: ../src/xfce4-appfinder.c:123
msgid "Network"
msgstr ""
-#: ../src/xfce4-appfinder.c:127
+#: ../src/xfce4-appfinder.c:124
msgid "AudioVideo"
msgstr ""
-#: ../src/xfce4-appfinder.c:128
+#: ../src/xfce4-appfinder.c:125
msgid "Game"
msgstr ""
-#: ../src/xfce4-appfinder.c:129
+#: ../src/xfce4-appfinder.c:126
msgid "Education"
msgstr ""
-#: ../src/xfce4-appfinder.c:130
+#: ../src/xfce4-appfinder.c:127
msgid "System"
msgstr ""
-#: ../src/xfce4-appfinder.c:131
+#: ../src/xfce4-appfinder.c:128
msgid "Filemanager"
msgstr ""
-#: ../src/xfce4-appfinder.c:132
+#: ../src/xfce4-appfinder.c:129
msgid "Utility"
msgstr ""
-#: ../src/xfce4-appfinder.c:292
+#: ../src/xfce4-appfinder.c:289
msgid "Categories"
msgstr ""
-#: ../src/xfce4-appfinder.c:586
+#: ../src/xfce4-appfinder.c:577
msgid "No items available"
msgstr ""
-#: ../src/xfce4-appfinder.c:626
+#: ../src/xfce4-appfinder.c:617
msgid "Sorry, no match for searched text."
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 0bbca45..656e07d 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2006-04-20 21:40+0800\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 0502cbb..e1dc566 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-appfinder 4.3.99.2\n"
+"Project-Id-Version: xfce4-appfinder 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-30 17:29+0900\n"
"PO-Revision-Date: 2006-06-12 21:34+0800\n"