diff --git a/INSTALL b/INSTALL
index 5458714e1e2cb289572992ad92eceffc848f64d6..095b1eb406356f57c8d90c89f53681bbb36124a7 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 6b5245e56ddf9ed6299bd1cfa3d0c814e019bc66..c79cb96517c497df622c50eb2eab19353e511a51 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,7 +12,7 @@ m4_define([startup_notification_minimum_version], [0.5])
 m4_define([intltool_minimum_version], [0.31])
 
 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 Olivier Fourdan <fourdan@xfce.org>.])
diff --git a/po/ar.po b/po/ar.po
index b22e1ccbf64be8a129d7ab20bd2d2a01db6cd18e..f8aedf870c095d278fb90c8c47ca60f81cb33e56 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-10-09 20:34+0900\n"
diff --git a/po/az.po b/po/az.po
index 974def1da82a081a547e7a60bff626368d8295cb..b04b85f61e540a0102dc8700f677e0206b888a12 100644
--- a/po/az.po
+++ b/po/az.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2004-08-23 18:04+0300\n"
diff --git a/po/be.po b/po/be.po
index 81674f68582c5395da98941c42f88c14bd05ea46..8d0fdce9ac552e387a093a8e9421b8c39ae831cf 100644
--- a/po/be.po
+++ b/po/be.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.90.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-11-05 10:39+0100\n"
 "PO-Revision-Date: 2007-01-20 05:20+0200\n"
diff --git a/po/bg.po b/po/bg.po
index 9c159011b9a167366d39de6e6b93f25ef453a614..b96d9d4cd0f97494a542d592dc932de3d34c9307 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-08-19 21:11+0900\n"
diff --git a/po/bn_IN.po b/po/bn_IN.po
index f4dd88d31e8efc33f8db51e9939751389d92fd5b..6da9bedc84488f8a9ecf62017b6e69eb99339b5d 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-04-07 12:14+0530\n"
diff --git a/po/ca.po b/po/ca.po
index 53c07d3aae1f2a7c59d6c2df8e010a1f4dcc75d8..fe78869e711aba29d04e60c7382cc8caca094749 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@
 # Pau Rul·lan Ferragut <paurullan@bulma.net> 2005, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-11-05 10:39+0100\n"
 "PO-Revision-Date: 2006-11-25 12:17+0100\n"
diff --git a/po/cs.po b/po/cs.po
index 9ce1fc9f708146b213dafd34f6b9c90dc5322156..66aea3dfd76534254ac719d4405b2dfe155d6c4c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-10-10 23:26+0100\n"
diff --git a/po/de.po b/po/de.po
index 95dbf35917a032cdfc8df77fea000382e3e98bd3..426a2200465a25f0923360b616bb9c1a5177e73d 100644
--- a/po/de.po
+++ b/po/de.po
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-11-05 10:39+0100\n"
 "PO-Revision-Date: 2007-01-03 09:37+0100\n"
diff --git a/po/dz.po b/po/dz.po
index e0d15ce88bbf5f3dd90507e57d718f536a03e24b..037048a636280c7757d70423c0926e0a30cda8d6 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-10-26 20:28+0530\n"
diff --git a/po/el.po b/po/el.po
index ab66ff3ede00c63b719d85cb55d22d7099c6bd08..456589e028e95bdb2d463a0a53bf69de957b1d3f 100644
--- a/po/el.po
+++ b/po/el.po
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-14 10:10+0300\n"
 "PO-Revision-Date: 2006-10-14 10:13+0200\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index 8e13529d40951ad8e942fadf9b80118da7f35cda..29ac44b2607c2796872afe3f2364e2367c22db4c 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2004-12-03 18:06+0200\n"
diff --git a/po/eo.po b/po/eo.po
index 01d14a5837e0cfba063d34022c1978e0e9067c03..cf25370aa7e9171909a5a2d348fcf3deca9a66fa 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-03-11 18:40+0100\n"
diff --git a/po/es.po b/po/es.po
index 398f4992c1e345b39b9c67a3746aced89fc7e6d8..1300ccb01d95625295174d824ff0addda0dece2d 100644
--- a/po/es.po
+++ b/po/es.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-08-19 21:13+0900\n"
diff --git a/po/es_MX.po b/po/es_MX.po
index 58b31c1ec02ac889cedca0935228d0d2f1748914..efa4ab7d8a2356bf5ea667817d9ae04cba96ba3a 100644
--- a/po/es_MX.po
+++ b/po/es_MX.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-08-19 21:14+0900\n"
diff --git a/po/et.po b/po/et.po
index f20c75c41656068ab6286cb59df50006afe01b20..9308a8a19f3f136443bf86c384dddaf6f7e74436 100644
--- a/po/et.po
+++ b/po/et.po
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-04-18 10:02+0300\n"
diff --git a/po/eu.po b/po/eu.po
index 0adb845315d8cd91b0a9d3d10a52b7ad7c7660a0..a2a677b8862456fc08ba1763c6a7a8a7e132eca7 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -6,7 +6,7 @@
 # Piarres Beobide Egaña <pi@beobide.net>, 2004, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-10-12 23:24+0200\n"
diff --git a/po/fa.po b/po/fa.po
index 39ea9cb0c38e4371a23404a6ca2ef1523c717fa7..1450e931d14ea823c84ee43eddd03ae85e3e2d20 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-10-09 20:42+0900\n"
diff --git a/po/fi.po b/po/fi.po
index 69cde97633df651f301ef81444d1f85f3673ae97..020937bcced5a70d8ce70da97ac9376464cae6fa 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-19 21:23+0300\n"
 "PO-Revision-Date: 2006-10-19 21:24+0300\n"
diff --git a/po/fr.po b/po/fr.po
index 7760693f746c8044d669f6c7adeca5dbf96db86f..45f2f43eb8fb06c9ac414c2f38b1af0c85d29952 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-10-29 18:21+0100\n"
diff --git a/po/gl.po b/po/gl.po
index 7027b55bce8fa09e5e3b2c685411c4fb5c17da80..55e3ddb153119cc3f7a86af0d9a77b8a2f29d541 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -6,7 +6,7 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-08-17 20:01+0000\n"
diff --git a/po/gu.po b/po/gu.po
index 2fdfab997995ee26af618cff0d8e476114ee5e58..774d682ddc542367df548137cb0ee67453e3f22e 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-10-09 20:44+0900\n"
diff --git a/po/he.po b/po/he.po
index 013cb2433a10c20fdf1afd275756a9a54eae15fe..7bc0e1585253861b935ca4d8ce486ac1e2d2038c 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: he\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-11-11 21:28+0200\n"
diff --git a/po/hi.po b/po/hi.po
index 8631c08965a02bcda06632b5806ad1b8cfff8033..0c03d19e547130e6e740a378f4be087745861162 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-10-09 20:44+0900\n"
diff --git a/po/hu.po b/po/hu.po
index f9eb5c20c03d4d477c2126fdfb58b53e81805148..382ad3dbfe193118c0b97a22a8c6e6da774da912 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-10-10 00:10+0100\n"
diff --git a/po/it.po b/po/it.po
index 9140c8f37899826b77f75234184709334c730b9f..b7b4abc3c2e44830b12c8008a4f16b8dc87369ee 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-10-22 01:23+0900\n"
diff --git a/po/ja.po b/po/ja.po
index 4627e5b4e2c0d6bdbb59fa13a601fd265494aeae..9b7cc23bf9d99fbce81469c168a830478a4c73b6 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-05-21 13:14+0900\n"
diff --git a/po/ka.po b/po/ka.po
index 049493fff106e25d5f8fb3929bd99702335c4562..e9406b28575a5bce65eef4ac01f01499f8eb0f1f 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -1,6 +1,6 @@
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-08-24 23:50+0400\n"
diff --git a/po/ko.po b/po/ko.po
index d1f7dfa179f58df8c1fe70717ce492b7676cec0c..026fccd75959e05e7a68ae4015693ccd762b0060 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-11-05 04:09+0900\n"
diff --git a/po/lt.po b/po/lt.po
index 68eaddac5c3f76bb766e0a56c1e0be3a5b3bb128..98b8c0c9c056aa5faa4e408261922f49f6c84222 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-10-09 20:48+0900\n"
diff --git a/po/mk.po b/po/mk.po
index b618590f585f19845583bcd0f6fbb670b235d05f..66322fdef26ccf4de9464768235d1781450abbbb 100755
--- a/po/mk.po
+++ b/po/mk.po
@@ -5,7 +5,7 @@
 # Jovan Naumovski <jovan@lugola.net>, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-11-05 10:39+0100\n"
 "PO-Revision-Date: 2006-12-24 03:21+0100\n"
diff --git a/po/mr.po b/po/mr.po
index a903a9e66d7886e4ca30ff4619fb04a9fd37b78d..055535866be08dacbb360aa1f93571d8501a5f9b 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-10-09 20:48+0900\n"
diff --git a/po/ms.po b/po/ms.po
index 1b71919ec2a48b664d1d393aea13a03ab1b6d2f8..1393e70ba547067f7c59c393c902c0f06d4494eb 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-10-09 20:49+0900\n"
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 225b4b690cf1d6679b94e259672ba3819f3898c7..0e0453a20ad7d14caed943085e79abaf13cae721 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-08-19 21:16+0900\n"
diff --git a/po/nl.po b/po/nl.po
index 3647804d34ae90758bdb95cb343225ea562aeaac..16981491c54ad9c212780612c8896a565722b10e 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-11-3 12:41+0100\n"
diff --git a/po/pa.po b/po/pa.po
index b19911788ea262e8185cf12382dccbd7532d372d..3cfc4352f79e74f0300a664850ef791888652c17 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -9,7 +9,7 @@
 # A S Alam <aalam@users.sf.net>, 2007.
 msgid ""
 msgstr ""
-"Project-Id-Version: pa\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-11-05 10:39+0100\n"
 "PO-Revision-Date: 2007-01-05 23:06+0530\n"
diff --git a/po/pl.po b/po/pl.po
index cb3c04cd5492fdddeae838a2c45eab7af285d788..c15bd8dd0ea7cf3052e15c96fc3623d5ac1245f6 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,7 +8,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-05-27 13:02+0200\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 3afb03c4524277908ec3b2a00b08dfd1ce7a1adf..a8605d204e162b7a0277abf3caf4db7a647b0abf 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-10-22 14:58-0200\n"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 1ace2d79debc708833bbf86fa1e90c60d04b9abb..6adf3da490194cc4d5e3c62701ef6e3b68cee72d 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-10-09 20:51+0900\n"
diff --git a/po/ro.po b/po/ro.po
index 560287274338eb4e5127641ce0a91d646be7c94a..884cacb1d05e4ad74a6d5d3d39b904b056a79f93 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2004-11-14 19:01+0200\n"
diff --git a/po/ru.po b/po/ru.po
index 7514d90a4e7971fbc2559a2df0863b6840a7b5b8..c264245a4ed3282aede67f9459b8a4782920d072 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-09-24 21:00+0600\n"
diff --git a/po/sk.po b/po/sk.po
index 8275f190d02199b71c85013ffd181484757e47e8..3454a766fdd4d4cd5a50a1401cf1fd997f384649 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-10-09 20:52+0900\n"
diff --git a/po/sv.po b/po/sv.po
index b1155b450072f2287ca21a91ea7f0d078f794432..d1e7521c8e0591046a975b22d66bf373e0974fa2 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-11-05 10:39+0100\n"
 "PO-Revision-Date: 2006-05-26 18:29+0100\n"
diff --git a/po/ta.po b/po/ta.po
index edf3e8390f331930be3f9a85d8c424ce4b264abe..c79ca1189e2d2571fdc42cb43591497555b4e605 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-10-09 20:53+0900\n"
diff --git a/po/tr.po b/po/tr.po
index da5f0c30ea9ae62af211e49184ece09880ec6fc6..d6ed8f09b613e6cec064fef5702cdaa6a925a1ca 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-10-09 20:53+0900\n"
diff --git a/po/uk.po b/po/uk.po
index 93f28afc1e56ff6987ac37ed08dc6bba40da08e5..ef70a880d07eda9218e9cc8f3858839dfdfdd8eb 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-01-06 01:53+0200\n"
diff --git a/po/vi.po b/po/vi.po
index 4cf9cf7d2a5e0cffb20826a313a34b55afd1984b..c0a1e930af80e800c8bb65d303319c1b8ba02800 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: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-09-05 03:09+0400\n"
diff --git a/po/xfwm4.pot b/po/xfwm4.pot
index ec2f92c01749f8201db28b3ef627e3ab5e87af93..b6750e9768f040cace83c06d18c078f822ea0c8b 100644
--- a/po/xfwm4.pot
+++ b/po/xfwm4.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-11-05 10:39+0100\n"
+"POT-Creation-Date: 2007-01-20 19:09+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"
@@ -220,7 +220,7 @@ msgstr ""
 msgid "Change name"
 msgstr ""
 
-#: ../mcs-plugin/workspaces.c:338 ../mcs-plugin/xfwm4_shortcuteditor.c:480
+#: ../mcs-plugin/workspaces.c:338 ../mcs-plugin/xfwm4_shortcuteditor.c:482
 #, c-format
 msgid "Workspace %d"
 msgstr ""
@@ -265,15 +265,15 @@ msgstr ""
 msgid "Close"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_plugin.c:78 ../mcs-plugin/xfwm4_shortcuteditor.c:362
+#: ../mcs-plugin/xfwm4_plugin.c:78 ../mcs-plugin/xfwm4_shortcuteditor.c:364
 msgid "Shade window"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_plugin.c:79 ../mcs-plugin/xfwm4_shortcuteditor.c:361
+#: ../mcs-plugin/xfwm4_plugin.c:79 ../mcs-plugin/xfwm4_shortcuteditor.c:363
 msgid "Hide window"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_plugin.c:80 ../mcs-plugin/xfwm4_shortcuteditor.c:358
+#: ../mcs-plugin/xfwm4_plugin.c:80 ../mcs-plugin/xfwm4_shortcuteditor.c:360
 msgid "Maximize window"
 msgstr ""
 
@@ -488,211 +488,211 @@ msgid "Do you really want to remove this keybinding theme ?"
 msgstr ""
 
 #: ../mcs-plugin/xfwm4_shortcuteditor.c:134
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:139
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:140
 msgid "Add keybinding theme"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:143
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:144
 msgid "Enter a name for the theme:"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:178
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:180
 msgid "A keybinding theme with the same name already exists"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:184
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:186
 msgid "You have to provide a name for the keybinding theme"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:357
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:359
 msgid "Close window"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:359
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:361
 msgid "Maximize window vertically"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:360
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:362
 msgid "Maximize window horizontally"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:363
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:365
 msgid "Stick window"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:364
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:366
 msgid "Cycle windows"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:365
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:367
 msgid "Move window up"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:366
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:368
 msgid "Move window down"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:367
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:369
 msgid "Move window left"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:368
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:370
 msgid "Move window right"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:369
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:371
 msgid "Resize window up"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:370
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:372
 msgid "Resize window down"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:371
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:373
 msgid "Resize window left"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:372
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:374
 msgid "Resize window right"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:373
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:375
 msgid "Cancel move/resize window"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:374
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:376
 msgid "Raise window"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:375
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:377
 msgid "Lower window"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:376
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:378
 msgid "Toggle fullscreen"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:377
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:379
 msgid "Upper workspace"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:378
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:380
 msgid "Bottom workspace"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:379
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:381
 msgid "Left workspace"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:380
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:382
 msgid "Right workspace"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:381
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:383
 msgid "Next workspace"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:382
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:384
 msgid "Previous workspace"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:383
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:385
 msgid "Add workspace"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:384
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:386
 msgid "Delete workspace"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:385
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:387
 msgid "Move window to next workspace"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:386
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:388
 msgid "Move window to previous workspace"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:387
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:389
 msgid "Move window to upper workspace"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:388
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:390
 msgid "Move window to bottom workspace"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:389
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:391
 msgid "Move window to left workspace"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:390
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:392
 msgid "Move window to right workspace"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:391
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:393
 msgid "Show desktop"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:392
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:394
 msgid "Cancel window action"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:393
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:395
 msgid "Window operations menu"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:501
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:503
 #, c-format
 msgid "Move window to workspace %d"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:581
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:583
 msgid "Cannot open the theme directory !"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:600
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:602
 #, c-format
 msgid ""
 "Cannot open %s : \n"
 "%s"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:614
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:625
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:616
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:627
 #, c-format
 msgid ""
 "Cannot write in %s : \n"
 "%s"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:778
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:780
 msgid ""
 "Shortcut already in use !\n"
 "Are you sure you want to use it ?"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:842
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:844
 msgid "Compose shortcut for :"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:846
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:848
 msgid "Compose shortcut"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:848
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:850
 msgid "Cancel"
 msgstr ""
 
-#: ../mcs-plugin/xfwm4_shortcuteditor.c:852
+#: ../mcs-plugin/xfwm4_shortcuteditor.c:854
 msgid "No shortcut"
 msgstr ""
 
 #. TRANSLATORS: "(on %s)" is like "running on" the name of the other host
-#: ../src/hints.c:81
+#: ../src/hints.c:84
 #, c-format
 msgid "%s (on %s)"
 msgstr ""
 
-#: ../src/main.c:134
+#: ../src/main.c:135
 #, c-format
 msgid "%s: Segmentation fault"
 msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index bb1623397c6d02db198ae94d785626d6a94aa681..2a81e3c975e9ef74bf30f2820912c3eb29b0c8e6 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2005-10-09 20:54+0900\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index c5eaa3dc4b923e335f213c2806f7195ad332df7a..ef2f3ebf3fd8f67ed79f085f158c03f44f5f317f 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfwm4 4.3.99.2\n"
+"Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-10-09 20:49+0200\n"
 "PO-Revision-Date: 2006-06-12 21:21+0800\n"