diff options
Diffstat (limited to 'src/plugins/General/lyrics')
| -rw-r--r-- | src/plugins/General/lyrics/lyrics.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/lyrics/translations/lyrics_plugin_nl.ts | 98 | ||||
| -rw-r--r-- | src/plugins/General/lyrics/translations/translations.qrc | 1 |
3 files changed, 101 insertions, 1 deletions
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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="nl"> +<context> + <name>Lyrics</name> + <message> + <location filename="../lyrics.cpp" line="35"/> + <source>View Lyrics</source> + <translation>Laat Tekst zien</translation> + </message> + <message> + <location filename="../lyrics.cpp" line="36"/> + <source>Ctrl+L</source> + <translation>Ctrl+L</translation> + </message> +</context> +<context> + <name>LyricsFactory</name> + <message> + <location filename="../lyricsfactory.cpp" line="29"/> + <source>Lyrics Plugin</source> + <translation>Tekst Module</translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="50"/> + <source>About Lyrics Plugin</source> + <translation>Over de Tekst Module</translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="51"/> + <source>Qmmp Lyrics Plugin</source> + <translation>Qmmp Tekst Module</translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="53"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="52"/> + <source>This plugin retrieves lyrics from lyricsplugin.com</source> + <translation>Deze module haalt teksten van lyricsplugin.com</translation> + </message> +</context> +<context> + <name>LyricsWindow</name> + <message> + <location filename="../lyricswindow.cpp" line="63"/> + <source>Done</source> + <translation>Klaar</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="66"/> + <source>Error</source> + <translation>Fout</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="97"/> + <source>Lyrics: %1 - %2</source> + <translation>Tekst: %1 - %2</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="60"/> + <source>No connection</source> + <translation>Geen verbinding</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="85"/> + <source>Not found</source> + <translation>Niet gevonden</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="96"/> + <source>Receiving</source> + <translation>Bezig met ontvangen</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="14"/> + <source>Lyrics Plugin</source> + <translation>Tekst Module</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="31"/> + <source>Artist:</source> + <translation>Artiest:</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="41"/> + <source>Title:</source> + <translation>Naam:</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="51"/> + <source>Search</source> + <translation>Zoek</translation> + </message> +</context> +</TS> 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 @@ <file>lyrics_plugin_de.qm</file> <file>lyrics_plugin_tr.qm</file> <file>lyrics_plugin_lt.qm</file> + <file>lyrics_plugin_nl.qm</file> </qresource> </RCC> |
