From a74401da799233d27dc6880ae6c047456e480fd0 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 8 May 2008 17:55:11 +0000 Subject: added *.ts files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@367 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Effect/srconverter/srconverter.pro | 2 +- .../translations/srconverter_plugin_de.ts | 79 ++++++++++++++++++++++ 2 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Effect/srconverter/translations/srconverter_plugin_de.ts (limited to 'src/plugins/Effect/srconverter') diff --git a/src/plugins/Effect/srconverter/srconverter.pro b/src/plugins/Effect/srconverter/srconverter.pro index d50d5ce9a..d9c0cec92 100644 --- a/src/plugins/Effect/srconverter/srconverter.pro +++ b/src/plugins/Effect/srconverter/srconverter.pro @@ -21,7 +21,7 @@ TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib LIBS += -lqmmp -L/usr/lib -I/usr/include -#TRANSLATIONS = translations/ffmpeg_plugin_ru.ts +TRANSLATIONS = translations/srconverter_plugin_de.ts #RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/Effect/srconverter/translations/srconverter_plugin_de.ts b/src/plugins/Effect/srconverter/translations/srconverter_plugin_de.ts new file mode 100644 index 000000000..047e8ad17 --- /dev/null +++ b/src/plugins/Effect/srconverter/translations/srconverter_plugin_de.ts @@ -0,0 +1,79 @@ + + + + EffectSRConverterFactory + + + SRC Plugin + + + + + About Sample Rate Converter Plugin + + + + + Qmmp Sample Rate Converter Plugin + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + Sample Rate Converter Plugin Settings + + + + + Sample Rate (Hz): + + + + + Interpolation Engine: + + + + + Best Sinc Interpolation + + + + + Medium Sinc Interpolation + + + + + Fastest Sinc Interpolation + + + + + ZOH Interpolation + + + + + Linear Interpolation + + + + + &OK + + + + + &Cancel + + + + -- cgit v1.2.3-13-gbd6f