diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-08-14 19:05:46 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-08-14 19:05:46 +0000 |
| commit | b6e3db4ce3a777841c1da68fb110682f99eac23d (patch) | |
| tree | 80c041e6e7e71c03a48ddce51a271c5cefede9dd /src/plugins/General/udisks/translations/udisks_plugin_nl.ts | |
| parent | 7bb0c1f24ba3e265d9f76454690281a63fd9ab55 (diff) | |
| download | qmmp-b6e3db4ce3a777841c1da68fb110682f99eac23d.tar.gz qmmp-b6e3db4ce3a777841c1da68fb110682f99eac23d.tar.bz2 qmmp-b6e3db4ce3a777841c1da68fb110682f99eac23d.zip | |
renamed udisks2 plugin to udisks
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10199 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/udisks/translations/udisks_plugin_nl.ts')
| -rw-r--r-- | src/plugins/General/udisks/translations/udisks_plugin_nl.ts | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/src/plugins/General/udisks/translations/udisks_plugin_nl.ts b/src/plugins/General/udisks/translations/udisks_plugin_nl.ts new file mode 100644 index 000000000..95fe9937b --- /dev/null +++ b/src/plugins/General/udisks/translations/udisks_plugin_nl.ts @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="nl"> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>UDisks Plugin Settings</source> + <translation>Instellingen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>CD Audio Detection</source> + <translation>CD-audiodetectie</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="38"/> + <source>Add tracks to playlist automatically</source> + <translation>Nummers automatisch toevoegen aan afspeellijst</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="45"/> + <source>Remove tracks from playlist automatically</source> + <translation>Nummers automatisch verwijderen van afspeellijst</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Removable Device Detection</source> + <translation>Detectie van verwisselbare apparaten</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="64"/> + <source>Add files to playlist automatically</source> + <translation>Bestanden automatisch toevoegen aan afspeellijst</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="71"/> + <source>Remove files from playlist automatically</source> + <translation>Bestanden automatisch verwijderen van afspeellijst</translation> + </message> +</context> +<context> + <name>UDisks2Factory</name> + <message> + <location filename="../udisks2factory.cpp" line="30"/> + <source>UDisks2 Plugin</source> + <translation>UDisks2-plug-in</translation> + </message> + <message> + <location filename="../udisks2factory.cpp" line="50"/> + <source>About UDisks2 Plugin</source> + <translation>Over de UDisks2-plug-in</translation> + </message> + <message> + <location filename="../udisks2factory.cpp" line="51"/> + <source>Qmmp UDisks2 Plugin</source> + <translation>UDisks2-plug-in voor Qmmp</translation> + </message> + <message> + <location filename="../udisks2factory.cpp" line="52"/> + <source>This plugin provides removable devices detection using UDisks2</source> + <translation>Deze plug-in faciliteert detectie van verwisselbare apparaten via UDisks2</translation> + </message> + <message> + <location filename="../udisks2factory.cpp" line="53"/> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@ya.ru></translation> + </message> +</context> +<context> + <name>UDisks2Plugin</name> + <message> + <location filename="../udisks2plugin.cpp" line="134"/> + <source>Add CD "%1"</source> + <translation>CD "%1" toevoegen</translation> + </message> + <message> + <location filename="../udisks2plugin.cpp" line="142"/> + <source>Add Volume "%1"</source> + <translation>Apparaat "%1" toevoegen</translation> + </message> +</context> +</TS> |
