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/notifier/notifier.pro | 3 +- .../notifier/translations/notifier_plugin_nl.ts | 189 +++++++++++++++++++++ .../General/notifier/translations/translations.qrc | 1 + 3 files changed, 192 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/notifier/translations/notifier_plugin_nl.ts (limited to 'src/plugins/General/notifier') diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro index 6433d82c7..b074fcd48 100644 --- a/src/plugins/General/notifier/notifier.pro +++ b/src/plugins/General/notifier/notifier.pro @@ -24,7 +24,8 @@ TRANSLATIONS = translations/notifier_plugin_cs.ts \ translations/notifier_plugin_uk_UA.ts \ translations/notifier_plugin_it.ts \ translations/notifier_plugin_tr.ts \ - translations/notifier_plugin_lt.ts + translations/notifier_plugin_lt.ts \ + translations/notifier_plugin_nl.ts RESOURCES = notifier_images.qrc \ translations/translations.qrc diff --git a/src/plugins/General/notifier/translations/notifier_plugin_nl.ts b/src/plugins/General/notifier/translations/notifier_plugin_nl.ts new file mode 100644 index 000000000..8f44256ce --- /dev/null +++ b/src/plugins/General/notifier/translations/notifier_plugin_nl.ts @@ -0,0 +1,189 @@ + + + + + NotifierFactory + + + Notifier Plugin + Notificatie Module + + + + About Notifier Plugin + Over de Notificatie Module + + + + Qmmp Notifier Plugin + Notificatie Module voor Qmmp + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Auteur: Ilya Kotov <forkotov02@hotmail.ru> + + + + PopupWidget + + + Volume: + Volume: + + + + SettingsDialog + + + Notifier Plugin Settings + Notificatie Module Instellingen + + + + Transparency: + Transparantie: + + + + Notification Template + Notificatie Layout + + + + Reset + Leeghalen + + + + Insert + Invoegen + + + + Psi Notification + Psi Notificatie + + + + Enable Psi notification + Psi notificatie Inschakelen + + + + Desktop Notification + Bureaublad Notificatie + + + + Font: + Lettertype: + + + + Cover size: + Hoesgrootte: + + + + Delay (ms): + Vertraging (ms): + + + + Position + Positie + + + + ... + + + + + Song change notification + Notificatie bij verandering van lied + + + + Volume change notification + Notificatie bij verandering van volume + + + + + 0 + 0 + + + + Artist + Artiest + + + + Album + Album + + + + Title + Naam + + + + Track number + Liednummer + + + + Two-digit track number + Twee-getal liednummer + + + + Genre + Genre + + + + Comment + Commentaar + + + + Composer + Componist + + + + Duration + Duur + + + + Disc number + CD Nummer + + + + File name + Bestandsnaam + + + + File path + Pad + + + + Year + Jaar + + + + Condition + Staat + + + diff --git a/src/plugins/General/notifier/translations/translations.qrc b/src/plugins/General/notifier/translations/translations.qrc index 1e1776f7e..8473070ea 100644 --- a/src/plugins/General/notifier/translations/translations.qrc +++ b/src/plugins/General/notifier/translations/translations.qrc @@ -11,5 +11,6 @@ notifier_plugin_uk_UA.qm notifier_plugin_tr.qm notifier_plugin_lt.qm + notifier_plugin_nl.qm -- cgit v1.2.3-13-gbd6f