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/kdenotify/kdenotify.pro | 4 +- .../kdenotify/translations/kdenotify_plugin_nl.ts | 74 ++++++++++++++++++++++ .../kdenotify/translations/translations.qrc | 1 + 3 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 src/plugins/General/kdenotify/translations/kdenotify_plugin_nl.ts (limited to 'src/plugins/General/kdenotify') diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro index a0f1f2665..179f965f7 100644 --- a/src/plugins/General/kdenotify/kdenotify.pro +++ b/src/plugins/General/kdenotify/kdenotify.pro @@ -38,8 +38,8 @@ TRANSLATIONS = translations/kdenotify_plugin_cs.ts \ translations/kdenotify_plugin_uk_UA.ts \ translations/kdenotify_plugin_it.ts \ translations/kdenotify_plugin_tr.ts \ - translations/kdenotify_plugin_lt.ts - + translations/kdenotify_plugin_lt.ts \ + translations/kdenotify_plugin_nl.ts images.files = app_icon.png \ empty_cover.png diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_nl.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_nl.ts new file mode 100644 index 000000000..273363e2d --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_nl.ts @@ -0,0 +1,74 @@ + + + + + KdeNotify + + + Qmmp now playing: + Qmmp speelt nu af: + + + + KdeNotifyFactory + + + KDE 4 notification plugin + Notificatie module voor KDE 4 + + + + About KDE Notification Plugin + Over de KDE Notificatie Module + + + + KDE 4 notification plugin for Qmmp + + + + + + SettingsDialog + + + KDE 4 Notification Plugin Settings + KDE 4 Notificatie Module Instellingen + + + + Options + Opties + + + + Notification delay [s]: + Notificatie vertraging [s]: + + + + Update visible notification instead create new + Werk huidige notificatie bij i.p.v. het maken van een nieuwe + + + + Appearance + Uitstraling + + + + Show covers + Laat hoezen zien + + + + Change template + Verander layout + + + + Notification Template + Notificatie Layout + + + diff --git a/src/plugins/General/kdenotify/translations/translations.qrc b/src/plugins/General/kdenotify/translations/translations.qrc index 8f5b102d3..327e94aaf 100644 --- a/src/plugins/General/kdenotify/translations/translations.qrc +++ b/src/plugins/General/kdenotify/translations/translations.qrc @@ -11,5 +11,6 @@ kdenotify_plugin_uk_UA.qm kdenotify_plugin_tr.qm kdenotify_plugin_lt.qm + kdenotify_plugin_nl.qm -- cgit v1.2.3-13-gbd6f