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/Effect/ladspa/ladspa.pro | 4 +- .../Effect/ladspa/translations/ladspa_plugin_nl.ts | 85 ++++++++++++++++++++++ .../Effect/ladspa/translations/translations.qrc | 1 + 3 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Effect/ladspa/translations/ladspa_plugin_nl.ts (limited to 'src/plugins/Effect/ladspa') diff --git a/src/plugins/Effect/ladspa/ladspa.pro b/src/plugins/Effect/ladspa/ladspa.pro index a65b84eb4..b637ad778 100644 --- a/src/plugins/Effect/ladspa/ladspa.pro +++ b/src/plugins/Effect/ladspa/ladspa.pro @@ -34,7 +34,9 @@ TRANSLATIONS = translations/ladspa_plugin_cs.ts \ translations/ladspa_plugin_ru.ts \ translations/ladspa_plugin_it.ts \ translations/ladspa_plugin_tr.ts \ - translations/ladspa_plugin_lt.ts + translations/ladspa_plugin_lt.ts \ + translations/ladspa_plugin_nl.ts + RESOURCES = translations/translations.qrc isEmpty(LIB_DIR):LIB_DIR = /lib target.path = $$LIB_DIR/qmmp/Effect diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_nl.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_nl.ts new file mode 100644 index 000000000..ce6b128c1 --- /dev/null +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_nl.ts @@ -0,0 +1,85 @@ + + + + + EffectLADSPAFactory + + + LADSPA Plugin + LADSPA Module + + + + About LADSPA Host for Qmmp + Over de LADSPA Module voor Qmmp + + + + LADSPA Host for Qmmp + LADSPA Host voor Qmmp + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Auteur: Ilya Kotov <forkotov02@hotmail.ru> + + + + Based on the LADSPA Host for BMP + Gebasseerd op de LADSPA Host voor BMP + + + + BMP-ladspa developers: + BMP-ladspa ontwikkelaars: + + + + Nick Lamb <njl195@zepler.org.uk> + Nick Lamb <njl195@zepler.org.uk> + + + + Giacomo Lozito <city_hunter@users.sf.net> + Giacomo Lozito <city_hunter@users.sf.net> + + + + SettingsDialog + + + UID + UID + + + + Name + Naam + + + + This LADSPA plugin has no user controls + Deze LADSPA module heeft geen instellingen + + + + LADSPA Plugin Catalog + LADSPA Module Catalogus + + + + > + > + + + + < + < + + + + Configure + Instellingen + + + diff --git a/src/plugins/Effect/ladspa/translations/translations.qrc b/src/plugins/Effect/ladspa/translations/translations.qrc index cfd4aa890..e6729e89c 100644 --- a/src/plugins/Effect/ladspa/translations/translations.qrc +++ b/src/plugins/Effect/ladspa/translations/translations.qrc @@ -11,5 +11,6 @@ ladspa_plugin_ru.qm ladspa_plugin_tr.qm ladspa_plugin_lt.qm + ladspa_plugin_nl.qm -- cgit v1.2.3-13-gbd6f