diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-05-28 19:28:02 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-05-28 19:28:02 +0000 |
| commit | 8391fdc1f9a188a40c232dbff0d67a6cfcf9969a (patch) | |
| tree | cf41c86474ef7ca846ae30d951d8b669df2d3e65 /src/plugins/Effect/ladspa | |
| parent | f111fc3f866e378f3dbce1457dc97c16c37bcccb (diff) | |
| download | qmmp-8391fdc1f9a188a40c232dbff0d67a6cfcf9969a.tar.gz qmmp-8391fdc1f9a188a40c232dbff0d67a6cfcf9969a.tar.bz2 qmmp-8391fdc1f9a188a40c232dbff0d67a6cfcf9969a.zip | |
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
Diffstat (limited to 'src/plugins/Effect/ladspa')
| -rw-r--r-- | src/plugins/Effect/ladspa/ladspa.pro | 4 | ||||
| -rw-r--r-- | src/plugins/Effect/ladspa/translations/ladspa_plugin_nl.ts | 85 | ||||
| -rw-r--r-- | src/plugins/Effect/ladspa/translations/translations.qrc | 1 |
3 files changed, 89 insertions, 1 deletions
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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="cs_CZ"> +<context> + <name>EffectLADSPAFactory</name> + <message> + <location filename="../effectladspafactory.cpp" line="30"/> + <source>LADSPA Plugin</source> + <translation>LADSPA Module</translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="50"/> + <source>About LADSPA Host for Qmmp</source> + <translation>Over de LADSPA Module voor Qmmp</translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="51"/> + <source>LADSPA Host for Qmmp</source> + <translation>LADSPA Host voor Qmmp</translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="52"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="53"/> + <source>Based on the LADSPA Host for BMP</source> + <translation>Gebasseerd op de LADSPA Host voor BMP</translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="54"/> + <source>BMP-ladspa developers:</source> + <translation>BMP-ladspa ontwikkelaars:</translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="55"/> + <source>Nick Lamb <njl195@zepler.org.uk></source> + <translation>Nick Lamb <njl195@zepler.org.uk></translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="56"/> + <source>Giacomo Lozito <city_hunter@users.sf.net></source> + <translation>Giacomo Lozito <city_hunter@users.sf.net></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.cpp" line="43"/> + <source>UID</source> + <translation>UID</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="44"/> + <source>Name</source> + <translation>Naam</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="118"/> + <source>This LADSPA plugin has no user controls</source> + <translation>Deze LADSPA module heeft geen instellingen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>LADSPA Plugin Catalog</source> + <translation>LADSPA Module Catalogus</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="52"/> + <source>></source> + <translation>></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="59"/> + <source><</source> + <translation><</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="94"/> + <source>Configure</source> + <translation>Instellingen</translation> + </message> +</context> +</TS> 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 @@ <file>ladspa_plugin_ru.qm</file> <file>ladspa_plugin_tr.qm</file> <file>ladspa_plugin_lt.qm</file> + <file>ladspa_plugin_nl.qm</file> </qresource> </RCC> |
