diff options
Diffstat (limited to 'src/plugins/Visual/projectm/translations')
| -rw-r--r-- | src/plugins/Visual/projectm/translations/projectm_plugin_nl.ts | 128 | ||||
| -rw-r--r-- | src/plugins/Visual/projectm/translations/translations.qrc | 1 |
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>&Help</source> + <translation>&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>&Show Song Title</source> + <translation>&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>&Show Preset Name</source> + <translation>&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>&Next Preset</source> + <translation>&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>&Previous Preset</source> + <translation>Př&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>&Random Preset</source> + <translation>Ná&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>&Lock Preset</source> + <translation>U&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>&Fullscreen</source> + <translation>&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 <forkotov02@hotmail.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@hotmail.ru></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> |
