CMakeLists.txt | 28 Makefile.am | 4 VERSION | 2 bcop.cmake | 28 compiz-mousepoll.pc.in | 12 configure.ac | 14 data/CMakeLists.txt | 1 data/filters/CMakeLists.txt | 15 data/filters/Makefile.am | 16 data/session/.gitignore | 1 debian/changelog | 8 debian/control | 2 debian/install | 2 images/CMakeLists.txt | 2 images/Gnome/CMakeLists.txt | 5 images/Gnome/Makefile.am | 8 images/Gnome/image.svg | 498 +++ images/Gnome/mask.png |binary images/Gnome/overlay.png |binary images/Makefile.am | 1 images/Oxygen/CMakeLists.txt | 5 images/Oxygen/Makefile.am | 8 images/Oxygen/image.svg | 4523 ++++++++++++++++++++++++++++++ images/Oxygen/mask.png |binary images/Oxygen/overlay.png |binary include/CMakeLists.txt | 5 include/Makefile.am | 3 include/compiz-mousepoll.h | 51 include/compiz-text.h | 54 include/text.h | 50 metadata.cmake | 24 metadata/CMakeLists.txt | 12 metadata/Makefile.am | 6 metadata/animation.xml.in | 16 metadata/bs.xml.in | 110 metadata/colorfilter.xml.in | 21 metadata/expo.xml.in | 193 - metadata/ezoom.xml.in | 254 - metadata/mag.xml.in | 162 + metadata/mousepoll.xml.in | 22 metadata/neg.xml.in | 14 metadata/opacify.xml.in | 7 metadata/put.xml.in | 224 - metadata/ring.xml.in | 69 metadata/scaleaddon.xml.in | 47 metadata/session.xml.in | 22 metadata/shift.xml.in | 101 metadata/text.xml.in | 13 metadata/thumbnail.xml.in | 5 metadata/vpswitch.xml.in | 74 metadata/wall.xml.in | 230 - metadata/winrules.xml.in | 14 metadata/workarounds.xml.in | 19 plugin.cmake | 35 po/LINGUAS | 12 po/POTFILES.in | 4 po/ar.po | 4675 +++++++++++++++++++++++++++++++ po/bn.po | 4646 ++++++++++++++++++++++++++++++ po/ca.po | 3344 +++++++++++++++------- po/de.po | 4076 +++++++++++++++++---------- po/el.po | 4054 +++++++++++++++------------ po/en_GB.po | 4819 ++++++++++++++++++++++++++++++++ po/es.po | 5121 ++++++++++++++++++++++++++++++++++ po/eu.po | 4675 +++++++++++++++++++++++++++++++ po/fa.po | 4571 ++++++++++++++++++++++++++++++ po/fi.po | 4580 ++++++++++++++++++++++++++++++ po/fr.po | 5414 +++++++++++++++++++++--------------- po/gl.po | 4330 ++++++++++++++++------------ po/gu.po | 4888 ++++++++++++++++++++++++++++++++ po/hi.po | 4881 ++++++++++++++++++++++++++++++++ po/hu.po | 4893 ++++++++++++++++++++++++++++++++ po/it.po | 4287 ++++++++++++++++------------ po/ja.po | 4668 +++++++++++++++++++------------ po/ko.po | 4841 ++++++++++++++++++++++++++++++++ po/nb.po | 3973 +++++++++++++++----------- po/nl.po | 4959 +++++++++++++++++++++++++++++++++ po/pl.po | 4881 +++++++++++++++++++------------- po/pt.po | 4091 +++++++++++++++------------ po/pt_BR.po | 5076 +++++++++++++++++++++++++++++++++ po/ru.po | 5546 +++++++++++++++++++++++++++++++++++++ po/sv.po | 4933 ++++++++++++++++++-------------- po/tr.po | 3502 +++++++++++++++++------ po/zh_CN.po | 3591 ++++++++++++++++------- src/CMakeLists.txt | 25 src/Makefile.am | 25 src/animation/CMakeLists.txt | 45 src/animation/airplane3d.c | 11 src/animation/animation-internal.h | 92 src/animation/animation.c | 1333 ++++---- src/animation/beamup.c | 89 src/animation/burn.c | 126 src/animation/curvedfold.c | 8 src/animation/dodge.c | 13 src/animation/dream.c | 8 src/animation/focusfade.c | 31 src/animation/glide.c | 12 src/animation/horizontalfold.c | 9 src/animation/magiclamp.c | 173 - src/animation/particle.c | 85 src/animation/polygon.c | 217 - src/animation/rollup.c | 8 src/animation/wave.c | 8 src/animation/zoomside.c | 12 src/bs/CMakeLists.txt | 1 src/bs/Makefile.am | 20 src/bs/bs.c | 711 ++++ src/colorfilter/CMakeLists.txt | 1 src/colorfilter/colorfilter.c | 166 - src/colorfilter/parser.c | 4 src/expo/CMakeLists.txt | 1 src/expo/expo.c | 916 ++++-- src/ezoom/CMakeLists.txt | 1 src/ezoom/ezoom.c | 383 ++ src/jpeg/CMakeLists.txt | 28 src/jpeg/imgjpeg.c | 50 src/mag/CMakeLists.txt | 1 src/mag/Makefile.am | 26 src/mag/mag.c | 1306 ++++++++ src/mousepoll/CMakeLists.txt | 1 src/mousepoll/Makefile.am | 18 src/mousepoll/mousepoll.c | 482 +++ src/neg/CMakeLists.txt | 1 src/neg/neg.c | 154 - src/opacify/CMakeLists.txt | 1 src/opacify/opacify.c | 783 ++--- src/put/CMakeLists.txt | 1 src/put/put.c | 798 ++--- src/resizeinfo/CMakeLists.txt | 30 src/resizeinfo/resizeinfo.c | 158 - src/ring/CMakeLists.txt | 1 src/ring/ring.c | 273 + src/scaleaddon/CMakeLists.txt | 30 src/scaleaddon/scaleaddon.c | 754 +++-- src/session/CMakeLists.txt | 1 src/session/Makefile.am | 19 src/session/session.c | 1125 +++++++ src/shift/CMakeLists.txt | 1 src/shift/shift.c | 388 +- src/snap/CMakeLists.txt | 1 src/snap/snap.c | 65 src/text/CMakeLists.txt | 30 src/text/Makefile.am | 2 src/text/text.c | 136 src/thumbnail/CMakeLists.txt | 1 src/thumbnail/thumbnail.c | 377 +- src/vpswitch/CMakeLists.txt | 1 src/vpswitch/vpswitch.c | 158 - src/wall/CMakeLists.txt | 30 src/wall/wall.c | 489 ++- src/winrules/CMakeLists.txt | 1 src/winrules/winrules.c | 673 ++-- src/workarounds/CMakeLists.txt | 1 src/workarounds/workarounds.c | 345 +- 153 files changed, 117762 insertions(+), 25883 deletions(-)
New commits: commit f3f3188e79edc5edae21bfec26e1337c9cab2508 Author: Sean Finney <[EMAIL PROTECTED]> Date: Mon May 19 19:56:10 2008 +0200 include new .png images diff --git a/debian/changelog b/debian/changelog index 9b26171..9be95cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ compiz-fusion-plugins-main (0.7.4-1) unstable; urgency=low * New upstream release. - * Bump build-depends on bcop to >= 0.7.3 + * Bump build-depends on bcop to >= 0.7.3. + * Include new png images. -- Sean Finney <[EMAIL PROTECTED]> Mon, 19 May 2008 19:31:39 +0200 diff --git a/debian/install b/debian/install index 8152702..54663b1 100644 --- a/debian/install +++ b/debian/install @@ -1,5 +1,7 @@ usr/share/locale/*/LC_MESSAGES/*.mo usr/share/compiz/*.xml usr/share/compiz/filters +usr/share/compiz/Gnome +usr/share/compiz/Oxygen usr/lib/compiz/*.so usr/include/compiz commit ad1e54a231c9e78e263d0d561f76cece40295039 Author: Sean Finney <[EMAIL PROTECTED]> Date: Mon May 19 19:36:37 2008 +0200 bump build-deps diff --git a/debian/changelog b/debian/changelog index 4f2c506..9b26171 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ compiz-fusion-plugins-main (0.7.4-1) unstable; urgency=low * New upstream release. + * Bump build-depends on bcop to >= 0.7.3 -- Sean Finney <[EMAIL PROTECTED]> Mon, 19 May 2008 19:31:39 +0200 diff --git a/debian/control b/debian/control index ad65298..0c2cff3 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: compiz-fusion-plugins-main Priority: extra Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: Sean Finney <[EMAIL PROTECTED]> -Build-Depends: autoconf, automake1.9, autotools-dev, compiz-dev (>= 0.6.0), compiz-fusion-bcop, debhelper (>= 5), intltool, libgconf2-dev, libglib2.0-dev, libtool, libglu1-mesa-dev, libjpeg62-dev, libxml2-dev, libxslt1-dev, pkg-config, xsltproc, libcairo2-dev, libpango1.0-dev, librsvg2-dev, libsm-dev, libdbus-1-dev, libdecoration0-dev +Build-Depends: autoconf, automake1.9, autotools-dev, compiz-dev (>= 0.6.0), compiz-fusion-bcop (>= 0.7.3), debhelper (>= 5), intltool, libgconf2-dev, libglib2.0-dev, libtool, libglu1-mesa-dev, libjpeg62-dev, libxml2-dev, libxslt1-dev, pkg-config, xsltproc, libcairo2-dev, libpango1.0-dev, librsvg2-dev, libsm-dev, libdbus-1-dev, libdecoration0-dev Standards-Version: 3.7.2 Section: x11 commit c9c63c1a638a02a0a3d57146344514e47e9b6cd2 Author: Sean Finney <[EMAIL PROTECTED]> Date: Mon May 19 19:32:11 2008 +0200 new upstream release diff --git a/debian/changelog b/debian/changelog index e793890..4f2c506 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +compiz-fusion-plugins-main (0.7.4-1) unstable; urgency=low + + * New upstream release. + + -- Sean Finney <[EMAIL PROTECTED]> Mon, 19 May 2008 19:31:39 +0200 + compiz-fusion-plugins-main (0.6.0-5) unstable; urgency=low [Emilio Scalise] commit e2fb6ef9f987f36f9fba6de69b721007c957aec2 Author: Guillaume Seguin <[EMAIL PROTECTED]> Date: Fri Apr 4 00:17:37 2008 +0200 * Bump version to 0.7.4 diff --git a/VERSION b/VERSION index a48124b..8eafcce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION=0.7.3 +VERSION=0.7.4 commit f7819a934dd741c400877daffc2ea2275a8e9244 Author: C-F Language team <[EMAIL PROTECTED]> Date: Thu Apr 3 09:56:06 2008 +0200 translation updates diff --git a/po/ar.po b/po/ar.po index 5143763..c00cf1c 100644 --- a/po/ar.po +++ b/po/ar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.6\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:26+0530\n" +"POT-Creation-Date: 2008-04-03 13:32+0530\n" "PO-Revision-Date: 2007-10-10 00:12+0200\n" "Last-Translator: Banxoo <[EMAIL PROTECTED]>\n" "Language-Team: Compiz Fusion Translators <[EMAIL PROTECTED]>\n" diff --git a/po/bn.po b/po/bn.po index 5964410..22f88df 100644 --- a/po/bn.po +++ b/po/bn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: compiz\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:26+0530\n" +"POT-Creation-Date: 2008-04-03 13:32+0530\n" "PO-Revision-Date: 2007-12-26 09:57+0100\n" "Last-Translator: Mahdee Jameel <[EMAIL PROTECTED]>\n" "Language-Team: gist bengali team <[EMAIL PROTECTED]>,মাহদী জামীল <mahdee." diff --git a/po/ca.po b/po/ca.po index 74da42b..2847a56 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Compiz Fusion Plugins 0.5.2\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:26+0530\n" +"POT-Creation-Date: 2008-04-03 13:32+0530\n" "PO-Revision-Date: 2007-09-09 02:42+0100\n" "Last-Translator: Gustau L. Castells (Karasu) <[EMAIL PROTECTED]>\n" "Language-Team: Catalan <[EMAIL PROTECTED]>\n" diff --git a/po/de.po b/po/de.po index abd3790..05eb3ae 100644 --- a/po/de.po +++ b/po/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: plugins 0.0.1\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:26+0530\n" +"POT-Creation-Date: 2008-04-03 13:33+0530\n" "PO-Revision-Date: 2008-02-20 09:57+0100\n" "Last-Translator: Danny Baumann <[EMAIL PROTECTED]>\n" "Language-Team: Compiz Fusion translators <[EMAIL PROTECTED]>\n" diff --git a/po/el.po b/po/el.po index 6e9b47b..7d9f499 100644 --- a/po/el.po +++ b/po/el.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: compiz-fusion-plugins 0.0.1\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:26+0530\n" +"POT-Creation-Date: 2008-04-03 13:33+0530\n" "PO-Revision-Date: 2008-02-18 11:19+0100\n" "Last-Translator: Jim Dusis <[EMAIL PROTECTED]>\n" "Language-Team: Compiz Fusion Translators <[EMAIL PROTECTED]>\n" diff --git a/po/en_GB.po b/po/en_GB.po index dd98675..509fdca 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: compiz-fusion 0.7.2\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:26+0530\n" +"POT-Creation-Date: 2008-04-03 13:33+0530\n" "PO-Revision-Date: 2008-03-13 08:06+0100\n" "Last-Translator: David Lodge <[EMAIL PROTECTED]>\n" "Language-Team: en_GB <[EMAIL PROTECTED]>\n" diff --git a/po/es.po b/po/es.po index 8e8333b..62c7cf2 100644 --- a/po/es.po +++ b/po/es.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: compiz-fusion-plugins 0.0.1\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:26+0530\n" +"POT-Creation-Date: 2008-04-03 13:33+0530\n" "PO-Revision-Date: 2008-02-23 00:18+0100\n" "Last-Translator: Felipe Montero <[EMAIL PROTECTED]>\n" "Language-Team: Compiz Fusion Translators <[EMAIL PROTECTED]>\n" diff --git a/po/eu.po b/po/eu.po index 7ab8d74..3dbd901 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: eu-compiz-fusion-plugins\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:26+0530\n" +"POT-Creation-Date: 2008-04-03 13:33+0530\n" "PO-Revision-Date: 2008-01-21 21:57+0100\n" "Last-Translator: Ander Elortondo <[EMAIL PROTECTED]>\n" "Language-Team: Euskara <[EMAIL PROTECTED]>\n" diff --git a/po/fa.po b/po/fa.po index acca3d1..fb87cb5 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Compiz-Fusion i18n\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-03-15 20:10+0530\n" +"POT-Creation-Date: 2008-04-03 13:33+0530\n" "PO-Revision-Date: 2008-03-12 06:43+0100\n" "Last-Translator: Ali Tarihi <[EMAIL PROTECTED]>\n" "Language-Team: l10n.ir\n" @@ -2215,6 +2215,9 @@ msgstr "" msgid "Zoom factor for keyboard initiated magnifier." msgstr "" +msgid "Ignore already overlapping windows in the calculations" +msgstr "" + msgid "Ignore sticky windows in the calculations" msgstr "" @@ -2230,6 +2233,11 @@ msgid "" msgstr "" msgid "" +"Treat windows that are already overlapping with the current window as non-" +"existant when calculating space to use for the maximumize window." +msgstr "" + +msgid "" "Trigger a resize of the window currently focused so it fits as much of the " "available screenspae as possible." msgstr "" @@ -4287,22 +4295,64 @@ msgstr "" msgid "Wall Sliding Duration" msgstr "" +msgid "Background fill type." +msgstr "" + msgid "Backgrounds" msgstr "" +msgid "Center Tiled" +msgstr "" + +msgid "Centered" +msgstr "" + +msgid "Color 1" +msgstr "" + +msgid "Color 2" +msgstr "" + msgid "Draw the desktop wallpaper" msgstr "" -msgid "Enable true alpha blending for transparent wallpapers" +msgid "Fill or first gradient color." +msgstr "" + +msgid "Fill type" +msgstr "" + +msgid "Horizontal gradient" +msgstr "" + +msgid "Image" +msgstr "" + +msgid "Image file." +msgstr "" + +msgid "Image position." +msgstr "" + +msgid "Position" +msgstr "" + +msgid "Scale and Crop" +msgstr "" + +msgid "Scaled" +msgstr "" + +msgid "Second gradient color." msgstr "" -msgid "Enable true blending" +msgid "Solid fill" msgstr "" -msgid "The background specifications (as explained in DOCUMENTATION) to use." +msgid "Tiled" msgstr "" -msgid "Tile backgrounds as opposed to stretching" +msgid "Vertical gradient" msgstr "" msgid "Wallpaper" diff --git a/po/fi.po b/po/fi.po index 16bfef3..eadb2fb 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: compiz-fusion-plugins\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:26+0530\n" +"POT-Creation-Date: 2008-04-03 13:33+0530\n" "PO-Revision-Date: 2008-02-14 16:28+0100\n" "Last-Translator: Birunthan Mohanathas <[EMAIL PROTECTED]>\n" "Language-Team: Birunthan Mohanathas <[EMAIL PROTECTED]>\n" diff --git a/po/fr.po b/po/fr.po index fb7cced..8155401 100644 --- a/po/fr.po +++ b/po/fr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: fr-compiz-fusion-plugins\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:27+0530\n" +"POT-Creation-Date: 2008-04-03 13:33+0530\n" "PO-Revision-Date: 2008-03-18 21:11+0100\n" "Last-Translator: Tristan RABLAT <[EMAIL PROTECTED]>\n" "Language-Team: <[EMAIL PROTECTED]>\n" diff --git a/po/gl.po b/po/gl.po index f1de1ad..50d61cb 100644 --- a/po/gl.po +++ b/po/gl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: i18n\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:27+0530\n" +"POT-Creation-Date: 2008-04-03 13:33+0530\n" "PO-Revision-Date: 2008-03-25 02:51+0100\n" "Last-Translator: Fran Diéguez (GLUG) <[EMAIL PROTECTED]>\n" "Language-Team: <[EMAIL PROTECTED]>\n" diff --git a/po/gu.po b/po/gu.po index 0061cb5..628c7ca 100644 --- a/po/gu.po +++ b/po/gu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: compiz-fusion-plugins\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:27+0530\n" +"POT-Creation-Date: 2008-04-03 13:34+0530\n" "PO-Revision-Date: 2007-12-17 12:25+0530\n" "Last-Translator: \n" "Language-Team: gist Gujarati team <[EMAIL PROTECTED]>\n" diff --git a/po/hi.po b/po/hi.po index aa1fc65..38f04e5 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: compiz-fusion-plugins\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:27+0530\n" +"POT-Creation-Date: 2008-04-03 13:34+0530\n" "PO-Revision-Date: 2007-12-16 17:00+0530\n" "Last-Translator: Sangeeta Kumari\n" "Language-Team: <[EMAIL PROTECTED]>\n" diff --git a/po/hu.po b/po/hu.po index 41b3047..8b97337 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: compiz-fusion-plugins\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-03-15 20:11+0530\n" +"POT-Creation-Date: 2008-04-03 13:34+0530\n" "PO-Revision-Date: 2008-02-25 13:13+0100\n" "Last-Translator: KAMI <[EMAIL PROTECTED]>\n" "Language-Team: Hungarian <[EMAIL PROTECTED]>\n" @@ -2340,6 +2340,10 @@ msgstr "Kurzor függőleges eltolása." msgid "Zoom factor for keyboard initiated magnifier." msgstr "Billentyűzetről indított nagyító nagyítása." +#, fuzzy +msgid "Ignore already overlapping windows in the calculations" +msgstr "Ragadós ablakok figyelmen kívül hagyása" + msgid "Ignore sticky windows in the calculations" msgstr "Ragadós ablakok figyelmen kívül hagyása" @@ -2354,6 +2358,12 @@ msgid "" "maximumize window." msgstr "Maximalizált ablak helyét ne csökkentsék a ragadós ablakok." +#, fuzzy +msgid "" +"Treat windows that are already overlapping with the current window as non-" +"existant when calculating space to use for the maximumize window." +msgstr "Maximalizált ablak helyét ne csökkentsék a ragadós ablakok." + msgid "" "Trigger a resize of the window currently focused so it fits as much of the " "available screenspae as possible." @@ -4540,25 +4550,80 @@ msgstr "Munkalapváltás" msgid "Wall Sliding Duration" msgstr "Fal váltásának időtartama" +#, fuzzy +msgid "Background fill type." +msgstr "Háttérkép-fájl" + msgid "Backgrounds" msgstr "Háttérképek" +msgid "Center Tiled" +msgstr "" + +#, fuzzy +msgid "Centered" +msgstr "Elhelyezés középre" + +#, fuzzy +msgid "Color 1" +msgstr "Szín" + +#, fuzzy +msgid "Color 2" +msgstr "Szín" + msgid "Draw the desktop wallpaper" msgstr "Asztalháttérkép megjelenítése" -msgid "Enable true alpha blending for transparent wallpapers" -msgstr "Valódi átlátszóságkezelés átlátszó háttérképekhez." +#, fuzzy +msgid "Fill or first gradient color." +msgstr "Lángnyelvek színe." + +#, fuzzy +msgid "Fill type" +msgstr "Kitöltött körvonal" -msgid "Enable true blending" -msgstr "Valódi átlátszóságkezelés engedélyezése" +#, fuzzy +msgid "Horizontal gradient" +msgstr "Vízszintes redők" -msgid "The background specifications (as explained in DOCUMENTATION) to use." +#, fuzzy +msgid "Image" +msgstr "Képek" + +#, fuzzy +msgid "Image file." +msgstr "Felső képfájlok" + +#, fuzzy +msgid "Image position." +msgstr "Vízszintes pozíció" + +#, fuzzy +msgid "Position" +msgstr "Vízszintes pozíció" + +#, fuzzy +msgid "Scale and Crop" +msgstr "Áttekintés bővítmény" + +#, fuzzy +msgid "Scaled" +msgstr "Áttekintés bővítmény" + +#, fuzzy +msgid "Second gradient color." +msgstr "Színátmenet első színe" + +msgid "Solid fill" msgstr "" -"A háttér specifikáció használata. (Erről részletesebben a dokumentációban " -"olvashat.)" -msgid "Tile backgrounds as opposed to stretching" -msgstr "Háttérkép mozaik elrendezése a kitöltés helyett" +#, fuzzy +msgid "Tiled" +msgstr "Csempe" + +msgid "Vertical gradient" +msgstr "" msgid "Wallpaper" msgstr "Háttérkép" @@ -4782,6 +4847,21 @@ msgstr "Az ablakok legyenek ragadósak az összes munkaasztalon" msgid "Workarounds" msgstr "Hibajavítások" +#~ msgid "Enable true alpha blending for transparent wallpapers" +#~ msgstr "Valódi átlátszóságkezelés átlátszó háttérképekhez." + +#~ msgid "Enable true blending" +#~ msgstr "Valódi átlátszóságkezelés engedélyezése" + +#~ msgid "" +#~ "The background specifications (as explained in DOCUMENTATION) to use." +#~ msgstr "" +#~ "A háttér specifikáció használata. (Erről részletesebben a dokumentációban " +#~ "olvashat.)" + +#~ msgid "Tile backgrounds as opposed to stretching" +#~ msgstr "Háttérkép mozaik elrendezése a kitöltés helyett" + #~ msgid "Tilt view" #~ msgstr "Dőlt nézet" diff --git a/po/it.po b/po/it.po index 76897e3..7f61f47 100644 --- a/po/it.po +++ b/po/it.po @@ -47,7 +47,7 @@ msgid "" msgstr "" "Project-Id-Version: plugins 0.0.1\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:27+0530\n" +"POT-Creation-Date: 2008-04-03 13:34+0530\n" "PO-Revision-Date: 2008-03-29 15:58+0100\n" "Last-Translator: Milo Casagrande <[EMAIL PROTECTED]>\n" "Language-Team: Italian <[EMAIL PROTECTED]>\n" diff --git a/po/ja.po b/po/ja.po index aebe060..e5a54ad 100644 --- a/po/ja.po +++ b/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: compiz-fusion-plugins\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:27+0530\n" +"POT-Creation-Date: 2008-04-03 13:34+0530\n" "PO-Revision-Date: 2008-03-31 15:40+0200\n" "Last-Translator: jiro kawada <[EMAIL PROTECTED]>\n" "Language-Team: Japanese\n" diff --git a/po/ko.po b/po/ko.po index 5b66222..782b208 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: compiz-fusion-plugins\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:27+0530\n" +"POT-Creation-Date: 2008-04-03 13:34+0530\n" "PO-Revision-Date: 2008-02-14 08:45+0100\n" "Last-Translator: Jeong Seungwon <[EMAIL PROTECTED]>\n" "Language-Team: Korean <[EMAIL PROTECTED]>\n" diff --git a/po/nb.po b/po/nb.po index fb9d050..f895b32 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fusion-plugins 0.6\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:27+0530\n" +"POT-Creation-Date: 2008-04-03 13:34+0530\n" "PO-Revision-Date: 2008-03-16 19:01+0100\n" "Last-Translator: Ketil Wendelbo Aanensen <[EMAIL PROTECTED]>\n" "Language-Team: Norwegian Bokmaal <[EMAIL PROTECTED]>\n" diff --git a/po/nl.po b/po/nl.po index d301afe..ab3125d 100644 --- a/po/nl.po +++ b/po/nl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: i18n\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:28+0530\n" +"POT-Creation-Date: 2008-04-03 13:34+0530\n" "PO-Revision-Date: 2008-01-31 15:42+0100\n" "Last-Translator: Elve <[EMAIL PROTECTED]>\n" "Language-Team: Dutch <[EMAIL PROTECTED]>\n" diff --git a/po/pl.po b/po/pl.po index d21ddea..0ee130b 100644 --- a/po/pl.po +++ b/po/pl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:28+0530\n" +"POT-Creation-Date: 2008-04-03 13:34+0530\n" "PO-Revision-Date: 2008-03-27 00:38+0100\n" "Last-Translator: lukasz deren <[EMAIL PROTECTED]>\n" "Language-Team: pl_PL <[EMAIL PROTECTED]>\n" diff --git a/po/pt.po b/po/pt.po index d9ffce2..051e276 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pt_PT\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:28+0530\n" +"POT-Creation-Date: 2008-04-03 13:35+0530\n" "PO-Revision-Date: 2008-03-15 21:12+0200\n" "Last-Translator: Nicolau Gonçalves <[EMAIL PROTECTED]>\n" "Language-Team: \n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 69e08c0..0bc4a9b 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: pt_BR\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:28+0530\n" +"POT-Creation-Date: 2008-04-03 13:35+0530\n" "PO-Revision-Date: 2007-12-15 23:42+0100\n" "Last-Translator: Rodolfo Jose Ferreira <[EMAIL PROTECTED]>\n" "Language-Team: Portuguese <[EMAIL PROTECTED]>\n" diff --git a/po/ru.po b/po/ru.po index f9f4512..0c461da 100644 --- a/po/ru.po +++ b/po/ru.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: i18n\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:28+0530\n" +"POT-Creation-Date: 2008-04-03 13:35+0530\n" "PO-Revision-Date: 2008-01-15 05:51+0100\n" "Last-Translator: Denis Rakhmangulov <[EMAIL PROTECTED]>\n" "Language-Team: \n" diff --git a/po/sv.po b/po/sv.po index 2ac6c9a..4edfbb0 100644 --- a/po/sv.po +++ b/po/sv.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: compiz-fusion-plugins 0.0.1\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:28+0530\n" +"POT-Creation-Date: 2008-04-03 13:35+0530\n" "PO-Revision-Date: 2008-02-17 11:02+0100\n" "Last-Translator: Sebastian Parborg <[EMAIL PROTECTED]>\n" "Language-Team: Compiz Fusion Translators <[EMAIL PROTECTED]>\n" diff --git a/po/tr.po b/po/tr.po index d06de08..18e8973 100644 --- a/po/tr.po +++ b/po/tr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: compiz-fusion-plugins-new\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:28+0530\n" +"POT-Creation-Date: 2008-04-03 13:35+0530\n" "PO-Revision-Date: 2007-12-31 01:40+0100\n" "Last-Translator: Gürkan Gür <[EMAIL PROTECTED]>\n" "Language-Team: <[EMAIL PROTECTED]>\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 4314323..cb86d80 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: compiz-fusion-plugins\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-04-03 13:28+0530\n" +"POT-Creation-Date: 2008-04-03 13:35+0530\n" "PO-Revision-Date: 2008-02-22 04:46+0100\n" "Last-Translator: Gao Dexiang <[EMAIL PROTECTED]>\n" "Language-Team: Chinese\n" commit 008bca715ad2d8d1385c34478aa8404c3f48c8f4 Author: C-F Language team <[EMAIL PROTECTED]> Date: Thu Apr 3 09:56:00 2008 +0200 translation updates diff --git a/po/ar.po b/po/ar.po index c14c98c..5143763 100644 --- a/po/ar.po +++ b/po/ar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.6\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-03-15 20:09+0530\n" +"POT-Creation-Date: 2008-04-03 13:26+0530\n" "PO-Revision-Date: 2007-10-10 00:12+0200\n" "Last-Translator: Banxoo <[EMAIL PROTECTED]>\n" "Language-Team: Compiz Fusion Translators <[EMAIL PROTECTED]>\n" @@ -2282,6 +2282,9 @@ msgstr "" msgid "Zoom factor for keyboard initiated magnifier." msgstr "" +msgid "Ignore already overlapping windows in the calculations" +msgstr "" + msgid "Ignore sticky windows in the calculations" msgstr "" @@ -2297,6 +2300,11 @@ msgid "" msgstr "" msgid "" +"Treat windows that are already overlapping with the current window as non-" +"existant when calculating space to use for the maximumize window." +msgstr "" + +msgid "" "Trigger a resize of the window currently focused so it fits as much of the " "available screenspae as possible." msgstr "" @@ -4377,22 +4385,69 @@ msgstr "" msgid "Wall Sliding Duration" msgstr "" +#, fuzzy +msgid "Background fill type." +msgstr "النصوع" + msgid "Backgrounds" msgstr "" +msgid "Center Tiled" +msgstr "" + +msgid "Centered" +msgstr "" + +msgid "Color 1" +msgstr "" + +msgid "Color 2" +msgstr "" + msgid "Draw the desktop wallpaper" msgstr "" -msgid "Enable true alpha blending for transparent wallpapers" +#, fuzzy +msgid "Fill or first gradient color." +msgstr "لون أجزاﺀ النار." + +msgid "Fill type" +msgstr "" + +#, fuzzy +msgid "Horizontal gradient" +msgstr "طوي أفقي" + +msgid "Image" +msgstr "" + +msgid "Image file." +msgstr "" + +#, fuzzy +msgid "Image position." +msgstr "موقع الإبعاد" + +#, fuzzy +msgid "Position" +msgstr "موقع الإبعاد" + +msgid "Scale and Crop" +msgstr "" + +msgid "Scaled" +msgstr "" + +msgid "Second gradient color." msgstr "" -msgid "Enable true blending" +msgid "Solid fill" msgstr "" -msgid "The background specifications (as explained in DOCUMENTATION) to use." +msgid "Tiled" msgstr "" -msgid "Tile backgrounds as opposed to stretching" +msgid "Vertical gradient" msgstr "" msgid "Wallpaper" diff --git a/po/bn.po b/po/bn.po index 049de99..5964410 100644 --- a/po/bn.po +++ b/po/bn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: compiz\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-03-15 20:10+0530\n" +"POT-Creation-Date: 2008-04-03 13:26+0530\n" "PO-Revision-Date: 2007-12-26 09:57+0100\n" "Last-Translator: Mahdee Jameel <[EMAIL PROTECTED]>\n" "Language-Team: gist bengali team <[EMAIL PROTECTED]>,মাহদী জামীল <mahdee." @@ -2255,6 +2255,9 @@ msgstr "" msgid "Zoom factor for keyboard initiated magnifier." msgstr "" +msgid "Ignore already overlapping windows in the calculations" +msgstr "" + msgid "Ignore sticky windows in the calculations" msgstr "" @@ -2270,6 +2273,11 @@ msgid "" msgstr "" msgid "" +"Treat windows that are already overlapping with the current window as non-" +"existant when calculating space to use for the maximumize window." +msgstr "" + +msgid "" "Trigger a resize of the window currently focused so it fits as much of the " "available screenspae as possible." msgstr "" @@ -4348,22 +4356,69 @@ msgstr "" msgid "Wall Sliding Duration" msgstr "" +#, fuzzy +msgid "Background fill type." +msgstr "উজ্জ্বলতা" + msgid "Backgrounds" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]