[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

compiz-fusion-plugins-main: Changes to 'debian-unstable'



 VERSION                                     |    2 
 configure.ac                                |    2 
 debian/changelog                            |   10 
 debian/patches/10-fix_plasma_previews.patch |   15 
 debian/patches/nvidia-workaround.patch      |   29 
 debian/patches/series                       |    2 
 metadata/Makefile.am                        |    2 
 metadata/kdecompat.xml.in                   |   16 
 metadata/titleinfo.xml.in                   |   20 
 metadata/workarounds.xml.in                 |    5 
 po/POTFILES.in                              |    2 
 po/ar.po                                    |  333 +
 po/as.po                                    | 3941 ++++++++++++++++++++
 po/be.po                                    | 4561 +++++++++++++++++++++++
 po/bn.po                                    |  321 +
 po/ca.po                                    |  363 +
 po/cs.po                                    | 1957 ++++++----
 po/da.po                                    | 3941 ++++++++++++++++++++
 po/de.po                                    |  470 ++
 po/el.po                                    |  952 +++-
 po/en_GB.po                                 |  368 +
 po/es.po                                    | 1742 +++++---
 po/eu.po                                    |  367 +
 po/fa.po                                    |  311 +
 po/fi.po                                    |  403 +-
 po/fr.po                                    |  562 ++
 po/gl.po                                    | 2763 ++++++--------
 po/gu.po                                    |  371 +
 po/he.po                                    |  443 ++
 po/hi.po                                    |  371 +
 po/hr.po                                    | 3941 ++++++++++++++++++++
 po/hu.po                                    |  542 ++
 po/it.po                                    |  994 +++--
 po/ja.po                                    | 1345 ++----
 po/ko.po                                    |  745 ++-
 po/ml_IN.po                                 | 5457 ++++++++++++++++++++++++++++
 po/nb.po                                    |  368 +
 po/nl.po                                    |  368 +
 po/or.po                                    | 4206 +++++++++++++++++++++
 po/pl.po                                    |  570 ++
 po/pt.po                                    |  829 ++--
 po/pt_BR.po                                 |  371 +
 po/ru.po                                    | 1395 +++----
 po/sv.po                                    |  370 +
 po/tr.po                                    |  377 +
 po/zh_CN.po                                 |  413 +-
 po/zh_HK.po                                 | 4206 +++++++++++++++++++++
 src/Makefile.am                             |    2 
 src/animation/animation-internal.h          |    9 
 src/animation/animation.c                   |  183 
 src/animation/dodge.c                       |   52 
 src/colorfilter/colorfilter.c               |    8 
 src/colorfilter/parser.c                    |    2 
 src/expo/expo.c                             |    2 
 src/ezoom/ezoom.c                           |    2 
 src/kdecompat/CMakeLists.txt                |    3 
 src/kdecompat/Makefile.am                   |   30 
 src/kdecompat/kdecompat.c                   |  584 ++
 src/mousepoll/mousepoll.c                   |    5 
 src/opacify/opacify.c                       |    4 
 src/put/put.c                               |    2 
 src/ring/ring.c                             |  142 
 src/session/session.c                       |    2 
 src/shift/shift.c                           |  251 -
 src/snap/snap.c                             |    9 
 src/staticswitcher/staticswitcher.c         |  156 
 src/text/text.c                             |   18 
 src/thumbnail/thumbnail.c                   |   20 
 src/titleinfo/CMakeLists.txt                |    3 
 src/titleinfo/Makefile.am                   |   30 
 src/titleinfo/titleinfo.c                   |  491 ++
 src/vpswitch/vpswitch.c                     |    2 
 src/wall/wall.c                             |   62 
 src/winrules/winrules.c                     |   29 
 src/workarounds/workarounds.c               |    3 
 75 files changed, 46726 insertions(+), 6522 deletions(-)

New commits:
commit e7b7bb5c0731eada71ebf9ccaec59642a9737d8e
Author: Sean Finney <seanius@debian.org>
Date:   Thu Feb 4 21:22:10 2010 +0100

    prepare 0.8.4-1

diff --git a/debian/changelog b/debian/changelog
index 10ad6b5..9b3dab4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+compiz-fusion-plugins-main (0.8.4-1) unstable; urgency=low
+
+  * New upstream release.
+    - Fixes crash with empty titles and thumbnail previews (Closes: #561565).
+      Thanks: Klaus Knopper
+  * Remove nvidia-workaround.patch, incorporated upstream.
+  * Import 10-fix_plasma_previews.patch from ubuntu
+
+ -- Sean Finney <seanius@debian.org>  Thu, 04 Feb 2010 21:18:01 +0100
+
 compiz-fusion-plugins-main (0.8.2-3) unstable; urgency=low
 
   * bump build-dep on libdecoration, as there was a reverted API break.

commit d8601c2921b3a937c7a79ff9de453abc1cd4100f
Author: Sean Finney <seanius@debian.org>
Date:   Thu Feb 4 21:17:03 2010 +0100

    Import 10-fix_plasma_previews.patch from ubuntu

diff --git a/debian/patches/10-fix_plasma_previews.patch b/debian/patches/10-fix_plasma_previews.patch
new file mode 100644
index 0000000..1afd82b
--- /dev/null
+++ b/debian/patches/10-fix_plasma_previews.patch
@@ -0,0 +1,15 @@
+diff --git a/src/kdecompat/kdecompat.c b/src/kdecompat/kdecompat.c
+index 49a446d..33b75d8 100644
+--- a/src/kdecompat/kdecompat.c
++++ b/src/kdecompat/kdecompat.c
+@@ -246,8 +246,8 @@ kdecompatUpdatePreviews (CompWindow *w)
+     {
+ 	if (format == 32 && actual == kd->kdePreviewAtom)
+ 	{
+-	    int *data    = (int *) propData;
+-	    int nPreview = *data++;
++	    long *data    = (long *) propData;
++	    int  nPreview = *data++;
+ 
+ 	    if (n == (6 * nPreview + 1))
+ 	    {
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..6c42d0f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+10-fix_plasma_previews.patch

commit c612f4432352c18060b02625e6da31828cda8881
Author: Sean Finney <seanius@debian.org>
Date:   Thu Feb 4 20:26:53 2010 +0100

    Remove nvidia-workaround.patch, incorporated upstream.

diff --git a/debian/patches/nvidia-workaround.patch b/debian/patches/nvidia-workaround.patch
deleted file mode 100644
index 0bc6507..0000000
--- a/debian/patches/nvidia-workaround.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519729
-forum discussions: http://www.nvnews.net/vbulletin/showthread.php?t=129711
-derived from: http://gitweb.compiz-fusion.org/?p=fusion/plugins/workarounds;a=commit;h=46960f12a9d213e5f0e841557e2ed2f7ea18cc79
---- 5-compiz-fusion-plugins-main.orig/metadata/workarounds.xml.in
-+++ 5-compiz-fusion-plugins-main/metadata/workarounds.xml.in
-@@ -53,6 +53,11 @@
-                 <_long>Fix for broken GLX_MESA_copy_sub_buffer on XGL in fglrx.</_long>
-                 <default>false</default>
-             </option>
-+            <option type="bool" name="force_glx_sync">
-+                <_short>Force synchronization between X and GLX</_short>
-+                <_long>Force synchronization between X and GLX, which may help for window parts not redrawing correctly when using Nvidia drivers, but also may decrease performance.</_long>
-+                <default>false</default>
-+            </option>
-             <subgroup>
-                 <_short>Window stickyness</_short>
-                 <option type="bool" name="sticky_alldesktops">
---- 5-compiz-fusion-plugins-main.orig/src/workarounds/workarounds.c
-+++ 5-compiz-fusion-plugins-main/src/workarounds/workarounds.c
-@@ -198,6 +198,9 @@ workaroundsPaintScreen (CompScreen   *s,
- 
-     currentScreen = s;
- 
-+    if (workaroundsGetForceGlxSync (s->display))
-+        glXWaitX();
-+
-     UNWRAP (ws, s, paintScreen);
-     (*s->paintScreen) (s, outputs, numOutputs, mask);
-     WRAP (ws, s, paintScreen, workaroundsPaintScreen);
diff --git a/debian/patches/series b/debian/patches/series
index 46c8dd0..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-nvidia-workaround.patch

commit 5587cfa56100a95c02116d84d77f8d2bbc1da5ce
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Wed Oct 14 04:09:16 2009 +0200

    * Bump version to 0.8.4

diff --git a/VERSION b/VERSION
index 9b265c0..e4184f4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-VERSION=0.8.3
+VERSION=0.8.4

commit 3d6375e9bdded6081fafc9c6bd09a347f742041f
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Tue Oct 13 19:13:11 2009 -0500

    Remove commented out po strings.

diff --git a/po/pt.po b/po/pt.po
index d9dca6b..bcb9971 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -4914,11 +4914,3 @@ msgstr "Janelas em todos os ambientes de trabalho que devem ficar fixas"
 msgid "Workarounds"
 msgstr "Correcções"
 
-#~ msgid "Cube Caps"
-#~ msgstr "Coberturas Cubo"
-
-#~ msgid ""
-#~ msgstr "Mostrar imagens nas faces de cima e de baixo do cubo"
-
-#~ msgid ""
-#~ msgstr "Reflexão do cubo compiz"

commit 92042ccf48bb7f58785848cbac64f24059382673
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Tue Oct 13 18:22:11 2009 +0200

    Update translations

diff --git a/po/ar.po b/po/ar.po
index 4c82016..bffdbda 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 0.6\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2009-03-24 12:49+0530\n"
+"POT-Creation-Date: 2009-03-24 08:10+0100\n"
 "PO-Revision-Date: 2008-09-29 01:23+0200\n"
 "Last-Translator: maher  <s6r@live.com>\n"
 "Language-Team: Compiz Fusion Translators <i18n@lists.compiz-fusion.org>\n"
diff --git a/po/as.po b/po/as.po
new file mode 100644
index 0000000..ca2d26b
--- /dev/null
+++ b/po/as.po
@@ -0,0 +1,3941 @@
+# 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: http://bugs.opencompositing.org\n";
+"POT-Creation-Date: 2007-11-25 00:00+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"
+
+msgid "3D Only On Mouse Rotate"
+msgstr ""
+
+msgid "3D Windows"
+msgstr ""
+
+msgid "Animation Speed"
+msgstr ""
+
+msgid "Bevel Bottom Left"
+msgstr ""
+
+msgid "Bevel Bottom Right"
+msgstr ""
+
+msgid "Bevel Corners"
+msgstr ""
+
+msgid "Bevel Top Left"
+msgstr ""
+
+msgid "Bevel Top Right"
+msgstr ""
+
+msgid "Bevel bottom left corner"
+msgstr ""
+
+msgid "Bevel bottom right corner"
+msgstr ""
+
+msgid "Bevel top left corner"
+msgstr ""
+
+msgid "Bevel top right corner"
+msgstr ""
+
+msgid ""
+"Change the amount of space between the windows (in percent of the cube size)."
+msgstr ""
+
+msgid "Change the speed of the 3D animation"
+msgstr ""
+
+msgid "Elevates windows while rotating the cube"
+msgstr ""
+
+msgid ""
+"Initiates the 3D display only if rotate is mouse driven. (Ex. You rotate the "
+"cube via the mouse)"
+msgstr ""
+
+msgid "Minimum Cube Size"
+msgstr ""
+
+msgid "Minimum cube size (in percent)."
+msgstr ""
+
+msgid "Misc. Options"
+msgstr ""
+
+msgid "Roundoff corners for consistency with rounded decorations"
+msgstr ""
+
+msgid "Window Depth"
+msgstr ""
+
+msgid "Window Match"
+msgstr ""
+
+msgid "Window Space"
+msgstr ""
+
+msgid "Window depth"
+msgstr ""
+
+msgid "Windows that should be handled by 3D"
+msgstr ""
+
+msgid "ADD Helper"
+msgstr ""
+
+msgid "Bindings"
+msgstr ""
+
+msgid "Brightness"
+msgstr ""
+
+msgid "Brightness of faded windows"
+msgstr ""
+
+msgid ""
+"Make it slightly easier to concentrate by dimming all but the active window."
+msgstr ""
+
+msgid "Misc. options"
+msgstr ""
+
+msgid "Opacity"
+msgstr ""
+
+msgid "Opacity of faded windows"
+msgstr ""
+
+msgid "Saturation"
+msgstr ""
+
+msgid "Saturation of faded windows"
+msgstr ""
+
+msgid "Toggle AddHelper"
+msgstr ""
+
+msgid "Use this to enable/disable AddHelper on the fly."
+msgstr ""
+
+msgid "Window Types"
+msgstr ""
+
+msgid "Window types that should be Opacified."
+msgstr ""
+
+msgid "Airplane"
+msgstr ""
+
+msgid "Airplane Flying Path Length"
+msgstr ""
+
+msgid ""
+"All effects are chosen randomly, ignoring the selected effect. If None is "
+"selected for an event, that event won't be animated."
+msgstr ""
+
+msgid ""
+"Amplitude (size of the waves in the fold) of the Horizontal Folds relative "
+"to the window width. Negative values fold outward."
+msgstr ""
+
+msgid ""
+"Amplitude (size of the waves in the fold) of the curved fold relative to "
+"window width. Negative values fold outward."
+msgstr ""
+
+msgid "Angle of window at the end of the animation."
+msgstr ""
+
+msgid "Animation Selection"
+msgstr ""
+
+msgid "Animation Time Step"
+msgstr ""
+
+msgid "Animation Time Step For Intense Effects"
+msgstr ""
+
+msgid "Animation duration in milliseconds for close effect."
+msgstr ""
+
+msgid "Animation duration in milliseconds for focus effect."
+msgstr ""
+
+msgid "Animation duration in milliseconds for minimize effect."
+msgstr ""
+
+msgid "Animation duration in milliseconds for open effect."
+msgstr ""
+
+msgid "Animation duration in milliseconds for shade effect."
+msgstr ""
+
+msgid "Animations"
+msgstr ""
+
+msgid "Automatic"
+msgstr ""
+
+msgid "Away Angle"
+msgstr ""
+
+msgid "Away Position"
+msgstr ""
+
+msgid "Beam"
+msgstr ""
+
+msgid "Beam Color"
+msgstr ""
+
+msgid "Beam Life"
+msgstr ""
+
+msgid "Beam Slowdown"
+msgstr ""
+
+msgid "Beam Spacing"
+msgstr ""
+
+msgid "Beam Up"
+msgstr ""
+
+msgid "Beam Width"
+msgstr ""
+
+msgid "Beam color."
+msgstr ""
+
+msgid "Beam life."
+msgstr ""
+
+msgid "Beam slowdown."
+msgstr ""
+
+msgid "Beam width."
+msgstr ""
+
+msgid "Burn"
+msgstr ""
+
+msgid "Close Animation"
+msgstr ""
+
+msgid "Close Effect"
+msgstr ""
+
+msgid ""
+"Closeness of window to camera at the end of the animation (1.0: Close to "
+"camera, -2.0: Away from camera)."
+msgstr ""
+
+msgid ""
+"Comma separated list of option value assignments to override effect "
+"settings, e.g.: fire_color=#0080ffff, fire_particles=700, fire_smoke=1"
+msgstr ""
+
+msgid "Curved Fold"
+msgstr ""
+
+msgid "Curved Fold Amplitude"
+msgstr ""
+
+msgid "Dodge"
+msgstr ""
+
+msgid "Dodge Gap Ratio"
+msgstr ""
+
+msgid "Domino"
+msgstr ""
+
+msgid "Domino Piece Falling Direction"
+msgstr ""
+
+msgid "Down"
+msgstr ""
+
+msgid "Dream"
+msgstr ""
+
+msgid "Duration"
+msgstr ""
+
+msgid "Effect Settings"
+msgstr ""
+
+msgid "Explode"
+msgstr ""
+
+msgid "Fade"
+msgstr ""
+
+msgid "Falling direction for Domino pieces."
+msgstr ""
+
+msgid "Fire"
+msgstr ""
+
+msgid "Fire Particle Color"
+msgstr ""
+
+msgid "Fire Particle Life"
+msgstr ""
+
+msgid "Fire Particle Size"
+msgstr ""
+
+msgid "Fire Particle Slowdown"
+msgstr ""
+
+msgid "Fire Smoke"
+msgstr ""
+
+msgid "Fire constant speed"
+msgstr ""
+
+msgid "Fire direction"
+msgstr ""
+
+msgid "Fire direction."
+msgstr ""
+
+msgid "Fire particle color."
+msgstr ""
+
+msgid "Fire particle life."
+msgstr ""
+
+msgid "Fire particle size."
+msgstr ""
+
+msgid "Fire particle slowdown."
+msgstr ""
+
+msgid "Fire smoke."
+msgstr ""
+
+msgid "Fixed window interior during the Rollup animation."
+msgstr ""
+
+msgid "Fly to TaskBar on Minimize"
+msgstr ""
+
+msgid "Focus Animation"
+msgstr ""
+
+msgid "Focus Effect"
+msgstr ""
+
+msgid "Fold"
+msgstr ""
+
+msgid "Fold Direction"
+msgstr ""
+
+msgid "Fold opening direction for pieces in Razr effect."
+msgstr ""
+
+msgid "Glide 1"
+msgstr ""
+
+msgid "Glide 2"
+msgstr ""
+
+msgid "Have random colors for the fire effect, also known as Mystical Fire."
+msgstr ""
+
+msgid "Hexagonal"
+msgstr ""
+
+msgid "Horizontal Folds"
+msgstr ""
+
+msgid "Horizontal Folds Amplitude"
+msgstr ""
+
+msgid "How spring-like the Sidekick animation should be."
+msgstr ""
+
+msgid "How spring-like the Zoom animation should be."
+msgstr ""
+
+msgid "In"
+msgstr ""
+
+msgid "In-out"
+msgstr ""
+
+msgid "Leaf Spread"
+msgstr ""
+
+msgid "Left"
+msgstr ""
+
+msgid "Left-right"
+msgstr ""
+
+msgid "Length of airplane's flying path."
+msgstr ""
+
+msgid "Magic Lamp"
+msgstr ""
+
+msgid "Magic Lamp Grid Y Resolution"
+msgstr ""
+
+msgid "Magic Lamp Max Wave Amplitude"
+msgstr ""
+
+msgid "Magic Lamp Max Waves"
+msgstr ""
+
+msgid "Magic Lamp Min Wave Amplitude"
+msgstr ""
+
+msgid "Magic Lamp Open Start Width"
+msgstr ""
+
+msgid "Magic Lamp Open/Close Moving End"
+msgstr ""
+
+msgid "Make fire effect duration be dependent on window height."
+msgstr ""
+
+msgid "Minimize Animation"
+msgstr ""
+
+msgid "Minimize Effect"
+msgstr ""
+
+msgid "Minimize/Unminimize Only"
+msgstr ""
+
+msgid "Movement direction(s) for window pieces."
+msgstr ""
+
+msgid "None"
+msgstr ""
+
+msgid "Number Of Fire Particles"
+msgstr ""
+
+msgid "Number of Horizontal Folds"
+msgstr ""
+
+msgid "Number of fire particles."
+msgstr ""
+
+#, no-c-format
+msgid "Number of rotations for Sidekick (plus or minus 10% for randomness)."
+msgstr ""
+
+msgid "Off"
+msgstr ""
+
+msgid "On"
+msgstr ""
+
+msgid "On open/close, move magic lamp ending point with the mouse pointer."
+msgstr ""
+
+msgid "On open/close, move vacuum ending point with the mouse pointer."
+msgstr ""
+
+msgid "Open Animation"
+msgstr ""
+
+msgid "Open Effect"
+msgstr ""
+
+msgid "Open/Close Only"
+msgstr ""
+
+msgid "Options"
+msgstr ""
+
+msgid "Out"
+msgstr ""
+
+msgid "Pool"
+msgstr ""
+
+msgid ""
+"Pool of effects to be chosen from if Random effect is selected. Click reset "
+"to restore full list."
+msgstr ""
+
+msgid "Random"
+msgstr ""
+
+msgid "Random Animations For All Events"
+msgstr ""
+
+msgid "Random Effects"
+msgstr ""
+
+msgid "Randomly Colored Fire"
+msgstr ""
+
+msgid "Ratio of gaps between dodge start times to focus duration."
+msgstr ""
+
+msgid "Razr"
+msgstr ""
+
+msgid "Razr Fold Opening Direction"
+msgstr ""
+
+msgid "Rectangular"
+msgstr ""
+
+msgid "Right"
+msgstr ""
+
+msgid "Roll Up"
+msgstr ""
+
+msgid "Rollup Fixed Interior"
+msgstr ""
+
+msgid "Rotation Angle"
+msgstr ""
+
+msgid "Rotation angle of animated window pieces (in degrees)."
+msgstr ""
+
+msgid "Shade Animation"
+msgstr ""
+
+msgid "Shade Effect"
+msgstr ""
+
+msgid "Sidekick"
+msgstr ""
+
+msgid "Sidekick Number of Rotations"
+msgstr ""
+
+msgid "Sidekick Springiness"
+msgstr ""
+
+msgid "Skewer"
+msgstr ""
+
+msgid "Skewer Direction"
+msgstr ""
+
+msgid "Spacing between beams."
+msgstr ""
+
+msgid ""
+"Starting width of open effect and ending width of close effect for Magic "
+"Lamp."
+msgstr ""
+
+msgid ""
+"Starting width of open effect and ending width of close effect for Vacuum."
+msgstr ""
+
+msgid "Tessellation Type"
+msgstr ""
+
+msgid "Tessellation type for exploding window pieces."
+msgstr ""
+
+msgid "Tessellation type for window pieces."
+msgstr ""
+
+msgid ""
+"The amount of time in milliseconds between each render of the animation. The "
+"higher the number, the jerkier the movements become."
+msgstr ""
+
+msgid ""
+"The amount of time in milliseconds between each render of the intense "
+"animation (Ex. Burn, Beam). The higher the number, the jerkier the movements "
+"become."
+msgstr ""
+
+msgid ""
+"The animated window will be split into pieces along a grid. Specify the "
+"number of grid cells along the height of the window."
+msgstr ""
+
+msgid ""
+"The animated window will be split into pieces along a grid. Specify the "
+"number of grid cells along the width of the window."
+msgstr ""
+
+msgid "The animation effect shown when closing a window."
+msgstr ""
+
+msgid "The animation effect shown when creating a window."
+msgstr ""
+
+msgid "The animation effect shown when focusing a window."
+msgstr ""
+
+msgid "The animation effect shown when minimizing a window."
+msgstr ""
+
+msgid "The animation effect shown when shading a window."
+msgstr ""
+
+msgid ""
+"The exploding window will be split into pieces along a grid. Specify the "
+"number of grid cells along the height of the window."
+msgstr ""
+
+msgid ""
+"The exploding window will be split into pieces along a grid. Specify the "
+"number of grid cells along the width of the window."
+msgstr ""
+
+msgid "The maximum amplitude (size of the waves) Magic Lamp will have."
+msgstr ""
+
+msgid "The maximum number of waves for Magic Lamp."
+msgstr ""
+
+msgid "The minimum amplitude (size of the waves) Magic Lamp will have."
+msgstr ""
+
+msgid ""
+"The number of horizontal folds that occur in the Horizontal Fold animation."
+msgstr ""
+
+msgid "The wave amplitude (size of the waves) relative to the window height."
+msgstr ""
+
+msgid "The width of the wave relative to the window height."
+msgstr ""
+
+msgid "The windows that will be animated."
+msgstr ""
+
+msgid "Thickness"
+msgstr ""
+
+msgid "Thickness of Animated Polygons"
+msgstr ""
+
+msgid "Thickness of Exploding Polygons"
+msgstr ""
+
+msgid "Thickness of animated window pieces (in pixels)."
+msgstr ""
+
+msgid "Thickness of exploding window pieces (in pixels)."
+msgstr ""
+
+msgid "Up"
+msgstr ""
+
+msgid "Up-down"
+msgstr ""
+
+msgid "Use various animations as window effects"
+msgstr ""
+
+msgid "Vacuum"
+msgstr ""
+
+msgid "Vacuum Grid Y Resolution"
+msgstr ""
+
+msgid "Vacuum Open Start Width"
+msgstr ""
+
+msgid "Vacuum Open/Close Moving End"
+msgstr ""
+
+msgid ""
+"Vertex grid resolution for Magic Lamp (Y dimension only). This is the number "
+"of points used to define the curves. The higher the number, the smoother the "
+"curves. However there will be a loss of performance (CPU usage increases)."
+msgstr ""
+
+msgid ""
+"Vertex grid resolution for Vacuum (Y dimension only). This is the number of "
+"points used to define the curves. The higher the number, the smoother the "
+"curves. However there will be a loss of performance (CPU usage increases)."
+msgstr ""
+
+msgid "Wave"
+msgstr ""
+
+msgid "Wave Amplitude"
+msgstr ""
+
+msgid "Wave Width"
+msgstr ""
+
+msgid ""
+"Whether the window should fly to taskbar when minimized with Airplane effect."
+msgstr ""
+
+msgid ""
+"Whether the window should zoom to taskbar when minimized with Curved Fold "
+"effect."
+msgstr ""
+
+msgid ""
+"Whether the window should zoom to taskbar when minimized with Dream effect."
+msgstr ""
+
+msgid ""
+"Whether the window should zoom to taskbar when minimized with Glide 1 effect."
+msgstr ""
+
+msgid ""
+"Whether the window should zoom to taskbar when minimized with Glide 2 effect."
+msgstr ""
+
+msgid ""
+"Whether the window should zoom to taskbar when minimized with Horizontal "
+"Folds effect."
+msgstr ""
+
+msgid "Window Grid Height"
+msgstr ""
+
+msgid "Window Grid Width"
+msgstr ""
+
+msgid "Window folding direction."
+msgstr ""
+
+msgid "Window that should animate with this effect when focused."
+msgstr ""
+
+msgid "Window that should animate with this effect when shaded."
+msgstr ""
+
+msgid ""
+"Window thickness in pixels. Setting this to larger than 0 will disable "
+"shadow, blur, and reflection during the animation."
+msgstr ""
+
+msgid "Zoom"
+msgstr ""
+
+msgid "Zoom Springiness"
+msgstr ""
+
+msgid "Zoom from Center"
+msgstr ""
+
+msgid "Zoom from center when playing the Sidekick animation."
+msgstr ""
+
+msgid "Zoom from center when playing the Zoom animation."
+msgstr ""
+
+msgid "Zoom to TaskBar on Minimize"
+msgstr ""
+
+msgid "A simple benchmark plugin"


Reply to: