aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/opus/translations
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-02-18 15:28:27 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-02-18 15:28:27 +0000
commit424a86e0a9492c745e575b3042840a381563221b (patch)
tree18e4ae61e25c27207ccd89f61a15332c4dda05b8 /src/plugins/Input/opus/translations
parent39bb54ddabc005ecec636abcf0566860632da71f (diff)
downloadqmmp-424a86e0a9492c745e575b3042840a381563221b.tar.gz
qmmp-424a86e0a9492c745e575b3042840a381563221b.tar.bz2
qmmp-424a86e0a9492c745e575b3042840a381563221b.zip
added opus plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3256 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/opus/translations')
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_cs.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_de.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_es.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_fr.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_he.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_hu.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_it.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_ja.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_kk.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_lt.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_nl.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_pl.ts80
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_pl_PL.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_pt_BR.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_ru.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_sk.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_tr.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_uk_UA.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_zh_CN.ts75
-rw-r--r--src/plugins/Input/opus/translations/opus_plugin_zh_TW.ts75
-rw-r--r--src/plugins/Input/opus/translations/translations.qrc24
21 files changed, 1529 insertions, 0 deletions
diff --git a/src/plugins/Input/opus/translations/opus_plugin_cs.ts b/src/plugins/Input/opus/translations/opus_plugin_cs.ts
new file mode 100644
index 000000000..31b208182
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_cs.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="cs">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished">Autor: Ilja Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished">Délka</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished">Vzorkovací frekvence</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished">Hz</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished">Počet kanálů</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished">Datový tok</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished">kbps</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished">Velikost souboru</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished">KiB</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_de.ts b/src/plugins/Input/opus/translations/opus_plugin_de.ts
new file mode 100644
index 000000000..183d65ef6
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_de.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="de_DE">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished">Autor: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished">Länge</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished">Abtastrate</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished">Hz</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished">Kanäle</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished">Bitrate</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished">kbps</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished">Dateigröße</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished">KB</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_es.ts b/src/plugins/Input/opus/translations/opus_plugin_es.ts
new file mode 100644
index 000000000..c369935d1
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_es.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="es">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished">Escrito por: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished">Duración</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished">Frecuencia</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished">Hz</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished">Canales</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished">Tasa de bits</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished">kbps</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished">Tamaño del archivo</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished">KB</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_fr.ts b/src/plugins/Input/opus/translations/opus_plugin_fr.ts
new file mode 100644
index 000000000..fdce467cb
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_fr.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="fr_FR">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_he.ts b/src/plugins/Input/opus/translations/opus_plugin_he.ts
new file mode 100644
index 000000000..6df6cc745
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_he.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="he_IL">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished">חוברה על ידי: Ilya Kotov ‫&lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished">אריכות</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished">שיעור דגימה</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished">הרץ</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished">ערוצים</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished">שיעור סיביות</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished">גודל קובץ</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished">ק״ב</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_hu.ts b/src/plugins/Input/opus/translations/opus_plugin_hu.ts
new file mode 100644
index 000000000..d3c3202b4
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_hu.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="hu_HU">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_it.ts b/src/plugins/Input/opus/translations/opus_plugin_it.ts
new file mode 100644
index 000000000..834563503
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_it.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="de">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished">Autore: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished">Durata</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished">Campionamento</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished">Hz</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished">Canali</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished">bit al secondo</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished">kbps</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished">Dimensione file</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished">KB</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_ja.ts b/src/plugins/Input/opus/translations/opus_plugin_ja.ts
new file mode 100644
index 000000000..97eeb1089
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_ja.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="ja_JP">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished">制作: Илья Котов (Ilya Kotov) &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished">長さ</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished">サンプルレート</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished">Hz</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished">チャンネル</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished">ビットレート</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished">キロビット毎秒</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished">ファイルの大きさ</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished">KiB</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_kk.ts b/src/plugins/Input/opus/translations/opus_plugin_kk.ts
new file mode 100644
index 000000000..bb729f853
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_kk.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="kk_KZ">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_lt.ts b/src/plugins/Input/opus/translations/opus_plugin_lt.ts
new file mode 100644
index 000000000..688d9a1fa
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_lt.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="lt">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished">Sukūrė: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished">Trukmė</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished">Dažnis</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished">Hz</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished">Kanalai</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished">Kokybė</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished">kbps</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished">Bylos dydis</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished">KB</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_nl.ts b/src/plugins/Input/opus/translations/opus_plugin_nl.ts
new file mode 100644
index 000000000..bfaeabdf1
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_nl.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="nl">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished">Auteur: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished">Duur</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished">Sample frequentie</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished">Kanalen</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished">Bitsnelheid</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished">Bestandsnaam</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_pl.ts b/src/plugins/Input/opus/translations/opus_plugin_pl.ts
new file mode 100644
index 000000000..a7d51c5b4
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_pl.ts
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="pl">
+<context>
+ <name>DecoderVorbisFactory</name>
+ <message>
+ <location filename="../decodervorbisfactory.cpp" line="50"/>
+ <source>Ogg Vorbis Plugin</source>
+ <translation>Wtyczka Ogg Vorbis</translation>
+ </message>
+ <message>
+ <location filename="../decodervorbisfactory.cpp" line="53"/>
+ <source>Ogg Vorbis Files</source>
+ <translation>Pliki Ogg Vorbis</translation>
+ </message>
+ <message>
+ <location filename="../decodervorbisfactory.cpp" line="124"/>
+ <source>About Ogg Vorbis Audio Plugin</source>
+ <translation>O wtyczce Ogg Vorbis Audio</translation>
+ </message>
+ <message>
+ <location filename="../decodervorbisfactory.cpp" line="125"/>
+ <source>Qmmp Ogg Vorbis Audio Plugin</source>
+ <translation>Wtyczka Ogg Vorbis dla Qmmp</translation>
+ </message>
+ <message>
+ <location filename="../decodervorbisfactory.cpp" line="126"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Autor: Ilja Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+ <message>
+ <location filename="../decodervorbisfactory.cpp" line="127"/>
+ <source>Source code based on mq3 project</source>
+ <translation>Kod źródłowy oparty jest na projekcie mq3</translation>
+ </message>
+</context>
+<context>
+ <name>VorbisMetaDataModel</name>
+ <message>
+ <location filename="../vorbismetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation>Długość</translation>
+ </message>
+ <message>
+ <location filename="../vorbismetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation>Próbkowanie</translation>
+ </message>
+ <message>
+ <location filename="../vorbismetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation></translation>
+ </message>
+ <message>
+ <location filename="../vorbismetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation>Kanały</translation>
+ </message>
+ <message>
+ <location filename="../vorbismetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation>Szybkość transmisji</translation>
+ </message>
+ <message>
+ <location filename="../vorbismetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation></translation>
+ </message>
+ <message>
+ <location filename="../vorbismetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation>Wielkość pliku</translation>
+ </message>
+ <message>
+ <location filename="../vorbismetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_pl_PL.ts b/src/plugins/Input/opus/translations/opus_plugin_pl_PL.ts
new file mode 100644
index 000000000..cadc65139
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_pl_PL.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="pl">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished">Autor: Ilja Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished">Długość</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished">Próbkowanie</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished">Kanały</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished">Szybkość transmisji</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished">Wielkość pliku</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_pt_BR.ts b/src/plugins/Input/opus/translations/opus_plugin_pt_BR.ts
new file mode 100644
index 000000000..e096dcf33
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_pt_BR.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="pt_BR">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_ru.ts b/src/plugins/Input/opus/translations/opus_plugin_ru.ts
new file mode 100644
index 000000000..0346ba092
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_ru.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="ru">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished">Разработчик: Илья Котов &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished">Длительность</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished">Дискретизация</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished">Гц</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished">Каналов</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished">Битовая частота</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished">Кб/с</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished">Размер файла</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished">КБ</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_sk.ts b/src/plugins/Input/opus/translations/opus_plugin_sk.ts
new file mode 100644
index 000000000..f313e9615
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_sk.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="sk_SK">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_tr.ts b/src/plugins/Input/opus/translations/opus_plugin_tr.ts
new file mode 100644
index 000000000..110b3ccb6
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_tr.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="tr_TR">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished">Yazan: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished">Hz</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished">kbps</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished">KB</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_uk_UA.ts b/src/plugins/Input/opus/translations/opus_plugin_uk_UA.ts
new file mode 100644
index 000000000..b14a85465
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_uk_UA.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="uk">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished">Розробник: Ілля Котов &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished">Тривалість</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished">Частота</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished">Гц</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished">Канали</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished">Бітрейт</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished">Кб/с</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished">Розмір файлу</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished">Кб</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_zh_CN.ts b/src/plugins/Input/opus/translations/opus_plugin_zh_CN.ts
new file mode 100644
index 000000000..d29ac0273
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_zh_CN.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="zh_CN">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished">作者:Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished">长度</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished">取样率</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished">声音通道</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished">比特率</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished">文件大小</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/opus_plugin_zh_TW.ts b/src/plugins/Input/opus/translations/opus_plugin_zh_TW.ts
new file mode 100644
index 000000000..f42a9046b
--- /dev/null
+++ b/src/plugins/Input/opus/translations/opus_plugin_zh_TW.ts
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="zh_TW">
+<context>
+ <name>DecoderOpusFactory</name>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="48"/>
+ <source>Opus Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="51"/>
+ <source>Ogg Opus Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="122"/>
+ <source>About Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="123"/>
+ <source>Qmmp Opus Audio Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../decoderopusfactory.cpp" line="124"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished">作者:Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>OpusMetaDataModel</name>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="51"/>
+ <source>Length</source>
+ <translation type="unfinished">長度</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Sample rate</source>
+ <translation type="unfinished">取樣率</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="52"/>
+ <source>Hz</source>
+ <translation type="unfinished">Hz</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="53"/>
+ <source>Channels</source>
+ <translation type="unfinished">聲音通道</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>Bitrate</source>
+ <translation type="unfinished">比特率</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="54"/>
+ <source>kbps</source>
+ <translation type="unfinished">kbps</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>File size</source>
+ <translation type="unfinished">文件大小</translation>
+ </message>
+ <message>
+ <location filename="../opusmetadatamodel.cpp" line="55"/>
+ <source>KB</source>
+ <translation type="unfinished">KB</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Input/opus/translations/translations.qrc b/src/plugins/Input/opus/translations/translations.qrc
new file mode 100644
index 000000000..f2f256263
--- /dev/null
+++ b/src/plugins/Input/opus/translations/translations.qrc
@@ -0,0 +1,24 @@
+<!DOCTYPE RCC>
+<RCC version="1.0">
+ <qresource>
+ <file>opus_plugin_ru.qm</file>
+ <file>opus_plugin_uk_UA.qm</file>
+ <file>opus_plugin_zh_CN.qm</file>
+ <file>opus_plugin_zh_TW.qm</file>
+ <file>opus_plugin_tr.qm</file>
+ <file>opus_plugin_cs.qm</file>
+ <file>opus_plugin_pt_BR.qm</file>
+ <file>opus_plugin_de.qm</file>
+ <file>opus_plugin_pl_PL.qm</file>
+ <file>opus_plugin_fr.qm</file>
+ <file>opus_plugin_it.qm</file>
+ <file>opus_plugin_kk.qm</file>
+ <file>opus_plugin_lt.qm</file>
+ <file>opus_plugin_hu.qm</file>
+ <file>opus_plugin_nl.qm</file>
+ <file>opus_plugin_ja.qm</file>
+ <file>opus_plugin_sk.qm</file>
+ <file>opus_plugin_es.qm</file>
+ <file>opus_plugin_he.qm</file>
+ </qresource>
+</RCC>