VERSION | 2 configure.ac | 7 debian/changelog | 8 debian/control | 2 debian/rules | 5 metadata/Makefile.am | 5 metadata/atlantis.xml.in | 159 + metadata/fakeargb.xml.in | 11 metadata/mswitch.xml.in | 11 metadata/snow.xml.in | 11 metadata/tile.xml.in | 36 po/LINGUAS | 21 po/Makefile.in.in | 218 + po/POTFILES.in | 1 po/ar.po | 4675 ++++++++++++++++++++++++++++++++ po/bn.po | 4646 ++++++++++++++++++++++++++++++++ po/ca.po | 4854 ++++++++++++++++++++++++++++++++++ po/compiz-fusion-plugins.pot | 3299 ----------------------- po/de.po | 1823 ++++++++++-- po/el.po | 3371 +++++++++++++++++------ po/en_GB.po | 4819 +++++++++++++++++++++++++++++++++ po/es.po | 5121 ++++++++++++++++++++++++++++++++++++ po/eu.po | 4675 ++++++++++++++++++++++++++++++++ po/fa.po | 4571 ++++++++++++++++++++++++++++++++ po/fi.po | 4580 ++++++++++++++++++++++++++++++++ po/fr.po | 3173 +++++++++++++++------- po/gl.po | 4940 ++++++++++++++++++++++++++++++++++ po/gu.po | 4888 ++++++++++++++++++++++++++++++++++ po/hi.po | 4881 ++++++++++++++++++++++++++++++++++ po/hu.po | 4893 ++++++++++++++++++++++++++++++++++ po/it.po | 3970 +++++++++++++++++++-------- po/ja.po | 3259 ++++++++++++++++------ po/ko.po | 4841 ++++++++++++++++++++++++++++++++++ po/nb.po | 4865 ++++++++++++++++++++++++++++++++++ po/nl.po | 4959 ++++++++++++++++++++++++++++++++++ po/pl.po | 5106 +++++++++++++++++++++++++++++++++++ po/pl_PL.po | 3689 ------------------------- po/pt.po | 4922 ++++++++++++++++++++++++++++++++++ po/pt_BR.po | 5076 +++++++++++++++++++++++++++++++++++ po/pt_PT.po | 3630 ------------------------- po/ru.po | 5546 +++++++++++++++++++++++++++++++++++++++ po/sv.po | 4949 ++++++++++++++++++++++++++++++++++ po/tr.po | 4767 +++++++++++++++++++++++++++++++++ po/zh_CN.po | 4019 ++++++++++++++++++++++++++-- src/Makefile.am | 2 src/atlantis/Makefile.am | 35 src/atlantis/atlantis-internal.h | 242 + src/atlantis/atlantis.c | 662 ++++ src/atlantis/dolphin.c | 2077 ++++++++++++++ src/atlantis/shark.c | 1411 +++++++++ src/atlantis/swim.c | 276 + src/atlantis/water.c | 575 ++++ src/atlantis/whale.c | 1902 +++++++++++++ src/fakeargb/fakeargb.c | 425 +- src/mswitch/mswitch.c | 29 src/snow/snow.c | 80 src/tile/tile.c | 100 57 files changed, 125675 insertions(+), 15445 deletions(-)
New commits: commit 7bcfda67253982c12964eb9fbf8560edf63cf650 Author: Sean Finney <[EMAIL PROTECTED]> Date: Mon May 19 20:24:48 2008 +0200 new upstream release diff --git a/debian/changelog b/debian/changelog index 99a42f9..9acefde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +compiz-fusion-plugins-unsupported (0.7.4-1) unstable; urgency=low + + * New upstream release. + * Update build-deps on bcop to >= 0.7.3. + * Re-add po/Makefile.in.in to UPSTREAM_PRESERVE to keep builds clean + + -- Sean Finney <[EMAIL PROTECTED]> Mon, 19 May 2008 20:22:08 +0200 + compiz-fusion-plugins-unsupported (0.6.0-3) unstable; urgency=low [Emilio Scalise] diff --git a/debian/control b/debian/control index a67a73f..a96802b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: compiz-fusion-plugins-unsupported Priority: extra Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: Sean Finney <[EMAIL PROTECTED]> -Build-Depends: automake1.9, autotools-dev, compiz-dev (>= 0.6.0), compiz-fusion-bcop (>= 0.6.0), debhelper (>= 5), intltool, libgconf2-dev, libglib2.0-dev, libtool, libxml2-dev, libxslt1-dev, pkg-config, xsltproc, librsvg2-dev, libcairo2-dev, libsm-dev, libglu1-mesa-dev, libdbus-1-dev, libdecoration0-dev, libxml-parser-perl, x11proto-core-dev, libxrender-dev +Build-Depends: automake1.9, autotools-dev, compiz-dev (>= 0.6.0), compiz-fusion-bcop (>= 0.7.3), debhelper (>= 5), intltool, libgconf2-dev, libglib2.0-dev, libtool, libxml2-dev, libxslt1-dev, pkg-config, xsltproc, librsvg2-dev, libcairo2-dev, libsm-dev, libglu1-mesa-dev, libdbus-1-dev, libdecoration0-dev, libxml-parser-perl, x11proto-core-dev, libxrender-dev Standards-Version: 3.7.2 Section: x11 diff --git a/debian/rules b/debian/rules index d46377f..dc8496d 100755 --- a/debian/rules +++ b/debian/rules @@ -12,14 +12,13 @@ else endif # the following files are modified in the build process, but shouldn't be. -#UPSTREAM_PRESERVE:=po/Makefile.in.in +UPSTREAM_PRESERVE:=po/Makefile.in.in # the following are generated by autoconf and have no way of being deleted # gracefully. AUTOFOO_DELETE:=aclocal.m4 config.guess config.h.in config.sub configure \ depcomp install-sh intltool-extract.in intltool-merge.in \ - intltool-update.in ltmain.sh missing mkinstalldirs \ - po/Makefile.in.in + intltool-update.in ltmain.sh missing mkinstalldirs configure: configure-stamp configure-stamp: commit 54f050394d3f7ec107ac1edc2fde8d763617a201 Author: Guillaume Seguin <[EMAIL PROTECTED]> Date: Fri Apr 4 00:17:41 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 684806e8c46f298ff6a7304bae847cd18c9c5c01 Author: C-F Language team <[EMAIL PROTECTED]> Date: Thu Apr 3 09:56:07 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 93c4297f4c1440047913757b958a80f82c93ee61 Author: C-F Language team <[EMAIL PROTECTED]> Date: Thu Apr 3 09:56:02 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" 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/ca.po b/po/ca.po index 739c8d6..74da42b 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-03-15 20:10+0530\n" +"POT-Creation-Date: 2008-04-03 13:26+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" @@ -2335,6 +2335,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 "" @@ -2352,6 +2355,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 "" @@ -4484,24 +4492,78 @@ msgstr "" msgid "Wall Sliding Duration" msgstr "" +#, fuzzy +msgid "Background fill type." +msgstr "Fitxer de fons" + msgid "Backgrounds" msgstr "Fons" +msgid "Center Tiled" +msgstr "" + +#, fuzzy +msgid "Centered" +msgstr "Posa al centre" + +#, fuzzy +msgid "Color 1" +msgstr "Colors" + +#, fuzzy +msgid "Color 2" +msgstr "Colors" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]