From 859daccad56e955dced054b2b461eba62fc4ab37 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 6 Jun 2021 08:22:05 +0000 Subject: added Korean translation (Jung Hee Lee) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10056 90c681e8-e032-0410-971d-27865f9a5e38 --- .../translations/trackchange_plugin_ko.ts | 78 ++++++++++++++++++++++ .../trackchange/translations/translations.qrc | 1 + 2 files changed, 79 insertions(+) create mode 100644 src/plugins/General/trackchange/translations/trackchange_plugin_ko.ts (limited to 'src/plugins/General/trackchange/translations') diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_ko.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_ko.ts new file mode 100644 index 000000000..4ec9bb2c9 --- /dev/null +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_ko.ts @@ -0,0 +1,78 @@ + + + + + SettingsDialog + + + Track Change Plugin Settings + 트랙 변경 플러그인 설정 + + + + + + + ... + ... + + + + Command to run when Qmmp starts new track + Qmmp가 새 트랙을 시작할 때 실행할 명령 + + + + Command to run toward to end of a track + 트랙의 끝까지 실행할 명령 + + + + Command to run when Qmmp reaches the end of the playlist + Qmmp가 재생목록 끝에 도달하면 실행할 명령 + + + + Command to run when title changes (i.e. network streams title) + 제목이 변경될 때 실행할 명령 (즉, 네트워크 스트림 제목) + + + + Command to run on application startup: + 응용프로그램 시작 시 실행할 명령: + + + + Command to run on application exit: + 응용프로그램 종료 시 실행할 명령: + + + + TrackChangeFactory + + + Track Change Plugin + 트랙 변경 플러그인 + + + + About Track Change Plugin + 트랙 변경 플러그인 정보 + + + + Qmmp Track Change Plugin + Qmmp 트랙 변경 플러그인 + + + + This plugin executes external command when current track is changed + 이 플러그인은 현재 트랙이 변경될 때 외부 명령을 실행합니다 + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + 작성자: Ilya Kotov <forkotov02@ya.ru> + + + diff --git a/src/plugins/General/trackchange/translations/translations.qrc b/src/plugins/General/trackchange/translations/translations.qrc index bbcfe5dd3..f3dd87b65 100644 --- a/src/plugins/General/trackchange/translations/translations.qrc +++ b/src/plugins/General/trackchange/translations/translations.qrc @@ -14,6 +14,7 @@ trackchange_plugin_fr.qm trackchange_plugin_it.qm trackchange_plugin_kk.qm + trackchange_plugin_ko.qm trackchange_plugin_lt.qm trackchange_plugin_hu.qm trackchange_plugin_nl.qm -- cgit v1.2.3-13-gbd6f