diff options
Diffstat (limited to 'src/plugins/Effect/crossfade')
4 files changed, 95 insertions, 1 deletions
diff --git a/src/plugins/Effect/crossfade/crossfade.pro b/src/plugins/Effect/crossfade/crossfade.pro index 60acc0e75..749eb1c33 100644 --- a/src/plugins/Effect/crossfade/crossfade.pro +++ b/src/plugins/Effect/crossfade/crossfade.pro @@ -30,7 +30,9 @@ TRANSLATIONS = translations/crossfade_plugin_cs.ts \ translations/crossfade_plugin_lt.ts \ translations/crossfade_plugin_nl.ts \ translations/crossfade_plugin_ja.ts \ - translations/crossfade_plugin_es.ts + translations/crossfade_plugin_es.ts \ + translations/crossfade_plugin_sr_BA.ts \ + translations/crossfade_plugin_sr_RS.ts RESOURCES = translations/translations.qrc FORMS += settingsdialog.ui diff --git a/src/plugins/Effect/crossfade/translations/crossfade_plugin_sr_BA.ts b/src/plugins/Effect/crossfade/translations/crossfade_plugin_sr_BA.ts new file mode 100644 index 000000000..93f8fc2dc --- /dev/null +++ b/src/plugins/Effect/crossfade/translations/crossfade_plugin_sr_BA.ts @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="sr_BA"> +<context> + <name>EffectCrossfadeFactory</name> + <message> + <location filename="../effectcrossfadefactory.cpp" line="30"/> + <source>Crossfade Plugin</source> + <translation>Претапање</translation> + </message> + <message> + <location filename="../effectcrossfadefactory.cpp" line="51"/> + <source>About Crossfade Plugin</source> + <translation>О прикључку за претапање</translation> + </message> + <message> + <location filename="../effectcrossfadefactory.cpp" line="52"/> + <source>Qmmp Crossfade Plugin</source> + <translation>Кумп прикључак за претапање</translation> + </message> + <message> + <location filename="../effectcrossfadefactory.cpp" line="53"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Аутор: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Crossfade Plugin Settings</source> + <translation>Поставке претапања</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Overlap:</source> + <translation>Преклапање:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="42"/> + <source>ms</source> + <translation>ms</translation> + </message> +</context> +</TS> diff --git a/src/plugins/Effect/crossfade/translations/crossfade_plugin_sr_RS.ts b/src/plugins/Effect/crossfade/translations/crossfade_plugin_sr_RS.ts new file mode 100644 index 000000000..661add832 --- /dev/null +++ b/src/plugins/Effect/crossfade/translations/crossfade_plugin_sr_RS.ts @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="sr_RS"> +<context> + <name>EffectCrossfadeFactory</name> + <message> + <location filename="../effectcrossfadefactory.cpp" line="30"/> + <source>Crossfade Plugin</source> + <translation>Претапање</translation> + </message> + <message> + <location filename="../effectcrossfadefactory.cpp" line="51"/> + <source>About Crossfade Plugin</source> + <translation>О прикључку за претапање</translation> + </message> + <message> + <location filename="../effectcrossfadefactory.cpp" line="52"/> + <source>Qmmp Crossfade Plugin</source> + <translation>Кумп прикључак за претапање</translation> + </message> + <message> + <location filename="../effectcrossfadefactory.cpp" line="53"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Аутор: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Crossfade Plugin Settings</source> + <translation>Поставке претапања</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Overlap:</source> + <translation>Преклапање:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="42"/> + <source>ms</source> + <translation>ms</translation> + </message> +</context> +</TS> diff --git a/src/plugins/Effect/crossfade/translations/translations.qrc b/src/plugins/Effect/crossfade/translations/translations.qrc index d6f87eec1..b1a0b5a6d 100644 --- a/src/plugins/Effect/crossfade/translations/translations.qrc +++ b/src/plugins/Effect/crossfade/translations/translations.qrc @@ -21,5 +21,7 @@ <file>crossfade_plugin_es.qm</file> <file>crossfade_plugin_he.qm</file> <file>crossfade_plugin_gl_ES.qm</file> + <file>crossfade_plugin_sr_BA.qm</file> + <file>crossfade_plugin_sr_RS.qm</file> </qresource> </RCC> |
