diff options
Diffstat (limited to 'src/plugins/Input/sndfile')
| -rw-r--r-- | src/plugins/Input/sndfile/sndfile.pro | 2 | ||||
| -rw-r--r-- | src/plugins/Input/sndfile/translations/sndfile_plugin_de.ts | 36 |
2 files changed, 37 insertions, 1 deletions
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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS><TS version="1.1"> +<context> + <name>DecoderSndFileFactory</name> + <message> + <location filename="../decodersndfilefactory.cpp" line="65"/> + <source>Sndfile Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="67"/> + <source>PCM Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="127"/> + <source>About Sndfile Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="128"/> + <source>Qmmp Sndfile Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="129"/> + <source>Compiled against</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="130"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |
