aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions/SeekOption
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-08-25 14:16:36 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-08-25 14:16:36 +0000
commit4e986877f065622cb79ffed4563d42752aebd094 (patch)
treeff1be8996b59988d1d69595e94242a0dd25839f0 /src/plugins/CommandLineOptions/SeekOption
parent2c47534a951e9a219ff3997a2f69a024d4e6c58f (diff)
downloadqmmp-4e986877f065622cb79ffed4563d42752aebd094.tar.gz
qmmp-4e986877f065622cb79ffed4563d42752aebd094.tar.bz2
qmmp-4e986877f065622cb79ffed4563d42752aebd094.zip
added missing qt-linguist files, updated resources
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2900 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/CommandLineOptions/SeekOption')
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_fr.ts22
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_hu.ts22
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_kk.ts22
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pl_PL.ts22
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pt_BR.ts22
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_sk.ts22
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc31
7 files changed, 150 insertions, 13 deletions
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_fr.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_fr.ts
new file mode 100644
index 000000000..5a3d49318
--- /dev/null
+++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_fr.ts
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="fr_FR">
+<context>
+ <name>SeekOption</name>
+ <message>
+ <location filename="../seekoption.cpp" line="38"/>
+ <source>Seek to position in the current track</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="39"/>
+ <source>Seek forward</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="40"/>
+ <source>Seek backwards</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_hu.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_hu.ts
new file mode 100644
index 000000000..3b5bd1fcd
--- /dev/null
+++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_hu.ts
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="hu_HU">
+<context>
+ <name>SeekOption</name>
+ <message>
+ <location filename="../seekoption.cpp" line="38"/>
+ <source>Seek to position in the current track</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="39"/>
+ <source>Seek forward</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="40"/>
+ <source>Seek backwards</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_kk.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_kk.ts
new file mode 100644
index 000000000..4e90405e1
--- /dev/null
+++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_kk.ts
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="kk_KZ">
+<context>
+ <name>SeekOption</name>
+ <message>
+ <location filename="../seekoption.cpp" line="38"/>
+ <source>Seek to position in the current track</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="39"/>
+ <source>Seek forward</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="40"/>
+ <source>Seek backwards</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pl_PL.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pl_PL.ts
new file mode 100644
index 000000000..a64a64339
--- /dev/null
+++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pl_PL.ts
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="pl_PL">
+<context>
+ <name>SeekOption</name>
+ <message>
+ <location filename="../seekoption.cpp" line="38"/>
+ <source>Seek to position in the current track</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="39"/>
+ <source>Seek forward</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="40"/>
+ <source>Seek backwards</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pt_BR.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pt_BR.ts
new file mode 100644
index 000000000..50cfee736
--- /dev/null
+++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pt_BR.ts
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="pt_BR">
+<context>
+ <name>SeekOption</name>
+ <message>
+ <location filename="../seekoption.cpp" line="38"/>
+ <source>Seek to position in the current track</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="39"/>
+ <source>Seek forward</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="40"/>
+ <source>Seek backwards</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_sk.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_sk.ts
new file mode 100644
index 000000000..e31b4b48a
--- /dev/null
+++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_sk.ts
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="sk_SK">
+<context>
+ <name>SeekOption</name>
+ <message>
+ <location filename="../seekoption.cpp" line="38"/>
+ <source>Seek to position in the current track</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="39"/>
+ <source>Seek forward</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="40"/>
+ <source>Seek backwards</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc
index a86ce2a69..031af569e 100644
--- a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc
+++ b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc
@@ -1,18 +1,23 @@
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>
- <file>seek_plugin_it.qm</file>
- <file>seek_plugin_pl.qm</file>
- <file>seek_plugin_ru.qm</file>
- <file>seek_plugin_de.qm</file>
- <file>seek_plugin_cs.qm</file>
- <file>seek_plugin_uk_UA.qm</file>
- <file>seek_plugin_zh_TW.qm</file>
- <file>seek_plugin_zh_CN.qm</file>
- <file>seek_plugin_tr.qm</file>
- <file>seek_plugin_lt.qm</file>
- <file>seek_plugin_nl.qm</file>
- <file>seek_plugin_ja.qm</file>
- <file>seek_plugin_es.qm</file>
+ <file>seek_plugin_ru.qm</file>
+ <file>seek_plugin_uk_UA.qm</file>
+ <file>seek_plugin_zh_CN.qm</file>
+ <file>seek_plugin_zh_TW.qm</file>
+ <file>seek_plugin_tr.qm</file>
+ <file>seek_plugin_cs.qm</file>
+ <file>seek_plugin_pt_BR.qm</file>
+ <file>seek_plugin_de.qm</file>
+ <file>seek_plugin_pl_PL.qm</file>
+ <file>seek_plugin_fr.qm</file>
+ <file>seek_plugin_it.qm</file>
+ <file>seek_plugin_kk.qm</file>
+ <file>seek_plugin_lt.qm</file>
+ <file>seek_plugin_hu.qm</file>
+ <file>seek_plugin_nl.qm</file>
+ <file>seek_plugin_ja.qm</file>
+ <file>seek_plugin_sk.qm</file>
+ <file>seek_plugin_es.qm</file>
</qresource>
</RCC>