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 +++++ src/plugins/General/dbuscontrol/dbuscontrol.pro | 6 +- .../translations/dbuscontrol_plugin_de.ts | 26 ++ src/plugins/General/notifier/notifier.pro | 2 +- .../notifier/translations/notifier_plugin_de.ts | 74 ++++ src/plugins/General/scrobbler/scrobbler.pro | 2 +- .../scrobbler/translations/scrobbler_plugin_de.ts | 54 +++ src/plugins/General/statusicon/statusicon.pro | 2 +- .../translations/statusicon_plugin_de.ts | 97 ++++++ src/plugins/Input/modplug/modplug.pro | 2 +- .../modplug/translations/modplug_plugin_de.ts | 385 +++++++++++++++++++++ src/plugins/Input/sndfile/sndfile.pro | 2 +- .../sndfile/translations/sndfile_plugin_de.ts | 36 ++ .../wavpack/translations/wavpack_plugin_de.ts | 159 +++++++++ src/plugins/Input/wavpack/wavpack.pro | 2 +- src/plugins/Output/pulseaudio/pulseaudio.pro | 2 +- .../translations/pulseaudio_plugin_de.ts | 26 ++ 18 files changed, 947 insertions(+), 11 deletions(-) create mode 100644 src/plugins/Effect/srconverter/translations/srconverter_plugin_de.ts create mode 100644 src/plugins/General/dbuscontrol/translations/dbuscontrol_plugin_de.ts create mode 100644 src/plugins/General/notifier/translations/notifier_plugin_de.ts create mode 100644 src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts create mode 100644 src/plugins/General/statusicon/translations/statusicon_plugin_de.ts create mode 100644 src/plugins/Input/modplug/translations/modplug_plugin_de.ts create mode 100644 src/plugins/Input/sndfile/translations/sndfile_plugin_de.ts create mode 100644 src/plugins/Input/wavpack/translations/wavpack_plugin_de.ts create mode 100644 src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_de.ts (limited to 'src') 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 + + + + diff --git a/src/plugins/General/dbuscontrol/dbuscontrol.pro b/src/plugins/General/dbuscontrol/dbuscontrol.pro index 4ad8e047b..ce3fd197d 100644 --- a/src/plugins/General/dbuscontrol/dbuscontrol.pro +++ b/src/plugins/General/dbuscontrol/dbuscontrol.pro @@ -12,7 +12,7 @@ QMAKE_CLEAN =$$PLUGINS_PREFIX/General/libdbuscontrol.so TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib -#TRANSLATIONS = translations/ffmpeg_plugin_ru.ts +TRANSLATIONS = translations/dbuscontrol_plugin_de.ts #RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ @@ -27,11 +27,11 @@ INSTALLS += target HEADERS += dbuscontrolfactory.h \ dbuscontrol.h \ - dbusadaptor.h + dbusadaptor.h SOURCES += dbuscontrolfactory.cpp \ dbuscontrol.cpp \ - dbusadaptor.cpp + dbusadaptor.cpp INCLUDEPATH += ../../../../src diff --git a/src/plugins/General/dbuscontrol/translations/dbuscontrol_plugin_de.ts b/src/plugins/General/dbuscontrol/translations/dbuscontrol_plugin_de.ts new file mode 100644 index 000000000..fb65b8f7d --- /dev/null +++ b/src/plugins/General/dbuscontrol/translations/dbuscontrol_plugin_de.ts @@ -0,0 +1,26 @@ + + + + DBUSControlFactory + + + D-Bus Plugin + + + + + About D-Bus Plugin + + + + + Qmmp D-Bus Plugin + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro index 0bbbf7e90..805dbdc26 100644 --- a/src/plugins/General/notifier/notifier.pro +++ b/src/plugins/General/notifier/notifier.pro @@ -13,7 +13,7 @@ TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib LIBS += -lqmmpui -#TRANSLATIONS = translations/ffmpeg_plugin_ru.ts +TRANSLATIONS = translations/notifier_plugin_de.ts RESOURCES = notifier_images.qrc #RESOURCES = translations/translations.qrc diff --git a/src/plugins/General/notifier/translations/notifier_plugin_de.ts b/src/plugins/General/notifier/translations/notifier_plugin_de.ts new file mode 100644 index 000000000..f304acadd --- /dev/null +++ b/src/plugins/General/notifier/translations/notifier_plugin_de.ts @@ -0,0 +1,74 @@ + + + + NotifierFactory + + + Notifier Plugin + + + + + About Notifier Plugin + + + + + Qmmp Notifier Plugin + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + Status Icon Plugin Settings + + + + + Psi Notification + + + + + Enable Psi notification + + + + + Desktop Notification + + + + + Enable desktop notification + + + + + Message delay, ms: + + + + + Position + + + + + OK + + + + + Cancel + + + + diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index 787cb9f37..d361402b7 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -11,7 +11,7 @@ TARGET=$$PLUGINS_PREFIX/General/scrobbler QMAKE_CLEAN =$$PLUGINS_PREFIX/General/libscrobbler.so -#TRANSLATIONS = translations/ffmpeg_plugin_ru.ts +TRANSLATIONS = translations/scrobbler_plugin_de.ts #RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts new file mode 100644 index 000000000..ca827c0b0 --- /dev/null +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts @@ -0,0 +1,54 @@ + + + + ScrobblerFactory + + + Scrobbler Plugin + + + + + About Scrobbler Plugin + + + + + Qmmp AudioScrobbler Plugin + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + Scrobbler Plugin Settings + + + + + User name: + + + + + Password: + + + + + OK + + + + + Cancel + + + + diff --git a/src/plugins/General/statusicon/statusicon.pro b/src/plugins/General/statusicon/statusicon.pro index a34a3bd32..47faf6a94 100644 --- a/src/plugins/General/statusicon/statusicon.pro +++ b/src/plugins/General/statusicon/statusicon.pro @@ -13,7 +13,7 @@ TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib LIBS += -lqmmpui -#TRANSLATIONS = translations/ffmpeg_plugin_ru.ts +TRANSLATIONS = translations/statusicon_plugin_de.ts #RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_de.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_de.ts new file mode 100644 index 000000000..7db1f5728 --- /dev/null +++ b/src/plugins/General/statusicon/translations/statusicon_plugin_de.ts @@ -0,0 +1,97 @@ + + + + SettingsDialog + + + Status Icon Plugin Settings + + + + + Show message + + + + + Show tooltip + + + + + Message delay, ms: + + + + + OK + + + + + Cancel + + + + + StatusIcon + + + Play + + + + + Pause + + + + + Stop + + + + + Next + + + + + Previous + + + + + Exit + + + + + Now Playing + + + + + StatusIconFactory + + + Status Icon Plugin + + + + + About Scrobbler Plugin + + + + + Qmmp Status Icon Plugin + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Input/modplug/modplug.pro b/src/plugins/Input/modplug/modplug.pro index 0e088fb7c..19ea1a155 100644 --- a/src/plugins/Input/modplug/modplug.pro +++ b/src/plugins/Input/modplug/modplug.pro @@ -26,7 +26,7 @@ TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib LIBS += -lqmmp -L/usr/lib -I/usr/include PKGCONFIG += libmodplug -#TRANSLATIONS = translations/modplug_plugin_ru.ts +TRANSLATIONS = translations/modplug_plugin_de.ts #RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/Input/modplug/translations/modplug_plugin_de.ts b/src/plugins/Input/modplug/translations/modplug_plugin_de.ts new file mode 100644 index 000000000..4bcc5a637 --- /dev/null +++ b/src/plugins/Input/modplug/translations/modplug_plugin_de.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 + + + + + 40 + + + + + Bass Boost + + + + + Amount + + + + + Range + + + + + 10 + + + + + Surround + + + + + 5 + + + + + Preamp + + + + + Volume + + + + + Misc + + + + + General + + + + + Use filename as song title + + + + + Noise reduction + + + + + Fast playlist info + + + + + Play Amiga MOD + + + + + Looping + + + + + Don't loop + + + + + Loop + + + + + time(s) + + + + + Loop forever + + + + + OK + + + + + Apply + + + + + Cancel + + + + diff --git a/src/plugins/Input/sndfile/sndfile.pro b/src/plugins/Input/sndfile/sndfile.pro index 9f601bef7..da2c3886c 100644 --- a/src/plugins/Input/sndfile/sndfile.pro +++ b/src/plugins/Input/sndfile/sndfile.pro @@ -18,7 +18,7 @@ QMAKE_LIBDIR += ../../../../lib LIBS += -lqmmp -L/usr/lib -I/usr/include PKGCONFIG += sndfile -#TRANSLATIONS = translations/ffmpeg_plugin_ru.ts +TRANSLATIONS = translations/sndfile_plugin_de.ts #RESOURCES = translations/translations.qrc isEmpty (LIB_DIR){ diff --git a/src/plugins/Input/sndfile/translations/sndfile_plugin_de.ts b/src/plugins/Input/sndfile/translations/sndfile_plugin_de.ts new file mode 100644 index 000000000..ff80497e8 --- /dev/null +++ b/src/plugins/Input/sndfile/translations/sndfile_plugin_de.ts @@ -0,0 +1,36 @@ + + + + DecoderSndFileFactory + + + Sndfile Plugin + + + + + PCM Files + + + + + About Sndfile Audio Plugin + + + + + Qmmp Sndfile Audio Plugin + + + + + Compiled against + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Input/wavpack/translations/wavpack_plugin_de.ts b/src/plugins/Input/wavpack/translations/wavpack_plugin_de.ts new file mode 100644 index 000000000..d23a41ab5 --- /dev/null +++ b/src/plugins/Input/wavpack/translations/wavpack_plugin_de.ts @@ -0,0 +1,159 @@ + + + + DecoderWavPackFactory + + + WavPack Plugin + + + + + WavPackk Files + + + + + About WavPack Audio Plugin + + + + + Qmmp WavPack Audio Plugin + + + + + WavPack library version: + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + DetailsDialog + + + Hz + + + + + kbps + + + + + KB + + + + + Details + + + + + File path: + + + + + WavPack Info + + + + + Length: + + + + + - + + + + + Sample rate: + + + + + File size: + + + + + Channels: + + + + + Bitrate: + + + + + Ratio: + + + + + Version: + + + + + APE Tag + + + + + Save + + + + + Track number: + + + + + Year: + + + + + Genre: + + + + + Comment: + + + + + Album: + + + + + Artist: + + + + + Title: + + + + + Close + + + + diff --git a/src/plugins/Input/wavpack/wavpack.pro b/src/plugins/Input/wavpack/wavpack.pro index 07967dce7..95507f86b 100644 --- a/src/plugins/Input/wavpack/wavpack.pro +++ b/src/plugins/Input/wavpack/wavpack.pro @@ -21,7 +21,7 @@ TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib LIBS += -lqmmp -L/usr/lib -I/usr/include PKGCONFIG += wavpack -#TRANSLATIONS = translations/wavpack_plugin_ru.ts +TRANSLATIONS = translations/wavpack_plugin_de.ts #RESOURCES = translations/translations.qrc isEmpty (LIB_DIR){ diff --git a/src/plugins/Output/pulseaudio/pulseaudio.pro b/src/plugins/Output/pulseaudio/pulseaudio.pro index 4e178a459..ffe71c4bd 100644 --- a/src/plugins/Output/pulseaudio/pulseaudio.pro +++ b/src/plugins/Output/pulseaudio/pulseaudio.pro @@ -24,7 +24,7 @@ LIBS += -lqmmp PKGCONFIG += libpulse-simple -#TRANSLATIONS = translations/pulseaudio_plugin_ru.ts +TRANSLATIONS = translations/pulseaudio_plugin_de.ts #RESOURCES = translations/translations.qrc isEmpty (LIB_DIR){ diff --git a/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_de.ts b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_de.ts new file mode 100644 index 000000000..ed976242a --- /dev/null +++ b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_de.ts @@ -0,0 +1,26 @@ + + + + OutputPulseAudioFactory + + + PulseAudio Plugin + + + + + About PulseAudio Output Plugin + + + + + Qmmp PulseAudio Output Plugin + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + -- cgit v1.2.3-13-gbd6f