From 9eadabd2d382e5142024e6cd5357fd03187e81d0 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 26 Aug 2014 07:16:17 +0000 Subject: added source language git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4428 90c681e8-e032-0410-971d-27865f9a5e38 --- .../modplug/translations/modplug_plugin_en.ts | 341 +++++++++++++++++++++ .../Input/modplug/translations/translations.qrc | 1 + 2 files changed, 342 insertions(+) create mode 100644 src/plugins/Input/modplug/translations/modplug_plugin_en.ts (limited to 'src/plugins/Input/modplug') diff --git a/src/plugins/Input/modplug/translations/modplug_plugin_en.ts b/src/plugins/Input/modplug/translations/modplug_plugin_en.ts new file mode 100644 index 000000000..2e6adbe07 --- /dev/null +++ b/src/plugins/Input/modplug/translations/modplug_plugin_en.ts @@ -0,0 +1,341 @@ + + + + + DecoderModPlugFactory + + + ModPlug Plugin + + + + + ModPlug Files + + + + + About ModPlug Audio Plugin + + + + + Qmmp ModPlug Audio Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on the Modplug Plugin for Xmms + + + + + Modplug Plugin developers: + + + + + Olivier Lapicque <olivierl@jps.net> + + + + + Kenton Varda <temporal@gauge3d.org> + + + + + Konstanty Bialkowski <konstanty@ieee.org> + + + + + ModPlugMetaDataModel + + + File name + + + + + Type + + + + + Length + + + + + Speed + + + + + Tempo + + + + + + Samples + + + + + + Instruments + + + + + Patterns + + + + + Channels + + + + + Comment + + + + + SettingsDialog + + + ModPlug Plugin Settings + + + + + Quality + + + + + Resolution + + + + + 16 bit + + + + + 8 bit + + + + + Channels + + + + + Stereo + + + + + Mono (downmix) + + + + + Resampling + + + + + Nearest (fastest) + + + + + Linear (fast) + + + + + Spline (good quality) + + + + + 8-tap Fir (extremely high quality) + + + + + Sampling Rate + + + + + 48000 Hz + + + + + 44100 Hz + + + + + 22050 Hz + + + + + 11025 Hz + + + + + Effects + + + + + Reverb + + + + + + Depth (%) + + + + + + + + 0 + + + + + + Delay (ms) + + + + + 40 + + + + + Bass Boost + + + + + Amount (%) + + + + + Range (Hz) + + + + + 10 + + + + + Surround + + + + + 5 + + + + + Preamp + + + + + Volume + + + + + Note: Setting the preamp +too high may cause clipping! + + + + + Misc + + + + + General + + + + + Use filename as song title + + + + + Noise reduction + + + + + Fast playlist info + + + + + Play Amiga MOD + + + + + Looping + + + + + Don't loop + + + + + Loop + + + + + time(s) + + + + + Loop forever + + + + diff --git a/src/plugins/Input/modplug/translations/translations.qrc b/src/plugins/Input/modplug/translations/translations.qrc index 934e99560..bfb3d7e63 100644 --- a/src/plugins/Input/modplug/translations/translations.qrc +++ b/src/plugins/Input/modplug/translations/translations.qrc @@ -23,5 +23,6 @@ modplug_plugin_gl_ES.qm modplug_plugin_sr_BA.qm modplug_plugin_sr_RS.qm + modplug_plugin_en.qm -- cgit v1.2.3-13-gbd6f