diff options
Diffstat (limited to 'src/plugins/General/mpris')
4 files changed, 59 insertions, 1 deletions
diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro index 01140d768..820f7c516 100644 --- a/src/plugins/General/mpris/mpris.pro +++ b/src/plugins/General/mpris/mpris.pro @@ -23,7 +23,9 @@ TRANSLATIONS = translations/mpris_plugin_cs.ts \ translations/mpris_plugin_lt.ts \ translations/mpris_plugin_nl.ts \ translations/mpris_plugin_ja.ts \ - translations/mpris_plugin_es.ts + translations/mpris_plugin_es.ts \ + translations/mpris_plugin_sr_BA.ts \ + translations/mpris_plugin_sr_RS.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/mpris/translations/mpris_plugin_sr_BA.ts b/src/plugins/General/mpris/translations/mpris_plugin_sr_BA.ts new file mode 100644 index 000000000..dd97b2da2 --- /dev/null +++ b/src/plugins/General/mpris/translations/mpris_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>MPRISFactory</name> + <message> + <location filename="../mprisfactory.cpp" line="29"/> + <source>MPRIS Plugin</source> + <translation>МПРИС</translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="49"/> + <source>About MPRIS Plugin</source> + <translation>О прикључку за МПРИС</translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="50"/> + <source>Qmmp MPRIS Plugin</source> + <translation>Кумп МПРИС прикључак</translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="51"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Аутор: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_sr_RS.ts b/src/plugins/General/mpris/translations/mpris_plugin_sr_RS.ts new file mode 100644 index 000000000..5cdae00b2 --- /dev/null +++ b/src/plugins/General/mpris/translations/mpris_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>MPRISFactory</name> + <message> + <location filename="../mprisfactory.cpp" line="29"/> + <source>MPRIS Plugin</source> + <translation>МПРИС</translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="49"/> + <source>About MPRIS Plugin</source> + <translation>О прикључку за МПРИС</translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="50"/> + <source>Qmmp MPRIS Plugin</source> + <translation>Кумп МПРИС прикључак</translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="51"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Written by: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/mpris/translations/translations.qrc b/src/plugins/General/mpris/translations/translations.qrc index c263d3b6f..65bd44deb 100644 --- a/src/plugins/General/mpris/translations/translations.qrc +++ b/src/plugins/General/mpris/translations/translations.qrc @@ -21,5 +21,7 @@ <file>mpris_plugin_es.qm</file> <file>mpris_plugin_he.qm</file> <file>mpris_plugin_gl_ES.qm</file> + <file>mpris_plugin_sr_BA.qm</file> + <file>mpris_plugin_sr_RS.qm</file> </qresource> </RCC> |
