compiz: Changes to 'debian-unstable'
Rebased ref, commits from common ancestor:
commit 03ae274cc3bfb191734881017f7b0cf7b9234abe
Author: Erkin Bahceci <erkinbah@gmail.com>
Date: Tue Oct 13 21:34:41 2009 -0500
Add NEWS entry.
diff --git a/NEWS b/NEWS
index 1c53d55..ed87f77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Release 0.8.4 (2009-10-14 Erkin Bahceci <erkinbah@gmail.com>)
+=============================================================
+Maintenance release.
+
+Fixed many crashes (including doPoll/eventLoop ones).
+
+Various memory leak fixes.
+
+Fixed lost window issues with windows that are visible on all workspaces.
+
+Fixed lost window issue when reducing the number of workspaces.
+
+Fixed placing of dialogs (e.g. PolicyKit) behind currently focused window.
+
+Fixed placing of new windows behind fullscreen window.
+
+Fixed and improved screen resolution change handling (Compiz now remembers
+original window size and position).
+
+Lowering a window now activates the topmost window when click-to-focus is on.
+
+Fixed wobbly title bar hiding and bouncing near panel edges.
+
+Screenshot plugin now saves to the correct desktop directory by default.
+
+Fixed inconsistent icon sizes in switcher plugin.
+
+Improved constraining of window size and position in move, resize, and wobbly.
+
+Ported KDE4 window decorator to KDE 4.3.
+
+Added support for _NET_REQUEST_FRAME_EXTENTS and _NET_SUPPORT_FULL_PLACEMENT
+EWMH hints.
+
Release 0.8.2 (2009-03-01 Danny Baumann <dannybaumann@web.de>)
==============================================================
Maintenance release.
commit 62be1227b85284e7a937457aa57f591a890baa02
Author: Erkin Bahceci <erkinbah@gmail.com>
Date: Tue Oct 13 19:24:46 2009 -0500
Add missing files with translations.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index cd63e61..040bddd 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,6 +2,7 @@ gtk/gnome/50-compiz-desktop-key.xml.in
gtk/gnome/50-compiz-key.xml.in
gtk/gnome/compiz.desktop.in
gtk/gnome/compiz-window-manager.c
+gtk/gnome/compiz-wm.desktop.in
gtk/window-decorator/gwd.schemas.in
gtk/window-decorator/gtk-window-decorator.c
metadata/annotate.xml.in
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
new file mode 100644
index 0000000..029c524
--- /dev/null
+++ b/po/POTFILES.skip
@@ -0,0 +1 @@
+metadata/core.xml.in
commit eb105db90e2721bc51b0eeedd0778c607dfa3c7d
Author: Guillaume Seguin <guillaume@segu.in>
Date: Wed Oct 14 01:33:22 2009 +0200
Update version to 0.8.4
diff --git a/configure.ac b/configure.ac
index 62b758c..372f165 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl An odd micro number indicates in-progress development.
dnl An even micro number indicates a released version.
m4_define(compiz_version_major, 0)
m4_define(compiz_version_minor, 8)
-m4_define(compiz_version_micro, 3)
+m4_define(compiz_version_micro, 4)
AC_INIT([compiz],
[compiz_version_major().compiz_version_minor().compiz_version_micro()],
commit 9bacbcd32859d960fbeb67fc9acf7671313443db
Author: Guillaume Seguin <guillaume@segu.in>
Date: Wed Oct 14 01:32:08 2009 +0200
Fix charsets in some po files
diff --git a/po/as.po b/po/as.po
index b1813a3..b48d9cd 100644
--- a/po/as.po
+++ b/po/as.po
@@ -13,7 +13,7 @@ msgstr ""
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../gtk/gnome/50-compiz-desktop-key.xml.in.h:1
diff --git a/po/ml_IN.po b/po/ml_IN.po
index b989cd4..21aca7e 100644
--- a/po/ml_IN.po
+++ b/po/ml_IN.po
@@ -12,7 +12,7 @@ msgstr ""
"Last-Translator: Jesse P Francis <atjesse2@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n"
diff --git a/po/uk.po b/po/uk.po
index 7819b04..cc664d7 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -13,7 +13,7 @@ msgstr ""
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
commit 9bad248ffb333a8c30a3fee6a02ebeae315cbb67
Author: Guillaume Seguin <guillaume@segu.in>
Date: Wed Oct 14 01:27:00 2009 +0200
* Drop intltool-* from EXTRA_DIST and friends for building tarballs
(please use intltool 0.40.x to make the tarballs)
diff --git a/Makefile.am b/Makefile.am
index e0e0511..4cad2c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,18 +8,9 @@ EXTRA_DIST = \
compiz.pc.in \
compiz-cube.pc.in \
compiz-scale.pc.in \
- compiz-gconf.pc.in \
- intltool-extract.in \
- intltool-merge.in \
- intltool-update.in \
- intltool-extract \
- intltool-merge \
- intltool-update
+ compiz-gconf.pc.in
DISTCLEANFILES = \
- intltool-extract \
- intltool-merge \
- intltool-update \
po/stamp-it \
po/.intltool-merge-cache
commit 9173cd7fee00ddf9f07e4b5507c55437c1e98d48
Author: Guillaume Seguin <guillaume@segu.in>
Date: Tue Oct 13 18:18:54 2009 +0200
Update translations
diff --git a/po/af.po b/po/af.po
index ace45bf..b88e930 100644
--- a/po/af.po
+++ b/po/af.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-02-19 09:07+0100\n"
+"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2006-11-03 14:26\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
@@ -32,7 +32,7 @@ msgid "None"
msgstr ""
#: ../gtk/gnome/compiz-window-manager.c:427
-#: ../gtk/window-decorator/gtk-window-decorator.c:4616
+#: ../gtk/window-decorator/gtk-window-decorator.c:4625
msgid "Shade"
msgstr ""
@@ -61,7 +61,7 @@ msgid "Lower"
msgstr ""
#: ../gtk/gnome/compiz-window-manager.c:434
-#: ../gtk/window-decorator/gtk-window-decorator.c:4597
+#: ../gtk/window-decorator/gtk-window-decorator.c:4606
#: ../metadata/core.xml.in.in.h:100
msgid "Window Menu"
msgstr ""
@@ -125,57 +125,57 @@ msgstr ""
msgid "Use metacity theme when drawing window decorations"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4405
+#: ../gtk/window-decorator/gtk-window-decorator.c:4414
#: ../metadata/core.xml.in.in.h:12
msgid "Close Window"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4427
+#: ../gtk/window-decorator/gtk-window-decorator.c:4436
#: ../metadata/core.xml.in.in.h:93
msgid "Unmaximize Window"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4430
+#: ../gtk/window-decorator/gtk-window-decorator.c:4439
#: ../metadata/core.xml.in.in.h:49
msgid "Maximize Window"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4472
+#: ../gtk/window-decorator/gtk-window-decorator.c:4481
#: ../metadata/core.xml.in.in.h:55
msgid "Minimize Window"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4636
+#: ../gtk/window-decorator/gtk-window-decorator.c:4645
msgid "Make Above"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4662
+#: ../gtk/window-decorator/gtk-window-decorator.c:4671
msgid "Stick"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4682
+#: ../gtk/window-decorator/gtk-window-decorator.c:4691
msgid "Unshade"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4702
+#: ../gtk/window-decorator/gtk-window-decorator.c:4711
msgid "Unmake Above"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4728
+#: ../gtk/window-decorator/gtk-window-decorator.c:4737
msgid "Unstick"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:5076
+#: ../gtk/window-decorator/gtk-window-decorator.c:5085
#, c-format
msgid "The window \"%s\" is not responding."
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:5085
+#: ../gtk/window-decorator/gtk-window-decorator.c:5094
msgid ""
"Forcing this application to quit will cause you to lose any unsaved changes."
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:5100
+#: ../gtk/window-decorator/gtk-window-decorator.c:5109
msgid "_Force Quit"
msgstr ""
@@ -215,7 +215,7 @@ msgstr ""
#: ../metadata/annotate.xml.in.h:9 ../metadata/clone.xml.in.h:2
#: ../metadata/rotate.xml.in.h:12 ../metadata/screenshot.xml.in.h:3
-#: ../metadata/water.xml.in.h:6 ../metadata/zoom.xml.in.h:2
+#: ../metadata/water.xml.in.h:6
#, fuzzy
msgid "Initiate"
msgstr "Inisialiseer"
@@ -626,22 +626,22 @@ msgstr ""
#: ../metadata/commands.xml.in.h:39
#, fuzzy
-msgid "Command line 0"
+msgid "Command line 1"
msgstr "Opdrag '%1'"
#: ../metadata/commands.xml.in.h:40
#, fuzzy
-msgid "Command line 1"
+msgid "Command line 10"
msgstr "Opdrag '%1'"
#: ../metadata/commands.xml.in.h:41
#, fuzzy
-msgid "Command line 10"
+msgid "Command line 11"
msgstr "Opdrag '%1'"
#: ../metadata/commands.xml.in.h:42
#, fuzzy
-msgid "Command line 11"
+msgid "Command line 12"
msgstr "Opdrag '%1'"
#: ../metadata/commands.xml.in.h:43
@@ -747,22 +747,22 @@ msgstr ""
#: ../metadata/commands.xml.in.h:66
#, fuzzy
-msgid "Run command 0"
+msgid "Run command 1"
msgstr "Opdrag '%1'"
#: ../metadata/commands.xml.in.h:67
#, fuzzy
-msgid "Run command 1"
+msgid "Run command 10"
msgstr "Opdrag '%1'"
#: ../metadata/commands.xml.in.h:68
#, fuzzy
-msgid "Run command 10"
+msgid "Run command 11"
msgstr "Opdrag '%1'"
#: ../metadata/commands.xml.in.h:69
#, fuzzy
-msgid "Run command 11"
+msgid "Run command 12"
msgstr "Opdrag '%1'"
#: ../metadata/commands.xml.in.h:70
@@ -1382,13 +1382,13 @@ msgstr ""
#: ../metadata/cube.xml.in.h:46 ../metadata/minimize.xml.in.h:7
#: ../metadata/rotate.xml.in.h:94 ../metadata/scale.xml.in.h:39
-#: ../metadata/switcher.xml.in.h:36 ../metadata/zoom.xml.in.h:3
+#: ../metadata/switcher.xml.in.h:36
msgid "Speed"
msgstr ""
#: ../metadata/cube.xml.in.h:47 ../metadata/minimize.xml.in.h:8
#: ../metadata/rotate.xml.in.h:97 ../metadata/scale.xml.in.h:41
-#: ../metadata/switcher.xml.in.h:40 ../metadata/zoom.xml.in.h:4
+#: ../metadata/switcher.xml.in.h:40
msgid "Timestep"
msgstr ""
@@ -3091,65 +3091,25 @@ msgstr ""
msgid "Wobbly Windows"
msgstr ""
-#: ../metadata/zoom.xml.in.h:1
-msgid "Filter Linear"
-msgstr ""
-
-#: ../metadata/zoom.xml.in.h:5
-msgid "Use linear filter when zoomed in"
-msgstr ""
-
-#: ../metadata/zoom.xml.in.h:6
-#, fuzzy
-msgid "Zoom Desktop"
-msgstr "Werkskerm"
-
-#: ../metadata/zoom.xml.in.h:7
-#, fuzzy
-msgid "Zoom In"
-msgstr "Installasie is voltooi"
-
-#: ../metadata/zoom.xml.in.h:8
-#, fuzzy
-msgid "Zoom Out"
-msgstr "Installasie is voltooi"
-
-#: ../metadata/zoom.xml.in.h:9
-#, fuzzy
-msgid "Zoom Pan"
-msgstr "Installasie is voltooi"
-
-#: ../metadata/zoom.xml.in.h:10
-#, fuzzy
-msgid "Zoom Speed"
-msgstr "Installasie is voltooi"
-
-#: ../metadata/zoom.xml.in.h:11
#, fuzzy
-msgid "Zoom Timestep"
-msgstr "Installasie is voltooi"
-
-#: ../metadata/zoom.xml.in.h:12
-msgid "Zoom and pan desktop cube"
-msgstr ""
+#~ msgid "Command line 0"
+#~ msgstr "Opdrag '%1'"
-#: ../metadata/zoom.xml.in.h:13
#, fuzzy
-msgid "Zoom factor"
-msgstr "Installasie is voltooi"
+#~ msgid "Run command 0"
+#~ msgstr "Opdrag '%1'"
-#: ../metadata/zoom.xml.in.h:14
#, fuzzy
-msgid "Zoom pan"
-msgstr "Installasie is voltooi"
+#~ msgid "Zoom Desktop"
+#~ msgstr "Werkskerm"
#, fuzzy
-#~ msgid "Command line 12"
-#~ msgstr "Opdrag '%1'"
+#~ msgid "Zoom Speed"
+#~ msgstr "Installasie is voltooi"
#, fuzzy
-#~ msgid "Run command 12"
-#~ msgstr "Opdrag '%1'"
+#~ msgid "Zoom pan"
+#~ msgstr "Installasie is voltooi"
#~ msgid "Unknown"
#~ msgstr "Onbekend"
diff --git a/po/ar.po b/po/ar.po
index 810eff7..1fa7951 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -8,69 +8,70 @@ msgid ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-02-19 09:07+0100\n"
-"PO-Revision-Date: 2001-07-13 15:36+0200\n"
-"Last-Translator: Ghayss Tarraf <jodi@suse.de>\n"
+"POT-Creation-Date: 2009-03-24 08:12+0100\n"
+"PO-Revision-Date: 2009-09-23 19:19+0200\n"
+"Last-Translator: Jibril ABDELAZIZ <jabdelaziz@gmail.com>\n"
"Language-Team: Arabic <i18n@suse.de>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Pootle 1.1.0\n"
#: ../gtk/gnome/50-compiz-desktop-key.xml.in.h:1
msgid "Desktop"
-msgstr ""
+msgstr "سطح المكتب"
#: ../gtk/gnome/50-compiz-key.xml.in.h:1
msgid "Window Management"
-msgstr ""
+msgstr "إدارة النوافد"
#: ../gtk/gnome/compiz.desktop.in.h:1
msgid "Compiz"
-msgstr ""
+msgstr "Compiz"
#: ../gtk/gnome/compiz-window-manager.c:426 ../metadata/scale.xml.in.h:25
#: ../metadata/wobbly.xml.in.h:16
msgid "None"
-msgstr ""
+msgstr "بدون"
#: ../gtk/gnome/compiz-window-manager.c:427
-#: ../gtk/window-decorator/gtk-window-decorator.c:4616
+#: ../gtk/window-decorator/gtk-window-decorator.c:4625
msgid "Shade"
-msgstr ""
+msgstr "ظل"
#: ../gtk/gnome/compiz-window-manager.c:428 ../metadata/place.xml.in.h:9
msgid "Maximize"
-msgstr ""
+msgstr "تكبير"
#: ../gtk/gnome/compiz-window-manager.c:429
msgid "Maximize Horizontally"
-msgstr ""
+msgstr "تكبير أفقي"
#: ../gtk/gnome/compiz-window-manager.c:430
msgid "Maximize Vertically"
-msgstr ""
+msgstr "تكبير عمودي"
#: ../gtk/gnome/compiz-window-manager.c:431
msgid "Minimize"
-msgstr ""
+msgstr "تقليص"
#: ../gtk/gnome/compiz-window-manager.c:432
msgid "Raise"
-msgstr ""
+msgstr "زيادة"
#: ../gtk/gnome/compiz-window-manager.c:433
msgid "Lower"
-msgstr ""
+msgstr "نقصان"
#: ../gtk/gnome/compiz-window-manager.c:434
-#: ../gtk/window-decorator/gtk-window-decorator.c:4597
+#: ../gtk/window-decorator/gtk-window-decorator.c:4606
#: ../metadata/core.xml.in.in.h:100
msgid "Window Menu"
-msgstr ""
+msgstr "قائمة النافدة"
#: ../gtk/window-decorator/gwd.schemas.in.h:1
msgid "Action to take when scrolling the mouse wheel on a window title bar."
-msgstr ""
+msgstr "الإجراء المتخذ عند تحريك عجلة الفأرة على شريط عنوان النافدة."
#: ../gtk/window-decorator/gwd.schemas.in.h:2
msgid "Blur type"
@@ -127,57 +128,57 @@ msgstr ""
msgid "Use metacity theme when drawing window decorations"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4405
+#: ../gtk/window-decorator/gtk-window-decorator.c:4414
#: ../metadata/core.xml.in.in.h:12
msgid "Close Window"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4427
+#: ../gtk/window-decorator/gtk-window-decorator.c:4436
#: ../metadata/core.xml.in.in.h:93
msgid "Unmaximize Window"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4430
+#: ../gtk/window-decorator/gtk-window-decorator.c:4439
#: ../metadata/core.xml.in.in.h:49
msgid "Maximize Window"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4472
+#: ../gtk/window-decorator/gtk-window-decorator.c:4481
#: ../metadata/core.xml.in.in.h:55
msgid "Minimize Window"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4636
+#: ../gtk/window-decorator/gtk-window-decorator.c:4645
msgid "Make Above"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4662
+#: ../gtk/window-decorator/gtk-window-decorator.c:4671
msgid "Stick"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4682
+#: ../gtk/window-decorator/gtk-window-decorator.c:4691
msgid "Unshade"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4702
+#: ../gtk/window-decorator/gtk-window-decorator.c:4711
msgid "Unmake Above"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:4728
+#: ../gtk/window-decorator/gtk-window-decorator.c:4737
msgid "Unstick"
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:5076
+#: ../gtk/window-decorator/gtk-window-decorator.c:5085
#, c-format
msgid "The window \"%s\" is not responding."
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:5085
+#: ../gtk/window-decorator/gtk-window-decorator.c:5094
msgid ""
"Forcing this application to quit will cause you to lose any unsaved changes."
msgstr ""
-#: ../gtk/window-decorator/gtk-window-decorator.c:5100
+#: ../gtk/window-decorator/gtk-window-decorator.c:5109
msgid "_Force Quit"
msgstr ""
@@ -215,7 +216,7 @@ msgstr ""
#: ../metadata/annotate.xml.in.h:9 ../metadata/clone.xml.in.h:2
#: ../metadata/rotate.xml.in.h:12 ../metadata/screenshot.xml.in.h:3
-#: ../metadata/water.xml.in.h:6 ../metadata/zoom.xml.in.h:2
+#: ../metadata/water.xml.in.h:6
msgid "Initiate"
msgstr ""
@@ -620,19 +621,19 @@ msgid "Button Bindings"
msgstr ""
#: ../metadata/commands.xml.in.h:39
-msgid "Command line 0"
+msgid "Command line 1"
msgstr ""
#: ../metadata/commands.xml.in.h:40
-msgid "Command line 1"
+msgid "Command line 10"
msgstr ""
#: ../metadata/commands.xml.in.h:41
-msgid "Command line 10"
+msgid "Command line 11"
msgstr ""
#: ../metadata/commands.xml.in.h:42
-msgid "Command line 11"
+msgid "Command line 12"
msgstr ""
#: ../metadata/commands.xml.in.h:43
@@ -728,19 +729,19 @@ msgid "Key Bindings"
msgstr ""
#: ../metadata/commands.xml.in.h:66
-msgid "Run command 0"
+msgid "Run command 1"
msgstr ""
#: ../metadata/commands.xml.in.h:67
-msgid "Run command 1"
+msgid "Run command 10"
msgstr ""
#: ../metadata/commands.xml.in.h:68
-msgid "Run command 10"
+msgid "Run command 11"
msgstr ""
#: ../metadata/commands.xml.in.h:69
-msgid "Run command 11"
+msgid "Run command 12"
msgstr ""
#: ../metadata/commands.xml.in.h:70
@@ -1345,13 +1346,13 @@ msgstr ""
#: ../metadata/cube.xml.in.h:46 ../metadata/minimize.xml.in.h:7
#: ../metadata/rotate.xml.in.h:94 ../metadata/scale.xml.in.h:39
-#: ../metadata/switcher.xml.in.h:36 ../metadata/zoom.xml.in.h:3
+#: ../metadata/switcher.xml.in.h:36
msgid "Speed"
msgstr ""
#: ../metadata/cube.xml.in.h:47 ../metadata/minimize.xml.in.h:8
#: ../metadata/rotate.xml.in.h:97 ../metadata/scale.xml.in.h:41
-#: ../metadata/switcher.xml.in.h:40 ../metadata/zoom.xml.in.h:4
+#: ../metadata/switcher.xml.in.h:40
msgid "Timestep"
msgstr ""
@@ -3003,50 +3004,6 @@ msgstr ""
msgid "Wobbly Windows"
msgstr ""
-#: ../metadata/zoom.xml.in.h:1
-msgid "Filter Linear"
-msgstr ""
-
-#: ../metadata/zoom.xml.in.h:5
-msgid "Use linear filter when zoomed in"
-msgstr ""
-
-#: ../metadata/zoom.xml.in.h:6
-msgid "Zoom Desktop"
-msgstr ""
-
-#: ../metadata/zoom.xml.in.h:7
-msgid "Zoom In"
-msgstr ""
-
-#: ../metadata/zoom.xml.in.h:8
-msgid "Zoom Out"
-msgstr ""
-
-#: ../metadata/zoom.xml.in.h:9
-msgid "Zoom Pan"
-msgstr ""
-
-#: ../metadata/zoom.xml.in.h:10
-msgid "Zoom Speed"
-msgstr ""
-
-#: ../metadata/zoom.xml.in.h:11
-msgid "Zoom Timestep"
-msgstr ""
-
-#: ../metadata/zoom.xml.in.h:12
-msgid "Zoom and pan desktop cube"
-msgstr ""
-
-#: ../metadata/zoom.xml.in.h:13
-msgid "Zoom factor"
-msgstr ""
-
-#: ../metadata/zoom.xml.in.h:14
-msgid "Zoom pan"
-msgstr ""
-
#, fuzzy
#~ msgid "Gaussian strength (0.00-1.00)"
#~ msgstr "ﺔﻴﺳﻭﺭ"
diff --git a/po/as.po b/po/as.po
new file mode 100644
index 0000000..b1813a3
--- /dev/null
+++ b/po/as.po
@@ -0,0 +1,2624 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-11-25 00:03+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../gtk/gnome/50-compiz-desktop-key.xml.in.h:1
+msgid "Desktop"
+msgstr ""
+
+#: ../gtk/gnome/50-compiz-key.xml.in.h:1
+msgid "Window Management"
+msgstr ""
+
+#: ../gtk/gnome/compiz.desktop.in.h:1
+msgid "Compiz"
+msgstr ""
+
+#: ../gtk/window-decorator/gwd.schemas.in.h:1
+msgid "Action to take when scrolling the mouse wheel on a window title bar."
+msgstr ""
+
+#: ../gtk/window-decorator/gwd.schemas.in.h:2
+msgid "Blur type"
+msgstr ""
+
+#: ../gtk/window-decorator/gwd.schemas.in.h:3
+msgid "Metacity theme active window opacity"
+msgstr ""
+
+#: ../gtk/window-decorator/gwd.schemas.in.h:4
+msgid "Metacity theme active window opacity shade"
+msgstr ""
+
+#: ../gtk/window-decorator/gwd.schemas.in.h:5
+msgid "Metacity theme opacity"
+msgstr ""
+
+#: ../gtk/window-decorator/gwd.schemas.in.h:6
+msgid "Metacity theme opacity shade"
+msgstr ""
+
+#: ../gtk/window-decorator/gwd.schemas.in.h:7
+msgid "Opacity to use for active windows with metacity theme decorations"
+msgstr ""
+
+#: ../gtk/window-decorator/gwd.schemas.in.h:8
+msgid "Opacity to use for metacity theme decorations"
+msgstr ""
+
+#: ../gtk/window-decorator/gwd.schemas.in.h:9
+msgid ""
+"Shade active windows with metacity theme decorations from opaque to "
+"translucent"
+msgstr ""
+
+#: ../gtk/window-decorator/gwd.schemas.in.h:10
+msgid ""
+"Shade windows with metacity theme decorations from opaque to translucent"
+msgstr ""
+
+#: ../gtk/window-decorator/gwd.schemas.in.h:11
+msgid "Title bar mouse wheel action"
+msgstr ""
+
+#: ../gtk/window-decorator/gwd.schemas.in.h:12
+msgid "Type of blur used for window decorations"
+msgstr ""
+
+#: ../gtk/window-decorator/gwd.schemas.in.h:13
+msgid "Use metacity theme"
+msgstr ""
+
+#: ../gtk/window-decorator/gwd.schemas.in.h:14
+msgid "Use metacity theme when drawing window decorations"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:1
+msgid "Annotate"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:2
+msgid "Annotate Fill Color"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:3
+msgid "Annotate Stroke Color"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:4
+msgid "Annotate plugin"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:5
+msgid "Clear"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:6
+msgid "Draw"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:7
+msgid "Draw using tool"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:8
+msgid "Fill color for annotations"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:9 ../metadata/clone.xml.in.h:2
+#: ../metadata/rotate.xml.in.h:11 ../metadata/screenshot.xml.in.h:3
+#: ../metadata/water.xml.in.h:6 ../metadata/zoom.xml.in.h:2
+msgid "Initiate"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:10
+msgid "Initiate annotate drawing"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:11
+msgid "Initiate annotate erasing"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:12
+msgid "Initiate erase"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:13
+msgid "Line width"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:14
+msgid "Line width for annotations"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:15
+msgid "Stroke color for annotations"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:16
+msgid "Stroke width"
+msgstr ""
+
+#: ../metadata/annotate.xml.in.h:17
+msgid "Stroke width for annotations"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:1
+msgid "4xBilinear"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:2
+msgid "Alpha Blur"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:3
+msgid "Alpha blur windows"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:4
+msgid "Blur Filter"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:5
+msgid "Blur Occlusion"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:6
+msgid "Blur Saturation"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:7
+msgid "Blur Speed"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:8
+msgid "Blur Windows"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:9
+msgid "Blur behind translucent parts of windows"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:10
+msgid "Blur saturation"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:11
+msgid "Blur windows"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:12
+msgid "Blur windows that doesn't have focus"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:13
+msgid "Disable blurring of screen regions obscured by other windows."
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:14
+msgid "Filter method used for blurring"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:15
+msgid "Focus Blur"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:16
+msgid "Focus blur windows"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:17
+msgid "Gaussian"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:18
+msgid "Gaussian Radius"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:19
+msgid "Gaussian Strength"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:20
+msgid "Gaussian radius"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:21
+msgid "Gaussian strength"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:22 ../metadata/cube.xml.in.h:28
+#: ../metadata/decoration.xml.in.h:10 ../metadata/switcher.xml.in.h:13
+msgid "Mipmap"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:23
+msgid "Mipmap LOD"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:24
+msgid "Mipmap level-of-detail"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:25
+msgid "Pulse"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:26
+msgid "Pulse effect"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:27
+msgid "Window blur speed"
+msgstr ""
+
+#: ../metadata/blur.xml.in.h:28
+msgid "Windows that should be affected by focus blur"
+msgstr ""
Reply to: