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/hal/hal.pro | 3 +- .../General/hal/translations/hal_plugin_nl.ts | 88 ++++++++++++++++++++++ .../General/hal/translations/translations.qrc | 1 + 3 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/hal/translations/hal_plugin_nl.ts (limited to 'src/plugins/General/hal') diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro index 2103f3a29..8efd98eef 100644 --- a/src/plugins/General/hal/hal.pro +++ b/src/plugins/General/hal/hal.pro @@ -22,7 +22,8 @@ TRANSLATIONS = translations/hal_plugin_cs.ts \ translations/hal_plugin_it.ts \ translations/hal_plugin_tr.ts \ translations/hal_plugin_lt.ts \ - + translations/hal_plugin_nl.ts + RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/hal/translations/hal_plugin_nl.ts b/src/plugins/General/hal/translations/hal_plugin_nl.ts new file mode 100644 index 000000000..d6b8eef60 --- /dev/null +++ b/src/plugins/General/hal/translations/hal_plugin_nl.ts @@ -0,0 +1,88 @@ + + + + + HalFactory + + + HAL Plugin + HAL Module + + + + About HAL Plugin + Over de HAL Module + + + + Qmmp HAL Plugin + HAL Module voor Qmmp + + + + This plugin provides removable devices detection using HAL + Deze module levert detectie voor wisselbare stations die gebruikmaken van HAL + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Auteur: Ilya Kotov <forkotov02@hotmail.ru> + + + + Based on Solid (KDE hardware library) + Gebasseerd op Solid (KDE hardware bibliotheek) + + + + HalPlugin + + + Add CD "%1" + Voeg CD "%1" toe + + + + Add Volume "%1" + Voeg Station "%1" toe + + + + SettingsDialog + + + HAL Plugin Settings + HAL Module Instellingen + + + + CD Audio Detection + CD Audio Detectie + + + + Add tracks to playlist automatically + Voeg nummers automatisch toe aan speellijst + + + + Remove tracks from playlist automatically + Verwijder nummers automatisch van speellijst + + + + Removable Device Detection + Detectie van Verwisselbare Stations + + + + Add files to playlist automatically + Voeg bestanden automatisch toe aan afspeellijst + + + + Remove files from playlist automatically + Verwijder bestanden automatisch van afspeellijst + + + diff --git a/src/plugins/General/hal/translations/translations.qrc b/src/plugins/General/hal/translations/translations.qrc index baab4610e..c9915a69f 100644 --- a/src/plugins/General/hal/translations/translations.qrc +++ b/src/plugins/General/hal/translations/translations.qrc @@ -11,5 +11,6 @@ hal_plugin_pl.qm hal_plugin_tr.qm hal_plugin_lt.qm + hal_plugin_nl.qm -- cgit v1.2.3-13-gbd6f