summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@src.gnome.org>2004-02-15 22:34:23 +0000
committerHavoc Pennington <hp@src.gnome.org>2004-02-15 22:34:23 +0000
commitf06f52dff7478776dc7ae669527fa8b9d30e8205 (patch)
tree1db572189323fba5e7470db379efda914490c9f9
parent406718b83c1b9d6eccdd5805c9476017fbc82f71 (diff)
downloadmetacity-gnome-2-4.tar.gz
-rw-r--r--ChangeLog4
-rw-r--r--NEWS10
-rw-r--r--configure.in2
-rw-r--r--po/am.po6
-rw-r--r--po/az.po6
-rw-r--r--po/be.po6
-rw-r--r--po/bg.po6
-rw-r--r--po/bn.po6
-rw-r--r--po/ca.po6
-rw-r--r--po/cs.po6
-rw-r--r--po/cy.po6
-rw-r--r--po/da.po6
-rw-r--r--po/de.po6
-rw-r--r--po/el.po6
-rw-r--r--po/en_GB.po6
-rw-r--r--po/es.po6
-rw-r--r--po/fa.po6
-rw-r--r--po/fi.po6
-rw-r--r--po/fr.po6
-rw-r--r--po/ga.po6
-rw-r--r--po/gl.po6
-rw-r--r--po/he.po6
-rw-r--r--po/hi.po6
-rw-r--r--po/hu.po6
-rw-r--r--po/id.po6
-rw-r--r--po/is.po6
-rw-r--r--po/it.po6
-rw-r--r--po/ja.po6
-rw-r--r--po/ko.po6
-rw-r--r--po/lt.po6
-rw-r--r--po/lv.po6
-rw-r--r--po/mk.po6
-rw-r--r--po/ml.po6
-rw-r--r--po/mn.po147
-rw-r--r--po/ms.po6
-rw-r--r--po/nl.po6
-rw-r--r--po/nn.po6
-rw-r--r--po/no.po6
-rw-r--r--po/pl.po6
-rw-r--r--po/pt.po6
-rw-r--r--po/pt_BR.po6
-rw-r--r--po/ro.po6
-rw-r--r--po/ru.po6
-rw-r--r--po/sk.po6
-rw-r--r--po/sl.po6
-rw-r--r--po/sq.po6
-rw-r--r--po/sr.po6
-rw-r--r--po/sr@Latn.po6
-rw-r--r--po/sv.po6
-rw-r--r--po/ta.po6
-rw-r--r--po/tr.po6
-rw-r--r--po/uk.po6
-rw-r--r--po/vi.po6
-rw-r--r--po/wa.po6
-rw-r--r--po/zh_CN.po6
-rw-r--r--po/zh_TW.po6
56 files changed, 256 insertions, 219 deletions
diff --git a/ChangeLog b/ChangeLog
index cf3fe195..e8f51f99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-15 Havoc Pennington <hp@redhat.com>
+
+ * configure.in: 2.6.5
+
2003-01-04 Rob Adams <readams@readams.net>
Maintain the button grab for sloppy and mouse focus all the time.
diff --git a/NEWS b/NEWS
index c7d197dc..ab70b427 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.6.5
+===
+
+Thanks to Rob Adams and Keith Packard for contributions to this release.
+
+ - flipflop on #102209/#115072 again (raise on click, but break some
+ apps by causing enter/leave)
+ - fix memory corruption in window list
+ - fix window-type-inference code for legacy toolkits' windows
+
2.6.3
===
diff --git a/configure.in b/configure.in
index ac3579a3..112252a1 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AM_CONFIG_HEADER(config.h)
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
# releases on a branch add a 4th version like 2.4.21.1
-AM_INIT_AUTOMAKE(metacity, 2.6.3)
+AM_INIT_AUTOMAKE(metacity, 2.6.5)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
diff --git a/po/am.po b/po/am.po
index 50e3eec4..f14f9f70 100644
--- a/po/am.po
+++ b/po/am.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-02-03 10:16+EDT\n"
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
"Language-Team: Amharic <locales@geez.org>\n"
@@ -2392,7 +2392,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2406,7 +2406,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/az.po b/po/az.po
index b3a8ab09..5d13936b 100644
--- a/po/az.po
+++ b/po/az.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.HEAD.az\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-09-27 22:04+0300\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azərbaycan <gnome@azitt.com>\n"
@@ -2859,7 +2859,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Proqram tə'minatı xətalı _NET_WM_PID %ld tə'yin etdi\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2875,7 +2875,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/be.po b/po/be.po
index 73944c6f..525122e2 100644
--- a/po/be.po
+++ b/po/be.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-08-13 20:59+0300\n"
"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
@@ -2966,7 +2966,7 @@ msgstr ""
"Дастасаваньне усталявала няправільнае значэньне парамэтра _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2982,7 +2982,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/bg.po b/po/bg.po
index a22aef4e..1d752906 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-01-14 00:17+0200\n"
"Last-Translator: Alexander Shopov <al_shopov@yahoo.com>\n"
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
@@ -2904,7 +2904,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Приложението зададе неверен _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2920,7 +2920,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/bn.po b/po/bn.po
index f41ddaae..507854a3 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: METACITY 2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-01-02 01:59-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-10-12 20:33+0530\n"
"Last-Translator: Dr Anirban Mitra <mitra_anirban@yahoo.co.in>\n"
"Language-Team: Bengali <gnome-trans@bengalinux.org>\n"
@@ -2883,7 +2883,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "প্রোগ্রামটি একটি অর্থহীন _NET_WM_PID স্থির করেছে %ld\n"
#. first time through
-#: src/window.c:4657
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2899,7 +2899,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5315
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/ca.po b/po/ca.po
index 8f634ccc..065aebb0 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.5.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-26 19:04+0100\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-06-28 18:42+0200\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Softcatalà <tradgnome@softcatala.org>\n"
@@ -2929,7 +2929,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "L'aplicació ha definit un _NET_WM_PID %ld fals\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2945,7 +2945,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/cs.po b/po/cs.po
index ed86a466..166dd246 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-06-28 17:54+0200\n"
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -2869,7 +2869,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Aplikace nastavila neplatný _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2885,7 +2885,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/cy.po b/po/cy.po
index 4338337a..d9d391d3 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-08-29 17:17+0100\n"
"Last-Translator: Dafydd Harries <daf@parnassus.ath.cx>\n"
"Language-Team: Cymraeg <gnome-cy@pengwyn.linux.org.uk>\n"
@@ -2955,7 +2955,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Gosododd rhaglen _NET_WM_PID drŵg %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2971,7 +2971,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/da.po b/po/da.po
index aa5887c2..4a681f15 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-08-05 16:40+0200\n"
"Last-Translator: Ole Laursen <olau@hardworking.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
@@ -2931,7 +2931,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Program angav en ugyldig _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2947,7 +2947,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/de.po b/po/de.po
index 7dc32039..86867099 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Metacity 2.6.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-09-30 17:37+0200\n"
"Last-Translator: Christian Neumair <chris@gnome-de.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
@@ -3006,7 +3006,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Application hat eine unsinnige _NET_WM_PID %ld angegeben\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3028,7 +3028,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/el.po b/po/el.po
index 6cfb693b..52865753 100644
--- a/po/el.po
+++ b/po/el.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: el\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-09-07 22:03-0200\n"
"Last-Translator: Nikos Charonitakis <charosn@her.fothnet.gr>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
@@ -2984,7 +2984,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Η εφαρμογή έθεσε ένα πλαστό _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3000,7 +3000,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/en_GB.po b/po/en_GB.po
index 16817591..9382bd13 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2002-10-15 23:19+0000\n"
"Last-Translator: Robert Brady <rwb197@zepler.org>, Bastien Nocera "
"<hadess@hadess.net>\n"
@@ -2415,7 +2415,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2429,7 +2429,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/es.po b/po/es.po
index 1e6fa868..1b15454d 100644
--- a/po/es.po
+++ b/po/es.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-08-27 10:45+0200\n"
"Last-Translator: Francisco Javier F. Serrador <serrador@arrakis.es>\n"
"Language-Team: Spanish <traductores@es.gnome.org>\n"
@@ -3001,7 +3001,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "La aplicación configuró un _NET_WM_PID %ld erróneo\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3017,7 +3017,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/fa.po b/po/fa.po
index e0c07624..d915a42b 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-03-10 12:01+0330\n"
"Last-Translator: Roozbeh Pournader <roozbeh@sharif.edu>\n"
"Language-Team: Persian <farsi@lists.sharif.edu>\n"
@@ -2396,7 +2396,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2410,7 +2410,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/fi.po b/po/fi.po
index f9c65243..aa049e4e 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-08-11 21:59+0200\n"
"Last-Translator: Pauli Virtanen <pauli.virtanen@hut.fi>\n"
"Language-Team: Gnome Finnish Translation Team <gnome-fi-laatu@lists."
@@ -2896,7 +2896,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Sovellus asetti virheellisen _NET_WM_PID:n %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2912,7 +2912,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/fr.po b/po/fr.po
index 1288a6e9..ecf2b639 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.5.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-08-09 10:27+0200\n"
"Last-Translator: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
@@ -3103,7 +3103,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "L'application a défini un faux _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3119,7 +3119,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/ga.po b/po/ga.po
index dae1aeaa..60e7ecde 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Metacity HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-02-11 15:05 GMT\n"
"Last-Translator: Paul Duffy <dubhthach@zion.nuigalway.ie>\n"
"Language-Team: Irish\n"
@@ -2393,7 +2393,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2407,7 +2407,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/gl.po b/po/gl.po
index 71f7bb84..87388e44 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Metacity 2.3.34\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2001-12-19 21:25+0100\n"
"Last-Translator: Manuel A. Fernández Montecelo <manuel@sindominio.net>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
@@ -2440,7 +2440,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2454,7 +2454,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/he.po b/po/he.po
index 8710fd41..0dc986d4 100644
--- a/po/he.po
+++ b/po/he.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-01-03 15:58+0200\n"
"Last-Translator: Gil 'Dolfin' Osher <dolfin@rpg.org.il>\n"
"Language-Team: Hebrew <he@li.org>\n"
@@ -2413,7 +2413,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2427,7 +2427,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/hi.po b/po/hi.po
index c76629c8..81c73fce 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.hi\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-09-09 14:42+0530\n"
"Last-Translator: Ravishankar Shrivastava <raviratlami@yahoo.com>\n"
"Language-Team: Hindi <indlinux-hindi-gnome@lists.sourceforge.net>\n"
@@ -2844,7 +2844,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "अनुप्रयोग ने सेट किया एक बोगस bogus _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2860,7 +2860,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/hu.po b/po/hu.po
index 751178de..81d11642 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.gnome-2-4.hu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-10-20 10:55+0200\n"
"Last-Translator: Andras Timar <timar@gnome.hu>\n"
"Language-Team: Hungarian <hu@gnome.hu>\n"
@@ -2406,7 +2406,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Az alkalmazás hamis _NET_WM_PID-értéket állított be: %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2420,7 +2420,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/id.po b/po/id.po
index 9c25a66c..8aadf238 100644
--- a/po/id.po
+++ b/po/id.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-06-26 22:41+0700\n"
"Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n"
"Language-Team: Indonesian <sukarelawan@gnome.linux.or.id>\n"
@@ -3013,7 +3013,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Aplikasi telah membuat _NET_WM_PID %ld bohongan\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3029,7 +3029,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/is.po b/po/is.po
index a0d9a0a9..f1c0d91b 100644
--- a/po/is.po
+++ b/po/is.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-06-22 17:16--100\n"
"Last-Translator: Samuel Jon Gunnarsson <sammi@techattack.nu>\n"
"Language-Team: Icelandic <gnome@techattack.nu>\n"
@@ -2415,7 +2415,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2429,7 +2429,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/it.po b/po/it.po
index 348f5b23..721058d5 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.3.55\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-07-12 14:58+0200\n"
"Last-Translator: Lapo Calamandrei <lapo.calamandrei@virgilio.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -2937,7 +2937,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "L'applicazione ha impostato un _NET_WM_PID errato %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2953,7 +2953,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/ja.po b/po/ja.po
index 0210cf96..0afb5a9b 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-09-06 18:31+0900\n"
"Last-Translator: Takeshi AIHANA <aihana@gnome.gr.jp>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
@@ -2927,7 +2927,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "アプリケーションは偽物の _NET_WM_PID %ld を設定しました\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2943,7 +2943,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/ko.po b/po/ko.po
index 656dcafd..ac8c8120 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.5.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-08-24 06:27+0900\n"
"Last-Translator: Young-Ho, Cha <ganadist at mizi.com>\n"
"Language-Team: GTP Korean <gnome-kr-translation@gnome.or.kr>\n"
@@ -2834,7 +2834,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "응용 프로그램이 가짜 _NET_WM_PID %ld을(를) 설정하였습니다\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2850,7 +2850,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/lt.po b/po/lt.po
index bc66b3f9..2935c078 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-12-02 11:02+0200\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-11-21 15:47+0200\n"
"Last-Translator: Tomas Kuliavas <tokul@users.sourceforge.net>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -2972,7 +2972,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Programa nustatė apgaulingą _NET_WM_PID %ld požymį\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2988,7 +2988,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5296
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/lv.po b/po/lv.po
index 491b9923..284eaa95 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2002-12-22 01:07+0200\n"
"Last-Translator: Artis Trops <hornet@navigators.lv>\n"
"Language-Team: Latvian <ll10nt@os.lv>\n"
@@ -2904,7 +2904,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Aplikācija iestatīja neīstu _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2920,7 +2920,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/mk.po b/po/mk.po
index 386a2ab6..188747ed 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.HEAD.mk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-06-15 15:16+0000\n"
"Last-Translator: Marko Ivanoski <marko@programmer.net>\n"
"Language-Team: Macedonian <lug@lists.linux.net.mk>\n"
@@ -2903,7 +2903,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Апликацијата намести лажно _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2919,7 +2919,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/ml.po b/po/ml.po
index b8fe99a1..3e011083 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version:metacity.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-07-05 10:29+0530\n"
"Last-Translator: FSF-India <locale@gnu.org.in>\n"
"Language-Team: Malayalam <locale@gnu.org.in>\n"
@@ -2393,7 +2393,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2407,7 +2407,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/mn.po b/po/mn.po
index 7e525222..949e4b2c 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.gnome-2-4.mn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-11-09 18:56+0100\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-11-11 02:36+0100\n"
"Last-Translator: Sanlig Badral <badral@users.sf.net>\n"
"Language-Team: Mongolian <openmn-core@lists.sf.net>\n"
@@ -53,8 +53,10 @@ msgstr "Диалог-Үзүүлэх процессд алдаа гарлаа: %s
#: src/delete.c:338
#, c-format
-msgid "Error launching metacity-dialog to ask about killing an application: %s\n"
-msgstr "Х-Программыг алахад асуугддаг Metacity-Диалог үйлдэлд алдаа гарлаа: %s\n"
+msgid ""
+"Error launching metacity-dialog to ask about killing an application: %s\n"
+msgstr ""
+"Х-Программыг алахад асуугддаг Metacity-Диалог үйлдэлд алдаа гарлаа: %s\n"
#: src/delete.c:446
#, c-format
@@ -127,8 +129,8 @@ msgid ""
"metacity [--sm-disable] [--sm-client-id=ID] [--sm-save-file=FILENAME] [--"
"display=DISPLAY] [--replace] [--version]\n"
msgstr ""
-"metacity [--sm-хаах] [--sm-клиент-тт=ID] [--sm-хадгалах-файл=ӨГӨГДЛИЙН НЭР] [--дэлгэц=ДЭЛГЭЦ] [--"
-"солих] [--хувилбар]\n"
+"metacity [--sm-хаах] [--sm-клиент-тт=ID] [--sm-хадгалах-файл=ӨГӨГДЛИЙН НЭР] "
+"[--дэлгэц=ДЭЛГЭЦ] [--солих] [--хувилбар]\n"
# CHECK
#: src/main.c:76
@@ -148,7 +150,8 @@ msgstr ""
#: src/main.c:437
#, c-format
-msgid "Could not find a theme! Be sure %s exists and contains the usual themes."
+msgid ""
+"Could not find a theme! Be sure %s exists and contains the usual themes."
msgstr ""
"Сэдэв олдсонгүй! Энд %s оршихоос гадна энгийн сэдвийг дотроо агуулсан "
"эсэхийг шалгана уу."
@@ -320,8 +323,10 @@ msgid "The window \"%s\" is not responding."
msgstr "\"%s\" цонхноос хариу алга."
#: src/metacity-dialog.c:93
-msgid "Forcing this application to quit will cause you to lose any unsaved changes."
-msgstr "Энэ х.програмаас хүчээр гарахыг хүсэж байвал хадгалаагүй өөрчилөлтүүд устана."
+msgid ""
+"Forcing this application to quit will cause you to lose any unsaved changes."
+msgstr ""
+"Энэ х.програмаас хүчээр гарахыг хүсэж байвал хадгалаагүй өөрчилөлтүүд устана."
#: src/metacity-dialog.c:103
msgid "_Force Quit"
@@ -644,7 +649,8 @@ msgstr ""
#: src/metacity.schemas.in.h:54
msgid "Raise obscured window, otherwise lower"
-msgstr "Цонх хэт доор шигдсэн бол нааш нь товойлгож эсрэг тохиолдолд цонхыг шигтгэх"
+msgstr ""
+"Цонх хэт доор шигдсэн бол нааш нь товойлгож эсрэг тохиолдолд цонхыг шигтгэх"
#: src/metacity.schemas.in.h:55
msgid "Raise window above other windows"
@@ -781,12 +787,12 @@ msgid ""
"is unknown (as is usually the case for the default \"system beep\"), the "
"currently focused window's titlebar is flashed."
msgstr ""
-"Metacity яаж системийн дохио эсвэл өөр хэрэглээний програмын 'чимээ' "
-"өгөхийг заах оптик шинж тэмдэг хэрэгжүүлэхийг хэлнэ. Одоогоор хар "
-"цагаан бүтэн дэлгэц заах \"Дэлгэц дүүрэн\", хэрэглээний програмын "
-"толгой самбарыг заах \"жааз_нүүр\" хоёр хүчинтэй утга байна. Хэрэв "
-"програм мэдэгдэхгүй чимээ өгвөл (ихэнхдээ стандарт \"системийн чимээ\"), "
-"одоо идэвхитэй байгаа цонхны толгой самбар идэвхижинэ."
+"Metacity яаж системийн дохио эсвэл өөр хэрэглээний програмын 'чимээ' өгөхийг "
+"заах оптик шинж тэмдэг хэрэгжүүлэхийг хэлнэ. Одоогоор хар цагаан бүтэн "
+"дэлгэц заах \"Дэлгэц дүүрэн\", хэрэглээний програмын толгой самбарыг заах "
+"\"жааз_нүүр\" хоёр хүчинтэй утга байна. Хэрэв програм мэдэгдэхгүй чимээ "
+"өгвөл (ихэнхдээ стандарт \"системийн чимээ\"), одоо идэвхитэй байгаа цонхны "
+"толгой самбар идэвхижинэ."
#: src/metacity.schemas.in.h:81
msgid ""
@@ -803,9 +809,9 @@ msgid ""
"The /apps/metacity/global_keybindings/run_command_screenshot key defines a "
"keybinding which causes the command specified by this setting to be invoked."
msgstr ""
-"»/apps/metacity/global_keybindings/run_command_screenshot«-түлхүүр "
-"энэ командыг гүйцэтгэх товчлуурын хослолыг тодорхойлно. Товчлуурын "
-"хувилбарыг оруулснаар command_screenshot гүйцэтгэгдэнэ."
+"»/apps/metacity/global_keybindings/run_command_screenshot«-түлхүүр энэ "
+"командыг гүйцэтгэх товчлуурын хослолыг тодорхойлно. Товчлуурын хувилбарыг "
+"оруулснаар command_screenshot гүйцэтгэгдэнэ."
#: src/metacity.schemas.in.h:83
msgid ""
@@ -813,9 +819,9 @@ msgid ""
"defines a keybinding which causes the command specified by this setting to "
"be invoked."
msgstr ""
-"»/apps/metacity/global_keybindings/run_command_window_screenshot«-код нь "
-"энэ командыг гүйцэтгэх товчлуурын хослолыг тодорхойлно. Товчлуурын "
-"хувилбарыг оруулснаар command_window_screenshot гүйцэтгэгдэнэ."
+"»/apps/metacity/global_keybindings/run_command_window_screenshot«-код нь энэ "
+"командыг гүйцэтгэх товчлуурын хослолыг тодорхойлно. Товчлуурын хувилбарыг "
+"оруулснаар command_window_screenshot гүйцэтгэгдэнэ."
#: src/metacity.schemas.in.h:84
msgid ""
@@ -1545,11 +1551,11 @@ msgid ""
msgstr ""
"Үргэлж наана харагдуулах эсвэл үгүй эсэхийг тогтоох товчилуурын хослол. "
"Цонхыг бүх давхарласан цонхны наана харагдуулахад ашиглах товчлуурын "
-"комбинаци. Хэлбэр нь »&lt; Control&gt;а« эсвэл »&lt;Shift&gt;&lt;"
-"Alt&gt;F1«. Хөрвүүлэлт нь тун чөлөөтэй зохиогдсон бөгөөд том жижгээр бичих "
-"болон товчлол хийх боломжтой. Ж-нь: »&lt;Ctl&gt;« эсвэл »&lt;Ctrl&gt;«. "
-"Харин мөрийг »disabled« дээр тохируулахад энэ үйлдэлд ямар ч товчлуурын "
-"комбинаци тавигдахгүй."
+"комбинаци. Хэлбэр нь »&lt; Control&gt;а« эсвэл »&lt;Shift&gt;&lt;Alt&gt;"
+"F1«. Хөрвүүлэлт нь тун чөлөөтэй зохиогдсон бөгөөд том жижгээр бичих болон "
+"товчлол хийх боломжтой. Ж-нь: »&lt;Ctl&gt;« эсвэл »&lt;Ctrl&gt;«. Харин "
+"мөрийг »disabled« дээр тохируулахад энэ үйлдэлд ямар ч товчлуурын комбинаци "
+"тавигдахгүй."
#: src/metacity.schemas.in.h:133
msgid ""
@@ -1633,11 +1639,11 @@ msgid ""
"for this action."
msgstr ""
"Програм ажиллуулах диалог харуулах товчины хослол. Цонхыг хаах үүрэгтэй "
-"товчлуурын комбинаци. Хэлбэр нь »&lt; Control&gt;« эсвэл »&lt;Shift&gt;&lt; Alt&gt;F1«. "
-"Хөрвүүлэлт нь тун чөлөөтэй зохиогдсон бөгөөд том жижгээр бичих болон "
-"товчлол хийх боломжтой. Ж-нь: »&lt;Ctl&gt;« эсвэл »&lt;Ctrl&gt;«. Харин мөрийг "
-"»disabled« дээр тохируулахад энэ үйлдэлд ямар ч товчлуурын комбинаци "
-"тавигдахгүй."
+"товчлуурын комбинаци. Хэлбэр нь »&lt; Control&gt;« эсвэл »&lt;Shift&gt;&lt; "
+"Alt&gt;F1«. Хөрвүүлэлт нь тун чөлөөтэй зохиогдсон бөгөөд том жижгээр бичих "
+"болон товчлол хийх боломжтой. Ж-нь: »&lt;Ctl&gt;« эсвэл »&lt;Ctrl&gt;«. "
+"Харин мөрийг »disabled« дээр тохируулахад энэ үйлдэлд ямар ч товчлуурын "
+"комбинаци тавигдахгүй."
#: src/metacity.schemas.in.h:139
msgid ""
@@ -1667,8 +1673,8 @@ msgstr ""
"Удирдах самбарын агшин дэлгэцийн хэрэгсэл дуудахад хэрэглэх товчилуурын "
"хослол. Хэлбэр нь »&lt; Control&gt;« эсвэл »&lt;Shift&gt;&lt;Alt&gt;F1«. "
"Хөрвүүлэлт нь тун чөлөөтэй зохиогдсон бөгөөд том жижгээр бичих болон "
-"товчлол хийх боломжтой. Ж-нь: »&lt;Ctl&gt;« эсвэл »&lt;Ctrl&gt;«. Харин мөрийг "
-"»disabled« дээр тохируулахад энэ үйлдэлд ямар ч товчлуурын комбинаци "
+"товчлол хийх боломжтой. Ж-нь: »&lt;Ctl&gt;« эсвэл »&lt;Ctrl&gt;«. Харин "
+"мөрийг »disabled« дээр тохируулахад энэ үйлдэлд ямар ч товчлуурын комбинаци "
"тавигдахгүй."
#: src/metacity.schemas.in.h:141
@@ -1679,10 +1685,10 @@ msgid ""
"Ctl&gt;\" and \"&lt;Ctrl&gt;\". If you set the option to the special string "
"\"disabled\", then there will be no keybinding for this action."
msgstr ""
-"Удирдах самбарын үндсэн цэс харуулах товчилуурын хослол. Хэлбэр нь "
-"»&lt; Control&gt;« эсвэл »&lt;Shift&gt;&lt;Alt&gt;F1«. Хөрвүүлэлт нь тун "
-"чөлөөтэй зохиогдсон бөгөөд том жижгээр бичих болон товчлол хийх боломжтой. "
-"Ж-нь: »&lt;Ctl&gt;« эсвэл »&lt;Ctrl&gt;«. Харин мөрийг »disabled« дээр "
+"Удирдах самбарын үндсэн цэс харуулах товчилуурын хослол. Хэлбэр нь »&lt; "
+"Control&gt;« эсвэл »&lt;Shift&gt;&lt;Alt&gt;F1«. Хөрвүүлэлт нь тун чөлөөтэй "
+"зохиогдсон бөгөөд том жижгээр бичих болон товчлол хийх боломжтой. Ж-нь: "
+"»&lt;Ctl&gt;« эсвэл »&lt;Ctrl&gt;«. Харин мөрийг »disabled« дээр "
"тохируулахад энэ үйлдэлд ямар ч товчлуурын комбинаци тавигдахгүй."
#: src/metacity.schemas.in.h:142
@@ -1844,9 +1850,8 @@ msgid ""
"'bell' or 'beep'; useful for the hard-of-hearing and for use in noisy "
"environments, or when 'audible bell' is off."
msgstr ""
-"Програм эсвэл систем 'дохио' эсвэл 'чимээ' өгөх оптик шинж; Сонсгол "
-"муутай эсвэл маш чимээгүй орчинд ажилладаг эсвэл дүлий хүмүүст их "
-"тустай."
+"Програм эсвэл систем 'дохио' эсвэл 'чимээ' өгөх оптик шинж; Сонсгол муутай "
+"эсвэл маш чимээгүй орчинд ажилладаг эсвэл дүлий хүмүүст их тустай."
#: src/metacity.schemas.in.h:160
msgid "Unmaximize a window"
@@ -1916,7 +1921,8 @@ msgstr ""
#: src/prefs.c:1232
#, c-format
msgid "%d stored in GConf key %s is out of range 0 to %d\n"
-msgstr "%d нь GConf-key %s-д хадгалагдсан ба утга нь 0-%d интервалаас гадуур байна\n"
+msgstr ""
+"%d нь GConf-key %s-д хадгалагдсан ба утга нь 0-%d интервалаас гадуур байна\n"
#: src/prefs.c:1336
#, c-format
@@ -1928,7 +1934,8 @@ msgstr "%d дээрхи ажлын талбарын тоог оруулахад
msgid ""
"\"%s\" found in configuration database is not a valid value for keybinding "
"\"%s\"\n"
-msgstr "Тохируулгын сангаас олдсон »%s« нь »%s«-товчлуурын комбинацид үл тохирно\n"
+msgstr ""
+"Тохируулгын сангаас олдсон »%s« нь »%s«-товчлуурын комбинацид үл тохирно\n"
#: src/prefs.c:1896
#, c-format
@@ -1957,7 +1964,8 @@ msgstr ""
#: src/screen.c:449
#, c-format
-msgid "Could not acquire window manager selection on screen %d display \"%s\"\n"
+msgid ""
+"Could not acquire window manager selection on screen %d display \"%s\"\n"
msgstr ""
"дэлгэц %d-ийн (Display »%s« дээрх ) цонхны менежерийн тэмдэглэл хүлээж "
"авахад алдаа гарлаа\n"
@@ -2141,7 +2149,8 @@ msgstr "Элемент <%s>-ийн геометр харьцаа »%s« өгөг
#: src/theme-parser.c:981
#, c-format
msgid "<%s> must specify either a geometry or a parent that has a geometry"
-msgstr "<%s> ямар нэгэн геометрийн харьцаа эсвэл түүнийг агуулсан эхийг оруулна уу"
+msgstr ""
+"<%s> ямар нэгэн геометрийн харьцаа эсвэл түүнийг агуулсан эхийг оруулна уу"
#: src/theme-parser.c:1080
#, c-format
@@ -2199,7 +2208,8 @@ msgid "No \"value\" attribute on element <%s>"
msgstr "<%s> элементэд ямар ч »value« аттрибут алга"
#: src/theme-parser.c:1320 src/theme-parser.c:1334 src/theme-parser.c:1393
-msgid "Cannot specify both button_width/button_height and aspect ratio for buttons"
+msgid ""
+"Cannot specify both button_width/button_height and aspect ratio for buttons"
msgstr ""
"button_width/button_height болон товчлууруудын талуудын харьцааг тодорхойлж "
"чадахгүй байна"
@@ -2462,7 +2472,8 @@ msgstr ""
#: src/theme-parser.c:3464
#, c-format
msgid "Style has already been specified for state %s resize %s focus %s"
-msgstr "Нөхцөл %s, фокус, хэмжээ %s, %s-д зориулсан стиль хэдийнэ өгөгдсөн байна"
+msgstr ""
+"Нөхцөл %s, фокус, хэмжээ %s, %s-д зориулсан стиль хэдийнэ өгөгдсөн байна"
#: src/theme-parser.c:3475 src/theme-parser.c:3486 src/theme-parser.c:3497
#, c-format
@@ -2502,7 +2513,8 @@ msgstr ""
#: src/theme-parser.c:3679
#, c-format
-msgid "Element <%s> is not allowed inside a name/author/date/description element"
+msgid ""
+"Element <%s> is not allowed inside a name/author/date/description element"
msgstr "Элемент <%s> нь name/author/date/description элемент дотор орших ёсгүй"
#: src/theme-parser.c:3684
@@ -2512,7 +2524,8 @@ msgstr "Элемент <%s> нь <constant> элемент дотор орших
#: src/theme-parser.c:3696
#, c-format
-msgid "Element <%s> is not allowed inside a distance/border/aspect_ratio element"
+msgid ""
+"Element <%s> is not allowed inside a distance/border/aspect_ratio element"
msgstr "Элемент <%s> нь distance/border/aspect_ratio-element дотор орших ёсгүй"
#: src/theme-parser.c:3718
@@ -2660,7 +2673,8 @@ msgstr "Хосолсон өнгөний альфа тоо »%s« 0.0-1.0 тоо
#: src/theme.c:1111
#, c-format
-msgid "Shade format is \"shade/base_color/factor\", \"%s\" does not fit the format"
+msgid ""
+"Shade format is \"shade/base_color/factor\", \"%s\" does not fit the format"
msgstr ""
"Өнгө холих формат нь »холих/үндсэн өнгө/фактор«; »%s« энэ форматанд "
"тохирохгүй"
@@ -2668,7 +2682,8 @@ msgstr ""
#: src/theme.c:1122
#, c-format
msgid "Could not parse shade factor \"%s\" in shaded color"
-msgstr "Өнгө хослуулах фактор »%s« нь хосолсон өнгө дотор боловсруулагдаж чадсангүй"
+msgstr ""
+"Өнгө хослуулах фактор »%s« нь хосолсон өнгө дотор боловсруулагдаж чадсангүй"
#: src/theme.c:1132
#, c-format
@@ -2697,7 +2712,8 @@ msgstr ""
#: src/theme.c:1464
#, c-format
msgid "Coordinate expression contains integer '%s' which could not be parsed"
-msgstr "Координатын илэрхийлэл боловсруулах бололцоогүй »%s« бүхэл тоо агуулж байна"
+msgstr ""
+"Координатын илэрхийлэл боловсруулах бололцоогүй »%s« бүхэл тоо агуулж байна"
#: src/theme.c:1531
#, c-format
@@ -2717,15 +2733,18 @@ msgid "Coordinate expression results in division by zero"
msgstr "Координатын илэрхийллийн хариуны хуваарь нь \"тэг\" тоо байна"
#: src/theme.c:1779
-msgid "Coordinate expression tries to use mod operator on a floating-point number"
+msgid ""
+"Coordinate expression tries to use mod operator on a floating-point number"
msgstr ""
"Координатын илэрхийлэл хөвөгч таслалтай тоонд модулийн операторыг хэрэглэж "
"үзэж байна."
#: src/theme.c:1836
#, c-format
-msgid "Coordinate expression has an operator \"%s\" where an operand was expected"
-msgstr "Координатын илэрхийлэл дотор операнд байх ёстой байранд опеоатор »%s« байна"
+msgid ""
+"Coordinate expression has an operator \"%s\" where an operand was expected"
+msgstr ""
+"Координатын илэрхийлэл дотор операнд байх ёстой байранд опеоатор »%s« байна"
#: src/theme.c:1845
msgid "Coordinate expression had an operand where an operator was expected"
@@ -2733,7 +2752,8 @@ msgstr "Координатын илэрхийлэл дотор оператор
#: src/theme.c:1853
msgid "Coordinate expression ended with an operator instead of an operand"
-msgstr "Координатын илэрхийллийн төгсгөлд операнд байх ёстой атал Оператор байна"
+msgstr ""
+"Координатын илэрхийллийн төгсгөлд операнд байх ёстой атал Оператор байна"
#: src/theme.c:1863
#, c-format
@@ -2790,7 +2810,8 @@ msgstr ""
#: src/theme.c:4362 src/theme.c:4394
#, c-format
-msgid "Missing <frame state=\"%s\" resize=\"%s\" focus=\"%s\" style=\"whatever\"/>"
+msgid ""
+"Missing <frame state=\"%s\" resize=\"%s\" focus=\"%s\" style=\"whatever\"/>"
msgstr ""
"<frame state=\"%s\" resize=\"%s\" focus=\"%s\" style=\"юу ч хамаагүй\"/> "
"дутаж байна"
@@ -2826,7 +2847,8 @@ msgstr ""
#: src/theme.c:5040 src/theme.c:5102
#, c-format
-msgid "User-defined constants must begin with a capital letter; \"%s\" does not"
+msgid ""
+"User-defined constants must begin with a capital letter; \"%s\" does not"
msgstr "Хэрэглэгчийн оруулсан тогтмол нь том үсгээр эхлэх ёстой; »%s« хийхгүй"
#: src/theme.c:5048 src/theme.c:5110
@@ -2899,7 +2921,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Программ дараахи утгагүй _NET_WM_PID %ld үзүүлж байна\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2921,7 +2943,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
@@ -2953,8 +2975,10 @@ msgstr "Онцлог %s. 0x%lx цонхон дээр буруу UTF-8 агуул
#: src/xprops.c:482
#, c-format
-msgid "Property %s on window 0x%lx contained invalid UTF-8 for item %d in the list\n"
-msgstr "Онцлог %s. 0x%lx цонхон дээр объект %d -ийн буруу UTF-8 агуулагдаж байна\n"
+msgid ""
+"Property %s on window 0x%lx contained invalid UTF-8 for item %d in the list\n"
+msgstr ""
+"Онцлог %s. 0x%lx цонхон дээр объект %d -ийн буруу UTF-8 агуулагдаж байна\n"
#~ msgid ""
#~ "The window \"%s\" is not responding.\n"
@@ -2967,4 +2991,3 @@ msgstr "Онцлог %s. 0x%lx цонхон дээр объект %d -ийн б
#~ msgid "Kill application"
#~ msgstr "Х.программыг алах"
-
diff --git a/po/ms.po b/po/ms.po
index 2d5fcc6d..9caaac4e 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Metacity 2.3.x\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-08-08 01:13+0800\n"
"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
"Language-Team: Projek Gabai (Bahasa Melayu) <gabai-penyumbang@lists."
@@ -2455,7 +2455,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2469,7 +2469,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/nl.po b/po/nl.po
index 49c3eea8..03ef5941 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-07-17 03:01+0200\n"
"Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n"
"Language-Team: Dutch <vertaling@nl.linux.org>\n"
@@ -2953,7 +2953,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Toepassing heeft een overbodige _NET_WM_PID %ld ingesteld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2969,7 +2969,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/nn.po b/po/nn.po
index a45281f5..6174fce3 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-09-27 12:36+0200\n"
"Last-Translator: Åsmund Skjæveland <aasmunds@fys.uio.no>\n"
"Language-Team: Norwegian (nynorsk) <i18n-nn@lister.ping.uio.no>\n"
@@ -2904,7 +2904,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Applikasjonen satte ein ugyldig _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2920,7 +2920,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/no.po b/po/no.po
index 8bffba2b..3411dd25 100644
--- a/po/no.po
+++ b/po/no.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 0.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-10-12 13:05+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian (bokmål) <i18n-no@lister.ping.uio.no>\n"
@@ -2856,7 +2856,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Applikasjonen satte en feil _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2872,7 +2872,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/pl.po b/po/pl.po
index 12d046e4..e4b4ad2c 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-06-30 09:13+0100\n"
"Last-Translator: Gnome PL Team <translators@gnome.pl>\n"
"Language-Team: Polish <pl@li.org>\n"
@@ -3021,7 +3021,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Aplikacja ustawiła błędną wartość _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3037,7 +3037,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/pt.po b/po/pt.po
index 07615c69..cc6780be 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-08-25 20:10+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
@@ -2959,7 +2959,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Aplicação definiu um _NET_WM_PID fictício %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2975,7 +2975,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 44a298d1..27fd65f0 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-07-20 08:34-0300\n"
"Last-Translator: Evandro Fernandes Giovanini <evandrofg@ig.com.br>\n"
"Language-Team: GNOME-BR <gnome-l10n-br@listas.cipsga.org.br>\n"
@@ -2974,7 +2974,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "A aplicação definiu um _NET_WM_PID %ld inválido\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2990,7 +2990,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/ro.po b/po/ro.po
index cc62fe57..87451441 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.HEAD.ro\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-10-05 16:50+0300\n"
"Last-Translator: Mugurel Tudor <mugurelu@go.ro>\n"
"Language-Team: <@li.org>\n"
@@ -2938,7 +2938,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Aplicaţia a setat un _NET_WM_PID fals %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2954,7 +2954,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/ru.po b/po/ru.po
index b5d2b852..508effea 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-06-03 17:11+0300\n"
"Last-Translator: \"Andrew W. Nosenko\" <awn@bcs.zp.ua>\n"
"Language-Team: Russian <gnome-cyr@gnome.org>\n"
@@ -2976,7 +2976,7 @@ msgstr ""
"Приложение установило неправильное значение параметра _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2992,7 +2992,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/sk.po b/po/sk.po
index aa527b8f..106b4da8 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.HEAD.sk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-09-24 08:54+0200\n"
"Last-Translator: Stanislav Visnovsky <visnovsky@kde.org>\n"
"Language-Team: Slovak <sk-i18n@linux.sk>\n"
@@ -2867,7 +2867,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Aplikcia nastavila neplatn _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2883,7 +2883,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/sl.po b/po/sl.po
index 09d7b180..8804f3a3 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2002-06-07 21:46+0200\n"
"Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@@ -2910,7 +2910,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Program je nastavil pokvarjen _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2926,7 +2926,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/sq.po b/po/sq.po
index b9da6b9f..ed414b01 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-09-04 00:55+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
@@ -2918,7 +2918,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Aplikativi ka vendosur një _NET_WM_PID të gabuar %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2934,7 +2934,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/sr.po b/po/sr.po
index 97782db6..c9ad12cb 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-08-08 04:41+0200\n"
"Last-Translator: Goran Rakić <gox@devbase.net>\n"
"Language-Team: Serbian (sr) <serbiangnome-lista@nongnu.org>\n"
@@ -2930,7 +2930,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Програм је поставио нетачан _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2946,7 +2946,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/sr@Latn.po b/po/sr@Latn.po
index 7639e3af..327f7e7c 100644
--- a/po/sr@Latn.po
+++ b/po/sr@Latn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-08-08 04:41+0200\n"
"Last-Translator: Goran Rakić <gox@devbase.net>\n"
"Language-Team: Serbian (sr) <serbiangnome-lista@nongnu.org>\n"
@@ -2930,7 +2930,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Program je postavio netačan _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2946,7 +2946,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/sv.po b/po/sv.po
index 405f8d50..32205c23 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-06-28 12:28+0200\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -2991,7 +2991,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Programmet ställde in ett felaktigt _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3007,7 +3007,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/ta.po b/po/ta.po
index 726bd9b1..e9f0948e 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Tamil Metacity 2.4POT-Creation-Date: 2003-09-16 17:19-"
"0500\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-09-16 17:19-0500\n"
"Last-Translator: Dinesh Nadarajah <n_dinesh@yahoo.com>\n"
"Language-Team: Tamil <tamilinix@yahoogroups.com>\n"
@@ -2392,7 +2392,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2406,7 +2406,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/tr.po b/po/tr.po
index 9c5357cc..90730c81 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-02-10 18:55+0200\n"
"Last-Translator: Arman Aksoy (Armish) <armish@linux-sevenler.de>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
@@ -2910,7 +2910,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Uygulama _NET_WM_PID'e geçersiz %ld değerini atadı\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2926,7 +2926,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/uk.po b/po/uk.po
index 315a6421..97b1c2f3 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-02-05 03:08--500\n"
"Last-Translator: Yuriy Syrota <yuri@renome.rovno.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
@@ -2942,7 +2942,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Додаток встановив неправильне значення _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2958,7 +2958,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/vi.po b/po/vi.po
index a4067732..364ce524 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-09-07 18:53+0700\n"
"Last-Translator: pclouds <pclouds@gmx.net>\n"
"Language-Team: Gnome-Vi <gnomevi-list@lists.sourceforge.net>\n"
@@ -2855,7 +2855,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Ứng dụng đặt bogus _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2871,7 +2871,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/wa.po b/po/wa.po
index 27c3c5cb..a5b9e6c0 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-07-12 14:51+0200\n"
"Last-Translator: Pablo Saratxaga <pablo@mandrakesoft.com>\n"
"Language-Team: Walon <linux-wa@walon.org>\n"
@@ -2411,7 +2411,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2425,7 +2425,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 6108caac..a7fe30f9 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-08-08 15:16+0800\n"
"Last-Translator: Funda Wang <fundawang@linux.net.cn>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
@@ -2734,7 +2734,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "应用程序设置一个假的 _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2750,7 +2750,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index fc052b51..25c7a3a6 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.5.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-10-27 19:40-0500\n"
+"POT-Creation-Date: 2004-02-15 17:25-0500\n"
"PO-Revision-Date: 2003-07-07 22:58+0800\n"
"Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
"Language-Team: Chinese (traditioanl) <zh-l10n@linux.org.tw>\n"
@@ -2871,7 +2871,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "程式設定了多餘的 _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4638
+#: src/window.c:4659
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2887,7 +2887,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5299
+#: src/window.c:5317
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"