From d5c5fad039e1dcdd933bf87465a7d75864660a89 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 20 Aug 2010 18:07:35 +0000 Subject: prepare for Spanish translation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1839 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/modplug/modplug.pro | 3 +- .../modplug/translations/modplug_plugin_es.ts | 341 +++++++++++++++++++++ .../Input/modplug/translations/translations.qrc | 1 + 3 files changed, 344 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Input/modplug/translations/modplug_plugin_es.ts (limited to 'src/plugins/Input/modplug') diff --git a/src/plugins/Input/modplug/modplug.pro b/src/plugins/Input/modplug/modplug.pro index dce75885c..ccc2d840b 100644 --- a/src/plugins/Input/modplug/modplug.pro +++ b/src/plugins/Input/modplug/modplug.pro @@ -36,7 +36,8 @@ TRANSLATIONS = translations/modplug_plugin_cs.ts \ translations/modplug_plugin_tr.ts \ translations/modplug_plugin_lt.ts \ translations/modplug_plugin_nl.ts \ - translations/modplug_plugin_ja.ts + translations/modplug_plugin_ja.ts \ + translations/modplug_plugin_es.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR):LIB_DIR = /lib diff --git a/src/plugins/Input/modplug/translations/modplug_plugin_es.ts b/src/plugins/Input/modplug/translations/modplug_plugin_es.ts new file mode 100644 index 000000000..9785570dc --- /dev/null +++ b/src/plugins/Input/modplug/translations/modplug_plugin_es.ts @@ -0,0 +1,341 @@ + + + + + DecoderModPlugFactory + + + ModPlug Plugin + + + + + ModPlug Files + + + + + About ModPlug Audio Plugin + + + + + Qmmp ModPlug Audio Plugin + + + + + Writen 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 a2f763786..9e6c41cb1 100644 --- a/src/plugins/Input/modplug/translations/translations.qrc +++ b/src/plugins/Input/modplug/translations/translations.qrc @@ -13,5 +13,6 @@ modplug_plugin_lt.qm modplug_plugin_nl.qm modplug_plugin_ja.qm + modplug_plugin_es.qm -- cgit v1.2.3-13-gbd6f