diff options
author | spiff_ <spiff_@svn> | 2010-06-15 10:38:59 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-06-15 10:38:59 +0000 |
commit | ba0a572d45c825e24eb8f42634558d5e3a1e1786 (patch) | |
tree | 591ba2662c58b85a13d7eed0014e71306fd49ecf /addons/metadata.tvdb.com | |
parent | e5c3d78723c5a4bdb9349a7e57e9147fb69d1212 (diff) |
added: ticket #9341 - Updated german translation. thanks to pgoeri
added: ticket #9343 - Portuguese pt_PT XBMC and Confluence strings. thanks to hudo
added: ticket #9358 - Turkish translation based on English r31001. thanks to queep
added: ticket #9360 - korean Translation based on English Rev 30906. thanks to airplanez
added: ticket #9361 - Greek translation. thanks to ydatografida
added: ticket #9362 - Finnish strings based on English strings revision 30906. thanks to mikko70
added: ticket #9373 - Spanish Translation Updated Last SVN (31001). thanks to MaDDoGo
added: ticket #9374 - Updated russian translation for XBMC. thanks to taraban
added: ticket #9398 - Updated Hungarian translation based on r31088. thanks to alanwww1
added: ticket #9399 - Confluence skin korean Translation based on English Rev 31068. thanks to airplanez
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31114 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/metadata.tvdb.com')
-rw-r--r-- | addons/metadata.tvdb.com/addon.xml | 2 | ||||
-rw-r--r-- | addons/metadata.tvdb.com/resources/language/Hungarian/strings.xml | 8 | ||||
-rw-r--r-- | addons/metadata.tvdb.com/resources/language/Spanish/strings.xml | 8 |
3 files changed, 18 insertions, 0 deletions
diff --git a/addons/metadata.tvdb.com/addon.xml b/addons/metadata.tvdb.com/addon.xml index d0fea60f46..a1b0a1915b 100644 --- a/addons/metadata.tvdb.com/addon.xml +++ b/addons/metadata.tvdb.com/addon.xml @@ -12,8 +12,10 @@ cachepersistence="00:15"/> <extension point="xbmc.addon.metadata"> <summary>Fetch TV show metadata from TheTVDB.com</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> <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> <platform>all</platform> </extension> </addon> diff --git a/addons/metadata.tvdb.com/resources/language/Hungarian/strings.xml b/addons/metadata.tvdb.com/resources/language/Hungarian/strings.xml new file mode 100644 index 0000000000..756e81111c --- /dev/null +++ b/addons/metadata.tvdb.com/resources/language/Hungarian/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<strings> + <string id="30000">DVD sorrend használata</string> + <string id="30001">Abszolút sorrend használata (Egy évad esetén)</string> + <string id="30002">Fanart engedélyezése</string> + <string id="30003">Pószterek elÅ‘nyben részesÃtése</string> + <string id="30004">Nyelv</string> +</strings>
\ No newline at end of file diff --git a/addons/metadata.tvdb.com/resources/language/Spanish/strings.xml b/addons/metadata.tvdb.com/resources/language/Spanish/strings.xml new file mode 100644 index 0000000000..5010e79f60 --- /dev/null +++ b/addons/metadata.tvdb.com/resources/language/Spanish/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<strings> + <string id="30000">Usar orden de DVD</string> + <string id="30001">Usar Orden Absoluto (Temporada Única)</string> + <string id="30002">Descargar Fanart</string> + <string id="30003">Preferir Posters</string> + <string id="30004">Idioma</string> +</strings> |