aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions/SeekOption
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-06-06 08:22:05 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-06-06 08:22:05 +0000
commit859daccad56e955dced054b2b461eba62fc4ab37 (patch)
tree248b328c0164f3acd0fed0fd22b67ef2ae735e6e /src/plugins/CommandLineOptions/SeekOption
parent1abbe66280b0cbeb66646023df35578b99c0702c (diff)
downloadqmmp-859daccad56e955dced054b2b461eba62fc4ab37.tar.gz
qmmp-859daccad56e955dced054b2b461eba62fc4ab37.tar.bz2
qmmp-859daccad56e955dced054b2b461eba62fc4ab37.zip
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
Diffstat (limited to 'src/plugins/CommandLineOptions/SeekOption')
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ko.ts22
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc1
2 files changed, 23 insertions, 0 deletions
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ko.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ko.ts
new file mode 100644
index 000000000..9eb698c46
--- /dev/null
+++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ko.ts
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="ko">
+<context>
+ <name>SeekOption</name>
+ <message>
+ <location filename="../seekoption.cpp" line="29"/>
+ <source>Seek to position in the current track</source>
+ <translation>현재 트랙에서 위치 찾기</translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="30"/>
+ <source>Seek forward</source>
+ <translation>앞으로 찾기</translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="31"/>
+ <source>Seek backwards</source>
+ <translation>뒤로 찾기</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc
index 34724a46c..a758900f5 100644
--- a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc
+++ b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc
@@ -14,6 +14,7 @@
<file>seek_plugin_fr.qm</file>
<file>seek_plugin_it.qm</file>
<file>seek_plugin_kk.qm</file>
+ <file>seek_plugin_ko.qm</file>
<file>seek_plugin_lt.qm</file>
<file>seek_plugin_hu.qm</file>
<file>seek_plugin_nl.qm</file>