From 73c451bb2127d3f3800e29607c7798e630e57e25 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 23 Jul 2009 20:16:54 +0000 Subject: updated Turkish translation (author: Bilgesu Güngör) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1070 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/modplug/modplug.pro | 3 +- .../modplug/translations/modplug_plugin_tr.ts | 385 +++++++++++++++++++++ .../Input/modplug/translations/translations.qrc | 1 + 3 files changed, 388 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Input/modplug/translations/modplug_plugin_tr.ts (limited to 'src/plugins/Input/modplug') diff --git a/src/plugins/Input/modplug/modplug.pro b/src/plugins/Input/modplug/modplug.pro index 2a5104072..cdd697fd9 100644 --- a/src/plugins/Input/modplug/modplug.pro +++ b/src/plugins/Input/modplug/modplug.pro @@ -33,7 +33,8 @@ TRANSLATIONS = translations/modplug_plugin_cs.ts \ translations/modplug_plugin_ru.ts \ translations/modplug_plugin_pl.ts \ translations/modplug_plugin_uk_UA.ts \ - translations/modplug_plugin_it.ts + translations/modplug_plugin_it.ts \ + translations/modplug_plugin_tr.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/Input/modplug/translations/modplug_plugin_tr.ts b/src/plugins/Input/modplug/translations/modplug_plugin_tr.ts new file mode 100644 index 000000000..8537ff937 --- /dev/null +++ b/src/plugins/Input/modplug/translations/modplug_plugin_tr.ts @@ -0,0 +1,385 @@ + + + + + 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> + + + + + DetailsDialog + + + File name: + + + + + Title: + + + + + Type: + + + + + Length: + + + + + Speed: + + + + + Tempo: + + + + + Samples: + + + + + Instruments: + + + + + Patterns: + + + + + Channels: + + + + + MOD Info + + + + + General + + + + + + - + + + + + Samples + + + + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> + + + + + Instruments + + + + + Message + + + + + Close + + + + + 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 ba1ff2d3d..fdb7ccfc9 100644 --- a/src/plugins/Input/modplug/translations/translations.qrc +++ b/src/plugins/Input/modplug/translations/translations.qrc @@ -9,5 +9,6 @@ modplug_plugin_pl.qm modplug_plugin_ru.qm modplug_plugin_uk_UA.qm + modplug_plugin_tr.qm -- cgit v1.2.3-13-gbd6f