aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Visual/projectm/translations
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Visual/projectm/translations')
-rw-r--r--src/plugins/Visual/projectm/translations/projectm_plugin_nl.ts128
-rw-r--r--src/plugins/Visual/projectm/translations/translations.qrc1
2 files changed, 129 insertions, 0 deletions
diff --git a/src/plugins/Visual/projectm/translations/projectm_plugin_nl.ts b/src/plugins/Visual/projectm/translations/projectm_plugin_nl.ts
new file mode 100644
index 000000000..1271cda9b
--- /dev/null
+++ b/src/plugins/Visual/projectm/translations/projectm_plugin_nl.ts
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="cs_CZ">
+<context>
+ <name>ProjectMPlugin</name>
+ <message>
+ <location filename="../projectmplugin.cpp" line="40"/>
+ <source>ProjectM</source>
+ <translation>ProjectM</translation>
+ </message>
+</context>
+<context>
+ <name>ProjectMWidget</name>
+ <message>
+ <location filename="../projectmwidget.cpp" line="134"/>
+ <source>&amp;Help</source>
+ <translation>&amp;Hulp</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="134"/>
+ <source>F1</source>
+ <translation>F1</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="135"/>
+ <source>&amp;Show Song Title</source>
+ <translation>&amp;Laat Liedtitel Zien</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="135"/>
+ <source>F2</source>
+ <translation>F2</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="136"/>
+ <source>&amp;Show Preset Name</source>
+ <translation>&amp;Laat vooringestelde naam zien</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="136"/>
+ <source>F3</source>
+ <translation>F3</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="138"/>
+ <source>&amp;Next Preset</source>
+ <translation>&amp;Volgende instelling</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="138"/>
+ <source>N</source>
+ <translation>N</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="139"/>
+ <source>&amp;Previous Preset</source>
+ <translation>Př&amp;Vorige instelling</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="139"/>
+ <source>P</source>
+ <translation>P</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="140"/>
+ <source>&amp;Random Preset</source>
+ <translation>Ná&amp;Willekeure instelling</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="140"/>
+ <source>R</source>
+ <translation>R</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="141"/>
+ <source>&amp;Lock Preset</source>
+ <translation>U&amp;Ze instelling vast</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="141"/>
+ <source>L</source>
+ <translation>L</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="143"/>
+ <source>&amp;Fullscreen</source>
+ <translation>&amp;Volledig scherm</translation>
+ </message>
+ <message>
+ <location filename="../projectmwidget.cpp" line="143"/>
+ <source>F</source>
+ <translation>F</translation>
+ </message>
+</context>
+<context>
+ <name>VisualProjectMFactory</name>
+ <message>
+ <location filename="../visualprojectmfactory.cpp" line="29"/>
+ <source>ProjectM</source>
+ <translation>ProjectM</translation>
+ </message>
+ <message>
+ <location filename="../visualprojectmfactory.cpp" line="49"/>
+ <source>About ProjectM Visual Plugin</source>
+ <translation>Over de ProjectM Visuele Module</translation>
+ </message>
+ <message>
+ <location filename="../visualprojectmfactory.cpp" line="50"/>
+ <source>Qmmp ProjectM Visual Plugin</source>
+ <translation>ProjectM Visuele Module voor Qmmp</translation>
+ </message>
+ <message>
+ <location filename="../visualprojectmfactory.cpp" line="51"/>
+ <source>This plugin adds projectM visualization</source>
+ <translation>Deze plugin voegt projectM visualisatie toe</translation>
+ </message>
+ <message>
+ <location filename="../visualprojectmfactory.cpp" line="52"/>
+ <source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Auteur: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+ <message>
+ <location filename="../visualprojectmfactory.cpp" line="53"/>
+ <source>Based on llibrojectM-qt library</source>
+ <translation>Gebasseerd op de libprojectM-qt bibliotheek</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Visual/projectm/translations/translations.qrc b/src/plugins/Visual/projectm/translations/translations.qrc
index 6f4ff0422..d6c47baf0 100644
--- a/src/plugins/Visual/projectm/translations/translations.qrc
+++ b/src/plugins/Visual/projectm/translations/translations.qrc
@@ -11,5 +11,6 @@
<file>projectm_plugin_tr.qm</file>
<file>projectm_plugin_lt.qm</file>
<file>projectm_plugin_pl.qm</file>
+ <file>projectm_plugin_nl.qm</file>
</qresource>
</RCC>