[Goodies-commits] r5294 - in xfce4-wmdock-plugin/trunk: . panel-plugin po

Andre Ellguth ellguth at xfce.org
Sun Aug 24 15:25:13 CEST 2008


Author: ellguth
Date: 2008-08-24 13:25:13 +0000 (Sun, 24 Aug 2008)
New Revision: 5294

Added:
   xfce4-wmdock-plugin/trunk/po/
   xfce4-wmdock-plugin/trunk/po/POTFILES.in
   xfce4-wmdock-plugin/trunk/po/de.po
   xfce4-wmdock-plugin/trunk/po/en_GB.po
   xfce4-wmdock-plugin/trunk/po/fr.po
   xfce4-wmdock-plugin/trunk/po/xfce4-wmdock-plugin.pot
Modified:
   xfce4-wmdock-plugin/trunk/ChangeLog
   xfce4-wmdock-plugin/trunk/TODO
   xfce4-wmdock-plugin/trunk/configure.in.in
   xfce4-wmdock-plugin/trunk/panel-plugin/wmdock.c
Log:
* Added po files.
* Preperation for release 0.3.0.


Modified: xfce4-wmdock-plugin/trunk/ChangeLog
===================================================================
--- xfce4-wmdock-plugin/trunk/ChangeLog	2008-08-24 11:55:48 UTC (rev 5293)
+++ xfce4-wmdock-plugin/trunk/ChangeLog	2008-08-24 13:25:13 UTC (rev 5294)
@@ -1,3 +1,13 @@
+2008-08-24	Andre Ellguth <ellguth at ibh dot de>
+	* Added i18n support.
+	* Added a new option for the dockapp detection.
+	* Added a remove dockapp button.
+	* Fixed a bug with the dockapp alignment in the tile.
+	* Added a start properties button to the panel.
+	* Fixed a glitch with the xfce session manager.
+	* Preparation for the internationalization.
+	* Fixed a bug, which let the plugin grab the full panel size.
+
 2008-02-10	Andre Ellguth <ellguth at ibh dot de>
 	* Fallback command line detection of the dockapp via pid integrated
 	* Dockapp preview in the configure dialog

Modified: xfce4-wmdock-plugin/trunk/TODO
===================================================================
--- xfce4-wmdock-plugin/trunk/TODO	2008-08-24 11:55:48 UTC (rev 5293)
+++ xfce4-wmdock-plugin/trunk/TODO	2008-08-24 13:25:13 UTC (rev 5294)
@@ -1,6 +1,3 @@
-* Some dockapps e.g. wmnet doesn't work with it, why?
 * Nicer configure dialog
-* Center alignment for dockapps in panel
 * dockapps are zoomable
-* internationalization
-* Installation packages for Redhat, Debian, etc...
\ No newline at end of file
+* Installation packages for Redhat, Debian, etc...

Modified: xfce4-wmdock-plugin/trunk/configure.in.in
===================================================================
--- xfce4-wmdock-plugin/trunk/configure.in.in	2008-08-24 11:55:48 UTC (rev 5293)
+++ xfce4-wmdock-plugin/trunk/configure.in.in	2008-08-24 13:25:13 UTC (rev 5294)
@@ -5,7 +5,7 @@
 dnl
 
 dnl version info
-m4_define([wmdock_version], [0.1.9])
+m4_define([wmdock_version], [0.3.0])
 
 dnl init autoconf
 AC_INIT([xfce4-wmdock-plugin], [wmdock_version])
@@ -30,7 +30,7 @@
 AC_CHECK_LIB([m], [sin])
 
 dnl check for i18n support
-XDT_I18N([de en_GB])
+XDT_I18N([de fr en_GB])
 
 dnl check for required packages
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.0])
@@ -48,4 +48,5 @@
 panel-plugin/Makefile
 icons/Makefile
 icons/48x48/Makefile
+po/Makefile
 ])

Modified: xfce4-wmdock-plugin/trunk/panel-plugin/wmdock.c
===================================================================
--- xfce4-wmdock-plugin/trunk/panel-plugin/wmdock.c	2008-08-24 11:55:48 UTC (rev 5293)
+++ xfce4-wmdock-plugin/trunk/panel-plugin/wmdock.c	2008-08-24 13:25:13 UTC (rev 5294)
@@ -216,7 +216,7 @@
   
  } else {
   gtk_combo_box_append_text (GTK_COMBO_BOX(prop.cbx), 
-			     _("No dockapp are running!"));
+			     _("No dockapp is running!"));
 
   gtk_widget_set_state(prop.txtCmd, GTK_STATE_INSENSITIVE);
 

Added: xfce4-wmdock-plugin/trunk/po/POTFILES.in
===================================================================
--- xfce4-wmdock-plugin/trunk/po/POTFILES.in	                        (rev 0)
+++ xfce4-wmdock-plugin/trunk/po/POTFILES.in	2008-08-24 13:25:13 UTC (rev 5294)
@@ -0,0 +1 @@
+panel-plugin/wmdock.c

Added: xfce4-wmdock-plugin/trunk/po/de.po
===================================================================
--- xfce4-wmdock-plugin/trunk/po/de.po	                        (rev 0)
+++ xfce4-wmdock-plugin/trunk/po/de.po	2008-08-24 13:25:13 UTC (rev 5294)
@@ -0,0 +1,72 @@
+# xfce4-wmdock-plugin German language
+# Copyright (C) 2008 Andre Ellguth
+# This file is distributed under the same license as the PACKAGE package.
+# Andre Ellguth <ellguth at ibh.de>, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xfce4-wmdock-plugin 0.2.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-08-24 13:39+0200\n"
+"PO-Revision-Date: 2008-08-17 18:05+0200\n"
+"Last-Translator: Andre Ellguth <ellguth at ibh.de>\n"
+"Language-Team: none <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: panel-plugin/wmdock.c:219
+msgid "No dockapp is running!"
+msgstr "Kein Dockapp ist gestartet!"
+
+#: panel-plugin/wmdock.c:639
+#, c-format
+msgid "Failed to start %s!"
+msgstr "Fehler beim Starten von %s!"
+
+#: panel-plugin/wmdock.c:929
+msgid "WMdock"
+msgstr ""
+
+#: panel-plugin/wmdock.c:932
+msgid "Remove dockapp"
+msgstr "Entferne Dockapp"
+
+#: panel-plugin/wmdock.c:948
+msgid "General settings"
+msgstr "Allgemeine Einstellungen"
+
+#: panel-plugin/wmdock.c:949
+msgid "Dockapp detection"
+msgstr "Dockapp Erkennung"
+
+#: panel-plugin/wmdock.c:997
+msgid "Select dockapp to configure:"
+msgstr "Wähle ein Dockapp:"
+
+#: panel-plugin/wmdock.c:1006
+msgid "Shell command:"
+msgstr "Shell Kommando:"
+
+#: panel-plugin/wmdock.c:1017
+msgid "Display tile in the background."
+msgstr "Kacheln im Hintergrund darstellen"
+
+#: panel-plugin/wmdock.c:1018
+msgid ""
+"Display a separate WMdock properties\n"
+"button in the panel."
+msgstr ""
+"Extra Konfigurationsknopf\n"
+"im Panel darstellen"
+
+#: panel-plugin/wmdock.c:1019
+msgid ""
+"Add only dockapps which start with\n"
+"wm* in the name."
+msgstr ""
+"Nur Dockapps hinzufügen die mit\n"
+"wm* im Namen beginnen."
+
+#~ msgid "General settings:"
+#~ msgstr "Allgemeine Einstellungen:"

Added: xfce4-wmdock-plugin/trunk/po/en_GB.po
===================================================================
--- xfce4-wmdock-plugin/trunk/po/en_GB.po	                        (rev 0)
+++ xfce4-wmdock-plugin/trunk/po/en_GB.po	2008-08-24 13:25:13 UTC (rev 5294)
@@ -0,0 +1,65 @@
+# xfce4-wmdock-plugin English Great Britain language
+# Copyright (C) 2008 Andre Ellguth
+# This file is distributed under the same license as the PACKAGE package.
+# Andre Ellguth <ellguth at ibh.de>, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xfce4-wmdock-plugin 0.2.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-08-24 13:39+0200\n"
+"PO-Revision-Date: 2008-08-17 18:05+0200\n"
+"Last-Translator: Andre Ellguth <ellguth at ibh.de>\n"
+"Language-Team: none <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: panel-plugin/wmdock.c:219
+msgid "No dockapp is running!"
+msgstr ""
+
+#: panel-plugin/wmdock.c:639
+#, c-format
+msgid "Failed to start %s!"
+msgstr ""
+
+#: panel-plugin/wmdock.c:929
+msgid "WMdock"
+msgstr ""
+
+#: panel-plugin/wmdock.c:932
+msgid "Remove dockapp"
+msgstr ""
+
+#: panel-plugin/wmdock.c:948
+msgid "General settings"
+msgstr ""
+
+#: panel-plugin/wmdock.c:949
+msgid "Dockapp detection"
+msgstr ""
+
+#: panel-plugin/wmdock.c:997
+msgid "Select dockapp to configure:"
+msgstr ""
+
+#: panel-plugin/wmdock.c:1006
+msgid "Shell command:"
+msgstr ""
+
+#: panel-plugin/wmdock.c:1017
+msgid "Display tile in the background."
+msgstr ""
+
+#: panel-plugin/wmdock.c:1018
+msgid ""
+"Display a separate WMdock properties\n"
+"button in the panel."
+msgstr ""
+
+#: panel-plugin/wmdock.c:1019
+msgid ""
+"Add only dockapps which start with\n"
+"wm* in the name."
+msgstr ""

Added: xfce4-wmdock-plugin/trunk/po/fr.po
===================================================================
--- xfce4-wmdock-plugin/trunk/po/fr.po	                        (rev 0)
+++ xfce4-wmdock-plugin/trunk/po/fr.po	2008-08-24 13:25:13 UTC (rev 5294)
@@ -0,0 +1,66 @@
+# xfce4-wmdock-plugin French language
+# Copyright (C) 2008 Andre Ellguth
+# This file is distributed under the same license as the PACKAGE package.
+# Andre Ellguth <ellguth at ibh.de>, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xfce4-wmdock-plugin 0.2.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-08-24 13:39+0200\n"
+"PO-Revision-Date: 2008-08-24 13:49+0200\n"
+"Last-Translator: Andre Ellguth <ellguth at ibh.de>\n"
+"Language-Team: none <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: panel-plugin/wmdock.c:219
+msgid "No dockapp is running!"
+msgstr "Pas de dockapp marche!"
+
+#: panel-plugin/wmdock.c:639
+#, c-format
+msgid "Failed to start %s!"
+msgstr "Défaut pendant lancer %s!"
+
+#: panel-plugin/wmdock.c:929
+msgid "WMdock"
+msgstr ""
+
+#: panel-plugin/wmdock.c:932
+msgid "Remove dockapp"
+msgstr "Enleve dockapp!"
+
+#: panel-plugin/wmdock.c:948
+msgid "General settings"
+msgstr "Réglages généraux"
+
+#: panel-plugin/wmdock.c:949
+msgid "Dockapp detection"
+msgstr "Apercevoir dockapp!"
+
+#: panel-plugin/wmdock.c:997
+msgid "Select dockapp to configure:"
+msgstr "Choisit dockapp!"
+
+#: panel-plugin/wmdock.c:1006
+msgid "Shell command:"
+msgstr "commandement:"
+
+#: panel-plugin/wmdock.c:1017
+msgid "Display tile in the background."
+msgstr "Marque arrière-plan!"
+
+#: panel-plugin/wmdock.c:1018
+msgid ""
+"Display a separate WMdock properties\n"
+"button in the panel."
+msgstr "Affiche un bouton pour configurer"
+
+#: panel-plugin/wmdock.c:1019
+msgid ""
+"Add only dockapps which start with\n"
+"wm* in the name."
+msgstr "Ajoute seulement des dockapps\n"
+"dont des noms commencent avec wm*"

Added: xfce4-wmdock-plugin/trunk/po/xfce4-wmdock-plugin.pot
===================================================================
--- xfce4-wmdock-plugin/trunk/po/xfce4-wmdock-plugin.pot	                        (rev 0)
+++ xfce4-wmdock-plugin/trunk/po/xfce4-wmdock-plugin.pot	2008-08-24 13:25:13 UTC (rev 5294)
@@ -0,0 +1,66 @@
+# 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 at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-08-24 13:39+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: panel-plugin/wmdock.c:219
+msgid "No dockapp is running!"
+msgstr ""
+
+#: panel-plugin/wmdock.c:639
+#, c-format
+msgid "Failed to start %s!"
+msgstr ""
+
+#: panel-plugin/wmdock.c:929
+msgid "WMdock"
+msgstr ""
+
+#: panel-plugin/wmdock.c:932
+msgid "Remove dockapp"
+msgstr ""
+
+#: panel-plugin/wmdock.c:948
+msgid "General settings"
+msgstr ""
+
+#: panel-plugin/wmdock.c:949
+msgid "Dockapp detection"
+msgstr ""
+
+#: panel-plugin/wmdock.c:997
+msgid "Select dockapp to configure:"
+msgstr ""
+
+#: panel-plugin/wmdock.c:1006
+msgid "Shell command:"
+msgstr ""
+
+#: panel-plugin/wmdock.c:1017
+msgid "Display tile in the background."
+msgstr ""
+
+#: panel-plugin/wmdock.c:1018
+msgid ""
+"Display a separate WMdock properties\n"
+"button in the panel."
+msgstr ""
+
+#: panel-plugin/wmdock.c:1019
+msgid ""
+"Add only dockapps which start with\n"
+"wm* in the name."
+msgstr ""




More information about the Goodies-commits mailing list