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/General/lyrics/lyrics.pro | 3 +- .../lyrics/translations/lyrics_plugin_nl.ts | 98 ++++++++++++++++++++++ .../General/lyrics/translations/translations.qrc | 1 + 3 files changed, 101 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/lyrics/translations/lyrics_plugin_nl.ts (limited to 'src/plugins/General/lyrics') diff --git a/src/plugins/General/lyrics/lyrics.pro b/src/plugins/General/lyrics/lyrics.pro index 4695cc7d9..ebb951bdb 100644 --- a/src/plugins/General/lyrics/lyrics.pro +++ b/src/plugins/General/lyrics/lyrics.pro @@ -25,7 +25,8 @@ TRANSLATIONS = translations/lyrics_plugin_cs.ts \ translations/lyrics_plugin_uk_UA.ts \ translations/lyrics_plugin_it.ts \ translations/lyrics_plugin_tr.ts \ - translations/lyrics_plugin_lt.ts + translations/lyrics_plugin_lt.ts \ + translations/lyrics_plugin_nl.ts RESOURCES = translations/translations.qrc unix{ isEmpty(LIB_DIR){ diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_nl.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_nl.ts new file mode 100644 index 000000000..966f85fc6 --- /dev/null +++ b/src/plugins/General/lyrics/translations/lyrics_plugin_nl.ts @@ -0,0 +1,98 @@ + + + + + Lyrics + + + View Lyrics + Laat Tekst zien + + + + Ctrl+L + Ctrl+L + + + + LyricsFactory + + + Lyrics Plugin + Tekst Module + + + + About Lyrics Plugin + Over de Tekst Module + + + + Qmmp Lyrics Plugin + Qmmp Tekst Module + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Auteur: Ilya Kotov <forkotov02@hotmail.ru> + + + + This plugin retrieves lyrics from lyricsplugin.com + Deze module haalt teksten van lyricsplugin.com + + + + LyricsWindow + + + Done + Klaar + + + + Error + Fout + + + + Lyrics: %1 - %2 + Tekst: %1 - %2 + + + + No connection + Geen verbinding + + + + Not found + Niet gevonden + + + + Receiving + Bezig met ontvangen + + + + Lyrics Plugin + Tekst Module + + + + Artist: + Artiest: + + + + Title: + Naam: + + + + Search + Zoek + + + diff --git a/src/plugins/General/lyrics/translations/translations.qrc b/src/plugins/General/lyrics/translations/translations.qrc index 8e94ccb06..bac88c20c 100644 --- a/src/plugins/General/lyrics/translations/translations.qrc +++ b/src/plugins/General/lyrics/translations/translations.qrc @@ -11,5 +11,6 @@ lyrics_plugin_de.qm lyrics_plugin_tr.qm lyrics_plugin_lt.qm + lyrics_plugin_nl.qm -- cgit v1.2.3-13-gbd6f