diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-05-20 15:39:17 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-05-20 15:39:17 +0000 |
| commit | dddc540640c1877a53f95530deb056d45f673c1e (patch) | |
| tree | 28ce54f43e73157dade87896539daa0f04003345 /src | |
| parent | 472fac2ade80ddaa4b68bbc718042a09c0f710ad (diff) | |
| download | qmmp-dddc540640c1877a53f95530deb056d45f673c1e.tar.gz qmmp-dddc540640c1877a53f95530deb056d45f673c1e.tar.bz2 qmmp-dddc540640c1877a53f95530deb056d45f673c1e.zip | |
updated translations, added missing resources
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6366 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
30 files changed, 743 insertions, 6 deletions
diff --git a/src/plugins/Output/CMakeLists.txt b/src/plugins/Output/CMakeLists.txt index ad01f575f..983230167 100644 --- a/src/plugins/Output/CMakeLists.txt +++ b/src/plugins/Output/CMakeLists.txt @@ -7,6 +7,7 @@ SET(USE_NULL TRUE CACHE BOOL "enable/disable null output plugin") SET(USE_WAVEOUT TRUE CACHE BOOL "enable/disable Win32 waveout plugin") SET(USE_DSOUND TRUE CACHE BOOL "enable/disable DirectSound plugin") SET(USE_QTMULTIMEDIA TRUE CACHE BOOL "enable/disable Qt Multimedia output plugin") +SET(USE_WASAPI TRUE CACHE BOOL "enable/disable WASAPI plugin") IF(USE_ALSA) add_subdirectory(alsa) @@ -43,3 +44,7 @@ ENDIF(USE_DSOUND) IF(USE_QTMULTIMEDIA) add_subdirectory(qtmultimedia) ENDIF(USE_QTMULTIMEDIA) + +IF(USE_WASAPI) +add_subdirectory(wasapi) +ENDIF(USE_WASAPI) diff --git a/src/plugins/Output/wasapi/CMakeLists.txt b/src/plugins/Output/wasapi/CMakeLists.txt index 1eb54884d..86cfd682f 100644 --- a/src/plugins/Output/wasapi/CMakeLists.txt +++ b/src/plugins/Output/wasapi/CMakeLists.txt @@ -27,8 +27,8 @@ SET(QT_INCLUDES include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../../) link_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../qmmp) -# Win32 wasapi -CHECK_INCLUDE_FILE(dsound.h DSOUND_H_FOUND) +# Windows Audio Session API +CHECK_INCLUDE_FILE(Audioclient.h WASAPI_FOUND) SET(libwasapi_SRCS outputwasapi.cpp @@ -44,10 +44,10 @@ SET(libwasapi_RCCS translations/translations.qrc) QT4_ADD_RESOURCES(libwasapi_RCC_SRCS ${libwasapi_RCCS}) -IF(DSOUND_H_FOUND) +IF(WASAPI_FOUND) ADD_LIBRARY(wasapi MODULE ${libwasapi_SRCS} ${libwasapi_RCC_SRCS} ${libwasapi_HDRS}) add_dependencies(wasapi qmmp) -target_link_libraries(wasapi ${QT_LIBRARIES} libqmmp -ldxguid -lstrmiids -ldmoguids -lmsdmo -lole32 -loleaut32 -luuid -lgdi32 -ldsound) +target_link_libraries(wasapi ${QT_LIBRARIES} libqmmp -lstrmiids -ldmoguids -lmsdmo -lole32 -loleaut32 -luuid -lgdi32 -lksuser) install(TARGETS wasapi DESTINATION ${LIB_DIR}/qmmp/Output) -ENDIF(DSOUND_H_FOUND) +ENDIF(WASAPI_FOUND) diff --git a/src/plugins/Output/wasapi/translations/translations.qrc b/src/plugins/Output/wasapi/translations/translations.qrc new file mode 100644 index 000000000..a7902dc66 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/translations.qrc @@ -0,0 +1,30 @@ +<!DOCTYPE RCC> +<RCC version="1.0"> + <qresource> + <file>wasapi_plugin_ru.qm</file> + <file>wasapi_plugin_uk_UA.qm</file> + <file>wasapi_plugin_zh_CN.qm</file> + <file>wasapi_plugin_zh_TW.qm</file> + <file>wasapi_plugin_tr.qm</file> + <file>wasapi_plugin_cs.qm</file> + <file>wasapi_plugin_pt_BR.qm</file> + <file>wasapi_plugin_pt.qm</file> + <file>wasapi_plugin_de.qm</file> + <file>wasapi_plugin_pl_PL.qm</file> + <file>wasapi_plugin_fr.qm</file> + <file>wasapi_plugin_it.qm</file> + <file>wasapi_plugin_kk.qm</file> + <file>wasapi_plugin_lt.qm</file> + <file>wasapi_plugin_hu.qm</file> + <file>wasapi_plugin_nl.qm</file> + <file>wasapi_plugin_ja.qm</file> + <file>wasapi_plugin_sk.qm</file> + <file>wasapi_plugin_es.qm</file> + <file>wasapi_plugin_he.qm</file> + <file>wasapi_plugin_gl_ES.qm</file> + <file>wasapi_plugin_sr_BA.qm</file> + <file>wasapi_plugin_sr_RS.qm</file> + <file>wasapi_plugin_bg.qm</file> + <file>wasapi_plugin_el.qm</file> + </qresource> +</RCC> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_bg.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_bg.ts new file mode 100644 index 000000000..0ea768767 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_bg.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="bg_BG"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_cs.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_cs.ts new file mode 100644 index 000000000..2f7aa1f1d --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_cs.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="cs_CZ"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_de.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_de.ts new file mode 100644 index 000000000..f324ae08d --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_de.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="de_DE"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_el.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_el.ts new file mode 100644 index 000000000..d3a78247f --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_el.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="el_GR"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_en.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_en.ts new file mode 100644 index 000000000..2c31f87a9 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_en.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="en_US"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_es.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_es.ts new file mode 100644 index 000000000..0dd9c375b --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_es.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="es_ES"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_fr.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_fr.ts new file mode 100644 index 000000000..f29f17648 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_fr.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="fr_FR"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_gl_ES.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_gl_ES.ts new file mode 100644 index 000000000..9842525dc --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_gl_ES.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="gl_ES"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_he.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_he.ts new file mode 100644 index 000000000..f5b423e2d --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_he.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="he_IL"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_hu.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_hu.ts new file mode 100644 index 000000000..30c92f462 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_hu.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="hu_HU"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_it.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_it.ts new file mode 100644 index 000000000..32756f937 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_it.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="it_IT"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_ja.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_ja.ts new file mode 100644 index 000000000..414afc75b --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_ja.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_kk.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_kk.ts new file mode 100644 index 000000000..73e9c6ff8 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_kk.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="kk_KZ"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_lt.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_lt.ts new file mode 100644 index 000000000..e8ae8dc95 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_lt.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="lt_LT"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_nl.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_nl.ts new file mode 100644 index 000000000..1190137ca --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_nl.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="nl_NL"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_pl_PL.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_pl_PL.ts new file mode 100644 index 000000000..df97cafa2 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_pl_PL.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pl_PL"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_pt.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_pt.ts new file mode 100644 index 000000000..529c86656 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_pt.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pt_PT"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_pt_BR.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_pt_BR.ts new file mode 100644 index 000000000..d8603660d --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_pt_BR.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pt_BR"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_ru.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_ru.ts new file mode 100644 index 000000000..7f4aedd5b --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_ru.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ru_RU"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_sk.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_sk.ts new file mode 100644 index 000000000..901f2c2c5 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_sk.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="sk_SK"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_sr_BA.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_sr_BA.ts new file mode 100644 index 000000000..f494f85c1 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_sr_BA.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="sr_BA"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_sr_RS.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_sr_RS.ts new file mode 100644 index 000000000..d093fac47 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_sr_RS.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="sr_RS"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_tr.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_tr.ts new file mode 100644 index 000000000..a1cd6f252 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_tr.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="tr_TR"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_uk_UA.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_uk_UA.ts new file mode 100644 index 000000000..42f4b1d55 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_uk_UA.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="uk_UA"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_zh_CN.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_zh_CN.ts new file mode 100644 index 000000000..6d7022109 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_zh_CN.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="zh_CN"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/translations/wasapi_plugin_zh_TW.ts b/src/plugins/Output/wasapi/translations/wasapi_plugin_zh_TW.ts new file mode 100644 index 000000000..ddfa4e9a9 --- /dev/null +++ b/src/plugins/Output/wasapi/translations/wasapi_plugin_zh_TW.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="zh_TW"> +<context> + <name>OutputWASAPIFactory</name> + <message> + <location filename="../outputwasapifactory.cpp" line="28"/> + <source>WASAPI Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="52"/> + <source>About WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="53"/> + <source>Qmmp WASAPI Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwasapifactory.cpp" line="54"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/wasapi/wasapi.pro b/src/plugins/Output/wasapi/wasapi.pro index 9b1a7dbdd..1f042951c 100644 --- a/src/plugins/Output/wasapi/wasapi.pro +++ b/src/plugins/Output/wasapi/wasapi.pro @@ -21,7 +21,7 @@ plugin TEMPLATE = lib LIBS += -lqmmp0 -lstrmiids -ldmoguids -lmsdmo -lole32 -loleaut32 -luuid -lgdi32 -lksuser -#RESOURCES = translations/translations.qrc +RESOURCES = translations/translations.qrc isEmpty (LIB_DIR){ LIB_DIR = /lib |
