diff options
author | spiff_ <spiff_@svn> | 2010-07-29 14:19:24 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-07-29 14:19:24 +0000 |
commit | a40c193eb92374418c2b4b6a49f6bde7560dad17 (patch) | |
tree | a3e6cc505536ba9dd707e654c2bba9c8cedbf24c /addons/visualization.waveform | |
parent | e5b1bc32c4ab325d7594d5058f4dfe1972fa7df1 (diff) |
added: ticket #9769 - default addons korean translation. thanks to kimp93
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32291 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/visualization.waveform')
-rw-r--r-- | addons/visualization.waveform/addon.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/addons/visualization.waveform/addon.xml b/addons/visualization.waveform/addon.xml index 803c52d7c3..5540e7f263 100644 --- a/addons/visualization.waveform/addon.xml +++ b/addons/visualization.waveform/addon.xml @@ -10,19 +10,20 @@ library_windx="Waveform_win32.vis"
library_osx="Waveform.vis"/>
<extension point="xbmc.addon.metadata">
- <summary>Visualization showing 2 Waveform Graphs on the screen</summary>
+ <summary lang="en">Visualization showing 2 Waveform Graphs on the screen</summary>
<summary lang="fi">Kaksi aaltomuotograafia</summary>
<summary lang="hu">Vizualizáció két hullámformával</summary>
+ <summary lang="ko">두개의 웨이브폼을 보여주는 음악시각화</summary>
<summary lang="nl">Visualisatie</summary>
- <summary lang="zh">可视化效果</summary>
<summary lang="pl">Wizualizacja pokazująca dwie fale dźwięku</summary>
- <description>Waveform is a simple Visualization showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music</description>
+ <summary lang="zh">可视化效果</summary>
+ <description lang="en">Waveform is a simple Visualization showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music</description>
<description lang="fi">Waveform on kaksi aaltomuotograafia näyttävä yksinkertainen visualisointi. Toinen on vasemmalle ja toinen oikealle kanavalla ja ne liikkuvat musiikin tahdissa.</description>
<description lang="hu">A Waveform egy egyszerű vizualizáció, amely 2db hullámot mutat reprezentálva a bal és a jobb hangcsatornákat, melyek a zene ritmusára mozognak.</description>
+ <description lang="ko">Waveform은 간단히 두개의 웨이브폼을 화면에 보여줍니다. 각각 왼쪽, 오른쪽 채널이고 음악의 비트에 따라 움직입니다.</description>
<description lang="nl">Waveform is een simpele muziekvisualisatie die 2 golfvormen op het scherm toont, respectievelijk voor het linker en rechter geluidskanaal. De golfvormen bewegen mee met de beat van de muziek.</description>
- <description lang="zh">Waveform是一个简单的可视化效果,它在屏幕上显示两个波形图,分别与音乐左右声道的节拍相呼应。</description>
<description lang="pl">Waveform jest prostą wizualizacją pokazującą dwie fale dźwiękowe na ekranie. Każda na jeden kanał dźwięku.</description>
- <disclaimer></disclaimer>
+ <description lang="zh">Waveform是一个简单的可视化效果,它在屏幕上显示两个波形图,分别与音乐左右声道的节拍相呼应。</description>
<platform>all</platform>
</extension>
</addon>
|