diff options
Diffstat (limited to 'src/plugins/General/rdetect')
| -rw-r--r-- | src/plugins/General/rdetect/translations/rdetect_plugin_ko.ts | 83 | ||||
| -rw-r--r-- | src/plugins/General/rdetect/translations/translations.qrc | 1 |
2 files changed, 84 insertions, 0 deletions
diff --git a/src/plugins/General/rdetect/translations/rdetect_plugin_ko.ts b/src/plugins/General/rdetect/translations/rdetect_plugin_ko.ts new file mode 100644 index 000000000..1e740da1b --- /dev/null +++ b/src/plugins/General/rdetect/translations/rdetect_plugin_ko.ts @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ko"> +<context> + <name>RDetectFactory</name> + <message> + <location filename="../rdetectfactory.cpp" line="30"/> + <source>Volume Detection Plugin</source> + <translation>볼륨 감지 플러그인</translation> + </message> + <message> + <location filename="../rdetectfactory.cpp" line="50"/> + <source>About Volume Detection Plugin</source> + <translation>볼륨 감지 플러그인 정보</translation> + </message> + <message> + <location filename="../rdetectfactory.cpp" line="51"/> + <source>Qmmp Removable Volume Detection Plugin</source> + <translation>Qmmp 이동식 볼륨 감지 플러그인</translation> + </message> + <message> + <location filename="../rdetectfactory.cpp" line="52"/> + <source>This plugin provides removable volume detection</source> + <translation>이 플러그인은 이동식 볼륨 감지를 제공합니다</translation> + </message> + <message> + <location filename="../rdetectfactory.cpp" line="53"/> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>작성자: Ilya Kotov <forkotov02@ya.ru></translation> + </message> +</context> +<context> + <name>RemovableHelper</name> + <message> + <location filename="../removablehelper.cpp" line="134"/> + <source>Add CD "%1"</source> + <translation>CD "%1" 추가</translation> + </message> + <message> + <location filename="../removablehelper.cpp" line="138"/> + <source>Add Volume "%1"</source> + <translation>볼륨 "%1" 추가</translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Volume Detection Plugin Settings</source> + <translation>볼륨 감지 플러그인 설정</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>CD Audio Detection</source> + <translation>CD 오디오 감지</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="38"/> + <source>Add tracks to playlist automatically</source> + <translation>자동으로 재생목록에 트랙 추가</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="45"/> + <source>Remove tracks from playlist automatically</source> + <translation>자동으로 재생목록에 트랙 제거</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Removable Device Detection</source> + <translation>이동식 장치 감지</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="64"/> + <source>Add files to playlist automatically</source> + <translation>자동으로 재생목록에 파일 추가</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="71"/> + <source>Remove files from playlist automatically</source> + <translation>자동으로 재생목록에서 파일 제거</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/rdetect/translations/translations.qrc b/src/plugins/General/rdetect/translations/translations.qrc index d84af5f5b..30da53bc3 100644 --- a/src/plugins/General/rdetect/translations/translations.qrc +++ b/src/plugins/General/rdetect/translations/translations.qrc @@ -14,6 +14,7 @@ <file>rdetect_plugin_fr.qm</file> <file>rdetect_plugin_it.qm</file> <file>rdetect_plugin_kk.qm</file> + <file>rdetect_plugin_ko.qm</file> <file>rdetect_plugin_lt.qm</file> <file>rdetect_plugin_hu.qm</file> <file>rdetect_plugin_nl.qm</file> |
