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/fileops/fileops.pro | 3 +- .../fileops/translations/fileops_plugin_nl.ts | 234 +++++++++++++++++++++ .../General/fileops/translations/translations.qrc | 1 + 3 files changed, 237 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/fileops/translations/fileops_plugin_nl.ts (limited to 'src/plugins/General/fileops') diff --git a/src/plugins/General/fileops/fileops.pro b/src/plugins/General/fileops/fileops.pro index 8b2211517..e9592affe 100644 --- a/src/plugins/General/fileops/fileops.pro +++ b/src/plugins/General/fileops/fileops.pro @@ -25,7 +25,8 @@ TRANSLATIONS = translations/fileops_plugin_cs.ts \ translations/fileops_plugin_uk_UA.ts \ translations/fileops_plugin_it.ts \ translations/fileops_plugin_tr.ts \ - translations/fileops_plugin_lt.ts + translations/fileops_plugin_lt.ts \ + translations/fileops_plugin_nl.ts RESOURCES = translations/translations.qrc unix { isEmpty(LIB_DIR){ diff --git a/src/plugins/General/fileops/translations/fileops_plugin_nl.ts b/src/plugins/General/fileops/translations/fileops_plugin_nl.ts new file mode 100644 index 000000000..9da376d1c --- /dev/null +++ b/src/plugins/General/fileops/translations/fileops_plugin_nl.ts @@ -0,0 +1,234 @@ + + + + + FileOps + + + Error + Fout + + + + Destination directory doesn't exist + Doelmap bestaat niet + + + + Copying + Bezig met kopiëren + + + + Stop + Stop + + + + Copying file %1/%2 + Kopiëer bestand: %1/%2 + + + + Remove files + Verwijder bestanden + + + + Are you sure you want to remove %n file(s) from disk? + + Weet u zeker dat u deze %n bestanden wilt verwijderen? + Weet u zeker dat u deze %n bestanden wilt verwijderen? + + + + + FileOpsFactory + + + File Operations Plugin + Bestands Beheer Module + + + + About File Operations Plugin + Over de Bestands Beheer Module + + + + Qmmp File Operations Plugin + Bestands Beheer Module voor Qmmp + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Auteur: Ilya Kotov <forkotov02@hotmail.ru> + + + + HotkeyDialog + + + Modify Shortcut + Sneltoets Aanpassen + + + + Press the key combination you want to assign + Druk de toetscombinatie die u wilt toewijzen + + + + Clear + Leeghalen + + + + SettingsDialog + + + + Copy + Kopiëer + + + + + Rename + Hernoem + + + + + + Remove + Verwijder + + + + New action + Nieuwe actie + + + + Artist + Artiest + + + + Album + Album + + + + Title + Naam + + + + Genre + Genre + + + + Year + Jaar + + + + Comment + Commentaar + + + + Track number + Liednummer + + + + Two-digit track number + Twee-getal liednummer + + + + Composer + Componist + + + + Duration + Duur + + + + Disc number + CD nummer + + + + File name + Bestandsnaam + + + + File path + Pad + + + + Condition + Staat + + + + Choose a directory + Kies een map + + + + File Operations Settings + Instellingen van Bestandsbeheer + + + + Enabled + Ingeschakeld + + + + Operation + Actie + + + + Menu text + Menu tekst + + + + Shortcut + Sneltoets + + + + + ... + + + + + Destination: + Doel: + + + + Add + Toevoegen + + + + File name pattern: + Bestandsnaam patroon: + + + diff --git a/src/plugins/General/fileops/translations/translations.qrc b/src/plugins/General/fileops/translations/translations.qrc index 9adeba788..a9febcc94 100644 --- a/src/plugins/General/fileops/translations/translations.qrc +++ b/src/plugins/General/fileops/translations/translations.qrc @@ -11,5 +11,6 @@ fileops_plugin_pl.qm fileops_plugin_tr.qm fileops_plugin_lt.qm + fileops_plugin_nl.qm -- cgit v1.2.3-13-gbd6f