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

Colin Leroy colin at xfce.org
Sat Jun 13 09:36:32 CEST 2009


Author: colin
Date: 2009-06-13 07:36:32 +0000 (Sat, 13 Jun 2009)
New Revision: 7547

Modified:
   xfce4-weather-plugin/trunk/ChangeLog
   xfce4-weather-plugin/trunk/panel-plugin/weather-translate.c
Log:
2009-06-13	Colin Leroy <colin at colino.net>

	* panel-plugin/weather-translate.c: fix bug #4742, "Some strings are 
	not localized".



Modified: xfce4-weather-plugin/trunk/ChangeLog
===================================================================
--- xfce4-weather-plugin/trunk/ChangeLog	2009-06-13 07:35:18 UTC (rev 7546)
+++ xfce4-weather-plugin/trunk/ChangeLog	2009-06-13 07:36:32 UTC (rev 7547)
@@ -1,5 +1,10 @@
 2009-06-13	Colin Leroy <colin at colino.net>
 
+	* panel-plugin/weather-translate.c: fix bug #4742, "Some strings are 
+	not localized".
+
+2009-06-13	Colin Leroy <colin at colino.net>
+
 	* panel-plugin/weather.c: fix bug #4642, "Change Location of 
 	Text / Format". The location part was already fixed (bug #5442),
 	this removes the "T:" or similar prefix when there's only one value

Modified: xfce4-weather-plugin/trunk/panel-plugin/weather-translate.c
===================================================================
--- xfce4-weather-plugin/trunk/panel-plugin/weather-translate.c	2009-06-13 07:35:18 UTC (rev 7546)
+++ xfce4-weather-plugin/trunk/panel-plugin/weather-translate.c	2009-06-13 07:36:32 UTC (rev 7547)
@@ -122,6 +122,7 @@
   N_("PM Light Rain"),
   N_("PM Light Snow"),
   N_("PM Rain / Wind"),
+  N_("PM Rain / Snow Showers"),
   N_("PM Showers"),
   N_("PM Snow Showers"),
   N_("PM T-Storms"),
@@ -130,6 +131,7 @@
   N_("Rain / Snow / Wind"),
   N_("Rain / Snow Late"),
   N_("Rain / Snow Showers"),
+  N_("Rain / Snow Showers Early"),
   N_("Rain / Thunder"),
   N_("Rain / Wind"),
   N_("Rain and Sleet"),
@@ -154,6 +156,7 @@
   N_("Snow and Rain"),
   N_("Snow or Rain"),
   N_("Snow Shower"),
+  N_("Light Snow Shower"),
   N_("Snow Shower / Wind"),
   N_("Snow Showers Early"),
   N_("Snow Showers early"),




More information about the Goodies-commits mailing list