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 --- .../Input/cue/translations/cue_plugin_ko.ts | 70 ++++++++++++++++++++++ .../Input/cue/translations/translations.qrc | 1 + 2 files changed, 71 insertions(+) create mode 100644 src/plugins/Input/cue/translations/cue_plugin_ko.ts (limited to 'src/plugins/Input/cue') diff --git a/src/plugins/Input/cue/translations/cue_plugin_ko.ts b/src/plugins/Input/cue/translations/cue_plugin_ko.ts new file mode 100644 index 000000000..1fc006cdd --- /dev/null +++ b/src/plugins/Input/cue/translations/cue_plugin_ko.ts @@ -0,0 +1,70 @@ + + + + + DecoderCUEFactory + + + CUE Plugin + CUE 플러그인 + + + + CUE Files + CUE 파일 + + + + About CUE Audio Plugin + CUE 오디오 플러그인 정보 + + + + Qmmp CUE Audio Plugin + Qmmp CUE 오디오 플러그인 + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + 작성자: Ilya Kotov <forkotov02@ya.ru> + + + + SettingsDialog + + + CUE Plugin Settings + CUE 플러그인 설정 + + + + Common settings + 일반적인 설정 + + + + Load incorrect cue sheets if possible + 가능한 경우 맞지 않는 큐 시트 불러오기 + + + + CUE encoding + CUE 인코딩 + + + + Automatic charset detection + 자동 문자셋 감지 + + + + Language: + 언어: + + + + Default encoding: + 기본 인코딩: + + + diff --git a/src/plugins/Input/cue/translations/translations.qrc b/src/plugins/Input/cue/translations/translations.qrc index db82f9dbb..082c07e20 100644 --- a/src/plugins/Input/cue/translations/translations.qrc +++ b/src/plugins/Input/cue/translations/translations.qrc @@ -14,6 +14,7 @@ cue_plugin_fr.qm cue_plugin_it.qm cue_plugin_kk.qm + cue_plugin_ko.qm cue_plugin_lt.qm cue_plugin_hu.qm cue_plugin_nl.qm -- cgit v1.2.3-13-gbd6f