aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions/SeekOption
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/CommandLineOptions/SeekOption')
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/SeekOption.pro4
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_nl.ts22
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc1
3 files changed, 25 insertions, 2 deletions
diff --git a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro
index 617b91124..2d56d3095 100644
--- a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro
+++ b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro
@@ -20,8 +20,8 @@ TRANSLATIONS = translations/seek_plugin_cs.ts \
translations/seek_plugin_zh_CN.ts \
translations/seek_plugin_it.ts \
translations/seek_plugin_tr.ts \
- translations/seek_plugin_lt.ts
-
+ translations/seek_plugin_lt.ts \
+ translations/seek_plugin_nl.ts
RESOURCES = translations/translations.qrc
isEmpty(LIB_DIR){
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_nl.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_nl.ts
new file mode 100644
index 000000000..5a16029af
--- /dev/null
+++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_nl.ts
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="cs_CZ">
+<context>
+ <name>SeekOption</name>
+ <message>
+ <location filename="../seekoption.cpp" line="38"/>
+ <source>Seek to position in the current track</source>
+ <translation>Verplaats naar positie in huidige nummer</translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="39"/>
+ <source>Seek forward</source>
+ <translation>Verplaats naar voren</translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="40"/>
+ <source>Seek backwards</source>
+ <translation>Verplaats naar achteren</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc
index e6f0345cf..83fb89be9 100644
--- a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc
+++ b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc
@@ -11,5 +11,6 @@
<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>
</qresource>
</RCC>