summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS28
-rw-r--r--README2
-rw-r--r--configure.in5
-rw-r--r--po/am.po14
-rw-r--r--po/ar.po14
-rw-r--r--po/az.po14
-rw-r--r--po/be.po14
-rw-r--r--po/bg.po14
-rw-r--r--po/bn.po14
-rw-r--r--po/bs.po14
-rw-r--r--po/ca.po14
-rw-r--r--po/cs.po14
-rw-r--r--po/cy.po14
-rw-r--r--po/da.po5
-rw-r--r--po/de.po14
-rw-r--r--po/el.po14
-rw-r--r--po/en_CA.po14
-rw-r--r--po/en_GB.po14
-rw-r--r--po/es.po14
-rw-r--r--po/et.po14
-rw-r--r--po/eu.po14
-rw-r--r--po/fa.po14
-rw-r--r--po/fi.po14
-rw-r--r--po/fr.po2
-rw-r--r--po/ga.po14
-rw-r--r--po/gl.po14
-rw-r--r--po/gu.po74
-rw-r--r--po/he.po14
-rw-r--r--po/hi.po14
-rw-r--r--po/hr.po14
-rw-r--r--po/hu.po14
-rw-r--r--po/id.po14
-rw-r--r--po/is.po14
-rw-r--r--po/it.po14
-rw-r--r--po/ja.po14
-rw-r--r--po/ko.po14
-rw-r--r--po/lt.po14
-rw-r--r--po/lv.po14
-rw-r--r--po/mk.po14
-rw-r--r--po/ml.po14
-rw-r--r--po/mn.po14
-rw-r--r--po/ms.po14
-rw-r--r--po/nb.po14
-rw-r--r--po/nl.po14
-rw-r--r--po/nn.po14
-rw-r--r--po/no.po14
-rw-r--r--po/or.po14
-rw-r--r--po/pa.po14
-rw-r--r--po/pl.po14
-rw-r--r--po/pt.po14
-rw-r--r--po/pt_BR.po14
-rw-r--r--po/ro.po14
-rw-r--r--po/ru.po14
-rw-r--r--po/sk.po14
-rw-r--r--po/sl.po14
-rw-r--r--po/sq.po14
-rw-r--r--po/sr.po14
-rw-r--r--po/sr@Latn.po14
-rw-r--r--po/sv.po14
-rw-r--r--po/ta.po14
-rw-r--r--po/th.po14
-rw-r--r--po/tk.po14
-rw-r--r--po/tr.po14
-rw-r--r--po/uk.po14
-rw-r--r--po/vi.po14
-rw-r--r--po/wa.po14
-rw-r--r--po/zh_CN.po14
-rw-r--r--po/zh_TW.po14
69 files changed, 524 insertions, 467 deletions
diff --git a/ChangeLog b/ChangeLog
index 77abbd24..2c6a871f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-12-06 Elijah Newrne <newren@gmail.com>
+
+ * configure.in: bump version to 2.8.8 in order to follow Fibonacci
+ sequence micro version numbering
+
+ * NEWS, README: Metacity 2.8.8 (stable release)
+
2004-10-25 Elijah Newren <newren@math.utah.edu>
Fix the alt-tab order--if the most recently used window is not
diff --git a/NEWS b/NEWS
index 5bd2ff7a..7ce3b0bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+2.8.8
+==
+
+This is a stable release for Gnome 2.8.2.
+
+Thanks Rob Adams, Anders Carlsson, Elijah Newren, and Soeren Sandmann,
+for fixes in this release.
+
+Fixes
+ * Correct the requested number of keycodes (Rob) [#155247]
+ * Make the "showing desktop" mode be per-workspace instead of
+ per-screen. (Elijah) [#142198]
+ * Don't try to use an ARGB visual at all if the depth isn't
+ 32-bit. This caused major slowdowns with Composite
+ enabled. (Anders)
+ * Fix the modifier key breakage introduced by an Xorg
+ change. (Soeren) [#151554]
+ * Fix the alt-tab order--if the most recently used window is not
+ focused, start alt tabbing with that window instead of the one
+ after it (Elijah) [#156251]
+ * Use only numbers from the Fibonacci sequence for micro version
+ numbers at Havoc's request (thus the reason this is 2.8.8 instead
+ of 2.8.7--2.8.4 and 2.8.6 were mistakes that didn't comply with
+ this requirement)
+
+Translations
+ * da(Martin Willemoes Hansen), fr(Christophe Merlet, Baptiste Mille-Mathias)
+
2.8.6
==
diff --git a/README b/README
index e7e11ca4..f25c8fa6 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ on UNIX keyboards.
The first release of Metacity was version 2.3. Metacity has no need for
your petty hangups about version numbers.
-The stable releases so far are 2.4.x, 2.6.x, 2.8.0, 2.8.1, 2.8.1.x, 2.8.5-6
+The stable releases so far are 2.4.x, 2.6.x, 2.8.0, 2.8.1, 2.8.1.x, 2.8.y (y>=5)
Unstable branches are 2.3.x, 2.5.x, 2.8.2-4)
diff --git a/configure.in b/configure.in
index 272bc7da..6900d279 100644
--- a/configure.in
+++ b/configure.in
@@ -3,10 +3,13 @@ AC_INIT(src/display.c)
AM_CONFIG_HEADER(config.h)
+# Fibonacci sequence for micro version numbering:
+# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
+
# we'll hold the 2.8.x versioning for GNOME 2.8, it was also used
# for GNOME 2.6, then after GNOME 2.8 we'll have the numbers synced
# with GNOME
-AM_INIT_AUTOMAKE(metacity, 2.8.7)
+AM_INIT_AUTOMAKE(metacity, 2.8.8)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
diff --git a/po/am.po b/po/am.po
index 29ad4e89..0ca5ba3a 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\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"
@@ -96,19 +96,19 @@ msgstr "መስኮቱን አስተልቅ"
msgid "Unmaximize Window"
msgstr "መስኮቱን አታስተልቅ"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr ""
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr ""
@@ -1549,7 +1549,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr ""
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr ""
@@ -2625,7 +2625,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2639,7 +2639,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/ar.po b/po/ar.po
index 3f41441b..3b536ea2 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-09-04 17:54+0300\n"
"Last-Translator: Abdulaziz Al-Arfaj <alarfaj0@yahoo.com>\n"
"Language-Team: Arabic <support@arabeyes.org>\n"
@@ -105,19 +105,19 @@ msgstr "تكبير النافذة"
msgid "Unmaximize Window"
msgstr "إلغاء تكبير النافذة"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr "برنامج آخر بصدد استعمال المفتاح %s بالمغيرين %x كرابط\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "خطأ اطلاق حوار ميتستي لعرض خطأ حول الأمر: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "لم يعرف أمر %d.\n"
@@ -1929,7 +1929,7 @@ msgstr "لا يمكن الحصول على اختيار مدير النوافذ
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "الشاشة %d على المعرض \"%s\" لها مدير نوافذ\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "لا يمكن تسريح الشاشة %d على المعرض \"%s\"\n"
@@ -3028,7 +3028,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "ضبط التطبيق صك _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3044,7 +3044,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 a6b7d251..6e5fb585 100644
--- a/po/az.po
+++ b/po/az.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.HEAD.az\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-17 21:53+0300\n"
"Last-Translator: Metin Amiroff <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
@@ -102,7 +102,7 @@ msgstr "Pəncərəni Böyüt"
msgid "Unmaximize Window"
msgstr "Pəncərəni Balacalaşdır"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -110,12 +110,12 @@ msgid ""
msgstr ""
"Başqa bir proqram hazırda %s açarını %x modifayrlı bağlayıcı olaraq işlədir\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "Əmr haqqında xəta metacity-dialoqu başlatma xətası: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "%d əmri tə'yin edilməyib.\n"
@@ -1974,7 +1974,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "%d ekranı \"%s\" displeyində onsuz da pəncərə idarəçisinə malikdir\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Could not release screen %d on display \"%s\"\n"
@@ -3084,7 +3084,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3100,7 +3100,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 dcea1575..d6c6ed76 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\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"
@@ -102,7 +102,7 @@ msgstr "Найбольшыць акно"
msgid "Unmaximize Window"
msgstr "Аднавіць папярэдні памер"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -110,14 +110,14 @@ msgid ""
msgstr ""
"Клявішу \"%s\" з мадыфікатарамі \"%x\" ужо выкарыстоўвае іншая праграма\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Памыдка загрузкі дыялёга Metacity для вываду паведамленьня пра памылку "
"каманды: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Каманда %d не была вызначана.\n"
@@ -2119,7 +2119,7 @@ msgstr "Ня атрымалася выбраць мэнаджар вокнаў
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "У экрана %d дысплэя \"%s\" ужо ёсьць мэнаджар вокнаў\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Ня атрымалася вызваліць экран %d дысплэя \"%s\"\n"
@@ -3264,7 +3264,7 @@ msgstr ""
"Дастасаваньне усталявала няправільнае значэньне парамэтра _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3280,7 +3280,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 6fdec19f..2f7428a3 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-07-26 16:34+0300\n"
"Last-Translator: Rostislav Raykov <zbrox@i-space.org>\n"
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
@@ -102,21 +102,21 @@ msgstr "Максимизиране на прозореца"
msgid "Unmaximize Window"
msgstr "Демаксимизиране на прозореца"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr "Някоя друга програма използва бързия клавиш %s с модификатори %x\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Грешка при стартиране на диалога на Метасити, за отпечатване на грешка за "
"команда: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Не е дефинирана команда %d.\n"
@@ -2002,7 +2002,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Екран %d на дисплей \"%s\" вече има мениджър за прозорци\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Не успях да отстъпя екран %d на дисплей \"%s\"\n"
@@ -3126,7 +3126,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Приложението зададе неверен _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3142,7 +3142,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 e7a019b5..4c84b71d 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-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\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"
@@ -104,7 +104,7 @@ msgid "Unmaximize Window"
msgstr "মাঝারি আকার কর"
# " উইন্ডো অবৃহদায়ত কর"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -112,12 +112,12 @@ msgid ""
msgstr ""
"অন্য একটি প্রোগ্রাম ইতিমধ্যেই %s চাবি %x পরিবর্তক সহ কার্যকারক হিসাবে ব্যবহার করছে\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "একটি আদেশ বিষয়ে ভুল ছাপার মেটাসিটি বার্তালাপ চালু করতে গন্ডগোল হয়েছে: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "আদেশ %d জানা নেই।\n"
@@ -2058,7 +2058,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "পর্দা %d প্রদর্শক \"%s\"এ ইতিমধ্যেই একটি জানালা প্রবন্ধক আছে\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "পর্দা %d প্রদর্শক \"%s\" কে ছাড়তে পারলাম না\n"
@@ -3176,7 +3176,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "প্রোগ্রামটি একটি অর্থহীন _NET_WM_PID স্থির করেছে %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3192,7 +3192,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/bs.po b/po/bs.po
index 1003245e..9434881e 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-07-30 02:16+0200\n"
"Last-Translator: Kemal Sanjta <gomez@lugzdk.ba>\n"
"Language-Team: Bosnian <+>\n"
@@ -101,7 +101,7 @@ msgstr "Maksimiziraj prozor"
msgid "Unmaximize Window"
msgstr "Poništi povećanje prozora"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -109,12 +109,12 @@ msgid ""
msgstr ""
"Neki drugi program već koristi kljuć %s sa modifikacijama %x kao spoj\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "Greška pri pokretanju metacity dijaloga za ispis greške komande: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Nijedna komanda %d nije definisana.\n"
@@ -2046,7 +2046,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Ekran %d na prikazu \"%s\" već ima rukovoditelja prozora\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Nije moguće otpustiti ekran %d na prikazu \"%s\"\n"
@@ -3174,7 +3174,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Aplikacija je postavila prividan _NETWM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3190,7 +3190,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 cc12b456..8ecaa736 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.7.90\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-21 18:54+0200\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Softcatalà <tradgnome@softcatala.org>\n"
@@ -104,7 +104,7 @@ msgstr "Maximitza la finestra"
msgid "Unmaximize Window"
msgstr "Desmaximitza la finestra"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -113,14 +113,14 @@ msgstr ""
"Ja hi ha algun altre programa utilitzant la clau %s amb els modificadors %x "
"com a vinculació\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"S'ha produït un error en executar el metacity-dialog per a mostrar un error "
"sobre una ordre: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "No s'ha definit cap ordre %d.\n"
@@ -2018,7 +2018,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "La pantalla %d en la visualització «%s» ja té un gestor de finestres\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "No s'ha pogut lliberar la pantalla %d en la visualització «%s»\n"
@@ -3157,7 +3157,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3173,7 +3173,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 30fd45f9..c44bf245 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-09-05 16:22+0200\n"
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -98,7 +98,7 @@ msgstr "Maximalizovat okno"
msgid "Unmaximize Window"
msgstr "Demaximalizovat okno"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -106,12 +106,12 @@ msgid ""
msgstr ""
"Klávesu %s s modifikátory %x již jako zkratku používá nějaký jiný program\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "Chyba při spouštění metacity-dialog pro výpis chyby o příkazu: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Nebyl definován příkaz %d.\n"
@@ -1977,7 +1977,7 @@ msgstr "Nemohu získat výběr manažera oken na obrazovce %d displeje \"%s\"\n"
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Obrazovka %d na displeji \"%s\" již má manažera oken\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Nemohu uvolnit obrazovku %d na displeji \"%s\"\n"
@@ -3093,7 +3093,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3109,7 +3109,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 f684b7c9..b5205ae4 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-09-12 16:38+0100\n"
"Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n"
"Language-Team: Cymraeg <gnome-cy@pengwyn.linux.org.uk>\n"
@@ -100,7 +100,7 @@ msgstr "Ehangu'r Ffenest"
msgid "Unmaximize Window"
msgstr "Dadehangu'r Ffenest"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -109,14 +109,14 @@ msgstr ""
"Mae rhaglen arall yn defnyddio'r bysell %s gyfa'r addasyddion %x fel "
"rhwymiad eisioes\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Gwall wrth lansio metacity-dialog er mwyn argraffu gwall ynghylch gorchymyn: "
"%s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Does dim gorchmyn %d wedi ei ddiffinio.\n"
@@ -2047,7 +2047,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Mae gan y sgrîn %d ar y dangosydd \"%s\" rheolydd ffenestri eisioes\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Methu rhyddhau sgrîn %d ar y dangosydd \"%s\"\n"
@@ -3182,7 +3182,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3198,7 +3198,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 25268124..77fc4b83 100644
--- a/po/da.po
+++ b/po/da.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-11-23 13:38+0100\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-07-30 20:40+0200\n"
"Last-Translator: Martin Willemoes Hansen <mwh@sysrq.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
@@ -54,7 +54,8 @@ msgstr "Fejl ved læsning fra vinduesprocessen: %s\n"
msgid ""
"Error launching metacity-dialog to ask about killing an application: %s\n"
msgstr ""
-"Fejl ved start af metacity-dialog for at spørge om at afslutte et program: %s\n"
+"Fejl ved start af metacity-dialog for at spørge om at afslutte et program: %"
+"s\n"
#: src/delete.c:452
#, c-format
diff --git a/po/de.po b/po/de.po
index a1360e25..75a73186 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Metacity 2.8.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-07-25 12:35+0200\n"
"Last-Translator: Christian Neumair <chris@gnome-de.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
@@ -103,7 +103,7 @@ msgstr "Fenster maximieren"
msgid "Unmaximize Window"
msgstr "Fenster wiederherstellen"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -112,14 +112,14 @@ msgstr ""
"Ein anderes Programm verwendet die Taste %s bereits mit den Umschaltern %x "
"als Tastenkombination\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Beim Starten eines Metacity-Dialogs, der einen Fehler zu einem Befehl "
"anzeigen sollte, ist ein Fehler aufgetreten: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Es wurde kein Befehl %d festgelegt.\n"
@@ -2091,7 +2091,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Bildschirm %d auf Anzeige »%s« hat bereits einen Fenstermanager\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Bildschirm %d auf Anzeige »%s« konnte nicht freigegeben werden\n"
@@ -3238,7 +3238,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3260,7 +3260,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 1e43e7e8..8e616e1f 100644
--- a/po/el.po
+++ b/po/el.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: el\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-29 11:51+0300\n"
"Last-Translator: Kostas Papadimas <pkst@gnome.org>\n"
"Language-Team: <nls@tux.hellug.gr>\n"
@@ -114,7 +114,7 @@ msgstr "Μεγιστοποίηση Παραθύρου"
msgid "Unmaximize Window"
msgstr "Απόμεγιστοποίηση Παραθύρου"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -123,14 +123,14 @@ msgstr ""
"Κάποιο άλλο πρόγραμμα χρησιμοποιεί ήδη το κλειδί %s με μετατροπείς %x ώς "
"δεσμό\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Σφάλμα εκκίνησης διαλόγου metacity για την εκτύπωση ενός σφάλματος για μια "
"εντολή: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Δεν έχει ορισθεί εντολή %d.\n"
@@ -2056,7 +2056,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Η οθόνη %d στην προβολή \"%s\" έχει ήδη ένα διαχειριστή παραθύρων\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Αδυναμία απελευθέρωσης οθόνης %d στην προβολή \"%s\"\n"
@@ -3220,7 +3220,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Η εφαρμογή έθεσε ένα πλαστό _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3236,7 +3236,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/en_CA.po b/po/en_CA.po
index cad933a2..3fd25b20 100644
--- a/po/en_CA.po
+++ b/po/en_CA.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-09-26 18:28-0400\n"
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
"Language-Team: English/Canada <adamw@FreeBSD.org>\n"
@@ -100,7 +100,7 @@ msgstr "Maximize Window"
msgid "Unmaximize Window"
msgstr "Unmaximize Window"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -109,13 +109,13 @@ msgstr ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Error launching metacity-dialogue to print an error about a command: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "No command %d has been defined.\n"
@@ -1999,7 +1999,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Screen %d on display \"%s\" already has a window manager\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Could not release screen %d on display \"%s\"\n"
@@ -3117,7 +3117,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Application set a bogus _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3133,7 +3133,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 c579d838..b2ae07dd 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-07-25 12:25+0100\n"
"Last-Translator: David Lodge <dave@cirt.net>\n"
"Language-Team: English/GB <en@li.org>\n"
@@ -102,7 +102,7 @@ msgstr "Maximize Window"
msgid "Unmaximize Window"
msgstr "Unmaximize Window"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -111,13 +111,13 @@ msgstr ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Error launching metacity-dialogue to print an error about a command: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "No command %d has been defined.\n"
@@ -2001,7 +2001,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Screen %d on display \"%s\" already has a window manager\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Could not release screen %d on display \"%s\"\n"
@@ -3119,7 +3119,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Application set a bogus _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3135,7 +3135,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 a792f752..de405c49 100644
--- a/po/es.po
+++ b/po/es.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: es\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-28 16:58+0200\n"
"Last-Translator: Francisco Javier F. Serrador <serrador@cvs.gnome.org>\n"
"Language-Team: Spanish <traductores@es.gnome.org>\n"
@@ -109,7 +109,7 @@ msgstr "Maximizar la ventana"
msgid "Unmaximize Window"
msgstr "Restaurar la ventana"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -118,14 +118,14 @@ msgstr ""
"Algún otro programa ya está usando la clave %s con el modificador %x como "
"una vinculación\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Ocurrió un error al lanzar metacity-dialog para imprimir un error acerca de "
"un comando: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "No ha sido definido ningún comando %d.\n"
@@ -2087,7 +2087,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "La ventana %d en la pantalla «%s» ya tiene un gestor de ventanas\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "No se ha podido liberar el monitor %d en la pantalla «%s»\n"
@@ -3243,7 +3243,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3259,7 +3259,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/et.po b/po/et.po
index 1a809b46..b22aad55 100644
--- a/po/et.po
+++ b/po/et.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-03-27 20:12+0300\n"
"Last-Translator: Tõivo Leedjärv <toivo@linux.ee>\n"
"Language-Team: Estonian <gnome-et@linux.ee>\n"
@@ -95,19 +95,19 @@ msgstr "Maksimeeri aken"
msgid "Unmaximize Window"
msgstr "Taasta akna suurus"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr ""
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr ""
@@ -1544,7 +1544,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr ""
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr ""
@@ -2618,7 +2618,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2632,7 +2632,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/eu.po b/po/eu.po
index 69807dd4..37dfcecb 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-26 23:33+0200\n"
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
@@ -105,7 +105,7 @@ msgstr "Maximizatu leihoa"
msgid "Unmaximize Window"
msgstr "Desmaximizatu leihoa"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -114,14 +114,14 @@ msgstr ""
"Beste programaren batek erabiltzen du %s gakoa %x aldatzaileekin lotura "
"gisa\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Errorea komando bati buruzko errorea inprimatzeko metacity-ren elkarrizketa-"
"koadroa abiaraztean: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "%d komandoa ez dago definituta.\n"
@@ -2022,7 +2022,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "\"%2$s\" bistaratzeko %1$d pantailak badu leiho-kudeatzailea\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Ezin izan da askatu \"%2$s\" bistaratzeko %1$d pantaila\n"
@@ -3159,7 +3159,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Aplikazioak _NET_WM_PID %ld faltsua ezarri du\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3175,7 +3175,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 d372dc79..206c86b7 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\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"
@@ -94,19 +94,19 @@ msgstr ""
msgid "Unmaximize Window"
msgstr ""
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr ""
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr ""
@@ -1611,7 +1611,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr ""
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr ""
@@ -2687,7 +2687,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2701,7 +2701,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 56ec1bee..a7d881c4 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-19 02:27+0300\n"
"Last-Translator: Pauli Virtanen <pauli.virtanen@hut.fi>\n"
"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
@@ -101,7 +101,7 @@ msgstr "Suurenna ikkuna"
msgid "Unmaximize Window"
msgstr "Palauta ikkuna"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -109,14 +109,14 @@ msgid ""
msgstr ""
"Jokin muu ohjelma käyttää jo näppäintä %s muunnoksin %x pikanäppäimenään\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Virhe metacity-dialogin käynnistämisessä komennon virheen tulostamista "
"varten: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Mitään komentoa %d ei ole määritelty.\n"
@@ -1993,7 +1993,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Näytön \"%2$s\" ruudulla %1$d on jo ikkunointiohjelma\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Näytön \"%2$s\" ruudun %1$d vapauttaminen ei onnistunut\n"
@@ -3120,7 +3120,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3136,7 +3136,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 d3e96f07..9190d74f 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.8.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-11-14 10:28+0100\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-11-14 10:12+0100\n"
"Last-Translator: Baptiste Mille-Mathias <baptiste@mille-mathias.info>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
diff --git a/po/ga.po b/po/ga.po
index 6c0cb4a9..4d04cda6 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Metacity HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-03-08 19:05 GMT\n"
"Last-Translator: Alastair McKinstry <mckinstry@computer.org>\n"
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
@@ -96,19 +96,19 @@ msgstr ""
msgid "Unmaximize Window"
msgstr ""
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr ""
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr ""
@@ -1548,7 +1548,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr ""
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr ""
@@ -2622,7 +2622,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2636,7 +2636,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 ea1664b8..cd01e672 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\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"
@@ -97,7 +97,7 @@ msgstr "Maximizar Fiestra"
msgid "Unmaximize Window"
msgstr "Restaurar Fiestra"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -106,12 +106,12 @@ msgstr ""
"Algún outro programa está usando xa a tecla %s cos modificadores %x como "
"asignación (binding)\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr ""
@@ -1590,7 +1590,7 @@ msgstr "Non se puido crear o directorio '%s': %s\n"
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "A pantalla %d no display '%s' ten xa un xestor de fiestras\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, fuzzy, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Non se puido crear o directorio '%s': %s\n"
@@ -2672,7 +2672,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2686,7 +2686,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/gu.po b/po/gu.po
index 28ad3370..f14a456d 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.gnome-2-8.gu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-26 04:45+0200\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-10-26 18:01+0530\n"
"Last-Translator: Ankit Patel <ankit@redhat.com>\n"
"Language-Team: Gujarati\n"
@@ -16,7 +16,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"<magnet@magnet-i.com>\n"
"X-Generator: KBabel 1.3.1\n"
-"Plural-Forms: Plural-Forms: nplurals=2; plural=(n!=1);\n\n"
+"Plural-Forms: Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"\n"
"\n"
"\n"
"\n"
@@ -54,7 +55,8 @@ msgstr "સંવાદ દર્શાવનાર પ્રક્રિયા
#: src/delete.c:344
#, c-format
-msgid "Error launching metacity-dialog to ask about killing an application: %s\n"
+msgid ""
+"Error launching metacity-dialog to ask about killing an application: %s\n"
msgstr "કાર્યક્રમને મૃત કરવા માટે પૂછવા માટે મેટાસીટી-સંવાદ શરુ કરવામાં ભૂલ: %s\n"
#: src/delete.c:452
@@ -150,7 +152,8 @@ msgstr "થીમની ડિરેક્ટરી જોવામાં નિ
#: src/main.c:459
#, 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 અસ્તિત્વ ધરાવે છે અને તેમાં સામાન્ય થીમ છે."
#: src/main.c:521
@@ -334,7 +337,8 @@ msgid "The window \"%s\" is not responding."
msgstr "વિન્ડો \"%s\" જવાબ આપી રહ્યું નથી."
#: src/metacity-dialog.c:118
-msgid "Forcing this application to quit will cause you to lose any unsaved changes."
+msgid ""
+"Forcing this application to quit will cause you to lose any unsaved changes."
msgstr "આ કાર્યક્રમને જબરદસ્તી બંધ કરવાથી કોઈપણ અસંગ્રહિત બદલાવો ખોરવાઈ જશે."
#: src/metacity-dialog.c:128
@@ -516,9 +520,9 @@ msgstr ""
"કાર્યક્રમ-આધારિત સ્થિતિમાં જ્યારે તમે વિન્ડોને પ્રકાશન કરો, ત્યારે કાર્યક્રમની બધી વિન્ડો "
"મોટી કરી દેવાશે. કાર્યક્રમ-આધારિત સ્થિતિમાં પણ પ્રકાશન કરવા માટેની ક્લિકે, બીજા "
"કાર્યક્રમની વિન્ડોમાં આગળ ધપાવાતી નથી. આ ગોઠવણનું અસ્તિત્વ થોડાં ઘણાં પ્રશ્ન કરી શકાય તેવું "
-"છે. પણ એ કાર્યક્રમ આધારિત વિરુદ્ધ વિન્ડો-આધારિત માટેની બધી જ સ્પષ્ટ વિગતો માટેની "
-"ગોઠવણ હોવા કરતા સારુ છે. દા.ત. ક્લિક ને આગળ ધપાવવી છે કે નહિ. કાર્યક્રમ-આધારિત "
-"સ્થિતિએ મોટે ભાગે આ ક્ષણે અમલમાં મૂકાયેલું નથી."
+"છે. પણ એ કાર્યક્રમ આધારિત વિરુદ્ધ વિન્ડો-આધારિત માટેની બધી જ સ્પષ્ટ વિગતો માટેની ગોઠવણ "
+"હોવા કરતા સારુ છે. દા.ત. ક્લિક ને આગળ ધપાવવી છે કે નહિ. કાર્યક્રમ-આધારિત સ્થિતિએ મોટે "
+"ભાગે આ ક્ષણે અમલમાં મૂકાયેલું નથી."
#: src/metacity.schemas.in.h:21
msgid "If true, trade off usability for less resource usage"
@@ -1514,8 +1518,8 @@ msgstr ""
"દબાવી રાખતા ઊલટી દિશામાં કાર્ય થશે. માળખું આ રીતે હશે \"&lt;Control&gt;\" અથવા "
"\"&lt;Shift&gt;&lt;Alt&gt;F1\". આ પદચ્છેદ કરનાર ઘણું ઉદાર છે અને નાના અથવા મોટા બંને "
"અક્ષર સ્વીકારે છે, ટૂંકુ નામ કે જે- \"&lt;Ctl&gt;\" અને \"&lt;Ctrl&gt;\". જો તમે "
-"વિકલ્પને વિશિષ્ટ શબ્દમાળા તરીકે સુયોજિત કરેલી હશે \"disabled\", તો આ ક્રિયા માટે "
-"કોઈપણ કી જોડાણ નહિં હોય."
+"વિકલ્પને વિશિષ્ટ શબ્દમાળા તરીકે સુયોજિત કરેલી હશે \"disabled\", તો આ ક્રિયા માટે કોઈપણ "
+"કી જોડાણ નહિં હોય."
#: src/metacity.schemas.in.h:133
msgid ""
@@ -1679,8 +1683,8 @@ msgstr ""
"કી જોડાણ કે જે પેનલની મુખ્ય મેનુ બતાવે છે. માળખું આ રીતે હશે \"&lt;Control&gt;\" અથવા "
"\"&lt;Shift&gt;&lt;Alt&gt;F1\". આ પદચ્છેદ કરનાર ઘણું ઉદાર છે અને નાના અથવા મોટા બંને "
"અક્ષર સ્વીકારે છે, ટૂંકુ નામ કે જે- \"&lt;Ctl&gt;\" અને \"&lt;Ctrl&gt;\". જો તમે "
-"વિકલ્પને વિશિષ્ટ શબ્દમાળા તરીકે સુયોજિત કરેલી હશે \"disabled\", તો આ ક્રિયા માટે "
-"કોઈપણ કી જોડાણ નહિં હોય."
+"વિકલ્પને વિશિષ્ટ શબ્દમાળા તરીકે સુયોજિત કરેલી હશે \"disabled\", તો આ ક્રિયા માટે કોઈપણ "
+"કી જોડાણ નહિં હોય."
#: src/metacity.schemas.in.h:144
msgid "The name of a workspace."
@@ -1872,7 +1876,8 @@ msgstr "જીકોન્ફ કી \"%s\" એ અયોગ્ય પ્રક
msgid ""
"\"%s\" found in configuration database is not a valid value for mouse button "
"modifier\n"
-msgstr "માઉસ બટનની કિંમત બદલવા માટે રુપરેખાના ડેટાબેઝમાંથી મળેલ કિંમત \"%s\" એ યોગ્ય નથી\n"
+msgstr ""
+"માઉસ બટનની કિંમત બદલવા માટે રુપરેખાના ડેટાબેઝમાંથી મળેલ કિંમત \"%s\" એ યોગ્ય નથી\n"
#: src/prefs.c:834 src/prefs.c:1244
#, c-format
@@ -1944,8 +1949,10 @@ msgstr ""
#: src/screen.c:448
#, c-format
-msgid "Could not acquire window manager selection on screen %d display \"%s\"\n"
-msgstr "સ્ક્રીન %d કે જે ડિસ્પ્લે \"%s\" પર છે તે વિન્ડો વ્યવસ્થાપકની પસંદગીને મેળવી શકાતી નથી\n"
+msgid ""
+"Could not acquire window manager selection on screen %d display \"%s\"\n"
+msgstr ""
+"સ્ક્રીન %d કે જે ડિસ્પ્લે \"%s\" પર છે તે વિન્ડો વ્યવસ્થાપકની પસંદગીને મેળવી શકાતી નથી\n"
#: src/screen.c:506
#, c-format
@@ -2171,7 +2178,8 @@ msgid "No \"value\" attribute on element <%s>"
msgstr "કોઈ \"કિંમત\" લક્ષણ વસ્તુ <%s> પર નથી"
#: 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 "બટન માટે બટન_પહોળાઈ/બટન_ઊંચાઈ અને ધારેલુ પ્રમાણ બંનેને સ્પષ્ટ કરી શકાતા નથી"
#: src/theme-parser.c:1343
@@ -2468,7 +2476,8 @@ msgstr "થીમની સૌથી બહારની વસ્તુ <metacit
#: 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
@@ -2478,7 +2487,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 વસ્તુની અંદર સ્વીકાર્ય નથી"
#: src/theme-parser.c:3718
@@ -2806,7 +2816,8 @@ msgstr "રંગના સ્પષ્ટીકરણમાં રંગની
msgid ""
"Blend format is \"blend/bg_color/fg_color/alpha\", \"%s\" does not fit the "
"format"
-msgstr "\"blend/bg_color/fg_color/alpha\" એ મિશ્રિત માળખું છે, \"%s\" માળખામાં બેસતું નથી "
+msgstr ""
+"\"blend/bg_color/fg_color/alpha\" એ મિશ્રિત માળખું છે, \"%s\" માળખામાં બેસતું નથી "
#: src/theme.c:1054
#, c-format
@@ -2820,7 +2831,8 @@ msgstr "મિશ્રિત રંગમાં આલ્ફાની કિં
#: 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 "છાયાનું માળખું \"shade/base_color/factor\" છે, \"%s\" માળખામાં બેસતુ નથી"
#: src/theme.c:1122
@@ -2871,12 +2883,14 @@ msgid "Coordinate expression results in division by zero"
msgstr "યામાક્ષ સમીકરણ શૂન્ય વડે ભાગાકારમાં પરિણમશે"
#: src/theme.c:1783
-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:1840
#, c-format
-msgid "Coordinate expression has an operator \"%s\" where an operand was expected"
+msgid ""
+"Coordinate expression has an operator \"%s\" where an operand was expected"
msgstr "યામાક્ષ સમીકરણ માટે \"%s\" કારક છે જેના માટે ઓપરન્ડ હોવા જોઈએ"
#: src/theme.c:1849
@@ -2892,7 +2906,8 @@ msgstr "યામાક્ષ સમીકરણનો અંત ઓપરન્
msgid ""
"Coordinate expression has operator \"%c\" following operator \"%c\" with no "
"operand in between"
-msgstr "યામાક્ષ સમીકરણમાં \"%c\" કારક પછી તરત જ \"%c\" કારક છે જેમની વચ્ચે કોઈ ઓપરન્ડ નથી"
+msgstr ""
+"યામાક્ષ સમીકરણમાં \"%c\" કારક પછી તરત જ \"%c\" કારક છે જેમની વચ્ચે કોઈ ઓપરન્ડ નથી"
#: src/theme.c:1986
msgid ""
@@ -2935,8 +2950,10 @@ msgstr ""
#: src/theme.c:4369 src/theme.c:4401
#, c-format
-msgid "Missing <frame state=\"%s\" resize=\"%s\" focus=\"%s\" style=\"whatever\"/>"
-msgstr "<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=\"whatever\"/> ખોવાય છે"
#: src/theme.c:4452
#, c-format
@@ -2969,7 +2986,8 @@ msgstr ""
#: src/theme.c:5047 src/theme.c:5109
#, 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:5055 src/theme.c:5117
@@ -3089,6 +3107,6 @@ msgstr "ગુણધર્મ %s વિન્ડો 0x%lx પર અયોગ્
#: src/xprops.c:482
#, c-format
-msgid "Property %s on window 0x%lx contained invalid UTF-8 for item %d in the list\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"
-
diff --git a/po/he.po b/po/he.po
index 1be2a023..48a4bd6e 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\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"
@@ -99,19 +99,19 @@ msgstr "הגדל חלון"
msgid "Unmaximize Window"
msgstr "שחזר חלון"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr "תוכנית אחרת כבר משתמשת במקש %s עם המקש %x כצירוף\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "שגיאה בהפעלת תיבת דו-שיח של מטאסיטי כדי להדפיס שגיאה על הפקודה: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "אף פקודה %d לא הוגדרה.\n"
@@ -1563,7 +1563,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr ""
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr ""
@@ -2649,7 +2649,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2663,7 +2663,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 3786cf71..ecca9edb 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.HEAD.hi\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-07-18 14:18+0530\n"
"Last-Translator: Ravishankar Shrivastava <raviratlami@yahoo.com>\n"
"Language-Team: Hindi <indlinux-hindi@lists.sourceforge.net>\n"
@@ -102,7 +102,7 @@ msgstr "विंडो अधिकतम करें"
msgid "Unmaximize Window"
msgstr "विंडो अधिकतम खत्म करें"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -110,12 +110,12 @@ msgid ""
msgstr ""
"कोई अन्य प्रोग्राम पहले से ही कुंजी %s उपयोग में ले रहा है, परिवर्धक %x बाइंडिंग के रूप में \n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "कमांड: %s हेतु हुई त्रुटि मुद्रण हेतु मेटासिटी-संवाद प्रारंभ करने में त्रुटि हुई\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "कोई कमांड %d पारिभाषित नहीं है.\n"
@@ -2058,7 +2058,7 @@ msgstr "स्क्रीन %d प्रदर्शक \"%s\" पर वि
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "स्क्रीन %d जो प्रदर्शक \"%s\" पर है वहां पहले ही विंडो प्रबंधक है\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "स्क्रीन %d जो प्रदर्शक \"%s\" पर है को मुक्त नहीं कर सका\n"
@@ -3162,7 +3162,7 @@ msgstr "अनुप्रयोग ने नियत किया एक bogu
# first time through
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3184,7 +3184,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/hr.po b/po/hr.po
index b867f8a1..5dde200f 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-02-05 23:51+CET\n"
"Last-Translator: auto\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -99,7 +99,7 @@ msgstr "Maksimiziraj prozor"
msgid "Unmaximize Window"
msgstr "Poništi uvećanje prozora"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -107,13 +107,13 @@ msgid ""
msgstr ""
"Neki drugi prograk već koristi kljuć %s sa modifikacijama %x kao spoj\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Greška pri pokretanju metacity-dialoga za ispisom greške o komandi %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Naredba %d nije definirana.\n"
@@ -2113,7 +2113,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Ekran %d na prikazu \"%s\" već ima rukovoditelj prozora\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Nije moguće izbaciti otpustiti ekran %d na prikazu \"%s\"\n"
@@ -3241,7 +3241,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Aplikacija je postavila prividan _NETWM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3257,7 +3257,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 e8248da1..604cff8a 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-07-07 14:41+0200\n"
"Last-Translator: Laszlo Dvornik <dvornik@gnome.hu>\n"
"Language-Team: Hungarian <gnome@gnome.hu>\n"
@@ -99,19 +99,19 @@ msgstr "Ablak maximalizálása"
msgid "Unmaximize Window"
msgstr "Ablak eredeti mérete"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr ""
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr ""
@@ -1551,7 +1551,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr ""
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr ""
@@ -2625,7 +2625,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2639,7 +2639,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 3b9ffaa1..1e9b4f70 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\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"
@@ -101,21 +101,21 @@ msgstr "Besarkan Window maksimal"
msgid "Unmaximize Window"
msgstr "Kembalikan ukuran window semula"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr "Ada program lain yang menggunakan tombol %s dengan kombinasi %x\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Ada error saat menjalankan metacity-dialog untuk menampilkan error suatu "
"perintah: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Tidak ada perintah %d.\n"
@@ -2183,7 +2183,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Layar %d pada tampilan \"%s\" sudah ada manajer windownya\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Layar %d pada display \"%s\" tidak dapat dilepas\n"
@@ -3305,7 +3305,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3321,7 +3321,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 df7df8ec..2c64c224 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\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"
@@ -97,19 +97,19 @@ msgstr "Hámarka glugga"
msgid "Unmaximize Window"
msgstr "Minnka glugga"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr ""
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Engin skipun %d hefur verið skilgreind.\n"
@@ -1572,7 +1572,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr ""
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr ""
@@ -2651,7 +2651,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2665,7 +2665,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 c5325c0d..20cf3eb2 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.3.55\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-09-19 16:36+0200\n"
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -102,7 +102,7 @@ msgstr "Massimizza la finestra"
msgid "Unmaximize Window"
msgstr "Demassimizza la finestra"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -111,14 +111,14 @@ msgstr ""
"Qualche altro programma sta usando come associazione il tasto %s con "
"modificatore %x\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Errore nell'avviare metacity-dialog per notificare un errore relativo a un "
"comando: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Il comando %d non è stato definito.\n"
@@ -2055,7 +2055,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Lo schermo %d nel display «%s» ha già un window manager\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Impossibile rilasciare lo schermo %d nel display «%s»\n"
@@ -3204,7 +3204,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3220,7 +3220,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 f0909290..9e011d65 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-06 09:19+0900\n"
"Last-Translator: Takeshi AIHANA <aihana@gnome.gr.jp>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
@@ -102,7 +102,7 @@ msgstr "ウィンドウを最大化します"
msgid "Unmaximize Window"
msgstr "ウィンドウを元のサイズに戻します"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -111,14 +111,14 @@ msgstr ""
"既にバインディングとして別のプログラムでキー %s (修飾キー %x) を使っていま"
"す\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"コマンドのエラーを表示する metacity-dialog を起動する際にエラーが発生しまし"
"た: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "コマンド %d は定義されていません。\n"
@@ -2024,7 +2024,7 @@ msgstr ""
"ディスプレイ \"%2$s\" 上のスクリーン %1$d はすでにウィンドウマネージャを持っ"
"ています\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "ディスプレイ \"%2$s\" 上のスクリーン %1$d を解放できませんでした\n"
@@ -3152,7 +3152,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "アプリケーションは偽物の _NET_WM_PID %ld を設定しました\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3168,7 +3168,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 d76ba9f6..7638968f 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-15 10:59+0900\n"
"Last-Translator: Young-Ho, Cha <ganadist at mizi.com>\n"
"Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"
@@ -100,7 +100,7 @@ msgstr "창 최대화"
msgid "Unmaximize Window"
msgstr "창 최대화 취소"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -109,14 +109,14 @@ msgstr ""
"몇몇 다른 프로그램에서 이미 단축키로 변경 키 %2$x와(과) 키 %1$s을(를) 사용하"
"고 있습니다\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"명령에 대한 오류를 출력하기 위해 metacity-dialog를 실행하는 중 오류가 발생했"
"습니다: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "명령 %d이(가) 정의되지 않았습니다.\n"
@@ -1941,7 +1941,7 @@ msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr ""
"디스플레이 \"%2$s\"의 화면 %1$d은(는) 이미 창 관리자가 실행되고 있습니다\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "디스플레이 \"%2$s\"의 화면 %1$d을(를) 떼어 놓을수 없습니다\n"
@@ -3059,7 +3059,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "응용 프로그램이 가짜 _NET_WM_PID %ld을(를) 설정하였습니다\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3075,7 +3075,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 2ffb469d..403e62c6 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-07-23 14:20+0300\n"
"Last-Translator: Žygimantas Beručka <uid0@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -101,7 +101,7 @@ msgstr "Išdidinti langą"
msgid "Unmaximize Window"
msgstr "Sutraukti langą"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -110,14 +110,14 @@ msgstr ""
"Kažkokia kita programa jau naudoja %s klavišą su modifikatoriais %x kaip "
"susiejimą\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Įvyko klaida paleidžiant metacity-dialog, išvedantį informaciją apie "
"komandos klaidą: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Komanda %d neaprašyta.\n"
@@ -2060,7 +2060,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Ekranas %d vaizduoklyje „%s“ jau turi langų tvarkyklę\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Nepavyko pasitraukti iš ekrano %d vaizduoklyje „%s“\n"
@@ -3203,7 +3203,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3219,7 +3219,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 55cba102..11def917 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\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"
@@ -99,7 +99,7 @@ msgstr "Maksimizēt Logu"
msgid "Unmaximize Window"
msgstr "Atjaunot Logu"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -107,12 +107,12 @@ msgid ""
msgstr ""
"Kāda cita programma jau lieto taustiņu %s ar modifcētājiem %x kā sasaisti\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "Kļūda palaižot metacity-dialogu, lai parādītu kļūdu par komandu: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Neviena komanda %d netika definēta.\n"
@@ -2075,7 +2075,7 @@ msgstr "Nevarēju iegūt logu pārvaldnieka izvēli ekrāna %d displejā \"%s\"\
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Ekrāna %d displejam \"%s\" jau ir logu pārvaldnieks\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Nevarēju atlaist ekrānu %d uz displeja \"%s\"\n"
@@ -3196,7 +3196,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3212,7 +3212,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 d7660930..566877aa 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.HEAD.mk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-09-11 22:44+0200\n"
"Last-Translator: Arangel Angov <ufo@linux.net.mk>\n"
"Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
@@ -108,7 +108,7 @@ msgstr "Зголеми прозорец"
msgid "Unmaximize Window"
msgstr "Намали прозорец"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -117,13 +117,13 @@ msgstr ""
"Некоја друга програма веќе го користи тоа копче %s со изменувачи %x како "
"биндинг\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Грешка при отворањето на metacity-дијалог да печати грешка за команда: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Ниедна команда %d не е дефинирана.\n"
@@ -2062,7 +2062,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Екран %d на приказ \"%s\" веќе има менаџер на прозорец\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Не можам да отпуштам екран %d на приказ \"%s\"\n"
@@ -3186,7 +3186,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Апликацијата намести лажно _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3202,7 +3202,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 6416a508..77cbd3fb 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\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"
@@ -95,19 +95,19 @@ msgstr "ജാലകം വലുതാക്കുക"
msgid "Unmaximize Window"
msgstr "ജാലകം വലുതാക്കിയതൊഴിവാക്കുക"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr ""
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr ""
@@ -1550,7 +1550,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr ""
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr ""
@@ -2629,7 +2629,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2643,7 +2643,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 07bcc37a..e34c5b31 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-01-03 15:09+0100\n"
"Last-Translator: Sanlig Badral <Badral@openmn.org>\n"
"Language-Team: Mongolian <openmn-core@lists.sf.net>\n"
@@ -105,7 +105,7 @@ msgstr "Цонх томсгох"
msgid "Unmaximize Window"
msgstr "Цонх хаах"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -114,14 +114,14 @@ msgstr ""
"Өөр нэг программ %s товчийг %x modifier-ын хамтаар товчлуурын комбинац "
"хэлбэрээр хэрэглэж бйна \n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Нэгэн командад гарсан алдааг заах ёстой Metacity-диалогийг эхлэхэд алдаа "
"гарлаа: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Ямар ч %d команд тодорхойлогдоогүй байна.\n"
@@ -2085,7 +2085,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "%d » (%s« джжрхи) цонхны менежертэй байна\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "%d нь »%s« дэлгэцэн дээр гаргагдаж чадсангүй\n"
@@ -3219,7 +3219,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Программ дараахи утгагүй _NET_WM_PID %ld үзүүлж байна\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3241,7 +3241,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/ms.po b/po/ms.po
index c2b3c54a..5a6d4559 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-01-16 23:12+0730\n"
"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
"Language-Team: Projek Gabai (Bahasa Melayu) <gabai-penyumbang@lists."
@@ -101,7 +101,7 @@ msgid "Unmaximize Window"
msgstr "Nyah Maksimum Tetingkap"
# modifier=? binding=?
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -110,13 +110,13 @@ msgstr ""
"Terdapat program lain yang sudah menggunakan kekukci %s dengan modifier %x "
"sebagai binding\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Ralat melancarkan dialog-metacity untuk mencetak ralat tentang arahan: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Tiada arahan %d ditakrifkan.\n"
@@ -1584,7 +1584,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Skrin %d pada paparan \"%s\" sudah mempunyai pengurus tetingkap\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Tak dapat melepaskan skrin %d pada paparan \"%s\"\n"
@@ -2678,7 +2678,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2692,7 +2692,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/nb.po b/po/nb.po
index 710da503..f5d8689c 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-01 22:32+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian (bokmål) <i18n-no@lister.ping.uio.no>\n"
@@ -99,7 +99,7 @@ msgstr "Maksimer vindu"
msgid "Unmaximize Window"
msgstr "Gjenopprett vindu"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -108,14 +108,14 @@ msgstr ""
"Et annet program bruker allerede nøkkelen %s med modifikatorer %x som "
"binding\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Feil under oppstart av metacity-dialog for å skrive ut en feil om en "
"kommando: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Ingen kommando %d er definert\n"
@@ -2099,7 +2099,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Skjerm %d på display «%s» har allerede en vinduhåndterer\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Kunne ikke slippe skjerm %d på display «%s»\n"
@@ -3218,7 +3218,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3234,7 +3234,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 5624e080..a416bdfb 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-07-27 18:02+0100\n"
"Last-Translator: Michiel Sikkes <michiel@eyesopened.nl>\n"
"Language-Team: Dutch <vertaling@nl.linux.org>\n"
@@ -106,7 +106,7 @@ msgid "Unmaximize Window"
msgstr "Venster herstellen"
# Gebruik controletoets als vertaling van modifier (Ctrl/Shift/Alt/Esc)
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -115,14 +115,14 @@ msgstr ""
"Een ander programma gebruikt reeds de %s-toets met controletoets %x als "
"toetsbinding\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Fout bij het starten van een metacity-dialoogvenster om een foutmelding te "
"tonen over een opdracht: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Er is geen opdracht %d gedefinieerd.\n"
@@ -2037,7 +2037,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Scherm %d op display \"%s\" heeft al een windowmanager\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Kon scherm %d op display \"%s\" niet vrijmaken\n"
@@ -3179,7 +3179,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3195,7 +3195,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 91487956..f4a003bb 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-30 22:41+0000\n"
"Last-Translator: Åsmund Skjæveland <aasmunds@fys.uio.no>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
@@ -105,7 +105,7 @@ msgstr "Maksimer vindauge"
msgid "Unmaximize Window"
msgstr "Av-maksimer vindauge"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -114,13 +114,13 @@ msgstr ""
"Eit anna program brukar allereie tasten %s med modifikator %x som ein "
"snøggtast\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Kunne ikkje opna metacity-dialog for å visa ein feil ved ein kommando: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Kommandoen %d er ikkje definert.\n"
@@ -2013,7 +2013,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Skjerm %d på display «%s» har allereie ein vindaugehandsamar\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Kunne ikkje frigjera skjerm %d på display «%s»\n"
@@ -3132,7 +3132,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3148,7 +3148,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 710da503..f5d8689c 100644
--- a/po/no.po
+++ b/po/no.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-01 22:32+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian (bokmål) <i18n-no@lister.ping.uio.no>\n"
@@ -99,7 +99,7 @@ msgstr "Maksimer vindu"
msgid "Unmaximize Window"
msgstr "Gjenopprett vindu"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -108,14 +108,14 @@ msgstr ""
"Et annet program bruker allerede nøkkelen %s med modifikatorer %x som "
"binding\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Feil under oppstart av metacity-dialog for å skrive ut en feil om en "
"kommando: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Ingen kommando %d er definert\n"
@@ -2099,7 +2099,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Skjerm %d på display «%s» har allerede en vinduhåndterer\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Kunne ikke slippe skjerm %d på display «%s»\n"
@@ -3218,7 +3218,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3234,7 +3234,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/or.po b/po/or.po
index d5898db6..553bfd23 100644
--- a/po/or.po
+++ b/po/or.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.HEAD.or\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-10 03:43+0530\n"
"Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n"
"Language-Team: Oriya <oriya-group@lists.sarovar.org>\n"
@@ -99,19 +99,19 @@ msgstr "ୱିଣ୍ଡୋକୁ ବୃହତ୍ତମ କରନ୍ତୁ"
msgid "Unmaximize Window"
msgstr "ୱିଣ୍ଡୋକୁ ସାଧାରଣ ଆକାର ଦିଅନ୍ତୁ"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr "ଏକ ଅଲଗା କାରିକା ପୂର୍ବରୁ ଚାବି %sକୁ ରୂପାନ୍ତରକ %x ସହିତ ବନ୍ଧନ ରୂପେ ବ୍ଯବହାର କରୁଛି\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "ଗୋଟିଏ ନିର୍ଦ୍ଦେଶ ବିଷୟରେ ଏକ ତ୍ରୁଟି ମୁଦ୍ରଣ କରିବା ପାଇଁ ମେଟାସିଟି ସଂଳାପ ଚଳାଇବାରେ ତ୍ରୁଟି: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "%d ନିର୍ଦ୍ଦେଶ ବ୍ଯାଖ୍ଯା କରାଯାଇ ନାହିଁ.\n"
@@ -1912,7 +1912,7 @@ msgstr "ପ୍ରଦର୍ଶକ \"%2$s\"ରେ ପରଦା %1$dର ୱିଣ
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "ପ୍ରଦର୍ଶକ \"%2$s\"ରେ ପରଦା %1$dର ପୂର୍ବରୁ ଗୋଟିଏ ୱିଣ୍ଢୋ ପରିଚାଳକ ଅଛି\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "ପ୍ରଦର୍ଶକ \"%2$s\"ରେ ପରଦା %1$dକୁ ନୁକ୍ତ କରିହେଲା ନାହିଁ\n"
@@ -3018,7 +3018,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "ପ୍ରୟୋଗ ଗୋଟିଏ ନକଲି _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3034,7 +3034,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/pa.po b/po/pa.po
index c2335511..709401dd 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.HEAD.pa\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-09 16:08+0530\n"
"Last-Translator: Amanpreet Singh Alam <aalam@redhat.com>\n"
"Language-Team: Punjabi <pa@li.org>\n"
@@ -104,19 +104,19 @@ msgstr "ਝਰੋਖਾ ਅਧਿਕਤਮ"
msgid "Unmaximize Window"
msgstr "ਝਰੋਖਾਂ ਅਧਿਕਤਮ ਨਾ ਕਰੋ"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr "ਕੋਈ ਹੋਰ ਕਾਰਜ %s ਸਵਿੱਚ ਨੂੰ %x ਸੋਧਕ ਨਾਲ ਪਹਿਲਾਂ ਹੀ ਜੋੜ ਵਾਂਗ ਵਰਤ ਰਿਹਾ ਹੈ\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "ਕਮਾਂਡ ਬਾਰੇ ਗਲਤੀ ਛਾਪਣ ਵਾਲੇ ਮੈਟਾਸਿਟੀ ਤਖਤੀ ਨੂੰ ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %s \n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "ਕੋਈ ਕਮਾਂਡ %d ਪਰਭਾਸ਼ਿਤ ਨਹੀ ਕੀਤੀ|\n"
@@ -1921,7 +1921,7 @@ msgstr "%d ਪਰਦੇ ਤੇ ਦਰਿਸ਼ \"%s\" ਉੱਪਰ ਝਰੋਖਾ
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr " ਪਰਦੇ %d ਤੇ ਦਰਿਸ਼ '%s' ਉੱਪਰ ਕੋਲ ਪਹਿਲਾਂ ਹੀ ਝਰੋਖਾ ਪ੍ਰਬੰਧਕ ਹੈ\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr " ਪਰਦੇ %d ਤੇ ਦਰਿਸ਼ '%s'ਵਿਖਾਵੇ ਉੱਪਰ ਪਰਸਾਰਿਤ ਨਹੀਂ ਕਰ ਸਕਿਆ\n"
@@ -3019,7 +3019,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "ਕਾਰਜ ਨੇ ਇੱਕ ਨਕਲੀ _NET_WM_PID %ld ਨਿਰਧਾਰਿਤ ਕੀਤਾ\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3035,7 +3035,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 2cf60869..8ece52e3 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2003-06-30 09:13+0100\n"
"Last-Translator: Gnome PL Team <translators@gnome.pl>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@@ -105,7 +105,7 @@ msgstr "Maksymalizuje okno"
msgid "Unmaximize Window"
msgstr "Przywraca zmaksymalizowane okno"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -114,14 +114,14 @@ msgstr ""
"Skrótu klawiszowego z klawiszem %s i modyfikatorami %x używa już inny "
"program\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Przy uruchamianiu metacity-dialog (informującego o błędzie dotyczącym "
"polecenia) wystąpił błąd: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Nie zdefiniowano polecenia %d.\n"
@@ -2108,7 +2108,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Na podekranie %d ekranu \"%s\" działa już menedżer okien\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Nie można zwolnić podekranu %d ekranu \"%s\"\n"
@@ -3262,7 +3262,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3278,7 +3278,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 99c82511..8218e91a 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-02 20:50+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
@@ -101,7 +101,7 @@ msgstr "Maximizar Janela"
msgid "Unmaximize Window"
msgstr "Restaurar Janela"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -110,13 +110,13 @@ msgstr ""
"A tecla %s com os modificadores %x já está a ser utilizada como atalho por "
"outra aplicação\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Erro ao abrir diálogo-metacity para imprimir um erro sobre um comando: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Não foi definido nenhum comando %d.\n"
@@ -2060,7 +2060,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Ecrã %d no monitor \"%s\" já tem um gestor de janelas\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Incapaz libertar ecrã %d no monitor \"%s\"\n"
@@ -3194,7 +3194,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Aplicação definiu um _NET_WM_PID %ld fictício\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3210,7 +3210,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 f0f033c7..ec8c04d5 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-09-07 23:13-0300\n"
"Last-Translator: Gustavo Noronha Silva <kov@debian.org>\n"
"Language-Team: GNOME-BR <gnome-l10n-br@listas.cipsga.org.br>\n"
@@ -101,7 +101,7 @@ msgstr "Maximizar Janela"
msgid "Unmaximize Window"
msgstr "Desfazer Maximizar Janela"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -110,14 +110,14 @@ msgstr ""
"Algum outro programa já está usando a chave %s com modificadores %x como uma "
"vinculação\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Erro ao exibir caixa de diálogo para imprimir uma mensagem de erro sobre um "
"comando: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Nenhum comando %d foi definido.\n"
@@ -2059,7 +2059,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "A tela %d na exibição \"%s\" já possui um gerenciador de janelas\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Não foi possível liberar a tela %d na exibição \"%s\"\n"
@@ -3202,7 +3202,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3218,7 +3218,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 03e5d660..2693fd02 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity.HEAD.ro\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-09-07 01:05+0300\n"
"Last-Translator: Mugurel Tudor <mugurelu@go.ro>\n"
"Language-Team: Romanian <@li.org>\n"
@@ -102,7 +102,7 @@ msgstr "Maximizează fereastra"
msgid "Unmaximize Window"
msgstr "Restaurează fereastra"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -110,14 +110,14 @@ msgid ""
msgstr ""
"Alt program foloseşte deja tasta %s cu modificatorul %x drept combinaţie\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Eroare la lansarea metacity-dialog pentru a afişa o eroare despre o comandă: "
"%s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Nici o comandă %d nu a fost definită.\n"
@@ -2049,7 +2049,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Ecranul %d pe afişajul \"%s\" are deja un manager de ferestre\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Nu am putut elibera ecranul %d pe afişajul \"%s\"\n"
@@ -3181,7 +3181,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3197,7 +3197,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 596b2b16..e08ec9cf 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-11 11:05+0400\n"
"Last-Translator: Dmitry G. Mastrukov <dmitry@taurussoft.org>\n"
"Language-Team: Russian <gnome-cyr@gnome.org>\n"
@@ -105,7 +105,7 @@ msgstr "Развернуть окно на весь экран"
msgid "Unmaximize Window"
msgstr "Восстановить прежний размер окна"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -114,14 +114,14 @@ msgstr ""
"Клавишу \"%s\" со связующими модификаторами \"%x\" уже использует другая "
"программа\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Произошла ошибка загрузки диалога \"Метасити\" для вывода сообщения об "
"ошибке команды: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Команда %d не была определена.\n"
@@ -2072,7 +2072,7 @@ msgstr "Не удалось выбрать менеджер окон на экр
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "У экрана %d дисплея \"%s\" уже есть менеджер окон\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Не удалось освободить экран %d дисплея \"%s\"\n"
@@ -3217,7 +3217,7 @@ msgstr ""
"Приложение установило неправильное значение параметра _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3233,7 +3233,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 252f0456..7a4ad87e 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\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"
@@ -101,7 +101,7 @@ msgstr "Maximalizovať okno"
msgid "Unmaximize Window"
msgstr "Odmaximalizovať okno"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -109,12 +109,12 @@ msgid ""
msgstr ""
"Iný program už používa kláves %s s modifikátormi %x ako klávesovú skratku.\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "Chyba pri spustení dialógu metacity pre zobrazenie chyby príkazu: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Nedefinovaný príkaz %d.\n"
@@ -2052,7 +2052,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Obrazovka %d na displeji \"%s\" už má správcu okien\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Nepodarilo sa uvoľniť obrazovku %d na displeji \"%s\"\n"
@@ -3165,7 +3165,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Aplikácia nastavila neplatné _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3181,7 +3181,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 e2e6b3f4..4b4380cd 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\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"
@@ -102,19 +102,19 @@ msgid "Unmaximize Window"
msgstr "Odrazpni okno"
# G:1 K:0 O:0
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr "Tipko %s s spremenilnikom %x uporablja že nek drug program\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "Napaka ob zaganjanju metacity-dialog za izpis napake o ukazu: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Ukaz %d ni bil naveden.\n"
@@ -2078,7 +2078,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Zaslon %d na prikazu \"%s\" že ima upravljalnik oken\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Nisem mogel opustiti prikaza %d prikazu \"%s\"\n"
@@ -3203,7 +3203,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3219,7 +3219,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 4686e7b8..5a31ec32 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-07-27 17:54+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
@@ -102,7 +102,7 @@ msgstr "Dritarja në maksimum"
msgid "Unmaximize Window"
msgstr "Zvogëlo dritaren"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -111,14 +111,14 @@ msgstr ""
"Ndonjë program tjetër është duke përdorur kombinimin e pulsantit %s me "
"ndryshuesin %x\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Gabim gjatë lëshimit të dritares së dialogut të metacity për të lajmëruar "
"një gabim në lidhje me një komandë: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Komanda %d nuk është përcaktuar.\n"
@@ -2010,7 +2010,7 @@ msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr ""
"Screen %d tek display \"%s\" aktualisht e ka një organizues dritareje\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "I pamundur lëshimi i screen %d tek display \"%s\"\n"
@@ -3146,7 +3146,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3162,7 +3162,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 6d785fba..4df9f867 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-07 14:55+0200\n"
"Last-Translator: Данило Шеган <danilo@prevod.org>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
@@ -102,7 +102,7 @@ msgstr "Увећај прозор"
msgid "Unmaximize Window"
msgstr "Поништи увећавање прозора"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -111,14 +111,14 @@ msgstr ""
"Неки други програм већ користи тастер %s са измењивачима %x за неку "
"функцију\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Грешка приликом покретања metacity-dialog програма због штампања грешке о "
"команди: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Није дефинисана команда %d.\n"
@@ -2033,7 +2033,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Приказ %d на екрану „%s“ већ има менаџер прозора\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Нисам могао да испустим приказ %d на екрану „%s“\n"
@@ -3154,7 +3154,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Програм је поставио нетачан _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3170,7 +3170,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 57d78168..88b3d94c 100644
--- a/po/sr@Latn.po
+++ b/po/sr@Latn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-07 14:55+0200\n"
"Last-Translator: Danilo Šegan <danilo@prevod.org>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
@@ -102,7 +102,7 @@ msgstr "Uvećaj prozor"
msgid "Unmaximize Window"
msgstr "Poništi uvećavanje prozora"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -111,14 +111,14 @@ msgstr ""
"Neki drugi program već koristi taster %s sa izmenjivačima %x za neku "
"funkciju\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Greška prilikom pokretanja metacity-dialog programa zbog štampanja greške o "
"komandi: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Nije definisana komanda %d.\n"
@@ -2034,7 +2034,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Prikaz %d na ekranu „%s“ već ima menadžer prozora\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Nisam mogao da ispustim prikaz %d na ekranu „%s“\n"
@@ -3155,7 +3155,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3171,7 +3171,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 4aa03f1c..5c738553 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-07-25 16:14+0200\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -102,7 +102,7 @@ msgstr "Maximera fönster"
msgid "Unmaximize Window"
msgstr "Avmaximera fönster"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -111,14 +111,14 @@ msgstr ""
"Ett annat program använder redan tangenten %s med modifierarna %x som en "
"bindning\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Fel vid start av metacity-dialog för att skriva ut ett fel om ett kommando: %"
"s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Inget kommando %d har definierats.\n"
@@ -2059,7 +2059,7 @@ msgstr "Kunde inte få tag i fönsterhanterarval på skärm %d display \"%s\"\n"
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Skärm %d på display \"%s\" har redan en fönsterhanterare\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Kunde inte släppa skärm %d på display \"%s\"\n"
@@ -3219,7 +3219,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3235,7 +3235,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 c15bb6bf..bca14749 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ta\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-09-03 16:47+0530\n"
"Last-Translator: Jayaradha N <jaya@pune.redhat.com>\n"
"Language-Team: Tamil <zhakanini@yahoogroups.com>\n"
@@ -104,19 +104,19 @@ msgstr "சாளரத்தை பெரிதாக்கு"
msgid "Unmaximize Window"
msgstr "சாளரத்தை பெரிதாக்காதே"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr "விசை %s ஐ மாற்றி %x ஓடு இணைத்து வேறு நிரல் பயன்படுத்திக்கொண்டிருக்கிறது\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "மெட்டா-சிட்டி உரையை துவக்குவதில் பிழை கட்டளை பற்றிய பிழையை அச்சடிக்கவும்: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "கட்டளை %d எதுவும் குறிப்பிடப்படவில்லை.\n"
@@ -1946,7 +1946,7 @@ msgstr "திரையில் சாளர மேலாளர் தேர்
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "திரை %d யின் காட்சி \"%s\" க்கு சாளர மேலாளர் ஏற்கெனவே உள்ளது\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "திரை %d ஐ விடுவிக்க முடியவில்லை \"%s\"\n"
@@ -3049,7 +3049,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "பயன்பாடு தவறாக அமைக்கப்பட்டது _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3065,7 +3065,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/th.po b/po/th.po
index 5f8913fe..cb2e4edb 100644
--- a/po/th.po
+++ b/po/th.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-09-12 22:37-0500\n"
"Last-Translator: Paisa Seeluangsawat <paisa@users.sf.net>\n"
"Language-Team: Thai <L10n@opentle.org>\n"
@@ -106,19 +106,19 @@ msgstr "ขยายหน้าต่างเต็ม"
msgid "Unmaximize Window"
msgstr "เลิกขยายหน้าต่างเต็ม"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr "โปรแกรมอื่นกำลังใช้ปุ่ม %s ร่วมกับปุ่ม %x เป็นปุ่มลัดอยู่แล้ว\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "ไม่สามารถเปิดหน้าต่างโต้ตอบ เพื่อแสดงข้อผิดพลาดของคำสั่ง: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "คำสั่ง %d ยังไม่ได้ถูกกำหนด\n"
@@ -1900,7 +1900,7 @@ msgstr "ไม่สามารถอ่านค่าตัวจัดกา
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "screen %d บน display \"%s\" มีตัวจัดการหน้าต่างอยู่แล้ว\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "ไม่สามารถปล่อยการควบคุม screen %d บน display \"%s\"\n"
@@ -3003,7 +3003,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "โปรแกรมประยุกต์ตั้งค่า _NET_WM_PID เป็น %ld ซึ่งไม่มีอยู่จริง\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, 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:5610
+#: src/window.c:5611
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
diff --git a/po/tk.po b/po/tk.po
index df089b2d..cfbe91f1 100644
--- a/po/tk.po
+++ b/po/tk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-08-13 03:30+0330\n"
"Last-Translator: Gurban Mühemmet Tewekgeli <gmtavakkoli@yahoo.com>\n"
"Language-Team: Turkmen <kakilikgroup@yahoo.com>\n"
@@ -96,19 +96,19 @@ msgstr "Äpişgäni Ulalt"
msgid "Unmaximize Window"
msgstr "Äpişgäniň Ulylykny Gaýtar"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr ""
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr ""
@@ -1537,7 +1537,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr ""
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr ""
@@ -2611,7 +2611,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2625,7 +2625,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 cb9b8d0b..1bff760e 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-09-03 22:39+0300\n"
"Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
@@ -101,7 +101,7 @@ msgstr "Pencereyi Büyült"
msgid "Unmaximize Window"
msgstr "Pencereyi Büyültmeyi Geri Al"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -110,14 +110,14 @@ msgstr ""
"%s tuşu %x değiştiricileriyle birlikte başka bir uygulama tarafından tuş "
"bağıolarak kullanılıyor\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Bir komutla ilgili hatayı göstermek için metacity-dialog başlatılırken hata: "
"%s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "%d komutu tanımlanmamış.\n"
@@ -2013,7 +2013,7 @@ msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr ""
"\"%2$s\" X oturumundaki ekran %1$d bir pencere yöneticisine zaten sahip\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "\"%2$s\" X oturumundaki ekran %1$d serberst bırakılamadı\"\n"
@@ -3142,7 +3142,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3158,7 +3158,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 9c73a28d..cdf34ddc 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2003-02-05 03:08--500\n"
"Last-Translator: Maxim Dziumanenko <mvd@mylinux.com.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
@@ -98,7 +98,7 @@ msgstr "Максимізувати вікно"
msgid "Unmaximize Window"
msgstr "Демаксимізувати вікно"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -107,14 +107,14 @@ msgstr ""
"Якась програма вже використовує клавішу %s з модифікатором %x в якості "
"прив'язки\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
"Помилка при відкриванні діалогу виводу повідомлення про помилку у команді: %"
"s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Команду %d не визначено.\n"
@@ -2043,7 +2043,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Екран %d на дисплеї \"%s\" вже контролюється менеджером вікон\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Не вдається повернути екран %d на дисплеї \"%s\"\n"
@@ -3175,7 +3175,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "Додаток встановив неправильне значення _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3191,7 +3191,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 3cd4398d..0db61dcb 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-09-14 08:26+0700\n"
"Last-Translator: pclouds <pclouds@vnlinux.org>\n"
"Language-Team: Gnome-Vi <gnomevi-list@lists.sourceforge.net>\n"
@@ -97,7 +97,7 @@ msgstr "Phóng to cửa sổ"
msgid "Unmaximize Window"
msgstr "Bỏ phóng to cửa sổ"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
@@ -105,12 +105,12 @@ msgid ""
msgstr ""
"Một vài chương trình đã dùng phím %s với phím bổ trợ %x như là liên kết\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "Lỗi chạy metacity-dialog để in thông báo lỗi về lệnh: %s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "Không có lệnh %d nào được định nghĩa.\n"
@@ -1960,7 +1960,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "Screen %d trên display \"%s\" đã có bộ quản lý cửa sổ rồi\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "Không thể giải phóng screen %d trên display \"%s\"\n"
@@ -3069,7 +3069,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:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -3085,7 +3085,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 a42725c5..ca55cc23 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\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"
@@ -99,19 +99,19 @@ msgstr "Mete li purnea å pus grand"
msgid "Unmaximize Window"
msgstr "Rimete li purnea a s' grandeu di dvant"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr ""
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr ""
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr ""
@@ -1564,7 +1564,7 @@ msgstr ""
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr ""
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr ""
@@ -2646,7 +2646,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr ""
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2660,7 +2660,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 03cd9e8c..d63a30f0 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: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-03-12 23:37+0800\n"
"Last-Translator: Funda Wang <fundawang@linux.net.cn>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
@@ -101,19 +101,19 @@ msgstr "最大化窗口"
msgid "Unmaximize Window"
msgstr "取消最大化窗口"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr "某个其它程序已经将按键 %s 和修饰键 %x 配合使用作为一种组合\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "用 metacity-dialog 输出一个命令错误消息时出错:%s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "命令 %d 尚未定义。\n"
@@ -1861,7 +1861,7 @@ msgstr "无法获得显示“%2$s”上的屏幕 %1$d 的窗口管理器选定
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "显示“%2$s”上的屏幕 %1$d 已经有一个窗口管理器\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "无法释放显示“%2$s”上的屏幕 %1$d\n"
@@ -2958,7 +2958,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "应用程序设置一个假的 _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, c-format
msgid ""
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
@@ -2974,7 +2974,7 @@ msgstr ""
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
#. * about these apps but make them work.
#.
-#: src/window.c:5610
+#: src/window.c:5611
#, 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 6d6cee02..419cd163 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: metacity 2.8.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-11 08:59-0700\n"
+"POT-Creation-Date: 2004-12-06 11:36-0700\n"
"PO-Revision-Date: 2004-09-11 19:26+0800\n"
"Last-Translator: Woodman Tuen <woodman@culurecom.com.hk>\n"
"Language-Team: Chinese (traditioanl) <zh-l10n@linux.org.tw>\n"
@@ -98,19 +98,19 @@ msgstr "視窗最大化"
msgid "Unmaximize Window"
msgstr "視窗還原最大化"
-#: src/keybindings.c:989
+#: src/keybindings.c:987
#, c-format
msgid ""
"Some other program is already using the key %s with modifiers %x as a "
"binding\n"
msgstr "其它程式已經使用了按鍵 %s 加上特殊按鍵 %x 作為按鍵組合\n"
-#: src/keybindings.c:2529
+#: src/keybindings.c:2553
#, c-format
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
msgstr "當嘗試啟動 metacity-dialog 來顯示某指令的錯誤訊息時出現錯誤:%s\n"
-#: src/keybindings.c:2602
+#: src/keybindings.c:2626
#, c-format
msgid "No command %d has been defined.\n"
msgstr "並未定義任何指令 %d。\n"
@@ -1872,7 +1872,7 @@ msgstr "無法在畫面“%2$s”中的第 %1$d 個螢幕進行視窗總管選
msgid "Screen %d on display \"%s\" already has a window manager\n"
msgstr "畫面“%2$s”中的第 %1$d 個螢幕已經有了視窗總管\n"
-#: src/screen.c:701
+#: src/screen.c:699
#, c-format
msgid "Could not release screen %d on display \"%s\"\n"
msgstr "無法釋放畫面“%2$s”中的第 %1$d 個螢幕\n"
@@ -2972,7 +2972,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
msgstr "程式設定了多餘的 _NET_WM_PID %ld\n"
#. first time through
-#: src/window.c:4939
+#: src/window.c:4940
#, 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:5610
+#: src/window.c:5611
#, c-format
msgid ""
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"