diff options
Diffstat (limited to 'src/plugins/Effect/crossfade/translations')
| -rw-r--r-- | src/plugins/Effect/crossfade/translations/crossfade_plugin_ko.ts | 45 | ||||
| -rw-r--r-- | src/plugins/Effect/crossfade/translations/translations.qrc | 1 |
2 files changed, 46 insertions, 0 deletions
diff --git a/src/plugins/Effect/crossfade/translations/crossfade_plugin_ko.ts b/src/plugins/Effect/crossfade/translations/crossfade_plugin_ko.ts new file mode 100644 index 000000000..cf739687f --- /dev/null +++ b/src/plugins/Effect/crossfade/translations/crossfade_plugin_ko.ts @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ko"> +<context> + <name>EffectCrossfadeFactory</name> + <message> + <location filename="../effectcrossfadefactory.cpp" line="30"/> + <source>Crossfade Plugin</source> + <translation>Crossfade 플러그인</translation> + </message> + <message> + <location filename="../effectcrossfadefactory.cpp" line="51"/> + <source>About Crossfade Plugin</source> + <translation>Crossfade 플러그인 정보</translation> + </message> + <message> + <location filename="../effectcrossfadefactory.cpp" line="52"/> + <source>Qmmp Crossfade Plugin</source> + <translation>Qmmp Crossfade 플러그인</translation> + </message> + <message> + <location filename="../effectcrossfadefactory.cpp" line="53"/> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>작성자: Ilya Kotov <forkotov02@ya.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Crossfade Plugin Settings</source> + <translation>Crossfade 플러그인 설정</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Overlap:</source> + <translation>오버랩:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="42"/> + <source>ms</source> + <translation>ms</translation> + </message> +</context> +</TS> diff --git a/src/plugins/Effect/crossfade/translations/translations.qrc b/src/plugins/Effect/crossfade/translations/translations.qrc index b6d204d0c..92ab13eea 100644 --- a/src/plugins/Effect/crossfade/translations/translations.qrc +++ b/src/plugins/Effect/crossfade/translations/translations.qrc @@ -14,6 +14,7 @@ <file>crossfade_plugin_fr.qm</file> <file>crossfade_plugin_it.qm</file> <file>crossfade_plugin_kk.qm</file> + <file>crossfade_plugin_ko.qm</file> <file>crossfade_plugin_lt.qm</file> <file>crossfade_plugin_hu.qm</file> <file>crossfade_plugin_nl.qm</file> |
