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/mad/mad.pro | 4 +- .../Input/mad/translations/mad_plugin_nl.ts | 191 +++++++++++++++++++++ .../Input/mad/translations/translations.qrc | 1 + 3 files changed, 195 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Input/mad/translations/mad_plugin_nl.ts (limited to 'src/plugins/Input/mad') diff --git a/src/plugins/Input/mad/mad.pro b/src/plugins/Input/mad/mad.pro index d83092b77..a8796279e 100644 --- a/src/plugins/Input/mad/mad.pro +++ b/src/plugins/Input/mad/mad.pro @@ -42,7 +42,9 @@ TRANSLATIONS = translations/mad_plugin_ru.ts \ translations/mad_plugin_it.ts \ translations/mad_plugin_tr.ts \ translations/mad_plugin_tr.ts \ - translations/mad_plugin_lt.ts + translations/mad_plugin_lt.ts \ + translations/mad_plugin_nl.ts + RESOURCES = translations/translations.qrc unix { isEmpty(LIB_DIR):LIB_DIR = /lib diff --git a/src/plugins/Input/mad/translations/mad_plugin_nl.ts b/src/plugins/Input/mad/translations/mad_plugin_nl.ts new file mode 100644 index 000000000..54a467bc7 --- /dev/null +++ b/src/plugins/Input/mad/translations/mad_plugin_nl.ts @@ -0,0 +1,191 @@ + + + + + DecoderMADFactory + + + MPEG Plugin + MPEG Module + + + + MPEG Files + MPEG Bestanden + + + + About MPEG Audio Plugin + Over de MPEG Audio Module + + + + Qmmp MPEG Audio Plugin + MPEG Audio Module voor Qmmp + + + + Compiled against libmad version: + Gebouwd tegen libmad versie: + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Auteur: Ilya Kotov <forkotov02@hotmail.ru> + + + + Source code based on mq3 progect + Broncode gebasseerd op het 'mq3 project' + + + + MPEGMetaDataModel + + + Format + Formaat + + + + Bitrate + Bitsnelheid + + + + kbps + kbps + + + + Sample rate + Sample frequentie + + + + Hz + Hz + + + + + + + Mode + Stand + + + + KB + KB + + + + File size + Bestandsgrootte + + + + + Protection + Bescherming + + + + + + Yes + Ja + + + + + + No + Nee + + + + + Copyright + Copyright + + + + + Original + Origineel + + + + SettingsDialog + + + MPEG Plugin Settings + MPEG Module Instellingen + + + + + + ID3v1 + ID3v1 + + + + + + ID3v2 + ID3v2 + + + + ID3v1 encoding: + ID3v1 codering: + + + + ID3v2 encoding: + ID3v2 codering: + + + + Tag Priority + Tag prioriteit + + + + First: + Bron: + + + + + + APE + APE + + + + + + Disabled + Uitgeschakeld + + + + Second: + Tweede: + + + + Third: + Derde: + + + + Encodings + Codering + + + diff --git a/src/plugins/Input/mad/translations/translations.qrc b/src/plugins/Input/mad/translations/translations.qrc index c8f1dd9d8..ffc364fc2 100644 --- a/src/plugins/Input/mad/translations/translations.qrc +++ b/src/plugins/Input/mad/translations/translations.qrc @@ -11,5 +11,6 @@ mad_plugin_pl.qm mad_plugin_tr.qm mad_plugin_lt.qm + mad_plugin_nl.qm -- cgit v1.2.3-13-gbd6f