Many thanks for the update. :)

I'm seeing a WARNING and an ERROR with the latest version - it would be
nice if they could be fixed in a future update.


Code:
--------------------
    
  [09:32:25.6083] Slim::Utils::Misc::msg (1356) Warning: [09:32:25.6078] Plugin 
WeatherTime: need to add condition <Overcast> to translation STRINGS
  
--------------------


and


Code:
--------------------
    
  [11:32:49.3033] Slim::Utils::Strings::string (410) Error: missing string 
PLUGIN_WEATHERTIME_WIND_SOUTH
  [11:32:49.3038] Slim::Utils::Strings::string (410) Backtrace:
  
  frame 0: Slim::Utils::Log::logBacktrace 
(/<C:\PROGRA~1\SQUEEZ~2\server\SQUEEZ~1.EXE>Slim/Utils/Strings.pm line 410)
  frame 1: Slim::Utils::Strings::string (Plugins/WeatherTime/Plugin.pm line 
2518)
  frame 2: Plugins::WeatherTime::Plugin::getDayInfos 
(Plugins/WeatherTime/Plugin.pm line 2490)
  frame 3: Plugins::WeatherTime::Plugin::retrieveWeather 
(Plugins/WeatherTime/Plugin.pm line 2021)
  frame 4: Plugins::WeatherTime::Plugin::tictac 
(/<C:\PROGRA~1\SQUEEZ~2\server\SQUEEZ~1.EXE>Slim/Utils/Timers.pm line 198)
  frame 5: (eval) 
(/<C:\PROGRA~1\SQUEEZ~2\server\SQUEEZ~1.EXE>Slim/Utils/Timers.pm line 198)
  frame 6: Slim::Utils::Timers::checkTimers (slimserver.pl line 517)
  frame 7: main::idle (slimserver.pl line 464)
  frame 8: main::main (slimserver.pl line 90)
  frame 9: PerlSvc::Interactive 
(/<C:\PROGRA~1\SQUEEZ~2\server\SQUEEZ~1.EXE>PerlSvc.pm line 99)
  frame 10: PerlSvc::_interactive (slimserver.pl line 0)
  frame 11: (eval) (slimserver.pl line 0)
  
--------------------


I'm guessing for the latter it's just necessary to add the following to
Plugins\WeatherTime\strings.txt:


Code:
--------------------
    
  PLUGIN_WEATHERTIME_WIND_SOUTH
        EN      S
        FR      S
        DA      Syd
        DE      Süd
        NL      Z
  
--------------------


I don't know how to fix the <Overcast> condition, but I'm attaching an
updated strings.txt (from Plugins-WeatherTime-Plugin r108.zip) with the
following changes:

1. Added WIND_SOUTH/WIND_NORTH/WIND_EAST and WIND_WEST - duplicates of
S/N/E/W. Note you have translations for WIND_E(AST) but not for the
others, do you need these?

2. All of the following are EN changes (mainly changes for consistency,
and some expansions ie. T-Storm to Thunderstorm):

Code:
--------------------
    
  SETUP_PLUGIN_WEATHERTIME_LINETHREE_UNIT_0:
  Meters pr. second ->
  Meters per. second
  
  SETUP_PLUGIN_WEATHERTIME_LINETHREE_UNIT_1
  Kilometers pr. hour ->
  Kilometers per. hour
  
  SETUP_PLUGIN_WEATHERTIME_LINETHREE_UNIT_2
  Miles pr. hour ->
  Miles per. hour ->
  
  PLUGIN_SCREENSAVER_WEATHERTIME_NOINFO
  loading... ->
  Loading...
  
  PLUGIN_WEATHERTIME_NO_FORECAST_AVAILABLE
  no forecast available ->
  No forecast available
  
  PLUGIN_WEATHERTIME_SHOWERS_EARLY
  Showers early ->
  Showers Early
  
  PLUGIN_WEATHERTIME_SHOWERS_LATE
  Showers late ->
  Showers Late ->
  
  PLUGIN_WEATHERTIME_ISOLATED_T-STORMS
  Isolated T-Storms ->
  Isolated Thundertorms
  
  PLUGIN_WEATHERTIME_SCT_FLURRIES_WIND
  Sct Flurries/Wind ->
  Scattered Flurries/Wind
  
  PLUGIN_WEATHERTIME_SCT_STRONG_STORMS
  Sct Strong Storms ->
  Scattered Strong Storms
  
  PLUGIN_WEATHERTIME_PM_T-STORMS
  PM T-Storms ->
  PM Thunderstorms
  
  PLUGIN_WEATHERTIME_T-STORMS
  T-Storms ->
  Thunderstorms
  
  PLUGIN_WEATHERTIME_ISO_T-Storms_WIND
  Iso T-Storms/Wind ->
  Isolated Thunderstorms/Wind
  
  PLUGIN_WEATHERTIME_SCT_T-STORMS_WIND
  Sct T-Storms/Wind ->
  Scatttered Thundertorms/Wind
  
  PLUGIN_WEATHERTIME_SCT_SNOW_SHOWERS
  Sct Snow Showers ->
  Scattered Snow Showers
  
  PLUGIN_WEATHERTIME_HVY_RAIN_FREEZING_RAIN
  Hvy Rain/Freezing Rain ->
  Heavy Rain/Freezing Rain
  
  PLUGIN_WEATHERTIME_T-STORMS_WIND
  T-Storms/Wind ->
  Thunderstorms/Wind
  
  PLUGIN_WEATHERTIME_DRIZZLE_LATE
  Drizzle late ->
  Drizzle Late
  
  PLUGIN_WEATHERTIME_LIGHT_SNOW_SHOWER_WINDY
  Light Snow Shower/ Windy ->
  Light Snow Shower/Windy
  
  PLUGIN_WEATHERTIME_PM_T-SHOWERS
  PM T-Showers ->
  PM Thundershowers
  
  PLUGIN_WEATHERTIME_T-SHOWERS
  T-Showers ->
  Thundershowers
  
  PLUGIN_WEATHERTIME_T-SHOWERS_WIND
  T-Showers / Wind ->
  Thundershowers/Wind
  
  PLUGIN_WEATHERTIME_T-STORMS_EARLY
  T-Storms early ->
  Thunderstorms Early
  
  PLUGIN_WEATHERTIME_UVINDEX_
  Low ->
  UV Low
  
  PLUGIN_WEATHERTIME_WIND_CALM
  Wind calm ->
  Wind Calm
  
  PLUGIN_WEATHERTIME_WIND_VAR
  Wind var ->
  Wind Variable
  
--------------------


+-------------------------------------------------------------------+
|Filename: strings.zip                                              |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=5562|
+-------------------------------------------------------------------+

-- 
Milhouse
------------------------------------------------------------------------
Milhouse's Profile: http://forums.slimdevices.com/member.php?userid=928
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to