[Goodies-commits] r2262 - in xfce4-weather-plugin/trunk: . panel-plugin po

Nick Schermer nick at xfce.org
Wed Dec 20 18:30:58 CET 2006


Author: nick
Date: 2006-12-20 17:30:58 +0000 (Wed, 20 Dec 2006)
New Revision: 2262

Modified:
   xfce4-weather-plugin/trunk/ChangeLog
   xfce4-weather-plugin/trunk/panel-plugin/weather.c
   xfce4-weather-plugin/trunk/po/ca.po
   xfce4-weather-plugin/trunk/po/cs.po
   xfce4-weather-plugin/trunk/po/de.po
   xfce4-weather-plugin/trunk/po/eu.po
   xfce4-weather-plugin/trunk/po/fi.po
   xfce4-weather-plugin/trunk/po/fr.po
   xfce4-weather-plugin/trunk/po/gl.po
   xfce4-weather-plugin/trunk/po/hu.po
   xfce4-weather-plugin/trunk/po/lt.po
   xfce4-weather-plugin/trunk/po/nl.po
   xfce4-weather-plugin/trunk/po/sk.po
   xfce4-weather-plugin/trunk/po/xfce4-weather-plugin.pot
   xfce4-weather-plugin/trunk/po/zh_TW.po
Log:
Add help button

Modified: xfce4-weather-plugin/trunk/ChangeLog
===================================================================
--- xfce4-weather-plugin/trunk/ChangeLog	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/ChangeLog	2006-12-20 17:30:58 UTC (rev 2262)
@@ -1,3 +1,7 @@
+2006-12-20 17:48 nick
+	* Add help button that uses exo-open.
+	* Merge new string
+
 2006-12-17 16:11 nick
 	* Cleaned up the code
 	* Applied patch from Peggy Kutyla (Bug 2656)

Modified: xfce4-weather-plugin/trunk/panel-plugin/weather.c
===================================================================
--- xfce4-weather-plugin/trunk/panel-plugin/weather.c	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/panel-plugin/weather.c	2006-12-20 17:30:58 UTC (rev 2262)
@@ -39,6 +39,7 @@
 #define XFCEWEATHER_ROOT "weather"
 #define UPDATE_TIME      1600
 #define BORDER           8
+#define PLUGIN_WEBSITE   "http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
 
 
 
@@ -616,15 +617,27 @@
                              xfceweather_dialog *dialog)
 {
   xfceweather_data *data = (xfceweather_data *) dialog->wd;
+  gboolean          result;
 
-  apply_options (dialog);
+  if (response == GTK_RESPONSE_HELP)
+    {
+      /* show help */
+      result = g_spawn_command_line_async ("exo-open --launch WebBrowser " PLUGIN_WEBSITE, NULL);
 
-  gtk_widget_destroy (dlg);
-  gtk_list_store_clear (dialog->mdl_xmloption);
-  panel_slice_free (xfceweather_dialog, dialog);
+      if (G_UNLIKELY (result == FALSE))
+        g_warning (_("Unable to open the following url: %s"), PLUGIN_WEBSITE);
+    }
+  else
+    {
+      apply_options (dialog);
 
-  xfce_panel_plugin_unblock_menu (data->plugin);
-  xfceweather_write_config (data->plugin, data);
+      gtk_widget_destroy (dlg);
+      gtk_list_store_clear (dialog->mdl_xmloption);
+      panel_slice_free (xfceweather_dialog, dialog);
+
+      xfce_panel_plugin_unblock_menu (data->plugin);
+      xfceweather_write_config (data->plugin, data);
+    }
 }
 
 
@@ -644,6 +657,7 @@
                                               (GTK_WIDGET (plugin))),
                                              GTK_DIALOG_DESTROY_WITH_PARENT |
                                              GTK_DIALOG_NO_SEPARATOR,
+                                             GTK_STOCK_HELP, GTK_RESPONSE_HELP,
                                              GTK_STOCK_CLOSE, GTK_RESPONSE_OK,
                                              NULL);
 

Modified: xfce4-weather-plugin/trunk/po/ca.po
===================================================================
--- xfce4-weather-plugin/trunk/po/ca.po	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/po/ca.po	2006-12-20 17:30:58 UTC (rev 2262)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-weather-plugin 0.5.90.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 16:10+0100\n"
+"POT-Creation-Date: 2006-12-20 18:30+0100\n"
 "PO-Revision-Date: 2006-09-18 20:23+0200\n"
 "Last-Translator: Pau Ruŀlan Ferragut <paurullan at bulma.net>\n"
 "Language-Team: Catalan\n"
@@ -16,51 +16,56 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/weather.c:104
+#: ../panel-plugin/weather.c:105
 msgid "V"
 msgstr "V"
 
-#: ../panel-plugin/weather.c:107
+#: ../panel-plugin/weather.c:108
 msgid "U"
 msgstr "U"
 
-#: ../panel-plugin/weather.c:110
+#: ../panel-plugin/weather.c:111
 msgid "WD"
 msgstr "WD"
 
-#: ../panel-plugin/weather.c:113 ../panel-plugin/weather.c:116
+#: ../panel-plugin/weather.c:114 ../panel-plugin/weather.c:117
 msgid "P"
 msgstr "P"
 
-#: ../panel-plugin/weather.c:119
+#: ../panel-plugin/weather.c:120
 msgid "F"
 msgstr "F"
 
-#: ../panel-plugin/weather.c:122
+#: ../panel-plugin/weather.c:123
 msgid "T"
 msgstr "T"
 
-#: ../panel-plugin/weather.c:125
+#: ../panel-plugin/weather.c:126
 msgid "D"
 msgstr "D"
 
-#: ../panel-plugin/weather.c:128
+#: ../panel-plugin/weather.c:129
 msgid "H"
 msgstr "H"
 
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:132
 msgid "WS"
 msgstr "WS"
 
-#: ../panel-plugin/weather.c:134
+#: ../panel-plugin/weather.c:135
 msgid "WG"
 msgstr "WG"
 
-#: ../panel-plugin/weather.c:222
+#: ../panel-plugin/weather.c:223
 msgid "Cannot update weather data"
 msgstr "No s’han pogut actualitzar les dades"
 
-#: ../panel-plugin/weather.c:641 ../panel-plugin/weather-summary.c:366
+#: ../panel-plugin/weather.c:628
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr ""
+
+#: ../panel-plugin/weather.c:654 ../panel-plugin/weather-summary.c:366
 #: ../panel-plugin/weather.desktop.in.in.h:2
 msgid "Weather Update"
 msgstr "Actualitza Weather"

Modified: xfce4-weather-plugin/trunk/po/cs.po
===================================================================
--- xfce4-weather-plugin/trunk/po/cs.po	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/po/cs.po	2006-12-20 17:30:58 UTC (rev 2262)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-weather-plugin 0.5.90.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 16:10+0100\n"
+"POT-Creation-Date: 2006-12-20 18:30+0100\n"
 "PO-Revision-Date: 2006-08-27 11:42+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: Czech <translation-team-cs at lists.sourceforge.net>\n"
@@ -16,51 +16,56 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: ../panel-plugin/weather.c:104
+#: ../panel-plugin/weather.c:105
 msgid "V"
 msgstr "V"
 
-#: ../panel-plugin/weather.c:107
+#: ../panel-plugin/weather.c:108
 msgid "U"
 msgstr "U"
 
-#: ../panel-plugin/weather.c:110
+#: ../panel-plugin/weather.c:111
 msgid "WD"
 msgstr "WD"
 
-#: ../panel-plugin/weather.c:113 ../panel-plugin/weather.c:116
+#: ../panel-plugin/weather.c:114 ../panel-plugin/weather.c:117
 msgid "P"
 msgstr "P"
 
-#: ../panel-plugin/weather.c:119
+#: ../panel-plugin/weather.c:120
 msgid "F"
 msgstr "F"
 
-#: ../panel-plugin/weather.c:122
+#: ../panel-plugin/weather.c:123
 msgid "T"
 msgstr "T"
 
-#: ../panel-plugin/weather.c:125
+#: ../panel-plugin/weather.c:126
 msgid "D"
 msgstr "D"
 
-#: ../panel-plugin/weather.c:128
+#: ../panel-plugin/weather.c:129
 msgid "H"
 msgstr "H"
 
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:132
 msgid "WS"
 msgstr "WS"
 
-#: ../panel-plugin/weather.c:134
+#: ../panel-plugin/weather.c:135
 msgid "WG"
 msgstr "WG"
 
-#: ../panel-plugin/weather.c:222
+#: ../panel-plugin/weather.c:223
 msgid "Cannot update weather data"
 msgstr "Nelze aktualizovat informace o počasí"
 
-#: ../panel-plugin/weather.c:641 ../panel-plugin/weather-summary.c:366
+#: ../panel-plugin/weather.c:628
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr ""
+
+#: ../panel-plugin/weather.c:654 ../panel-plugin/weather-summary.c:366
 #: ../panel-plugin/weather.desktop.in.in.h:2
 msgid "Weather Update"
 msgstr "Aktualizace dat o počasí"

Modified: xfce4-weather-plugin/trunk/po/de.po
===================================================================
--- xfce4-weather-plugin/trunk/po/de.po	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/po/de.po	2006-12-20 17:30:58 UTC (rev 2262)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-weather-plugin 0.5.90.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 16:10+0100\n"
+"POT-Creation-Date: 2006-12-20 18:30+0100\n"
 "PO-Revision-Date: 2006-08-29 17:47+0100\n"
 "Last-Translator: Enrico Tröger <enrico.troeger at uvena.de>\n"
 "Language-Team: German <de at li.org>\n"
@@ -15,51 +15,56 @@
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/weather.c:104
+#: ../panel-plugin/weather.c:105
 msgid "V"
 msgstr "S"
 
-#: ../panel-plugin/weather.c:107
+#: ../panel-plugin/weather.c:108
 msgid "U"
 msgstr "U"
 
-#: ../panel-plugin/weather.c:110
+#: ../panel-plugin/weather.c:111
 msgid "WD"
 msgstr "WR"
 
-#: ../panel-plugin/weather.c:113 ../panel-plugin/weather.c:116
+#: ../panel-plugin/weather.c:114 ../panel-plugin/weather.c:117
 msgid "P"
 msgstr "P"
 
-#: ../panel-plugin/weather.c:119
+#: ../panel-plugin/weather.c:120
 msgid "F"
 msgstr "F"
 
-#: ../panel-plugin/weather.c:122
+#: ../panel-plugin/weather.c:123
 msgid "T"
 msgstr "T"
 
-#: ../panel-plugin/weather.c:125
+#: ../panel-plugin/weather.c:126
 msgid "D"
 msgstr "D"
 
-#: ../panel-plugin/weather.c:128
+#: ../panel-plugin/weather.c:129
 msgid "H"
 msgstr "LF"
 
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:132
 msgid "WS"
 msgstr "WG"
 
-#: ../panel-plugin/weather.c:134
+#: ../panel-plugin/weather.c:135
 msgid "WG"
 msgstr "WB"
 
-#: ../panel-plugin/weather.c:222
+#: ../panel-plugin/weather.c:223
 msgid "Cannot update weather data"
 msgstr "Kann Wetterdaten nicht aktualisieren"
 
-#: ../panel-plugin/weather.c:641 ../panel-plugin/weather-summary.c:366
+#: ../panel-plugin/weather.c:628
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr ""
+
+#: ../panel-plugin/weather.c:654 ../panel-plugin/weather-summary.c:366
 #: ../panel-plugin/weather.desktop.in.in.h:2
 msgid "Weather Update"
 msgstr "Wetter update"

Modified: xfce4-weather-plugin/trunk/po/eu.po
===================================================================
--- xfce4-weather-plugin/trunk/po/eu.po	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/po/eu.po	2006-12-20 17:30:58 UTC (rev 2262)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-weather\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 16:10+0100\n"
+"POT-Creation-Date: 2006-12-20 18:30+0100\n"
 "PO-Revision-Date: 2005-07-17 19:49+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team:  Euskara <librezale at librezale.orgZ\n"
@@ -15,51 +15,56 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.9.1\n"
 
-#: ../panel-plugin/weather.c:104
+#: ../panel-plugin/weather.c:105
 msgid "V"
 msgstr "B"
 
-#: ../panel-plugin/weather.c:107
+#: ../panel-plugin/weather.c:108
 msgid "U"
 msgstr "U"
 
-#: ../panel-plugin/weather.c:110
+#: ../panel-plugin/weather.c:111
 msgid "WD"
 msgstr "WD"
 
-#: ../panel-plugin/weather.c:113 ../panel-plugin/weather.c:116
+#: ../panel-plugin/weather.c:114 ../panel-plugin/weather.c:117
 msgid "P"
 msgstr "P"
 
-#: ../panel-plugin/weather.c:119
+#: ../panel-plugin/weather.c:120
 msgid "F"
 msgstr "F"
 
-#: ../panel-plugin/weather.c:122
+#: ../panel-plugin/weather.c:123
 msgid "T"
 msgstr "T"
 
-#: ../panel-plugin/weather.c:125
+#: ../panel-plugin/weather.c:126
 msgid "D"
 msgstr "D"
 
-#: ../panel-plugin/weather.c:128
+#: ../panel-plugin/weather.c:129
 msgid "H"
 msgstr "H"
 
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:132
 msgid "WS"
 msgstr "WS"
 
-#: ../panel-plugin/weather.c:134
+#: ../panel-plugin/weather.c:135
 msgid "WG"
 msgstr "WG"
 
-#: ../panel-plugin/weather.c:222
+#: ../panel-plugin/weather.c:223
 msgid "Cannot update weather data"
 msgstr ""
 
-#: ../panel-plugin/weather.c:641 ../panel-plugin/weather-summary.c:366
+#: ../panel-plugin/weather.c:628
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr ""
+
+#: ../panel-plugin/weather.c:654 ../panel-plugin/weather-summary.c:366
 #: ../panel-plugin/weather.desktop.in.in.h:2
 #, fuzzy
 msgid "Weather Update"

Modified: xfce4-weather-plugin/trunk/po/fi.po
===================================================================
--- xfce4-weather-plugin/trunk/po/fi.po	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/po/fi.po	2006-12-20 17:30:58 UTC (rev 2262)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-weather-plugin 0.5.90.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 23:40+0200\n"
+"POT-Creation-Date: 2006-12-20 18:30+0100\n"
 "PO-Revision-Date: 2006-12-17 23:49+0200\n"
 "Last-Translator: Jari Rahkonen <jari.rahkonen at pp1.inet.fi>\n"
 "Language-Team: Finnish <translation-team-fi at lists.sourceforge.net>\n"
@@ -15,51 +15,56 @@
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/weather.c:104
+#: ../panel-plugin/weather.c:105
 msgid "V"
 msgstr "N"
 
-#: ../panel-plugin/weather.c:107
+#: ../panel-plugin/weather.c:108
 msgid "U"
 msgstr "U"
 
-#: ../panel-plugin/weather.c:110
+#: ../panel-plugin/weather.c:111
 msgid "WD"
 msgstr "TS"
 
-#: ../panel-plugin/weather.c:113 ../panel-plugin/weather.c:116
+#: ../panel-plugin/weather.c:114 ../panel-plugin/weather.c:117
 msgid "P"
 msgstr "P"
 
-#: ../panel-plugin/weather.c:119
+#: ../panel-plugin/weather.c:120
 msgid "F"
 msgstr "F"
 
-#: ../panel-plugin/weather.c:122
+#: ../panel-plugin/weather.c:123
 msgid "T"
 msgstr "T"
 
-#: ../panel-plugin/weather.c:125
+#: ../panel-plugin/weather.c:126
 msgid "D"
 msgstr "D"
 
-#: ../panel-plugin/weather.c:128
+#: ../panel-plugin/weather.c:129
 msgid "H"
 msgstr "K"
 
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:132
 msgid "WS"
 msgstr "TP"
 
-#: ../panel-plugin/weather.c:134
+#: ../panel-plugin/weather.c:135
 msgid "WG"
 msgstr "WB"
 
-#: ../panel-plugin/weather.c:222
+#: ../panel-plugin/weather.c:223
 msgid "Cannot update weather data"
 msgstr "Säätietoja ei voi päivittää"
 
-#: ../panel-plugin/weather.c:641 ../panel-plugin/weather-summary.c:366
+#: ../panel-plugin/weather.c:628
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr ""
+
+#: ../panel-plugin/weather.c:654 ../panel-plugin/weather-summary.c:366
 #: ../panel-plugin/weather.desktop.in.in.h:2
 msgid "Weather Update"
 msgstr "Sääpäivitys"

Modified: xfce4-weather-plugin/trunk/po/fr.po
===================================================================
--- xfce4-weather-plugin/trunk/po/fr.po	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/po/fr.po	2006-12-20 17:30:58 UTC (rev 2262)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce-weather-plugin 0.4.9\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 16:10+0100\n"
+"POT-Creation-Date: 2006-12-20 18:30+0100\n"
 "PO-Revision-Date: 2006-11-24 09:35+0100\n"
 "Last-Translator: Gérald Barré <g.barre at free.fr>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
@@ -15,51 +15,56 @@
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/weather.c:104
+#: ../panel-plugin/weather.c:105
 msgid "V"
 msgstr "V"
 
-#: ../panel-plugin/weather.c:107
+#: ../panel-plugin/weather.c:108
 msgid "U"
 msgstr "UV"
 
-#: ../panel-plugin/weather.c:110
+#: ../panel-plugin/weather.c:111
 msgid "WD"
 msgstr "SV"
 
-#: ../panel-plugin/weather.c:113 ../panel-plugin/weather.c:116
+#: ../panel-plugin/weather.c:114 ../panel-plugin/weather.c:117
 msgid "P"
 msgstr "P"
 
-#: ../panel-plugin/weather.c:119
+#: ../panel-plugin/weather.c:120
 msgid "F"
 msgstr "R"
 
-#: ../panel-plugin/weather.c:122
+#: ../panel-plugin/weather.c:123
 msgid "T"
 msgstr "T"
 
-#: ../panel-plugin/weather.c:125
+#: ../panel-plugin/weather.c:126
 msgid "D"
 msgstr "PR"
 
-#: ../panel-plugin/weather.c:128
+#: ../panel-plugin/weather.c:129
 msgid "H"
 msgstr "H"
 
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:132
 msgid "WS"
 msgstr "VV"
 
-#: ../panel-plugin/weather.c:134
+#: ../panel-plugin/weather.c:135
 msgid "WG"
 msgstr "B"
 
-#: ../panel-plugin/weather.c:222
+#: ../panel-plugin/weather.c:223
 msgid "Cannot update weather data"
 msgstr "Échec à la mise à jour des données météo"
 
-#: ../panel-plugin/weather.c:641 ../panel-plugin/weather-summary.c:366
+#: ../panel-plugin/weather.c:628
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr ""
+
+#: ../panel-plugin/weather.c:654 ../panel-plugin/weather-summary.c:366
 #: ../panel-plugin/weather.desktop.in.in.h:2
 msgid "Weather Update"
 msgstr "Mise-à-jour météo"

Modified: xfce4-weather-plugin/trunk/po/gl.po
===================================================================
--- xfce4-weather-plugin/trunk/po/gl.po	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/po/gl.po	2006-12-20 17:30:58 UTC (rev 2262)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-weather-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 16:10+0100\n"
+"POT-Creation-Date: 2006-12-20 18:30+0100\n"
 "PO-Revision-Date: 2006-08-17 19:49+0000\n"
 "Last-Translator: Leandro Regueiro <leandro.regueiro at gmail.com>\n"
 "Language-Team: Galician <gl at li.org>\n"
@@ -16,51 +16,56 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/weather.c:104
+#: ../panel-plugin/weather.c:105
 msgid "V"
 msgstr ""
 
-#: ../panel-plugin/weather.c:107
+#: ../panel-plugin/weather.c:108
 msgid "U"
 msgstr ""
 
-#: ../panel-plugin/weather.c:110
+#: ../panel-plugin/weather.c:111
 msgid "WD"
 msgstr ""
 
-#: ../panel-plugin/weather.c:113 ../panel-plugin/weather.c:116
+#: ../panel-plugin/weather.c:114 ../panel-plugin/weather.c:117
 msgid "P"
 msgstr ""
 
-#: ../panel-plugin/weather.c:119
+#: ../panel-plugin/weather.c:120
 msgid "F"
 msgstr ""
 
-#: ../panel-plugin/weather.c:122
+#: ../panel-plugin/weather.c:123
 msgid "T"
 msgstr ""
 
-#: ../panel-plugin/weather.c:125
+#: ../panel-plugin/weather.c:126
 msgid "D"
 msgstr ""
 
-#: ../panel-plugin/weather.c:128
+#: ../panel-plugin/weather.c:129
 msgid "H"
 msgstr ""
 
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:132
 msgid "WS"
 msgstr ""
 
-#: ../panel-plugin/weather.c:134
+#: ../panel-plugin/weather.c:135
 msgid "WG"
 msgstr ""
 
-#: ../panel-plugin/weather.c:222
+#: ../panel-plugin/weather.c:223
 msgid "Cannot update weather data"
 msgstr ""
 
-#: ../panel-plugin/weather.c:641 ../panel-plugin/weather-summary.c:366
+#: ../panel-plugin/weather.c:628
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr ""
+
+#: ../panel-plugin/weather.c:654 ../panel-plugin/weather-summary.c:366
 #: ../panel-plugin/weather.desktop.in.in.h:2
 msgid "Weather Update"
 msgstr ""

Modified: xfce4-weather-plugin/trunk/po/hu.po
===================================================================
--- xfce4-weather-plugin/trunk/po/hu.po	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/po/hu.po	2006-12-20 17:30:58 UTC (rev 2262)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-weather-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 16:10+0100\n"
+"POT-Creation-Date: 2006-12-20 18:30+0100\n"
 "PO-Revision-Date: 2006-12-17 20:45+0100\n"
 "Last-Translator: SZERVÁC Attila <sas at 321.hu>\n"
 "Language-Team: Hungarian <debian-l10n-hungarian at lists.debian.org>\n"
@@ -15,53 +15,56 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/weather.c:104
+#: ../panel-plugin/weather.c:105
 msgid "V"
 msgstr "L"
 
-#: ../panel-plugin/weather.c:107
+#: ../panel-plugin/weather.c:108
 msgid "U"
 msgstr "U"
 
-#: ../panel-plugin/weather.c:110
+#: ../panel-plugin/weather.c:111
 msgid "WD"
 msgstr "SzI"
 
-#: ../panel-plugin/weather.c:113
-#: ../panel-plugin/weather.c:116
+#: ../panel-plugin/weather.c:114 ../panel-plugin/weather.c:117
 msgid "P"
 msgstr "LÁ"
 
-#: ../panel-plugin/weather.c:119
+#: ../panel-plugin/weather.c:120
 msgid "F"
 msgstr "SzÉ"
 
-#: ../panel-plugin/weather.c:122
+#: ../panel-plugin/weather.c:123
 msgid "T"
 msgstr "H"
 
-#: ../panel-plugin/weather.c:125
+#: ../panel-plugin/weather.c:126
 msgid "D"
 msgstr "D"
 
-#: ../panel-plugin/weather.c:128
+#: ../panel-plugin/weather.c:129
 msgid "H"
 msgstr "P"
 
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:132
 msgid "WS"
 msgstr "SzS"
 
-#: ../panel-plugin/weather.c:134
+#: ../panel-plugin/weather.c:135
 msgid "WG"
 msgstr "SzL"
 
-#: ../panel-plugin/weather.c:222
+#: ../panel-plugin/weather.c:223
 msgid "Cannot update weather data"
 msgstr "Nem lehet frissíteni az időjárási adatokat"
 
-#: ../panel-plugin/weather.c:641
-#: ../panel-plugin/weather-summary.c:366
+#: ../panel-plugin/weather.c:628
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr ""
+
+#: ../panel-plugin/weather.c:654 ../panel-plugin/weather-summary.c:366
 #: ../panel-plugin/weather.desktop.in.in.h:2
 msgid "Weather Update"
 msgstr "Időjárási adatok frissítése"
@@ -1029,10 +1032,12 @@
 
 #~ msgid "Flurries"
 #~ msgstr "Széllökések"
+
 #~ msgid "Sleet"
 #~ msgstr "Ónos eső"
+
 #~ msgid "Thunder storms"
 #~ msgstr "Zivatarok"
+
 #~ msgid "Properties"
 #~ msgstr "Tulajdonságok"
-

Modified: xfce4-weather-plugin/trunk/po/lt.po
===================================================================
--- xfce4-weather-plugin/trunk/po/lt.po	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/po/lt.po	2006-12-20 17:30:58 UTC (rev 2262)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-wheather-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 16:10+0100\n"
+"POT-Creation-Date: 2006-12-20 18:30+0100\n"
 "PO-Revision-Date: 2005-02-04 23:22+0200\n"
 "Last-Translator: Rimas Kudelis <rq at akl.lt>\n"
 "Language-Team: Lithuanian <komp_lt at konferencijos.lt>\n"
@@ -16,51 +16,56 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/weather.c:104
+#: ../panel-plugin/weather.c:105
 msgid "V"
 msgstr "M"
 
-#: ../panel-plugin/weather.c:107
+#: ../panel-plugin/weather.c:108
 msgid "U"
 msgstr "UV"
 
-#: ../panel-plugin/weather.c:110
+#: ../panel-plugin/weather.c:111
 msgid "WD"
 msgstr "VK"
 
-#: ../panel-plugin/weather.c:113 ../panel-plugin/weather.c:116
+#: ../panel-plugin/weather.c:114 ../panel-plugin/weather.c:117
 msgid "P"
 msgstr "A"
 
-#: ../panel-plugin/weather.c:119
+#: ../panel-plugin/weather.c:120
 msgid "F"
 msgstr "P"
 
-#: ../panel-plugin/weather.c:122
+#: ../panel-plugin/weather.c:123
 msgid "T"
 msgstr "T"
 
-#: ../panel-plugin/weather.c:125
+#: ../panel-plugin/weather.c:126
 msgid "D"
 msgstr "RT"
 
-#: ../panel-plugin/weather.c:128
+#: ../panel-plugin/weather.c:129
 msgid "H"
 msgstr "D"
 
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:132
 msgid "WS"
 msgstr "V"
 
-#: ../panel-plugin/weather.c:134
+#: ../panel-plugin/weather.c:135
 msgid "WG"
 msgstr "VG"
 
-#: ../panel-plugin/weather.c:222
+#: ../panel-plugin/weather.c:223
 msgid "Cannot update weather data"
 msgstr ""
 
-#: ../panel-plugin/weather.c:641 ../panel-plugin/weather-summary.c:366
+#: ../panel-plugin/weather.c:628
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr ""
+
+#: ../panel-plugin/weather.c:654 ../panel-plugin/weather-summary.c:366
 #: ../panel-plugin/weather.desktop.in.in.h:2
 msgid "Weather Update"
 msgstr "Orų tarnyba"

Modified: xfce4-weather-plugin/trunk/po/nl.po
===================================================================
--- xfce4-weather-plugin/trunk/po/nl.po	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/po/nl.po	2006-12-20 17:30:58 UTC (rev 2262)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-weather-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 16:10+0100\n"
+"POT-Creation-Date: 2006-12-20 18:30+0100\n"
 "PO-Revision-Date: 2005-10-10 11:07+0200\n"
 "Last-Translator: Jasper Huijsmans <jasper at xfce.org>\n"
 "Language-Team: Dutch <nl at li.org>\n"
@@ -17,51 +17,56 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/weather.c:104
+#: ../panel-plugin/weather.c:105
 msgid "V"
 msgstr "Z"
 
-#: ../panel-plugin/weather.c:107
+#: ../panel-plugin/weather.c:108
 msgid "U"
 msgstr "U"
 
-#: ../panel-plugin/weather.c:110
+#: ../panel-plugin/weather.c:111
 msgid "WD"
 msgstr "WR"
 
-#: ../panel-plugin/weather.c:113 ../panel-plugin/weather.c:116
+#: ../panel-plugin/weather.c:114 ../panel-plugin/weather.c:117
 msgid "P"
 msgstr "D"
 
-#: ../panel-plugin/weather.c:119
+#: ../panel-plugin/weather.c:120
 msgid "F"
 msgstr "G"
 
-#: ../panel-plugin/weather.c:122
+#: ../panel-plugin/weather.c:123
 msgid "T"
 msgstr "T"
 
-#: ../panel-plugin/weather.c:125
+#: ../panel-plugin/weather.c:126
 msgid "D"
 msgstr "D"
 
-#: ../panel-plugin/weather.c:128
+#: ../panel-plugin/weather.c:129
 msgid "H"
 msgstr "V"
 
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:132
 msgid "WS"
 msgstr "WS"
 
-#: ../panel-plugin/weather.c:134
+#: ../panel-plugin/weather.c:135
 msgid "WG"
 msgstr "WT"
 
-#: ../panel-plugin/weather.c:222
+#: ../panel-plugin/weather.c:223
 msgid "Cannot update weather data"
 msgstr "Kan weerinformatie niet verversen"
 
-#: ../panel-plugin/weather.c:641 ../panel-plugin/weather-summary.c:366
+#: ../panel-plugin/weather.c:628
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr ""
+
+#: ../panel-plugin/weather.c:654 ../panel-plugin/weather-summary.c:366
 #: ../panel-plugin/weather.desktop.in.in.h:2
 msgid "Weather Update"
 msgstr "Weerbericht"

Modified: xfce4-weather-plugin/trunk/po/sk.po
===================================================================
--- xfce4-weather-plugin/trunk/po/sk.po	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/po/sk.po	2006-12-20 17:30:58 UTC (rev 2262)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-weather\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 16:10+0100\n"
+"POT-Creation-Date: 2006-12-20 18:30+0100\n"
 "PO-Revision-Date: 2005-03-09 17:51+0100\n"
 "Last-Translator: Juraj Brosz <juro at jurajbrosz.info>\n"
 "Language-Team: Slovak <sk at li.org>\n"
@@ -15,51 +15,56 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/weather.c:104
+#: ../panel-plugin/weather.c:105
 msgid "V"
 msgstr "V"
 
-#: ../panel-plugin/weather.c:107
+#: ../panel-plugin/weather.c:108
 msgid "U"
 msgstr "U"
 
-#: ../panel-plugin/weather.c:110
+#: ../panel-plugin/weather.c:111
 msgid "WD"
 msgstr "WD"
 
-#: ../panel-plugin/weather.c:113 ../panel-plugin/weather.c:116
+#: ../panel-plugin/weather.c:114 ../panel-plugin/weather.c:117
 msgid "P"
 msgstr "P"
 
-#: ../panel-plugin/weather.c:119
+#: ../panel-plugin/weather.c:120
 msgid "F"
 msgstr "F"
 
-#: ../panel-plugin/weather.c:122
+#: ../panel-plugin/weather.c:123
 msgid "T"
 msgstr "T"
 
-#: ../panel-plugin/weather.c:125
+#: ../panel-plugin/weather.c:126
 msgid "D"
 msgstr "D"
 
-#: ../panel-plugin/weather.c:128
+#: ../panel-plugin/weather.c:129
 msgid "H"
 msgstr "H"
 
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:132
 msgid "WS"
 msgstr "WS"
 
-#: ../panel-plugin/weather.c:134
+#: ../panel-plugin/weather.c:135
 msgid "WG"
 msgstr "WG"
 
-#: ../panel-plugin/weather.c:222
+#: ../panel-plugin/weather.c:223
 msgid "Cannot update weather data"
 msgstr ""
 
-#: ../panel-plugin/weather.c:641 ../panel-plugin/weather-summary.c:366
+#: ../panel-plugin/weather.c:628
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr ""
+
+#: ../panel-plugin/weather.c:654 ../panel-plugin/weather-summary.c:366
 #: ../panel-plugin/weather.desktop.in.in.h:2
 msgid "Weather Update"
 msgstr "Aktuálny stav počasia"

Modified: xfce4-weather-plugin/trunk/po/xfce4-weather-plugin.pot
===================================================================
--- xfce4-weather-plugin/trunk/po/xfce4-weather-plugin.pot	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/po/xfce4-weather-plugin.pot	2006-12-20 17:30:58 UTC (rev 2262)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 16:10+0100\n"
+"POT-Creation-Date: 2006-12-20 18:30+0100\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"
@@ -16,51 +16,56 @@
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/weather.c:104
+#: ../panel-plugin/weather.c:105
 msgid "V"
 msgstr ""
 
-#: ../panel-plugin/weather.c:107
+#: ../panel-plugin/weather.c:108
 msgid "U"
 msgstr ""
 
-#: ../panel-plugin/weather.c:110
+#: ../panel-plugin/weather.c:111
 msgid "WD"
 msgstr ""
 
-#: ../panel-plugin/weather.c:113 ../panel-plugin/weather.c:116
+#: ../panel-plugin/weather.c:114 ../panel-plugin/weather.c:117
 msgid "P"
 msgstr ""
 
-#: ../panel-plugin/weather.c:119
+#: ../panel-plugin/weather.c:120
 msgid "F"
 msgstr ""
 
-#: ../panel-plugin/weather.c:122
+#: ../panel-plugin/weather.c:123
 msgid "T"
 msgstr ""
 
-#: ../panel-plugin/weather.c:125
+#: ../panel-plugin/weather.c:126
 msgid "D"
 msgstr ""
 
-#: ../panel-plugin/weather.c:128
+#: ../panel-plugin/weather.c:129
 msgid "H"
 msgstr ""
 
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:132
 msgid "WS"
 msgstr ""
 
-#: ../panel-plugin/weather.c:134
+#: ../panel-plugin/weather.c:135
 msgid "WG"
 msgstr ""
 
-#: ../panel-plugin/weather.c:222
+#: ../panel-plugin/weather.c:223
 msgid "Cannot update weather data"
 msgstr ""
 
-#: ../panel-plugin/weather.c:641 ../panel-plugin/weather-summary.c:366
+#: ../panel-plugin/weather.c:628
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr ""
+
+#: ../panel-plugin/weather.c:654 ../panel-plugin/weather-summary.c:366
 #: ../panel-plugin/weather.desktop.in.in.h:2
 msgid "Weather Update"
 msgstr ""

Modified: xfce4-weather-plugin/trunk/po/zh_TW.po
===================================================================
--- xfce4-weather-plugin/trunk/po/zh_TW.po	2006-12-20 17:28:51 UTC (rev 2261)
+++ xfce4-weather-plugin/trunk/po/zh_TW.po	2006-12-20 17:30:58 UTC (rev 2262)
@@ -34,7 +34,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-weather-plugin 0.4.9\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 16:10+0100\n"
+"POT-Creation-Date: 2006-12-20 18:30+0100\n"
 "PO-Revision-Date: 2006-09-06 18:51+0800\n"
 "Last-Translator: Ambrose Li <acli at ada.dhs.org>\n"
 "Language-Team: Chinese (Traditional) <zh-l10n at linux.org.tw>\n"
@@ -42,51 +42,56 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/weather.c:104
+#: ../panel-plugin/weather.c:105
 msgid "V"
 msgstr "能見"
 
-#: ../panel-plugin/weather.c:107
+#: ../panel-plugin/weather.c:108
 msgid "U"
 msgstr "UV"
 
-#: ../panel-plugin/weather.c:110
+#: ../panel-plugin/weather.c:111
 msgid "WD"
 msgstr "風向"
 
-#: ../panel-plugin/weather.c:113 ../panel-plugin/weather.c:116
+#: ../panel-plugin/weather.c:114 ../panel-plugin/weather.c:117
 msgid "P"
 msgstr "氣壓"
 
-#: ../panel-plugin/weather.c:119
+#: ../panel-plugin/weather.c:120
 msgid "F"
 msgstr "風凍"
 
-#: ../panel-plugin/weather.c:122
+#: ../panel-plugin/weather.c:123
 msgid "T"
 msgstr "氣溫"
 
-#: ../panel-plugin/weather.c:125
+#: ../panel-plugin/weather.c:126
 msgid "D"
 msgstr "露點"
 
-#: ../panel-plugin/weather.c:128
+#: ../panel-plugin/weather.c:129
 msgid "H"
 msgstr "濕度"
 
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:132
 msgid "WS"
 msgstr "風速"
 
-#: ../panel-plugin/weather.c:134
+#: ../panel-plugin/weather.c:135
 msgid "WG"
 msgstr "陣風"
 
-#: ../panel-plugin/weather.c:222
+#: ../panel-plugin/weather.c:223
 msgid "Cannot update weather data"
 msgstr "無法更新天氣資料"
 
-#: ../panel-plugin/weather.c:641 ../panel-plugin/weather-summary.c:366
+#: ../panel-plugin/weather.c:628
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr ""
+
+#: ../panel-plugin/weather.c:654 ../panel-plugin/weather-summary.c:366
 #: ../panel-plugin/weather.desktop.in.in.h:2
 msgid "Weather Update"
 msgstr "天氣報告"




More information about the Goodies-commits mailing list