aboutsummaryrefslogtreecommitdiff
path: root/addons/metadata.tvdb.com
diff options
context:
space:
mode:
authorspiff_ <spiff_@svn>2010-06-18 19:34:35 +0000
committerspiff_ <spiff_@svn>2010-06-18 19:34:35 +0000
commit7e75ee6f322d338e5093f2a3f3a3718d1294f57d (patch)
tree43f5cd2aefc8c1b60eeccd2d0be0e1666ff6ae82 /addons/metadata.tvdb.com
parent9dc476941c989f9d71be0974b0c48df544f31d37 (diff)
sync with git
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31188 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/metadata.tvdb.com')
-rw-r--r--addons/metadata.tvdb.com/addon.xml18
-rw-r--r--addons/metadata.tvdb.com/resources/language/Chinese (Simple)/strings.xml8
-rw-r--r--addons/metadata.tvdb.com/resources/language/Portuguese/strings.xml8
3 files changed, 27 insertions, 7 deletions
diff --git a/addons/metadata.tvdb.com/addon.xml b/addons/metadata.tvdb.com/addon.xml
index 5a8bc063e4..e62fbe3722 100644
--- a/addons/metadata.tvdb.com/addon.xml
+++ b/addons/metadata.tvdb.com/addon.xml
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.tvdb.com"
name="The TVDB"
- version="1.0.1"
+ version="1.0.2"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
@@ -11,13 +11,17 @@
library="tvdb.xml"
cachepersistence="00:15"/>
<extension point="xbmc.addon.metadata">
- <summary>Fetch TV show metadata from TheTVDB.com</summary>
- <summary lang="hu">TV sorozat információk letöltése a TheTVDB.com-ról</summary>
- <summary lang="es">Descarga información de Series de TV desde TVDB.com</summary>
- <description>TheTVDB.com is a TV Scraper. The site is a massive open database that can be modified by anybody and contains full meta data for many shows in different languages. All content and images on the site have been contributed by their users for users and have a high standard or quality. The database schema and website are open source under the GPL.</description>
+ <summary lang="en">Fetch TV show metadata from TheTVDB.com</summary>
+ <summary lang="es">Descarga información de Series de TV desde TVDB.com</summary>
+ <summary lang="hu">TV sorozat információk letöltése a TheTVDB.com-ról</summary>
+ <summary lang="pt">Scraper de séries de TV TVDB.com</summary>
+ <summary lang="zh">电视剧集刮削器</summary>
+ <description lang="en">TheTVDB.com is a TV Scraper. The site is a massive open database that can be modified by anybody and contains full meta data for many shows in different languages. All content and images on the site have been contributed by their users for users and have a high standard or quality. The database schema and website are open source under the GPL.</description>
+ <description lang="es">TheTVDB.com es un scraper para series de televisión. Esta pagina web es una base de datos immensa que puede ser modificada por cualquiera y contiene informaciós de series y capítulos en distintos idiomas. Todo el contenido y las imágenes de este sitio han sido creadas y enviadas por sus usuarios bajo unas estrictas normas de tamaño y calidad. El esquema de la base de datos y la página web són consultables y de código abierto bajo licencia GPL.</description>
<description lang="hu">A TheTVDB.com egy TV scraper. Az oldal egy hatalmas adatbázis amit bárki szabadon módosíthat és rengeteg TV műsor adatait tartalmazza különböző nyelveken. A minőségi tartalom és képanyag ezen az oldalon felhasználóktól származik más felhasználók számára. Az adatbázis struktúra és a weblap nyílt forráskódú a GPL licenc alatt.</description>
<description lang="nl">TheTVDB.com is een TV-show Scraper. De site is een gigantische open databank die door iedereen kan aangepast en uitgebreid worden. Het bevat informatie voor vele TV-shows in verschillende talen. Alle inhoud en afbeeldingen zijn bijgedragen door en voor gebruikers met een hoge kwaliteitsnorm. Het databank schema en de website zijn vrijgegeven onder de open source GPL licentie.</description>
- <description lang="es">TheTVDB.com es un scraper para series de televisión. Esta pagina web es una base de datos immensa que puede ser modificada por cualquiera y contiene informaciós de series y capítulos en distintos idiomas. Todo el contenido y las imágenes de este sitio han sido creadas y enviadas por sus usuarios bajo unas estrictas normas de tamaño y calidad. El esquema de la base de datos y la página web són consultables y de código abierto bajo licencia GPL.</description>
+ <description lang="pt"> O TheTVDB.com é um motor de busca para séries de TV. O site é uma gigantesca base de dados aberta que pode ser alterada por qualquer pessoa e contém informação em várias línguas. Todos os conteúdos do site foram enviados por utilizadores com um elevado padrão de qualidade. A base de dados e site funcionam sob uma licença GPL de software livre.</description>
+ <description lang="zh">TheTVDB.com是一个电视刮削器。该网站是一个巨大的开放式数据库,任何人都可以修改,包含多语言的许多电视剧集资料。网站设定了高品质标准,所有图片和内容都由用户提供。数据库结构和网站均在GPL许可下开源。</description>
<platform>all</platform>
</extension>
</addon>
diff --git a/addons/metadata.tvdb.com/resources/language/Chinese (Simple)/strings.xml b/addons/metadata.tvdb.com/resources/language/Chinese (Simple)/strings.xml
new file mode 100644
index 0000000000..88a7c0bc36
--- /dev/null
+++ b/addons/metadata.tvdb.com/resources/language/Chinese (Simple)/strings.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<strings>
+ <string id="30000">使用DVD顺序</string>
+ <string id="30001">使用绝对顺序(单季)</string>
+ <string id="30002">启用同人画</string>
+ <string id="30003">使用封面海报</string>
+ <string id="30004">语言</string>
+</strings>
diff --git a/addons/metadata.tvdb.com/resources/language/Portuguese/strings.xml b/addons/metadata.tvdb.com/resources/language/Portuguese/strings.xml
new file mode 100644
index 0000000000..27c11892ef
--- /dev/null
+++ b/addons/metadata.tvdb.com/resources/language/Portuguese/strings.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<strings>
+ <string id="30000">Usar ordem do DVD</string>
+ <string id="30001">Usar ordem absoluta (Temporada única)</string>
+ <string id="30002">Ligar Fanart</string>
+ <string id="30003">Preferir posters</string>
+ <string id="30004">Linguagem</string>
+</strings>