[Goodies-commits] r4063 - in xfce4-mailwatch-plugin/trunk: panel-plugin po

Brian Tarricone kelnos at xfce.org
Tue Mar 18 00:53:38 CET 2008


Author: kelnos
Date: 2008-03-17 23:53:38 +0000 (Mon, 17 Mar 2008)
New Revision: 4063

Modified:
   xfce4-mailwatch-plugin/trunk/panel-plugin/mailwatch-plugin.c
   xfce4-mailwatch-plugin/trunk/po/ca.po
   xfce4-mailwatch-plugin/trunk/po/cs.po
   xfce4-mailwatch-plugin/trunk/po/de.po
   xfce4-mailwatch-plugin/trunk/po/el.po
   xfce4-mailwatch-plugin/trunk/po/en_GB.po
   xfce4-mailwatch-plugin/trunk/po/eu.po
   xfce4-mailwatch-plugin/trunk/po/fi.po
   xfce4-mailwatch-plugin/trunk/po/fr.po
   xfce4-mailwatch-plugin/trunk/po/gl.po
   xfce4-mailwatch-plugin/trunk/po/gu.po
   xfce4-mailwatch-plugin/trunk/po/he.po
   xfce4-mailwatch-plugin/trunk/po/hu.po
   xfce4-mailwatch-plugin/trunk/po/it.po
   xfce4-mailwatch-plugin/trunk/po/ja.po
   xfce4-mailwatch-plugin/trunk/po/pt_BR.po
   xfce4-mailwatch-plugin/trunk/po/pt_PT.po
   xfce4-mailwatch-plugin/trunk/po/ru.po
   xfce4-mailwatch-plugin/trunk/po/sq.po
   xfce4-mailwatch-plugin/trunk/po/uk.po
   xfce4-mailwatch-plugin/trunk/po/vi.po
   xfce4-mailwatch-plugin/trunk/po/xfce4-mailwatch-plugin.pot
   xfce4-mailwatch-plugin/trunk/po/zh_TW.po
Log:
use xfce_panel_plugin_menu_show_about() and the XfcePanelPlugin::about signal
instead of adding a menu item manually (mmassonnet's idea)


Modified: xfce4-mailwatch-plugin/trunk/panel-plugin/mailwatch-plugin.c
===================================================================
--- xfce4-mailwatch-plugin/trunk/panel-plugin/mailwatch-plugin.c	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/panel-plugin/mailwatch-plugin.c	2008-03-17 23:53:38 UTC (rev 4063)
@@ -961,8 +961,8 @@
 }
 
 static void
-mailwatch_about_clicked_cb(GtkMenuItem *mi,
-                           gpointer user_data)
+mailwatch_show_about(XfcePanelPlugin *plugin,
+                     gpointer user_data)
 {
     XfceMailwatchPlugin *mwp = user_data;
     XfceAboutInfo *ainfo;
@@ -1019,8 +1019,12 @@
                      G_CALLBACK(mailwatch_write_config), mwp);
     
     xfce_panel_plugin_menu_show_configure(plugin);
-    g_signal_connect(plugin, "configure-plugin", 
+    g_signal_connect(plugin, "configure-plugin",
                      G_CALLBACK(mailwatch_create_options), mwp);
+    
+    xfce_panel_plugin_menu_show_about(plugin);
+    g_signal_connect(plugin, "about",
+                     G_CALLBACK(mailwatch_show_about), mwp);
 
     g_signal_connect(plugin, "size-changed",
                      G_CALLBACK(mailwatch_set_size), mwp);
@@ -1034,15 +1038,6 @@
                      G_CALLBACK(mailwatch_update_now_clicked_cb), mwp);
     xfce_panel_plugin_menu_insert_item(plugin, GTK_MENU_ITEM(mi));
 
-    mi = gtk_image_menu_item_new_with_label(_("About Mailwatch"));
-    img = gtk_image_new_from_stock(GTK_STOCK_ABOUT, GTK_ICON_SIZE_MENU);
-    gtk_widget_show(img);
-    gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(mi), img);
-    gtk_widget_show(mi);
-    g_signal_connect(G_OBJECT(mi), "activate",
-                     G_CALLBACK(mailwatch_about_clicked_cb), mwp);
-    xfce_panel_plugin_menu_insert_item(plugin, GTK_MENU_ITEM(mi));
-
     xfce_mailwatch_force_update(mwp->mailwatch);
 }
 

Modified: xfce4-mailwatch-plugin/trunk/po/ca.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/ca.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/ca.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin 1.0.2svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2006-12-04 09:04+0100\n"
 "Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
 "Language-Team: Catalan\n"
@@ -483,15 +483,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Monitor de correu"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -598,6 +593,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Comprova el correu de múltiples bústies"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Monitor de correu"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "Teniu 1 missatge nou:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/cs.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/cs.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/cs.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin 1.0.2svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2006-09-23 10:02+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: Czech <translation-team-cs at lists.sourceforge.net>\n"
@@ -481,15 +481,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Sledování elektronické pošty"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -594,6 +589,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Ověřovat poštu ve více schránkách."
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Sledování elektronické pošty"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "Máte jednu novou zprávu:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/de.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/de.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/de.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin 1.0.1svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2006-08-27 18:16+0200\n"
 "Last-Translator: Fabian Nowak <timystery at arcor.de>\n"
 "Language-Team: German <de at li.org>\n"
@@ -484,15 +484,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Mailwatch"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -602,6 +597,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Mehrere Mailboxen auf neue Nachrichten überprüfen"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Mailwatch"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "Sie haben eine neue Nachricht:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/el.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/el.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/el.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin 1.0.1svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2008-03-14 21:32+0200\n"
 "Last-Translator: Stavros Giannouris <stavrosg at hellug.gr>\n"
 "Language-Team: Greek <nls at tux.hellug.gr>\n"
@@ -489,14 +489,10 @@
 msgid "Developer"
 msgstr "Ανάπτυξη"
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr "Ενημέρωση τώρα"
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-msgid "About Mailwatch"
-msgstr "Περί του Mailwatch"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -603,6 +599,9 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Έλεγχος πολλαπλών γραμματοκιβωτίων"
 
+#~ msgid "About Mailwatch"
+#~ msgstr "Περί του Mailwatch"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "Έχετε 1 νέο μήνυμα:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/en_GB.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/en_GB.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/en_GB.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2007-03-30 22:32+1000\n"
 "Last-Translator: Jeff Bailes <thepizzaking at gmail.com>\n"
 "Language-Team: English/GB\n"
@@ -477,15 +477,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Mailwatch"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -587,6 +582,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Check mail from multiple mailboxes"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Mailwatch"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "You have 1 new message:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/eu.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/eu.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/eu.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: eu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2006-09-12 22:12+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: librezale <librezale at librezale.org>\n"
@@ -477,15 +477,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Posta arakatzailea"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -592,6 +587,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Postakutxa anitzetako posta arakatu"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Posta arakatzailea"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "Mezu berri bat duzu:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/fi.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/fi.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/fi.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin 1.0.1svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2008-03-14 10:35+0200\n"
 "Last-Translator: Jari Rahkonen <jari.rahkonen at pp1.inet.fi>\n"
 "Language-Team: Finnish <translation-team-fi at lists.sourceforge.net>\n"
@@ -480,14 +480,10 @@
 msgid "Developer"
 msgstr "Kehittäjä"
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr "Päivitä nyt"
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-msgid "About Mailwatch"
-msgstr "Tietoja Postivahdista"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -590,3 +586,6 @@
 #: ../panel-plugin/mailwatch.desktop.in.in.h:1
 msgid "Check mail from multiple mailboxes"
 msgstr "Tarkista posti useista postilaatikoista"
+
+#~ msgid "About Mailwatch"
+#~ msgstr "Tietoja Postivahdista"

Modified: xfce4-mailwatch-plugin/trunk/po/fr.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/fr.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/fr.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin 1.0.1svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2008-03-17 17:21+0100\n"
 "Last-Translator: Mike Massonnet <mmassonnet at xfce.org>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
@@ -489,14 +489,10 @@
 msgid "Developer"
 msgstr "Développeur"
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr "Mettre à jour"
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-msgid "About Mailwatch"
-msgstr "À propos"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -603,6 +599,9 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Surveiller le courrier de multiples boîtes aux lettres"
 
+#~ msgid "About Mailwatch"
+#~ msgstr "À propos"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "Vous avez 1 nouveau message :"
 

Modified: xfce4-mailwatch-plugin/trunk/po/gl.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/gl.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/gl.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2006-08-17 19:36+0000\n"
 "Last-Translator: Leandro Regueiro <leandro.regueiro at gmail.com>\n"
 "Language-Team: Galician <gl at li.org>\n"
@@ -447,14 +447,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-msgid "About Mailwatch"
-msgstr ""
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"

Modified: xfce4-mailwatch-plugin/trunk/po/gu.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/gu.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/gu.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin 1.0.1svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2005-10-08 01:35+0900\n"
 "Last-Translator: Ankit Patel <ankit644 at yahoo.com>\n"
 "Language-Team: Gujarati <indianoss-gujarati at lists.sourceforge.net>\n"
@@ -462,15 +462,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "મેઈલવોચ"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -571,6 +566,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr ""
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "મેઈલવોચ"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "તમારી પાસે ૧ નવો સંદેશો છે:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/he.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/he.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/he.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: he\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2006-04-28 13:28+0300\n"
 "Last-Translator: Yuval Tanny <tanai at int.gov.il>\n"
 "Language-Team: Hebrew\n"
@@ -469,15 +469,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Mailwatch"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -578,6 +573,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "בדוק דוא\"ל ממספר תיבות"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Mailwatch"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "יש לך הודעה חדשה:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/hu.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/hu.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/hu.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2006-09-12 08:23+0100\n"
 "Last-Translator: SZERVÁC Attila <sas at 321.hu>\n"
 "Language-Team: Hungarian <debian-l10n-hungarian at lists.debian.org>\n"
@@ -483,15 +483,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Levélfigyelő"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -595,6 +590,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Levél ellenőrzése több postafiókból"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Levélfigyelő"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "1 új üzenete van:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/it.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/it.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/it.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce 4-mailwatch-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2007-05-20 00:26+0200\n"
 "Last-Translator: Fabio Riga <usul at aruba.it>\n"
 "Language-Team: Italian <xfce-i18n at xfce.org>\n"
@@ -485,15 +485,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Guardaposta"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -599,6 +594,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Controlla la posta da diverse caselle"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Guardaposta"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "C'è 1 nuovo messaggio:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/ja.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/ja.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/ja.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin 1.0.1svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2006-01-29 16:13+0900\n"
 "Last-Translator: Daichi Kawahata <daichi at xfce.org>\n"
 "Language-Team: Japanese <xfce-users-jp at ml.fdiary.net>\n"
@@ -480,15 +480,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "メールウォッチ"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -592,6 +587,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "様々なタイプのメール箱に届くメールをチェックします。"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "メールウォッチ"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "一通の新着メールが届いています:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/pt_BR.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/pt_BR.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/pt_BR.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin 1.0.1svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2008-02-11 10:38-0500\n"
 "Last-Translator: Fábio Nogueira <deb-user-ba at ubuntu.com>\n"
 "Language-Team: Brazilian Portuguese <ldp-br at bazar2.conectiva.com.br>\n"
@@ -486,15 +486,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Monitor de Mensagens"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -602,6 +597,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Verificar mensagens de várias caixas de mensagens"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Monitor de Mensagens"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "Você tem 1 mensagem nova:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/pt_PT.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/pt_PT.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/pt_PT.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin 1.0.1svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2007-07-04 16:12+0100\n"
 "Last-Translator: Nuno Miguel <nunis at netcabo.pt>\n"
 "Language-Team: \n"
@@ -479,15 +479,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Monitor de mensagens"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -595,6 +590,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Verificar mensagens de várias caixas de mensagens"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Monitor de mensagens"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "Tem 1 mensagem nova:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/ru.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/ru.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/ru.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin 1.0.1svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2006-04-22 14:48+0600\n"
 "Last-Translator: Sergey Fedoseev <fedoseev.sergey at gmail.com>\n"
 "Language-Team: Russian <ru at li.org>\n"
@@ -449,15 +449,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Проверка почты"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -556,6 +551,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Проверять почту из нескольких ящиков"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Проверка почты"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "У вас 1 новое письмо:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/sq.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/sq.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/sq.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin 1.0.1svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2007-01-30 21:17+0200\n"
 "Last-Translator: Besnik Bleta <besnik at programeshqip.org>\n"
 "Language-Team: Albanian <translation-team-sq at lists.sourceforge.net>\n"
@@ -477,15 +477,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Mailwatch"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -591,6 +586,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Kontrollo për postë prej shumë kutish postare"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Mailwatch"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "Keni 1 mesazh të ri:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/uk.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/uk.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/uk.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2007-03-14 19:03+0200\n"
 "Last-Translator: Dmitry Nikitin <luckas_fb at mail.ru>\n"
 "Language-Team: Ukrainian <xfce-i18n at xfce.org>\n"
@@ -479,15 +479,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Перевірка пошти"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -593,6 +588,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Перевіряти пошту з кількох поштових скриньок"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Перевірка пошти"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "Є 1 нове повідомлення:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/vi.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/vi.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/vi.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin 1.0.1svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2006-01-27 01:04+0300\n"
 "Last-Translator: Phan Vĩnh Thịnh <teppi at vnlinux.org>\n"
 "Language-Team: Vietnamese <none at li.org>\n"
@@ -472,15 +472,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Trình theo dõi thư"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -584,6 +579,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "Kiểm tra thư từ nhiều hộp thư"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Trình theo dõi thư"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "Có 1 thư mới:"
 

Modified: xfce4-mailwatch-plugin/trunk/po/xfce4-mailwatch-plugin.pot
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/xfce4-mailwatch-plugin.pot	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/xfce4-mailwatch-plugin.pot	2008-03-17 23:53:38 UTC (rev 4063)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\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"
@@ -448,14 +448,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-msgid "About Mailwatch"
-msgstr ""
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"

Modified: xfce4-mailwatch-plugin/trunk/po/zh_TW.po
===================================================================
--- xfce4-mailwatch-plugin/trunk/po/zh_TW.po	2008-03-17 16:26:24 UTC (rev 4062)
+++ xfce4-mailwatch-plugin/trunk/po/zh_TW.po	2008-03-17 23:53:38 UTC (rev 4063)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mailwatch-plugin 1.0.1svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 02:43-0700\n"
+"POT-Creation-Date: 2008-03-17 16:51-0700\n"
 "PO-Revision-Date: 2006-06-12 21:36+0800\n"
 "Last-Translator: Hydonsingore Cia <hydonsingore at educities.edu.tw>\n"
 "Language-Team: Chinese (traditional) <zh-l10n at linux.org.tw>\n"
@@ -461,15 +461,10 @@
 msgid "Developer"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1028
+#: ../panel-plugin/mailwatch-plugin.c:1032
 msgid "Update Now"
 msgstr ""
 
-#: ../panel-plugin/mailwatch-plugin.c:1037
-#, fuzzy
-msgid "About Mailwatch"
-msgstr "Mailwatch"
-
 #: ../libmailwatch-core/mailwatch-utils.c:250
 #, c-format
 msgid "XfceMailwatch: TLS handshake failed: %s"
@@ -570,6 +565,10 @@
 msgid "Check mail from multiple mailboxes"
 msgstr "檢查諸多信箱中的信件"
 
+#, fuzzy
+#~ msgid "About Mailwatch"
+#~ msgstr "Mailwatch"
+
 #~ msgid "You have 1 new message:"
 #~ msgstr "您有一封新訊息:"
 




More information about the Goodies-commits mailing list