diff options
author | nadasb <nadasb@svn> | 2010-09-10 05:09:45 +0000 |
---|---|---|
committer | nadasb <nadasb@svn> | 2010-09-10 05:09:45 +0000 |
commit | 33eedbcc4647b486bf3e7a7f7367df90db42dd59 (patch) | |
tree | 5c84b650e2227d8c74802f52290e02f09087f333 /addons/metadata.common.themoviedb.org | |
parent | 603fd537535c426586843f8ee1fe8146c57dc180 (diff) |
sync with git
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33652 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/metadata.common.themoviedb.org')
-rw-r--r-- | addons/metadata.common.themoviedb.org/addon.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/addons/metadata.common.themoviedb.org/addon.xml b/addons/metadata.common.themoviedb.org/addon.xml index 50b4bf6678..c59b1e26b5 100644 --- a/addons/metadata.common.themoviedb.org/addon.xml +++ b/addons/metadata.common.themoviedb.org/addon.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <addon id="metadata.common.themoviedb.org" name="The MovieDB common scraper functions" - version="1.0.6" + version="1.0.7" provider-name="Team XBMC"> <requires> <import addon="xbmc.metadata" version="1.0"/> @@ -13,15 +13,21 @@ <minversion>20000</minversion> <summary lang="en">TMDb Scraper Library</summary> <summary lang="es">Scraper de peliculas de TMDb</summary> + <summary lang="fr">Scraper TMDb</summary> <summary lang="hu">TMDb leolvasó-könyvtár</summary> <summary lang="nl">TMDb Scraper Collectie</summary> - <summary lang="pt">Scraper de filmes TMDb</summary> <summary lang="pl">Scraper biblioteki TMDb</summary> + <summary lang="pt">Scraper de filmes TMDb</summary> + <summary lang="ru">Обработчик для TMDb</summary> + <summary lang="zh">TMDb刮削器代码库</summary> <description lang="en">Download thumbs and fanarts from www.themoviedb.org</description> <description lang="es">Descarga información, posters y fanart de www.themoviedb.org</description> + <description lang="fr">Télécharge vignettes et backdrops depuis www.themoviedb.org</description> <description lang="hu">Bélyeg- és fanartképek letöltése a www.themoviedb.org webhelyről</description> <description lang="nl">Download afbeeldingen en fanart van www.themoviedb.org</description> - <description lang="pt">Descarregar informação de filmes de www.themoviedb.org</description> <description lang="pl">Pobieraj ikony i fanarty z www.themoviedb.org</description> + <description lang="pt">Descarregar informação de filmes de www.themoviedb.org</description> + <description lang="ru">Загружать миниатюры и фанарт с www.themoviedb.org</description> + <description lang="zh">从www.themoviedb.org下载海报和同人画</description> </extension> </addon> |