diff options
Diffstat (limited to 'src/plugins/General/kdenotify')
3 files changed, 77 insertions, 2 deletions
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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="cs_CZ"> +<context> + <name>KdeNotify</name> + <message> + <location filename="../kdenotify.cpp" line="122"/> + <source>Qmmp now playing:</source> + <translation>Qmmp speelt nu af:</translation> + </message> +</context> +<context> + <name>KdeNotifyFactory</name> + <message> + <location filename="../kdenotifyfactory.cpp" line="30"/> + <source>KDE 4 notification plugin</source> + <translation>Notificatie module voor KDE 4</translation> + </message> + <message> + <location filename="../kdenotifyfactory.cpp" line="50"/> + <source>About KDE Notification Plugin</source> + <translation>Over de KDE Notificatie Module</translation> + </message> + <message> + <location filename="../kdenotifyfactory.cpp" line="51"/> + <source>KDE 4 notification plugin for Qmmp +</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>KDE 4 Notification Plugin Settings</source> + <translation>KDE 4 Notificatie Module Instellingen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="39"/> + <source>Options</source> + <translation>Opties</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="45"/> + <source>Notification delay [s]:</source> + <translation>Notificatie vertraging [s]:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="75"/> + <source>Update visible notification instead create new</source> + <translation>Werk huidige notificatie bij i.p.v. het maken van een nieuwe</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="85"/> + <source>Appearance</source> + <translation>Uitstraling</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="91"/> + <source>Show covers</source> + <translation>Laat hoezen zien</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Change template</source> + <translation>Verander layout</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="75"/> + <source>Notification Template</source> + <translation>Notificatie Layout</translation> + </message> +</context> +</TS> 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 @@ <file>kdenotify_plugin_uk_UA.qm</file> <file>kdenotify_plugin_tr.qm</file> <file>kdenotify_plugin_lt.qm</file> + <file>kdenotify_plugin_nl.qm</file> </qresource> </RCC> |
