From a79679c6bf45a8841ef2357902dfc170ee7030d8 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 6 Jan 2014 13:53:05 +0000 Subject: added Serbian translations (author: Mladen Pejaković) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4004 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Engines/mplayer/mplayer.pro | 4 +- .../mplayer/translations/mplayer_plugin_sr_BA.ts | 148 +++++++++++++++++++++ .../mplayer/translations/mplayer_plugin_sr_RS.ts | 148 +++++++++++++++++++++ .../Engines/mplayer/translations/translations.qrc | 2 + 4 files changed, 301 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_BA.ts create mode 100644 src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_RS.ts (limited to 'src/plugins/Engines') diff --git a/src/plugins/Engines/mplayer/mplayer.pro b/src/plugins/Engines/mplayer/mplayer.pro index c8c08890d..c0183d077 100644 --- a/src/plugins/Engines/mplayer/mplayer.pro +++ b/src/plugins/Engines/mplayer/mplayer.pro @@ -28,7 +28,9 @@ TRANSLATIONS = translations/mplayer_plugin_ru.ts \ translations/mplayer_plugin_lt.ts \ translations/mplayer_plugin_nl.ts \ translations/mplayer_plugin_ja.ts \ - translations/mplayer_plugin_es.ts + translations/mplayer_plugin_es.ts \ + translations/mplayer_plugin_sr_BA.ts \ + translations/mplayer_plugin_sr_RS.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR):LIB_DIR = /lib target.path = $$LIB_DIR/qmmp/Engines diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_BA.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_BA.ts new file mode 100644 index 000000000..986340ddb --- /dev/null +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_BA.ts @@ -0,0 +1,148 @@ + + + + + MplayerEngineFactory + + + Mplayer Plugin + Мплејер прикључак + + + + Video Files + Видео фајлови + + + + About MPlayer Plugin + О прикључку за Мплејер + + + + Qmmp MPlayer Plugin + Кумп прикључак за Мплејер + + + + This plugin uses MPlayer as backend + Овај прикључак користи Мплејер као мотор за Кумп + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Аутор: Ilya Kotov <forkotov02@hotmail.ru> + + + + MplayerMetaDataModel + + + Size + Величина + + + + KB + KB + + + + Length + Дужина + + + + Demuxer + Демултиплексер + + + + Video format + Формат видеа + + + + FPS + Сличица у секунди + + + + Video codec + Видео кодек + + + + Aspect ratio + Размјера + + + + Video bitrate + Битски проток видеа + + + + Audio codec + Аудио кодек + + + + Sample rate + Узорковање + + + + Audio bitrate + Биткси проток звука + + + + Channels + Канала + + + + Resolution + Резолуција + + + + SettingsDialog + + + MPlayer Settings + Поставке Мплејера + + + + Video: + Видео: + + + + Audio: + Звук: + + + + Audio/video auto synchronization + Ауто-синхронизација звука и видеа + + + + Synchronization factor: + Фактор синхронизације: + + + + + + + + + default + подразумијеван + + + diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_RS.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_RS.ts new file mode 100644 index 000000000..d2c1deb06 --- /dev/null +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_RS.ts @@ -0,0 +1,148 @@ + + + + + MplayerEngineFactory + + + Mplayer Plugin + Мплејер прикључак + + + + Video Files + Видео фајлови + + + + About MPlayer Plugin + О прикључку за Мплејер + + + + Qmmp MPlayer Plugin + Кумп прикључак за Мплејер + + + + This plugin uses MPlayer as backend + Овај прикључак користи Мплејер као мотор за Кумп + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Аутор: Ilya Kotov <forkotov02@hotmail.ru> + + + + MplayerMetaDataModel + + + Size + Величина + + + + KB + KB + + + + Length + Дужина + + + + Demuxer + Демултиплексер + + + + Video format + Формат видеа + + + + FPS + Сличица у секунди + + + + Video codec + Видео кодек + + + + Aspect ratio + Размера + + + + Video bitrate + Битски проток видеа + + + + Audio codec + Аудио кодек + + + + Sample rate + Узорковање + + + + Audio bitrate + Биткси проток звука + + + + Channels + Канала + + + + Resolution + Резолуција + + + + SettingsDialog + + + MPlayer Settings + Поставке Мплејера + + + + Video: + Видео: + + + + Audio: + Звук: + + + + Audio/video auto synchronization + Ауто-синхронизација звука и видеа + + + + Synchronization factor: + Фактор синхронизације: + + + + + + + + + default + подразумеван + + + diff --git a/src/plugins/Engines/mplayer/translations/translations.qrc b/src/plugins/Engines/mplayer/translations/translations.qrc index 1d6814cb5..e67331fcf 100644 --- a/src/plugins/Engines/mplayer/translations/translations.qrc +++ b/src/plugins/Engines/mplayer/translations/translations.qrc @@ -21,5 +21,7 @@ mplayer_plugin_es.qm mplayer_plugin_he.qm mplayer_plugin_gl_ES.qm + mplayer_plugin_sr_BA.qm + mplayer_plugin_sr_RS.qm -- cgit v1.2.3-13-gbd6f