diff options
author | vdrfan <vdrfan-nospam-@xbmc.org> | 2011-12-28 12:06:26 +0100 |
---|---|---|
committer | vdrfan <vdrfan-nospam-@xbmc.org> | 2011-12-28 12:07:31 +0100 |
commit | f7abb66b3647db385a6096bd7bc96d9d1e47208b (patch) | |
tree | 882f54c9de93a6cedc73a674aaf6d9d594ee1171 /addons/weather.wunderground | |
parent | 82b40caaafcea8559a907dba4712be2cc959ba35 (diff) |
updated: Swedish translation (thanks Blittan)
Diffstat (limited to 'addons/weather.wunderground')
-rw-r--r-- | addons/weather.wunderground/addon.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addons/weather.wunderground/addon.xml b/addons/weather.wunderground/addon.xml index c6daf812a7..3690b1b567 100644 --- a/addons/weather.wunderground/addon.xml +++ b/addons/weather.wunderground/addon.xml @@ -7,8 +7,11 @@ <extension point="xbmc.python.weather" library="default.py"/> <extension point="xbmc.addon.metadata"> <summary lang="en">Weather forecast from wunderground.com</summary> + <summary lang="se">Väderprognos från wunderground.com</summary> <description lang="en">Weather forecast provided by Weather Underground (http://www.wunderground.com/)</description> + <description lang="se">Väderprognos tillhandahållen av Weather Underground (http://www.wunderground.com/)</description> <disclaimer lang="en">Use of this add-on implies that you have agreed to the Terms of Service located at http://www.wunderground.com/weather/api/d/terms.html</disclaimer> + <disclaimer lang="se">Användning av detta tillägg innebär att du har godkänt Terms of Service från http://www.wunderground.com/weather/api/d/terms.html</disclaimer> <platform>all</platform> </extension> </addon> |