From 8391fdc1f9a188a40c232dbff0d67a6cfcf9969a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 28 May 2010 19:28:02 +0000 Subject: added Dutch translation (author: Ronald ronald645 AT gmail.com) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1751 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Visual/projectm/projectm.pro | 3 +- .../projectm/translations/projectm_plugin_nl.ts | 128 +++++++++++++++++++++ .../Visual/projectm/translations/translations.qrc | 1 + 3 files changed, 131 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Visual/projectm/translations/projectm_plugin_nl.ts (limited to 'src/plugins/Visual/projectm') diff --git a/src/plugins/Visual/projectm/projectm.pro b/src/plugins/Visual/projectm/projectm.pro index 7b64cccfa..3910ed188 100644 --- a/src/plugins/Visual/projectm/projectm.pro +++ b/src/plugins/Visual/projectm/projectm.pro @@ -34,7 +34,8 @@ TRANSLATIONS = translations/projectm_plugin_cs.ts \ translations/projectm_plugin_uk_UA.ts \ translations/projectm_plugin_it.ts \ translations/projectm_plugin_tr.ts \ - translations/projectm_plugin_lt.ts + translations/projectm_plugin_lt.ts \ + translations/projectm_plugin_nl.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ 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 @@ + + + + + ProjectMPlugin + + + ProjectM + ProjectM + + + + ProjectMWidget + + + &Help + &Hulp + + + + F1 + F1 + + + + &Show Song Title + &Laat Liedtitel Zien + + + + F2 + F2 + + + + &Show Preset Name + &Laat vooringestelde naam zien + + + + F3 + F3 + + + + &Next Preset + &Volgende instelling + + + + N + N + + + + &Previous Preset + Př&Vorige instelling + + + + P + P + + + + &Random Preset + Ná&Willekeure instelling + + + + R + R + + + + &Lock Preset + U&Ze instelling vast + + + + L + L + + + + &Fullscreen + &Volledig scherm + + + + F + F + + + + VisualProjectMFactory + + + ProjectM + ProjectM + + + + About ProjectM Visual Plugin + Over de ProjectM Visuele Module + + + + Qmmp ProjectM Visual Plugin + ProjectM Visuele Module voor Qmmp + + + + This plugin adds projectM visualization + Deze plugin voegt projectM visualisatie toe + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Auteur: Ilya Kotov <forkotov02@hotmail.ru> + + + + Based on llibrojectM-qt library + Gebasseerd op de libprojectM-qt bibliotheek + + + 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 @@ projectm_plugin_tr.qm projectm_plugin_lt.qm projectm_plugin_pl.qm + projectm_plugin_nl.qm -- cgit v1.2.3-13-gbd6f