diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-05-28 19:28:02 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-05-28 19:28:02 +0000 |
| commit | 8391fdc1f9a188a40c232dbff0d67a6cfcf9969a (patch) | |
| tree | cf41c86474ef7ca846ae30d951d8b669df2d3e65 /src/plugins/General/hal | |
| parent | f111fc3f866e378f3dbce1457dc97c16c37bcccb (diff) | |
| download | qmmp-8391fdc1f9a188a40c232dbff0d67a6cfcf9969a.tar.gz qmmp-8391fdc1f9a188a40c232dbff0d67a6cfcf9969a.tar.bz2 qmmp-8391fdc1f9a188a40c232dbff0d67a6cfcf9969a.zip | |
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
Diffstat (limited to 'src/plugins/General/hal')
| -rw-r--r-- | src/plugins/General/hal/hal.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/hal/translations/hal_plugin_nl.ts | 88 | ||||
| -rw-r--r-- | src/plugins/General/hal/translations/translations.qrc | 1 |
3 files changed, 91 insertions, 1 deletions
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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="nl"> +<context> + <name>HalFactory</name> + <message> + <location filename="../halfactory.cpp" line="30"/> + <source>HAL Plugin</source> + <translation>HAL Module</translation> + </message> + <message> + <location filename="../halfactory.cpp" line="50"/> + <source>About HAL Plugin</source> + <translation>Over de HAL Module</translation> + </message> + <message> + <location filename="../halfactory.cpp" line="51"/> + <source>Qmmp HAL Plugin</source> + <translation>HAL Module voor Qmmp</translation> + </message> + <message> + <location filename="../halfactory.cpp" line="52"/> + <source>This plugin provides removable devices detection using HAL</source> + <translation>Deze module levert detectie voor wisselbare stations die gebruikmaken van HAL</translation> + </message> + <message> + <location filename="../halfactory.cpp" line="53"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> + <message> + <location filename="../halfactory.cpp" line="54"/> + <source>Based on Solid (KDE hardware library)</source> + <translation>Gebasseerd op Solid (KDE hardware bibliotheek)</translation> + </message> +</context> +<context> + <name>HalPlugin</name> + <message> + <location filename="../halplugin.cpp" line="160"/> + <source>Add CD "%1"</source> + <translation>Voeg CD "%1" toe</translation> + </message> + <message> + <location filename="../halplugin.cpp" line="166"/> + <source>Add Volume "%1"</source> + <translation>Voeg Station "%1" toe</translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="13"/> + <source>HAL Plugin Settings</source> + <translation>HAL Module Instellingen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="28"/> + <source>CD Audio Detection</source> + <translation>CD Audio Detectie</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="37"/> + <source>Add tracks to playlist automatically</source> + <translation>Voeg nummers automatisch toe aan speellijst</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="44"/> + <source>Remove tracks from playlist automatically</source> + <translation>Verwijder nummers automatisch van speellijst</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="54"/> + <source>Removable Device Detection</source> + <translation>Detectie van Verwisselbare Stations</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="63"/> + <source>Add files to playlist automatically</source> + <translation>Voeg bestanden automatisch toe aan afspeellijst</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="70"/> + <source>Remove files from playlist automatically</source> + <translation>Verwijder bestanden automatisch van afspeellijst</translation> + </message> +</context> +</TS> 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 @@ <file>hal_plugin_pl.qm</file> <file>hal_plugin_tr.qm</file> <file>hal_plugin_lt.qm</file> + <file>hal_plugin_nl.qm</file> </qresource> </RCC> |
