diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-08-07 08:58:04 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-08-07 08:58:04 +0000 |
commit | 409a509bda712b71b9a5ab4295572a0d159e78bc (patch) | |
tree | e8a21678424294f90d8a0e7ef4ac6b8a4b7991b1 | |
parent | 84a3d6249d8f34e9298499278193cf26d984d10d (diff) |
fixed: broken addon.xml files for several addons following r32512
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32574 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | addons/metadata.common.last.fm/addon.xml | 2 | ||||
-rw-r--r-- | addons/visualization.dxspectrum/addon.xml | 2 | ||||
-rw-r--r-- | addons/visualization.glspectrum/addon.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/addons/metadata.common.last.fm/addon.xml b/addons/metadata.common.last.fm/addon.xml index 52ee425cec..65cb21d40a 100644 --- a/addons/metadata.common.last.fm/addon.xml +++ b/addons/metadata.common.last.fm/addon.xml @@ -19,7 +19,7 @@ <summary lang="pl">Scraper biblioteki LastFM</summary> <summary lang="pt">Scraper de música LastFM</summary> <summary lang="zh">LastFM刮削器代码库</summary> - <description lang="en">Download Music information from www.last.fm<</description> + <description lang="en">Download Music information from www.last.fm</description> <description lang="es">Descargar información musical de www.last.fm</description> <description lang="fr">Télécharge les infos musicales depuis www.last.fm</description> <description lang="hu">Zene információk letöltése a www.last.fm webhelyről</description> diff --git a/addons/visualization.dxspectrum/addon.xml b/addons/visualization.dxspectrum/addon.xml index 14096fc4c1..e57886fd4b 100644 --- a/addons/visualization.dxspectrum/addon.xml +++ b/addons/visualization.dxspectrum/addon.xml @@ -17,7 +17,7 @@ <summary lang="pl">Wizualizacja pokazująca obracający się analizator widma w 3D (DirectX)</summary> <summary lang="pt">Visualização que mostra um analisador espectral rotativo em 3D (DirectX)</summary> <summary lang="zh">显示旋转三维频谱分析图像的可视化效果</summary> - <description lang="en">DirectX Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in DirectX that moves to the beat of the music creating a wave effect across the spectrum grid.</description> + <description lang="en">DirectX Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in DirectX that moves to the beat of the music creating a wave effect across the spectrum grid. It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great</description> <description lang="fi">Näyttää pyörivän 3D-spektrianalysaattorin, joka liikkuu musiikin tahdissa tuottaen aaltotehosteen spektrikuvaajaan. Spektripalkin korkeuden, nopeuden, ja piirtotavan (täytetyt, pisteet, ääriviivat) voi asettaa asetuksista. Spectrum on kevyt visualisointi joka näyttää hyvältä.</description> diff --git a/addons/visualization.glspectrum/addon.xml b/addons/visualization.glspectrum/addon.xml index a835c10eb0..58153dae9a 100644 --- a/addons/visualization.glspectrum/addon.xml +++ b/addons/visualization.glspectrum/addon.xml @@ -18,7 +18,7 @@ <summary lang="pl">Wizualizacja pokazująca obracający się analizator widma w 3D (OpenGL)</summary> <summary lang="pt">Visualização que mostra um analisador espectral rotativo em 3D (OpenGL)</summary> <summary lang="zh">显示旋转三维频谱分析图像的可视化效果</summary> - <description lang="en">Opengl Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in Opengl that moves to the beat of the music creating a wave effect across the spectrum grid.</description> + <description lang="en">Opengl Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in Opengl that moves to the beat of the music creating a wave effect across the spectrum grid. It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great</description> <description lang="fi">Näyttää pyörivän 3D-spektrianalysaattorin, joka liikkuu musiikin tahdissa tuottaen aaltotehosteen spektrikuvaajaan. Spektripalkin korkeuden, nopeuden, ja piirtotavan (täytetyt, pisteet, ääriviivat) voi asettaa asetuksista. Spectrum on kevyt visualisointi joka näyttää hyvältä.</description> |