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/Input/modplug/modplug.pro | 4 +- .../modplug/translations/modplug_plugin_nl.ts | 342 +++++++++++++++++++++ .../Input/modplug/translations/translations.qrc | 1 + 3 files changed, 346 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Input/modplug/translations/modplug_plugin_nl.ts (limited to 'src/plugins/Input/modplug') diff --git a/src/plugins/Input/modplug/modplug.pro b/src/plugins/Input/modplug/modplug.pro index 589d1ecdb..68473c365 100644 --- a/src/plugins/Input/modplug/modplug.pro +++ b/src/plugins/Input/modplug/modplug.pro @@ -34,7 +34,9 @@ TRANSLATIONS = translations/modplug_plugin_cs.ts \ translations/modplug_plugin_uk_UA.ts \ translations/modplug_plugin_it.ts \ translations/modplug_plugin_tr.ts \ - translations/modplug_plugin_lt.ts + translations/modplug_plugin_lt.ts \ + translations/modplug_plugin_nl.ts + RESOURCES = translations/translations.qrc isEmpty(LIB_DIR):LIB_DIR = /lib target.path = $$LIB_DIR/qmmp/Input diff --git a/src/plugins/Input/modplug/translations/modplug_plugin_nl.ts b/src/plugins/Input/modplug/translations/modplug_plugin_nl.ts new file mode 100644 index 000000000..9e19cbdb8 --- /dev/null +++ b/src/plugins/Input/modplug/translations/modplug_plugin_nl.ts @@ -0,0 +1,342 @@ + + + + + DecoderModPlugFactory + + + ModPlug Plugin + ModPlug Module + + + + ModPlug Files + ModPlug Bestanden + + + + About ModPlug Audio Plugin + Over de ModPlug Audio Module + + + + Qmmp ModPlug Audio Plugin + Modplug Audio Module voor Qmmp + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Auteur: Ilya Kotov <forkotov02@hotmail.ru> + + + + Based on the Modplug Plugin for Xmms + Gebasseerd op de Modplug Module voor Xmms + + + + Modplug Plugin developers: + Modplug Module ontwikkelaars: + + + + Olivier Lapicque <olivierl@jps.net> + Olivier Lapicque <olivierl@jps.net> + + + + Kenton Varda <temporal@gauge3d.org> + Kenton Varda <temporal@gauge3d.org> + + + + Konstanty Bialkowski <konstanty@ieee.org> + Konstanty Bialkowski <konstanty@ieee.org> + + + + ModPlugMetaDataModel + + + File name + Bestandsnaam + + + + Type + Soort + + + + Length + Duur + + + + Speed + Snelheid + + + + Tempo + Tempo + + + + + Samples + Samples + + + + + Instruments + Instrumenten + + + + Patterns + Patronen + + + + Channels + Kanalen + + + + Comment + Commentaar + + + + SettingsDialog + + + ModPlug Plugin Settings + ModPlug Module Instellingen + + + + Quality + Kwaliteit + + + + Resolution + Resolutie + + + + 16 bit + 16 bit + + + + 8 bit + 8 bit + + + + Channels + Kanalen + + + + Stereo + Stereo + + + + Mono (downmix) + Mono (downmix) + + + + Resampling + Resampling + + + + Nearest (fastest) + Dichstbij (snelst) + + + + Linear (fast) + Lineair (snel) + + + + Spline (good quality) + Cubisch (goede kwaliteit) + + + + 8-tap Fir (extremely high quality) + 8-tap 'Fir' (erg goede kwaliteit) + + + + Sampling Rate + Sampling frequentie + + + + 48000 Hz + 48000 Hz + + + + 44100 Hz + 44100 Hz + + + + 22050 Hz + 22050 Hz + + + + 11025 Hz + 11025 Hz + + + + Effects + Effecten + + + + Reverb + Galm + + + + + Depth (%) + Diepte (%) + + + + + + + 0 + 0 + + + + + Delay (ms) + Vertraging (ms) + + + + 40 + 40 + + + + Bass Boost + Bass Boost + + + + Amount (%) + Hoeveelheid (%) + + + + Range (Hz) + Bereik (Hz) + + + + 10 + 10 + + + + Surround + Surround + + + + 5 + 5 + + + + Preamp + Voorversterking + + + + Volume + Volume + + + + Note: Setting the preamp +too high may cause clipping! + Notitie: Het instellvan de de voorversterking +kan voor veel 'afsnijding' zorgen + + + + Misc + Overige + + + + General + Algemeen + + + + Use filename as song title + Gebruik bestandsnaam als liednaam + + + + Noise reduction + Noise verlaging + + + + Fast playlist info + Snelle afspeellijst informatie + + + + Play Amiga MOD + Speel Amiga MOD af + + + + Looping + Herhalen + + + + Don't loop + Niet herhalen + + + + Loop + Herhaal + + + + time(s) + aantal + + + + Loop forever + Altijd herhalen + + + diff --git a/src/plugins/Input/modplug/translations/translations.qrc b/src/plugins/Input/modplug/translations/translations.qrc index ac02f272b..c6b059b57 100644 --- a/src/plugins/Input/modplug/translations/translations.qrc +++ b/src/plugins/Input/modplug/translations/translations.qrc @@ -11,5 +11,6 @@ modplug_plugin_uk_UA.qm modplug_plugin_tr.qm modplug_plugin_lt.qm + modplug_plugin_nl.qm -- cgit v1.2.3-13-gbd6f