diff options
author | spiff_ <spiff_@svn> | 2010-08-02 22:48:11 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-08-02 22:48:11 +0000 |
commit | a02c94a10dbe85cf5155f53b8861c34591b551cc (patch) | |
tree | 4c25da6d9ffc084ca69dc1f62d4f1b417aefd5b1 /addons/weather.xbmc.builtin | |
parent | e7b1bfe496dbecd83e6b46e7e8605531593f3ee0 (diff) |
updated: ticket #ticket 9809 - French translation for Add-ons. thanks to willynuisance
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32428 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/weather.xbmc.builtin')
-rw-r--r-- | addons/weather.xbmc.builtin/addon.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addons/weather.xbmc.builtin/addon.xml b/addons/weather.xbmc.builtin/addon.xml index b808da61ab..86a7a8c5e8 100644 --- a/addons/weather.xbmc.builtin/addon.xml +++ b/addons/weather.xbmc.builtin/addon.xml @@ -6,11 +6,13 @@ <extension point="xbmc.python.weather" library=""/> <extension point="xbmc.addon.metadata"> <summary lang="en">Current weather conditions.</summary> + <summary lang="fr">Conditions météorologiques en cours.</summary> <summary lang="hu">A jelenlegi időjárás.</summary> <summary lang="ko">현재 날씨</summary> <summary lang="pl">Aktualne warunki pogodowe.</summary> <summary lang="zh">当前天气状况</summary> <description lang="en">This is the default weather source.[CR][CR]It provides current weather conditions and a four day outlook.</description> + <description lang="fr">C'est la source météo par défaut.[CR][CR]Fournit les conditions climatiques en cours et les prévisions sur 4 jours.</description> <description lang="hu">Ez az alapértelmezett időjárás információforrás.[CR][CR]Tájékoztat a jelenlegi időjárásról, valamint négynapos előrejelzést ad.</description> <description lang="ko">기본 날씨 정보입니다.[CR][CR] 현재날씨와 4일치 예보를 제공합니다.</description> <description lang="pl">Jest to domyślne źródło pogody.[CR][CR]Dostarcza aktualną pogodę oraz prognozę na cztery dni.</description> |