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/hotkey/hotkey.pro | 3 +- .../hotkey/translations/hotkey_plugin_nl.ts | 118 +++++++++++++++++++++ .../General/hotkey/translations/translations.qrc | 1 + 3 files changed, 121 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/hotkey/translations/hotkey_plugin_nl.ts (limited to 'src/plugins/General/hotkey') diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index e0c2876ad..2a1e74444 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -23,7 +23,8 @@ TRANSLATIONS = translations/hotkey_plugin_cs.ts \ translations/hotkey_plugin_uk_UA.ts \ translations/hotkey_plugin_it.ts \ translations/hotkey_plugin_tr.ts \ - translations/hotkey_plugin_lt.ts + translations/hotkey_plugin_lt.ts \ + translations/hotkey_plugin_nl.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_nl.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_nl.ts new file mode 100644 index 000000000..9bb5d5ff0 --- /dev/null +++ b/src/plugins/General/hotkey/translations/hotkey_plugin_nl.ts @@ -0,0 +1,118 @@ + + + + + HotkeyDialog + + + Modify Shortcut + Bewerk Sneltoets + + + + Press the key combination you want to assign + Druk de toetscombinatie die u wilt toewijzen + + + + Clear + Leeghalen + + + + HotkeyFactory + + + Global Hotkey Plugin + Globale Sneltoets Module + + + + About Global Hotkey Plugin + Over de Globale Sneltoets Module + + + + Qmmp Global Hotkey Plugin + Globale Sneltoets Module voor Qmmp + + + + This plugin adds support for multimedia keys or global key combinations + Deze module voegt ondersteuning toe voor multimedia toetsen of globale toetscombinaties + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Auteur: Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + Play + Afspelen + + + + Stop + Stoppen + + + + Pause + Pause + + + + Play/Pause + Speel/Pause + + + + Next + Volgende + + + + Previous + Vorige + + + + Show/Hide + Toon/Verberg + + + + Volume + + Volume + + + + + Volume - + Volume - + + + + Global Hotkey Plugin Settings + Globale Sneltoets Module Instellingen + + + + Action + Actie + + + + Shortcut + Sneltoets + + + + Reset + Leeghalen + + + diff --git a/src/plugins/General/hotkey/translations/translations.qrc b/src/plugins/General/hotkey/translations/translations.qrc index 2326eb2c0..a938c0a44 100644 --- a/src/plugins/General/hotkey/translations/translations.qrc +++ b/src/plugins/General/hotkey/translations/translations.qrc @@ -11,5 +11,6 @@ hotkey_plugin_uk_UA.qm hotkey_plugin_tr.qm hotkey_plugin_lt.qm + hotkey_plugin_nl.qm -- cgit v1.2.3-13-gbd6f