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

ccsm: Changes to 'debian-unstable'



 MANIFEST.in                                              |    2 
 VERSION                                                  |    2 
 ccm/Conflicts.py                                         |  286 ++-
 ccm/Constants.py.in                                      |    7 
 ccm/Pages.py                                             |  242 ++
 ccm/Settings.py                                          |   25 
 ccm/Utils.py                                             |   58 
 ccm/Widgets.py                                           |  324 +++
 ccm/Window.py                                            |  445 -----
 ccsm.desktop                                             |    9 
 ccsm.desktop.in                                          |    9 
 debian/changelog                                         |    6 
 debian/patches/desktop-file-category                     |    8 
 debian/patches/pygtk-breakage-workaround.patch           |    6 
 debian/patches/remove-python-shebangs                    |   42 
 images/24x24/apps/ccsm.png                               |binary
 images/scalable/apps/plugin-bicubic.svg                  |  247 ++
 images/scalable/apps/plugin-cubeaddon.svg                |  460 +++++
 images/scalable/apps/plugin-cubecaps.svg                 |  341 ---
 images/scalable/apps/plugin-cubereflex.svg               |  260 --
 images/scalable/categories/plugins-accessibility.svg     |  253 +-
 images/scalable/categories/plugins-all.svg               |  406 ++--
 images/scalable/categories/plugins-desktop.svg           |  610 ++++--
 images/scalable/categories/plugins-effects.svg           |  283 +--
 images/scalable/categories/plugins-extras.svg            |  154 -
 images/scalable/categories/plugins-general.svg           |  226 --
 images/scalable/categories/plugins-image_loading.svg     |  243 +-
 images/scalable/categories/plugins-key_bindings.svg      |  683 -------
 images/scalable/categories/plugins-profiles.svg          |  591 ++----
 images/scalable/categories/plugins-search.svg            | 1327 +++++++++++----
 images/scalable/categories/plugins-uncategorized.svg     |  340 ---
 images/scalable/categories/plugins-utility.svg           |  344 +++
 images/scalable/categories/plugins-window_management.svg |  576 +++++-
 po/POTFILES.in                                           |    1 
 po/ar.po                                                 |   84 
 po/bn.po                                                 |   84 
 po/bn_IN.po                                              |   84 
 po/ca.po                                                 |   92 -
 po/ccsm.pot                                              |   81 
 po/cs.po                                                 |   84 
 po/de.po                                                 |  103 -
 po/el.po                                                 |  112 -
 po/en_GB.po                                              |   84 
 po/es.po                                                 |  102 -
 po/eu.po                                                 |   84 
 po/fi.po                                                 |  288 +--
 po/fr.po                                                 |   84 
 po/gl.po                                                 |   84 
 po/gu.po                                                 |   92 -
 po/hi.po                                                 |   84 
 po/hr.po                                                 |   84 
 po/hu.po                                                 |  112 -
 po/id.po                                                 |   81 
 po/it.po                                                 |  111 -
 po/ja.po                                                 |  108 -
 po/ko.po                                                 |   84 
 po/md.po                                                 |   92 -
 po/nb.po                                                 |   99 -
 po/nl.po                                                 |  119 -
 po/or.po                                                 |   84 
 po/pa.po                                                 |   84 
 po/pl.po                                                 |  142 -
 po/pt.po                                                 |  103 -
 po/pt_BR.po                                              |   92 -
 po/ru.po                                                 |  129 -
 po/sk.po                                                 |  355 ++--
 po/sv.po                                                 |  109 -
 po/tr.po                                                 |   84 
 po/wo.po                                                 |   92 -
 po/zh_CN.po                                              |  151 -
 setup.py                                                 |    5 
 71 files changed, 7172 insertions(+), 5590 deletions(-)

New commits:
commit 6a9a82e7741deb9c212102f152e1292b79c18fc3
Author: Sean Finney <seanius@debian.org>
Date:   Tue Jun 3 01:10:34 2008 +0200

    new upstream release

diff --git a/debian/changelog b/debian/changelog
index ada55bd..1daab9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ccsm (0.7.6-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Sean Finney <seanius@debian.org>  Tue, 03 Jun 2008 01:08:21 +0200
+
 ccsm (0.7.4-1) unstable; urgency=low
 
   * New upstream release. 
diff --git a/debian/patches/desktop-file-category b/debian/patches/desktop-file-category
index 125aa2b..cb5ea79 100644
--- a/debian/patches/desktop-file-category
+++ b/debian/patches/desktop-file-category
@@ -1,8 +1,6 @@
-Index: ccsm/ccsm.desktop
-===================================================================
---- ccsm.orig/ccsm.desktop	2007-12-02 21:25:45.000000000 +0100
-+++ ccsm/ccsm.desktop	2007-12-02 21:26:03.000000000 +0100
-@@ -6,4 +6,4 @@
+--- 9-ccsm.orig/ccsm.desktop.in
++++ 9-ccsm/ccsm.desktop.in
+@@ -6,4 +6,4 @@ Icon=ccsm
  Exec=ccsm
  Terminal=false
  Type=Application
diff --git a/debian/patches/pygtk-breakage-workaround.patch b/debian/patches/pygtk-breakage-workaround.patch
index 7235caa..46ab7d7 100644
--- a/debian/patches/pygtk-breakage-workaround.patch
+++ b/debian/patches/pygtk-breakage-workaround.patch
@@ -1,7 +1,5 @@
-Index: ccsm/ccsm
-===================================================================
---- ccsm.orig/ccsm
-+++ ccsm/ccsm
+--- 9-ccsm.orig/ccsm
++++ 9-ccsm/ccsm
 @@ -68,4 +68,6 @@ mainWin = ccm.MainWin(context, plugin, c
  idle = ccm.IdleSettingsParser(context)
  mainWin.show_all()
diff --git a/debian/patches/remove-python-shebangs b/debian/patches/remove-python-shebangs
index 1d3988f..1a909d6 100644
--- a/debian/patches/remove-python-shebangs
+++ b/debian/patches/remove-python-shebangs
@@ -1,61 +1,47 @@
-Index: ccsm/ccm/Conflicts.py
-===================================================================
---- ccsm.orig/ccm/Conflicts.py	2007-12-02 21:28:20.000000000 +0100
-+++ ccsm/ccm/Conflicts.py	2007-12-02 21:29:59.000000000 +0100
+--- 9-ccsm.orig/ccm/Conflicts.py
++++ 9-ccsm/ccm/Conflicts.py
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # -*- coding: UTF-8 -*-
  
  # This program is free software; you can redistribute it and/or
-Index: ccsm/ccm/Pages.py
-===================================================================
---- ccsm.orig/ccm/Pages.py	2007-12-02 21:28:20.000000000 +0100
-+++ ccsm/ccm/Pages.py	2007-12-02 21:29:59.000000000 +0100
+--- 9-ccsm.orig/ccm/Pages.py
++++ 9-ccsm/ccm/Pages.py
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # -*- coding: UTF-8 -*-
  
  # This program is free software; you can redistribute it and/or
-Index: ccsm/ccm/Settings.py
-===================================================================
---- ccsm.orig/ccm/Settings.py	2007-12-02 21:28:20.000000000 +0100
-+++ ccsm/ccm/Settings.py	2007-12-02 21:29:59.000000000 +0100
+--- 9-ccsm.orig/ccm/Settings.py
++++ 9-ccsm/ccm/Settings.py
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # -*- coding: UTF-8 -*-
  
  # This program is free software; you can redistribute it and/or
-Index: ccsm/ccm/Utils.py
-===================================================================
---- ccsm.orig/ccm/Utils.py	2007-12-02 21:28:20.000000000 +0100
-+++ ccsm/ccm/Utils.py	2007-12-02 21:29:59.000000000 +0100
+--- 9-ccsm.orig/ccm/Utils.py
++++ 9-ccsm/ccm/Utils.py
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # -*- coding: UTF-8 -*-
  
  # This program is free software; you can redistribute it and/or
-Index: ccsm/ccm/Widgets.py
-===================================================================
---- ccsm.orig/ccm/Widgets.py	2007-12-02 21:28:20.000000000 +0100
-+++ ccsm/ccm/Widgets.py	2007-12-02 21:29:59.000000000 +0100
+--- 9-ccsm.orig/ccm/Widgets.py
++++ 9-ccsm/ccm/Widgets.py
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # -*- coding: UTF-8 -*-
  
  # This program is free software; you can redistribute it and/or
-Index: ccsm/ccm/Window.py
-===================================================================
---- ccsm.orig/ccm/Window.py	2007-12-02 21:28:20.000000000 +0100
-+++ ccsm/ccm/Window.py	2007-12-02 21:29:59.000000000 +0100
+--- 9-ccsm.orig/ccm/Window.py
++++ 9-ccsm/ccm/Window.py
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # -*- coding: UTF-8 -*-
  
  # This program is free software; you can redistribute it and/or
-Index: ccsm/ccm/Constants.py.in
-===================================================================
---- ccsm.orig/ccm/Constants.py.in	2007-12-02 21:30:48.000000000 +0100
-+++ ccsm/ccm/Constants.py.in	2007-12-02 21:30:53.000000000 +0100
+--- 9-ccsm.orig/ccm/Constants.py.in
++++ 9-ccsm/ccm/Constants.py.in
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # -*- coding: UTF-8 -*-

commit 96396c5a579a787ff1c78b1c6b10346b6d068171
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Sat May 31 14:09:04 2008 +0200

    * Bump version to 0.7.6

diff --git a/VERSION b/VERSION
index 130f2d5..6410fd5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-VERSION=0.7.5
+VERSION=0.7.6

commit b9b7a6525470e5b58d0c04f78348b090fee22669
Author: C-F Language team <i18n@opencompositing.org>
Date:   Sat May 24 22:19:13 2008 +0530

    translation updates

diff --git a/po/ar.po b/po/ar.po
index 5e50098..0f1e63c 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm 0.6\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
 "PO-Revision-Date: 2007-09-30 23:11+0200\n"
 "Last-Translator: Banxoo <banxoo+compiz@gmail.com>\n"
 "Language-Team: Compiz Fusion Translators <i18n@lists.compiz-fusion.org>\n"
@@ -517,6 +517,9 @@ msgstr ""
 "\n"
 " Your filter \"<b>%s</b>\" لا تطابق مع ايّ من الموجودات.</span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "تحليل نزاع محتمل، الرجاﺀ الإنتظار"
 
diff --git a/po/bn.po b/po/bn.po
index 20aed41..64b14b5 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
 "PO-Revision-Date: 2008-01-03 02:28+0100\n"
 "Last-Translator: Mahdee Jameel <mahdee.jameel@gmail.com>\n"
 "Language-Team: gist bengali team <info.gist@cdac.in>\n"
@@ -520,6 +520,9 @@ msgstr ""
 "\n"
 " আপনার ছাকুনি \"<b>%s</b>\" এর সাথে মিলওয়ালা কোন কিছু পাওয়া যায়নি.</span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "সম্ভাব্য সংঘর্ষ হিসাব করা হচ্ছে।অনুগ্রহ করে অপেক্ষা করুন"
 
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 9bdaa72..af4ee1d 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
 "PO-Revision-Date: 2008-03-15 16:15+0100\n"
 "Last-Translator: biswajyoti mahanta <biswajyotim@gmail.com>\n"
 "Language-Team: gist bengali team <info.gist@cdac.in>\n"
@@ -522,6 +522,9 @@ msgstr ""
 "\n"
 " আপনার ছাকুনি \"<b>%s</b>\" এর সাথে মিলওয়ালা কোন কিছু পাওয়া যায়নি.</span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "সম্ভাব্য সংঘর্ষ হিসাব করা হচ্ছে।অনুগ্রহ করে অপেক্ষা করুন"
 
diff --git a/po/ca.po b/po/ca.po
index b64d9e1..d0e280e 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,15 +7,16 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Compiz Settings Manager 0.5.2\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
-"PO-Revision-Date: 2007-09-09 01:49+0100\n"
-"Last-Translator: Gustau L. Castells (Karasu) <gustaucastells@gmail.com>\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
+"PO-Revision-Date: 2008-05-04 18:36+0200\n"
+"Last-Translator: Nuria Fernández Mingo <nuria.fernandezm@gmail.com>\n"
 "Language-Team: Catalan <gustaucastells@gmail.com>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 1.1.0\n"
 "X-Poedit-Language: Catalan\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, python-format
 msgid ""
@@ -44,13 +45,14 @@ msgid "Set %(action)s anyway"
 msgstr "Marca %(action)s de totes maneres"
 
 msgid "key"
-msgstr ""
+msgstr "clau"
 
 msgid "button"
-msgstr ""
+msgstr "botó"
 
+#, fuzzy
 msgid "edge"
-msgstr ""
+msgstr "cantonada"
 
 #, fuzzy, python-format
 msgid ""
@@ -524,6 +526,9 @@ msgstr ""
 "\n"
 " El teu filtre \"<b>%s</b>\" no concorda amb cap element.</span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "Calculant possibles conflictes, esperi"
 
diff --git a/po/ccsm.pot b/po/ccsm.pot
index 0a282db..1950c62 100644
--- a/po/ccsm.pot
+++ b/po/ccsm.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-10 18:22+0200\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\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"
diff --git a/po/cs.po b/po/cs.po
index 03f763e..1a06358 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm 0.6.0\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
 "PO-Revision-Date: 2008-02-11 03:46+0100\n"
 "Last-Translator: Tomas Hejatko <hejda.cz@gmail.com>\n"
 "Language-Team: Czech <dev@lists.compiz-fusion.org>\n"
@@ -522,6 +522,9 @@ msgstr ""
 "\n"
 "Váš filtr \"<b>%s</b>\"nevyhovuje žádné položce.</span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "Vyhodnocuji možné konfilkty, prosím čekejte"
 
diff --git a/po/de.po b/po/de.po
index 4bc9811..fc875a6 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,15 +7,16 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm 0.0.1\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
-"PO-Revision-Date: 2008-04-03 09:02+0200\n"
-"Last-Translator: Rene Hennig <shifty@my-united.net>\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
+"PO-Revision-Date: 2008-05-16 00:15+0200\n"
+"Last-Translator: Perry <perry3d@gmail.com>\n"
 "Language-Team: Compiz Fusion translators <i18n@lists.compiz-fusion.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Pootle 1.0.2\n"
+"X-Generator: Pootle 1.1.0\n"
 
+# Fehlendes Leerzeichen hinzugefügt.
 #, python-format
 msgid ""
 "The new value for the %(binding)s binding for the action <b>%(action)s</b> "
@@ -25,8 +26,8 @@ msgid ""
 "(plugin_conflict)s</b> plugin?"
 msgstr ""
 "Der neue Wert für %(binding)s der Aktion <b>%(action)s</b> im Plugin <b>%"
-"(plugin)s</b> steht in Konflikt mit der Aktion <b>%(action_conflict)s</b>des "
-"Plugins <b>%(plugin_conflict)s</b>.\n"
+"(plugin)s</b> steht in Konflikt mit der Aktion <b>%(action_conflict)s</b> "
+"des Plugins <b>%(plugin_conflict)s</b>.\n"
 "Möchten Sie <b>%(action_conflict)s</b> im Plugin <b>%(plugin_conflict)s</b> "
 "deaktivieren?"
 
@@ -51,7 +52,7 @@ msgid "button"
 msgstr "Maustaste"
 
 msgid "edge"
-msgstr ""
+msgstr "Rand"
 
 #, python-format
 msgid ""
@@ -99,10 +100,10 @@ msgid ""
 msgstr ""
 
 msgid "Resolve conflicts"
-msgstr ""
+msgstr "Konflikte beheben"
 
 msgid "Ignore conflicts"
-msgstr ""
+msgstr "Konflikte ignorieren"
 
 #, python-format
 msgid ""
@@ -527,6 +528,9 @@ msgstr ""
 "\n"
 " Der Filter \"<b>%s</b>\" stimmt mit keinem Element überein.</span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "Werte mögliche Konflikte aus ... bitte warten."
 
diff --git a/po/el.po b/po/el.po
index 95da5f3..3c74915 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,14 +7,14 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm 0.6.0\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
-"PO-Revision-Date: 2008-02-22 10:00+0100\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
+"PO-Revision-Date: 2008-05-18 00:06+0200\n"
 "Last-Translator: Jim Dusis <jimdusis@yahoo.gr>\n"
 "Language-Team: Compiz Fusion translators <i18n@lists.compiz-fusion.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Pootle 1.0.2\n"
+"X-Generator: Pootle 1.1.0\n"
 
 #, python-format
 msgid ""
@@ -42,16 +42,14 @@ msgstr "Μην Θέσεις %(action)s"
 msgid "Set %(action)s anyway"
 msgstr "Θέσε %(action)s οπωσδήποτε"
 
-#, fuzzy
 msgid "key"
-msgstr "Πλήκτρο"
+msgstr "πλήκτρο"
 
-#, fuzzy
 msgid "button"
-msgstr "Κουμπί"
+msgstr "κουμπί"
 
 msgid "edge"
-msgstr ""
+msgstr "άκρη"
 
 #, python-format
 msgid ""
@@ -97,12 +95,14 @@ msgid ""
 "Some %(bindings)s bindings of Plugin <b>%(plugin)s</b> conflict with other "
 "plugins. Do you want to resolve these conflicts?"
 msgstr ""
+"Ορισμένοι %(bindings)s σύνδεσμοι του Πρόσθετου <b>%(plugin)s</b> "
+"συγκρούωνται με άλλα πρόσθετα. Θέλετε να επιλυθούν αυτές οι συγκρούσεις?"
 
 msgid "Resolve conflicts"
-msgstr ""
+msgstr "Επίλυση συγκρούσεων"
 
 msgid "Ignore conflicts"
-msgstr ""
+msgstr "Αγνόηση συγκρούσεων"
 
 #, python-format
 msgid ""
@@ -247,9 +247,8 @@ msgstr "Κανένα"
 msgid "CompizConfig Settings Manager"
 msgstr "Διαχειριστής Ρυθμίσεων CompizConfig"
 
-#, fuzzy
 msgid "Plugin"
-msgstr "Λίστα Προσθέτων"
+msgstr "Πρόσθετο"
 
 msgid "Please press the new key combination"
 msgstr "Παρακαλώ χρησιμοποιήστε τον νέο συνδυασμό πλήκτρων"
@@ -300,9 +299,8 @@ msgstr "Σχέση"
 msgid "Invert"
 msgstr "Αντίθετο"
 
-#, fuzzy
 msgid "Browse..."
-msgstr "Περιήγηση για "
+msgstr "Περιήγηση..."
 
 msgid "Images"
 msgstr "Εικόνες"
@@ -358,6 +356,9 @@ msgid ""
 "Enter a filter.\n"
 "Click the keyboard image to grab a key for which to search."
 msgstr ""
+"Εισαγωγή ενός φίλτρου.\n"
+"Κάντε κλικ στην εικόνα του πληκτρολογίου για να επιλέξετε ένα πλήκτρο για το "
+"οποίο θα γίνει έρευνα."
 
 msgid "Search in..."
 msgstr "Αναζήτηση στο..."
@@ -373,18 +374,17 @@ msgid "Settings value"
 msgstr "Τιμή ρυθμίσεων"
 
 msgid "Group"
-msgstr ""
+msgstr "Ομάδα"
 
 msgid "Subgroup"
-msgstr ""
+msgstr "Υποομάδα"
 
 #. Notebook
 msgid "Settings"
 msgstr "Ρυθμίσεις"
 
-#, fuzzy
 msgid "Loading Advanced Search"
-msgstr "Προχωρημένη Αναζήτηση"
+msgstr "Φόρτωση Προχωρημένης Αναζήτησης"
 
 msgid "Add a New Profile"
 msgstr "Προσθήκη νέου προφίλ"
@@ -534,6 +534,9 @@ msgstr ""
 "\n"
 "Το φίλτρο σας \"<b>%s</b>\" δεν ταιριάζει με κανένα στοιχείο.</span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "Υπολογισμός πιθανών διενέξεων, παρακαλώ περιμένετε"
 
diff --git a/po/en_GB.po b/po/en_GB.po
index 4af6bc4..be75abe 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm 0.7.2\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
 "PO-Revision-Date: 2008-02-28 23:36+0100\n"
 "Last-Translator: David Lodge <dave@cirt.net>\n"
 "Language-Team: gb <dave@cirt.net>\n"
@@ -519,6 +519,9 @@ msgstr ""
 "<span size=\"large\"><b>No matches found.</b> </span><span>\n"
 " Your filter \"<b>%s</b>\" does not match any items.</span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "Computing possible conflicts, please wait"
 
diff --git a/po/es.po b/po/es.po
index 8fb740a..ed28eae 100644
--- a/po/es.po
+++ b/po/es.po
@@ -11,8 +11,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
-"PO-Revision-Date: 2008-04-26 15:53+0200\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
+"PO-Revision-Date: 2008-05-04 18:35+0200\n"
 "Last-Translator: Nuria Fernández Mingo <nuria.fernandezm@gmail.com>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
@@ -49,13 +49,13 @@ msgid "Set %(action)s anyway"
 msgstr "Ignorar y Aplicar %(action)s"
 
 msgid "key"
-msgstr ""
+msgstr "clave"
 
 msgid "button"
-msgstr ""
+msgstr "botón"
 
 msgid "edge"
-msgstr ""
+msgstr "borde"
 
 #, python-format
 msgid ""
@@ -541,6 +541,9 @@ msgstr ""
 "\n"
 " Tu filtro \"<b>%s</b>\" no ha devuelto ningún resultado.</span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "Verificando posibles conflictos, por favor espere"
 
diff --git a/po/eu.po b/po/eu.po
index d847d74..c22c3c2 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
 "PO-Revision-Date: 2008-01-08 20:10+0100\n"
 "Last-Translator: Ander Elortondo <ander.elor@gmail.com>\n"
 "Language-Team: Euskara <librezale@librezale.org>\n"
@@ -526,6 +526,9 @@ msgstr ""
 "\n"
 "Zure \"<b>%s</b>\" iragazkiak ez du elementurik aurkitu </span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "Gatazkak ote dauden aztertzen. Mesedez itxaron"
 
diff --git a/po/fi.po b/po/fi.po
index 9a19090..c7920a3 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
-"PO-Revision-Date: 2008-04-21 01:21+0300\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
+"PO-Revision-Date: 2008-05-06 15:02+0200\n"
 "Last-Translator: Timo Jyrinki <timo.jyrinki@iki.fi>\n"
 "Language-Team: Finnish <laatu@lokalisointi.org>\n"
 "MIME-Version: 1.0\n"
@@ -45,13 +45,13 @@ msgid "Set %(action)s anyway"
 msgstr "Aseta %(action)s joka tapauksessa"
 
 msgid "key"
-msgstr ""
+msgstr "näppäin"
 
 msgid "button"
-msgstr ""
+msgstr "painike"
 
 msgid "edge"
-msgstr ""
+msgstr "reuna"
 
 #, python-format
 msgid ""
@@ -528,6 +528,9 @@ msgstr ""
 "\n"
 "Suodattimesi <b>%s</b> ei vastaa mitään kohtia.</span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "Käsitellään mahdollisia ristiriitoja, odota hetki"
 
diff --git a/po/fr.po b/po/fr.po
index 7bdddf1..975b50b 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: fr-ccsm\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
 "PO-Revision-Date: 2008-03-16 15:14+0100\n"
 "Last-Translator: Tristan RABLAT <tristan.rablat@gmail.com>\n"
 "Language-Team: <fr@li.org>\n"
@@ -527,10 +527,12 @@ msgid ""
 "\n"
 " Your filter \"<b>%s</b>\" does not match any items.</span>"
 msgstr ""
-"<span size=\"large\"><b>Pas de concordance trouvée.</b> </span>\n"
-"\n"
+"<span size=\"large\"><b>Pas de concordance trouvée.</b> </span><br><br> "
 "Votre filtre \"<b>%s</b>\" ne correspond à aucun objet."
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "Recherche d'éventuels conflits, veuillez patienter"
 
diff --git a/po/gl.po b/po/gl.po
index c1c27e2..09ca7a0 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
 "PO-Revision-Date: 2008-03-19 12:46+0100\n"
 "Last-Translator: Fran Diéguez (GLUG) <fran.dieguez@glug.es>\n"
 "Language-Team: Galician <en@li.org>\n"
@@ -529,6 +529,9 @@ msgstr ""
 "\n"
 " O teu filtro \"<b>%s</b>\" non devolveu nengún resultado.</span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "Posibles conflictos de computación, por favor espere"
 
diff --git a/po/gu.po b/po/gu.po
index 194a3ec..4025c4b 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
 "PO-Revision-Date: 2007-12-17 12:25+0530\n"
 "Last-Translator: \n"
 "Language-Team: gist Gujarati team <info.gist@cdac.in>\n"
@@ -529,6 +529,9 @@ msgstr ""
 "\n"
 " તમારા ગાળક \"<b>%s</b>\" એ કોઈ જોડણી વસ્તુ શોધી નહિં.</span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "શક્ય તકરારો ગણી રહ્યા છીએ, મહેરબાની કરીને રાહ જુઓ"
 
diff --git a/po/hi.po b/po/hi.po
index be560f9..f8ef05f 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
 "PO-Revision-Date: 2007-12-16 16:36+0530\n"
 "Last-Translator: Sangeeta Kumari\n"
 "Language-Team:  <en@li.org>\n"
@@ -515,6 +515,9 @@ msgstr ""
 "\n"
 " आपका फिल्टर \"<b>%s</b>\" किसी मद से नहीं मेल खाता है.</span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "संभावित विरोध की गणना कर रहा है, कृपया प्रतीक्षा करें"
 
diff --git a/po/hr.po b/po/hr.po
index 0f466ab..a83d603 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
 "PO-Revision-Date: 2007-11-25 22:44+0100\n"
 "Last-Translator: Matija Folnovic <matijafolnovic@gmail.com>\n"
 "Language-Team: Matija Folnovic <matijafolnovic@gmail.com>\n"
@@ -507,6 +507,9 @@ msgid ""
 " Your filter \"<b>%s</b>\" does not match any items.</span>"
 msgstr ""
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "Izracunavam moguce sukobe, molim pricekajte"
 
diff --git a/po/hu.po b/po/hu.po
index dcb9f14..9c3faa9 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: hu\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
-"PO-Revision-Date: 2008-04-23 11:14+0200\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
+"PO-Revision-Date: 2008-05-03 12:06+0200\n"
 "Last-Translator: KAMI <kamihir@freemail.hu>\n"
 "Language-Team: hungarian <hu@li.org>\n"
 "MIME-Version: 1.0\n"
@@ -44,16 +44,14 @@ msgstr "%(action)s mellőzése"
 msgid "Set %(action)s anyway"
 msgstr "%(action)s beállítása"
 
-#, fuzzy
 msgid "key"
 msgstr "Billentyű"
 
-#, fuzzy
 msgid "button"
 msgstr "Gomb"
 
 msgid "edge"
-msgstr ""
+msgstr "Szegély"
 
 #, python-format
 msgid ""
@@ -98,12 +96,15 @@ msgid ""
 "Some %(bindings)s bindings of Plugin <b>%(plugin)s</b> conflict with other "
 "plugins. Do you want to resolve these conflicts?"
 msgstr ""
+"A(z) <b>%(plugin)s</b> bővítmény néhány kötése: %(bindings)s "
+"összeférhetetlen egyéb bővítményekkel. Meg kívánja oldani ezeket az "
+"összeférhetetlenségeket?"
 
 msgid "Resolve conflicts"
-msgstr ""
+msgstr "Összeférhetetlenség megoldása"
 
 msgid "Ignore conflicts"
-msgstr ""
+msgstr "Mellőzés"
 
 #, python-format
 msgid ""
@@ -531,6 +532,9 @@ msgstr ""
 "\n"
 " A szűrő (\"<b>%s</b>\") nem adott találatot.</span>"
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Computing possible conflicts, please wait"
 #~ msgstr "Lehetséges összeférhetetlenségek keresése. Kérem várjon."
 
diff --git a/po/id.po b/po/id.po
index a9a8d81..f595f44 100644
--- a/po/id.po
+++ b/po/id.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Compiz Settings Manager 0.5.2\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
 "PO-Revision-Date: 2007-09-16 19:11+0700\n"
 "Last-Translator: Andi Darmawan <belutz@ubuntu.com>\n"
 "Language-Team: Andi Darmawan <belutz@ubuntu.com>\n"
@@ -500,6 +500,9 @@ msgid ""
 " Your filter \"<b>%s</b>\" does not match any items.</span>"
 msgstr ""
 
+msgid "Configure Compiz with CompizConfig"
+msgstr ""
+
 #~ msgid "Value (%s)"
 #~ msgstr "Nilai (%s)"
 
diff --git a/po/it.po b/po/it.po
index b0dc61d..6254c72 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2,15 +2,15 @@
 # Copyright (C) 2007 compiz-fusion.org 
 # This file is distributed under the same license as the ccsm package.
 # Treviño (Marco Trevisan) <trevi55@gmail.com>, 2007
-# Milo Casagrande <milo_casagrande@yahoo.it>, 2007
+# Milo Casagrande <milo_casagrande@yahoo.it>, 2007-2008
 #
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: ccsm\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
-"PO-Revision-Date: 2008-04-07 21:05+0200\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
+"PO-Revision-Date: 2008-05-10 19:28+0200\n"
 "Last-Translator: Milo Casagrande <milo_casagrande@yahoo.it>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
 "MIME-Version: 1.0\n"
@@ -47,13 +47,13 @@ msgid "Set %(action)s anyway"
 msgstr "Imposta %(action)s comunque"
 
 msgid "key"
-msgstr ""
+msgstr "tasto"
 
 msgid "button"
-msgstr ""
+msgstr "pulsante"
 
 msgid "edge"
-msgstr ""
+msgstr "bordo"
 
 #, python-format
 msgid ""
@@ -98,12 +98,14 @@ msgid ""
 "Some %(bindings)s bindings of Plugin <b>%(plugin)s</b> conflict with other "
 "plugins. Do you want to resolve these conflicts?"
 msgstr ""
+"Alcuni binding %(bindings)s del plug-in <b>%(plugin)s</b> vanno in conflitto "
+"con altri plug-in. Risolvere questi conflitti?"
 
 msgid "Resolve conflicts"
-msgstr ""
+msgstr "Risolvi conflitti"
 
 msgid "Ignore conflicts"
-msgstr ""
+msgstr "Ignora conflitti"
 
 #, python-format
 msgid ""
@@ -563,14 +565,5 @@ msgstr ""
 "\n"
 " Il filtro «<b>%s</b>» non corrisponde ad alcuna voce.</span>"
 
-#~ msgid "Computing possible conflicts, please wait"
-#~ msgstr "Calcolo dei possibili conflitti, attendere"
-
-#~ msgid "Value (%s)"
-#~ msgstr "Valore (%s)"
-
-#~ msgid "Value (%(value)s) for %(setting)s"
-#~ msgstr "Valore (%(value)s) per %(setting)s:"
-
-#~ msgid "Unhandled list type %s for %s"
-#~ msgstr "Tipo di elenco %s non gestito per %s"
+msgid "Configure Compiz with CompizConfig"
+msgstr "Configura Compiz attraverso CompizConfig"
diff --git a/po/ja.po b/po/ja.po
index 2f42e0f..611feb3 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,14 +7,14 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccsm 0.6\n"
 "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n";
-"POT-Creation-Date: 2008-05-02 13:46+0530\n"
-"PO-Revision-Date: 2008-04-14 22:02+0900\n"
+"POT-Creation-Date: 2008-05-24 22:12+0530\n"
+"PO-Revision-Date: 2008-05-21 12:35+0200\n"
 "Last-Translator: jiro kawada <jiro.kawada@gmail.com>\n"
 "Language-Team: Japanese <masaaki.kanemoto@gmail.com>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Pootle 1.0.2\n"


Reply to: