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/analyzer/analyzer.pro | 4 +- .../analyzer/translations/analyzer_plugin_nl.ts | 148 +++++++++++++++++++++ .../Visual/analyzer/translations/translations.qrc | 1 + src/plugins/Visual/projectm/projectm.pro | 3 +- .../projectm/translations/projectm_plugin_nl.ts | 128 ++++++++++++++++++ .../Visual/projectm/translations/translations.qrc | 1 + 6 files changed, 283 insertions(+), 2 deletions(-) create mode 100644 src/plugins/Visual/analyzer/translations/analyzer_plugin_nl.ts create mode 100644 src/plugins/Visual/projectm/translations/projectm_plugin_nl.ts (limited to 'src/plugins/Visual') diff --git a/src/plugins/Visual/analyzer/analyzer.pro b/src/plugins/Visual/analyzer/analyzer.pro index 281013e1d..0dafa8b8e 100644 --- a/src/plugins/Visual/analyzer/analyzer.pro +++ b/src/plugins/Visual/analyzer/analyzer.pro @@ -37,7 +37,9 @@ TRANSLATIONS = translations/analyzer_plugin_cs.ts \ translations/analyzer_plugin_uk_UA.ts \ translations/analyzer_plugin_it.ts \ translations/analyzer_plugin_tr.ts \ - translations/analyzer_plugin_lt.ts + translations/analyzer_plugin_lt.ts \ + translations/analyzer_plugin_nl.ts + RESOURCES = translations/translations.qrc unix{ isEmpty(LIB_DIR){ diff --git a/src/plugins/Visual/analyzer/translations/analyzer_plugin_nl.ts b/src/plugins/Visual/analyzer/translations/analyzer_plugin_nl.ts new file mode 100644 index 000000000..1654c9399 --- /dev/null +++ b/src/plugins/Visual/analyzer/translations/analyzer_plugin_nl.ts @@ -0,0 +1,148 @@ + + + + + Analyzer + + + Qmmp Analyzer + Qmmp Analysator + + + + SettingsDialog + + + Analyzer Plugin Settings + Analysator Module Instellingen + + + + General + Algemeen + + + + Show peaks + Laat toppen zien + + + + Analyzer falloff: + Analysator uitval: + + + + + Slowest + Traagst + + + + + Slow + Traag + + + + + Medium + Normaal + + + + + Fast + Snel + + + + + Fastest + Snelst + + + + Peaks falloff: + Toppen uitval: + + + + Refresh rate: + Ververs frequentie: + + + + 50 FPS + 50 Hz + + + + 25 FPS + 25 Hz + + + + 10 FPS + 10 Hz + + + + 5 FPS + 5 Hz + + + + Colors + Kleuren + + + + Peaks: + Toppen: + + + + Analyzer #1: + Analysator #1: + + + + Background: + Achtergrond: + + + + Analyzer #2: + Analysator #2: + + + + Analyzer #3: + Analysator #3: + + + + VisualAnalyzerFactory + + + Analyzer Plugin + Analysator Module + + + + About Analyzer Visual Plugin + Over de Visuele Analysator Module + + + + Qmmp Analyzer Visual Plugin + Visuele Analysator Module voor Qmmp + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Auteur: Ilya Kotov <forkotov02@hotmail.ru> + + + diff --git a/src/plugins/Visual/analyzer/translations/translations.qrc b/src/plugins/Visual/analyzer/translations/translations.qrc index f10a80a14..9f75888fb 100644 --- a/src/plugins/Visual/analyzer/translations/translations.qrc +++ b/src/plugins/Visual/analyzer/translations/translations.qrc @@ -11,5 +11,6 @@ analyzer_plugin_uk_UA.qm analyzer_plugin_tr.qm analyzer_plugin_lt.qm + analyzer_plugin_nl.qm 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