diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-01-06 13:53:05 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-01-06 13:53:05 +0000 |
| commit | a79679c6bf45a8841ef2357902dfc170ee7030d8 (patch) | |
| tree | 14a7ef59a0d2bf35958e2d3db952b8502359320c /src/plugins/Input/sndfile/translations | |
| parent | 6617557973a227445e5ac89624523e97ed2eb389 (diff) | |
| download | qmmp-a79679c6bf45a8841ef2357902dfc170ee7030d8.tar.gz qmmp-a79679c6bf45a8841ef2357902dfc170ee7030d8.tar.bz2 qmmp-a79679c6bf45a8841ef2357902dfc170ee7030d8.zip | |
added Serbian translations (author: Mladen Pejaković)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4004 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/sndfile/translations')
3 files changed, 76 insertions, 0 deletions
diff --git a/src/plugins/Input/sndfile/translations/sndfile_plugin_sr_BA.ts b/src/plugins/Input/sndfile/translations/sndfile_plugin_sr_BA.ts new file mode 100644 index 000000000..bd48cf22b --- /dev/null +++ b/src/plugins/Input/sndfile/translations/sndfile_plugin_sr_BA.ts @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="sr_BA"> +<context> + <name>DecoderSndFileFactory</name> + <message> + <location filename="../decodersndfilefactory.cpp" line="63"/> + <source>Sndfile Plugin</source> + <translation>Сндфајл прикључак</translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="66"/> + <source>PCM Files</source> + <translation>ПЦМ фајлови</translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="130"/> + <source>About Sndfile Audio Plugin</source> + <translation>О Сндфајл прикључку</translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="131"/> + <source>Qmmp Sndfile Audio Plugin</source> + <translation>Кумп Сндфајл прикључак</translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="132"/> + <source>Compiled against</source> + <translation>Компилован на</translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="133"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Аутор: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/sndfile/translations/sndfile_plugin_sr_RS.ts b/src/plugins/Input/sndfile/translations/sndfile_plugin_sr_RS.ts new file mode 100644 index 000000000..3d268efc2 --- /dev/null +++ b/src/plugins/Input/sndfile/translations/sndfile_plugin_sr_RS.ts @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="sr_RS"> +<context> + <name>DecoderSndFileFactory</name> + <message> + <location filename="../decodersndfilefactory.cpp" line="63"/> + <source>Sndfile Plugin</source> + <translation>Сндфајл прикључак</translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="66"/> + <source>PCM Files</source> + <translation>ПЦМ фајлови</translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="130"/> + <source>About Sndfile Audio Plugin</source> + <translation>О Сндфајл прикључку</translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="131"/> + <source>Qmmp Sndfile Audio Plugin</source> + <translation>Кумп Сндфајл прикључак</translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="132"/> + <source>Compiled against</source> + <translation>Компилован на</translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="133"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Аутор: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/sndfile/translations/translations.qrc b/src/plugins/Input/sndfile/translations/translations.qrc index e32121008..989c4c12f 100644 --- a/src/plugins/Input/sndfile/translations/translations.qrc +++ b/src/plugins/Input/sndfile/translations/translations.qrc @@ -21,5 +21,7 @@ <file>sndfile_plugin_es.qm</file> <file>sndfile_plugin_he.qm</file> <file>sndfile_plugin_gl_ES.qm</file> + <file>sndfile_plugin_sr_BA.qm</file> + <file>sndfile_plugin_sr_RS.qm</file> </qresource> </RCC> |
