summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2007-01-20 16:32:12 +0000
committerBenedikt Meurer <benny@xfce.org>2007-01-20 16:32:12 +0000
commit9133fec4fd116ca949be60a22b144721d909e1e8 (patch)
tree63e181d557a3529ebb332ef1e579da9560f68113
parentfff6bf45be91c861b44bdb5c92f587d33c575c78 (diff)
Bump version. Update NEWS. Update Project-Id-Version.xfce-4.4.0
(Old svn revision: 24650)
-rw-r--r--INSTALL65
-rw-r--r--configure.ac.in6
-rw-r--r--po/ar.po2
-rw-r--r--po/az.po2
-rw-r--r--po/be.po2
-rw-r--r--po/bg.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/hi.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/ms.po2
-rw-r--r--po/nb_NO.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/ta.po2
-rw-r--r--po/tr.po2
-rw-r--r--po/uk.po2
-rw-r--r--po/vi.po2
-rw-r--r--po/zh_CN.po2
-rw-r--r--po/zh_TW.po2
51 files changed, 83 insertions, 86 deletions
diff --git a/INSTALL b/INSTALL
index 5458714e..095b1eb4 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/configure.ac.in b/configure.ac.in
index a47ee4a4..49194231 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -2,11 +2,11 @@ dnl configure.ac
dnl
dnl xfce4 - panel for the Xfce Desktop environment
dnl
-dnl 2005-2006 Jasper Huijsmans <jasper@xfce.org>
+dnl 2005-2007 Jasper Huijsmans <jasper@xfce.org>
dnl
dnl library version info
-m4_define([libxfce4panel_verinfo], [2:1:1])
+m4_define([libxfce4panel_verinfo], [2:2:1])
dnl panel version info
m4_define([xfce4_panel_version_major], [4])
@@ -21,7 +21,7 @@ m4_define([xfce4_panel_version], [xfce4_panel_version_major().xfce4_panel_versio
dnl init autoconf
-AC_COPYRIGHT([Copyright (c) 2002-2006
+AC_COPYRIGHT([Copyright (c) 2002-2007
The Xfce development team. All rights reserved.
Written for Xfce by Jasper Huijsmans <jasper@xfce.org>.])
diff --git a/po/ar.po b/po/ar.po
index 050b8e5c..0b74a632 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-09-29 20:15+0900\n"
diff --git a/po/az.po b/po/az.po
index a458c79f..6f45af7e 100644
--- a/po/az.po
+++ b/po/az.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-09-29 20:16+0900\n"
diff --git a/po/be.po b/po/be.po
index ea72e76f..5343a2f4 100644
--- a/po/be.po
+++ b/po/be.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2007-01-16 02:47+0300\n"
diff --git a/po/bg.po b/po/bg.po
index 48a4e14c..6d60ca2c 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-08-21 17:27+0900\n"
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 389f3485..6d1d3c97 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-09-29 20:17+0900\n"
diff --git a/po/ca.po b/po/ca.po
index a3621aa2..d2d50f62 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-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2007-01-09 13:14+0100\n"
diff --git a/po/cs.po b/po/cs.po
index b7986897..18674261 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-08-18 22:37+0100\n"
diff --git a/po/de.po b/po/de.po
index 4eb9fd6d..d11e7683 100644
--- a/po/de.po
+++ b/po/de.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2007-01-04 00:27+0100\n"
diff --git a/po/dz.po b/po/dz.po
index bc741030..b20dd42f 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-10-24 20:31+0530\n"
diff --git a/po/el.po b/po/el.po
index 87970ba3..28e12f6f 100644
--- a/po/el.po
+++ b/po/el.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-08-24 18:15+0200\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index 939958c5..9f463147 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-09-29 20:21+0900\n"
diff --git a/po/eo.po b/po/eo.po
index 58deb30c..de04507a 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-09-21 12:14+0200\n"
diff --git a/po/es.po b/po/es.po
index 00908e65..41e75f5a 100644
--- a/po/es.po
+++ b/po/es.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-11-14 18:54-0500\n"
diff --git a/po/es_MX.po b/po/es_MX.po
index eee4117f..95036656 100644
--- a/po/es_MX.po
+++ b/po/es_MX.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-08-18 01:08+0900\n"
diff --git a/po/et.po b/po/et.po
index 017cbff2..21aae450 100644
--- a/po/et.po
+++ b/po/et.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-04-13 14:16+0300\n"
diff --git a/po/eu.po b/po/eu.po
index 121a54d5..2370ca1f 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@
# Piarres Beobide Egaña <pi@beobide.net>, 2004, 2005, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-08-12 22:23+0200\n"
diff --git a/po/fa.po b/po/fa.po
index 50cfbaac..f8832f46 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-09-29 20:25+0900\n"
diff --git a/po/fi.po b/po/fi.po
index b8ac448e..6977866b 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-08-12 21:36+0300\n"
diff --git a/po/fr.po b/po/fr.po
index 0305ce22..b7e50e73 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-09-15 17:46+0100\n"
diff --git a/po/gl.po b/po/gl.po
index e1323b95..3843f9d8 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-06-06 12:38+0000\n"
diff --git a/po/gu.po b/po/gu.po
index 3b34f041..06ee7df9 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-09-29 20:29+0900\n"
diff --git a/po/he.po b/po/he.po
index 95cf59ca..c339d8bd 100644
--- a/po/he.po
+++ b/po/he.po
@@ -8,7 +8,7 @@
# Yuval Tanny <tanai@int.gov.il>, 2004, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-09-02 04:46+0300\n"
diff --git a/po/hi.po b/po/hi.po
index 6510818a..a633af80 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-08-21 17:43+0900\n"
diff --git a/po/hu.po b/po/hu.po
index 08f5b744..3af8dfa8 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-12-17 19:43+0100\n"
diff --git a/po/hy.po b/po/hy.po
index 5d54d587..de3931c7 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-09-29 20:31+0900\n"
diff --git a/po/it.po b/po/it.po
index efc86134..cb41db08 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-10-20 12:50+0100\n"
diff --git a/po/ja.po b/po/ja.po
index 5dfdc541..36fa6495 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-05-31 21:43+0900\n"
diff --git a/po/ka.po b/po/ka.po
index 7f5c24aa..0c0afcfd 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-08-24 23:41+0400\n"
diff --git a/po/ko.po b/po/ko.po
index 59183a6c..ed82ad0d 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-10-09 16:42+0900\n"
diff --git a/po/lt.po b/po/lt.po
index 575a49fb..f2dc284b 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-09-29 20:34+0900\n"
diff --git a/po/mk.po b/po/mk.po
index 92772d3d..b5ad282e 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-panel\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-12-24 01:15+0100\n"
diff --git a/po/mr.po b/po/mr.po
index 434ef07e..6b7edb46 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-09-29 20:35+0900\n"
diff --git a/po/ms.po b/po/ms.po
index 6c61b2cb..b2cc3565 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-08-21 17:47+0900\n"
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 0ddbb092..b3d08186 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-08-18 01:10+0900\n"
diff --git a/po/nl.po b/po/nl.po
index a8ff15e4..379008fc 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-08-12 17:06+0200\n"
diff --git a/po/pa.po b/po/pa.po
index 33d7ee6c..c5e89819 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-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-12-22 21:35+0530\n"
diff --git a/po/pl.po b/po/pl.po
index df803b49..bea23a18 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-06-08 23:00+0200\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index c50b6517..30d32e07 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-09-03 15:12-0300\n"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index c63887d9..d54d00d6 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-09-29 20:38+0900\n"
diff --git a/po/ro.po b/po/ro.po
index 0ac1d925..0122ebc8 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-09-29 20:39+0900\n"
diff --git a/po/ru.po b/po/ru.po
index af599805..1ccd1b31 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-09-24 20:50+0600\n"
diff --git a/po/sk.po b/po/sk.po
index 938a4ca4..097d74b8 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-03-28 16:32+0200\n"
diff --git a/po/sv.po b/po/sv.po
index 21af54cf..4b12bda0 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-01-18 21:59+0100\n"
"PO-Revision-Date: 2005-08-21 17:48+0900\n"
diff --git a/po/ta.po b/po/ta.po
index 0d92a045..55a0b37f 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-09-29 20:42+0900\n"
diff --git a/po/tr.po b/po/tr.po
index 75f90532..4a14fc0e 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-09-29 20:43+0900\n"
diff --git a/po/uk.po b/po/uk.po
index c42c1e96..de80fd86 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2005-09-29 20:43+0900\n"
diff --git a/po/vi.po b/po/vi.po
index 0a1272e9..17204464 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,7 +7,7 @@
# Phan Vĩnh Thịnh <teppi82@gmail.com>, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-09-05 02:07+0400\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 11b4e4e5..4541391f 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-04-20 21:45+0800\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 00943ec0..a8184ae5 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.99.2\n"
+"Project-Id-Version: xfce4-panel 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-19 19:30+0100\n"
"PO-Revision-Date: 2006-09-27 23:36+0800\n"