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/Engines/mplayer/mplayer.pro | 3 +- .../mplayer/translations/mplayer_plugin_nl.ts | 148 +++++++++++++++++++++ .../Engines/mplayer/translations/translations.qrc | 1 + 3 files changed, 151 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Engines/mplayer/translations/mplayer_plugin_nl.ts (limited to 'src/plugins/Engines/mplayer') diff --git a/src/plugins/Engines/mplayer/mplayer.pro b/src/plugins/Engines/mplayer/mplayer.pro index dbcde014d..c7bf9c35c 100644 --- a/src/plugins/Engines/mplayer/mplayer.pro +++ b/src/plugins/Engines/mplayer/mplayer.pro @@ -26,7 +26,8 @@ TRANSLATIONS = translations/mplayer_plugin_ru.ts \ translations/mplayer_plugin_de.ts \ translations/mplayer_plugin_it.ts \ translations/mplayer_plugin_tr.ts \ - translations/mplayer_plugin_lt.ts + translations/mplayer_plugin_lt.ts \ + translations/mplayer_plugin_nl.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR):LIB_DIR = /lib target.path = $$LIB_DIR/qmmp/Input diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_nl.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_nl.ts new file mode 100644 index 000000000..d4b58d0bd --- /dev/null +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_nl.ts @@ -0,0 +1,148 @@ + + + + + MplayerEngineFactory + + + Mplayer Plugin + MPlayer Module + + + + Video Files + Videobestanden + + + + About MPlayer Plugin + Over de MPlayer Module + + + + Qmmp MPlayer Plugin + MPlayer Module voor Qmmp + + + + This plugin uses MPlayer as backend + Deze plugin gebruikt MPlayer + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Autor: Ilya Kotov <forkotov02@hotmail.ru> + + + + MplayerMetaDataModel + + + Size + Grootte + + + + KB + KB + + + + Length + Duur + + + + Demuxer + Demultiplexer + + + + Video format + Videoformaat + + + + FPS + FPS + + + + Video codec + Videocodec + + + + Aspect ratio + Verhouding + + + + Video bitrate + Video bitrate + + + + Audio codec + Audiocodec + + + + Sample rate + Sample frequentie + + + + Audio bitrate + Audio bitrate + + + + Channels + Kanalen + + + + Resolution + Resolutie + + + + SettingsDialog + + + + + + + + default + standaard + + + + MPlayer Settings + MPlayer Instellingen + + + + Video: + Video: + + + + Audio: + Audio: + + + + Synchronization factor: + Synchronisatie factor: + + + + Audio/video auto synchronization + Automatische audio/video synchronisatie + + + diff --git a/src/plugins/Engines/mplayer/translations/translations.qrc b/src/plugins/Engines/mplayer/translations/translations.qrc index 7a98c5a7f..3aa81d66b 100644 --- a/src/plugins/Engines/mplayer/translations/translations.qrc +++ b/src/plugins/Engines/mplayer/translations/translations.qrc @@ -11,5 +11,6 @@ mplayer_plugin_de.qm mplayer_plugin_tr.qm mplayer_plugin_lt.qm + mplayer_plugin_nl.qm -- cgit v1.2.3-13-gbd6f