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/General/hotkey/hotkey.pro | 4 +- .../hotkey/translations/hotkey_plugin_sr_BA.ts | 138 +++++++++++++++++++++ .../hotkey/translations/hotkey_plugin_sr_RS.ts | 138 +++++++++++++++++++++ .../General/hotkey/translations/translations.qrc | 2 + 4 files changed, 281 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/hotkey/translations/hotkey_plugin_sr_BA.ts create mode 100644 src/plugins/General/hotkey/translations/hotkey_plugin_sr_RS.ts (limited to 'src/plugins/General/hotkey') diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index 05a80c6b9..e209a5e74 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -24,7 +24,9 @@ TRANSLATIONS = translations/hotkey_plugin_cs.ts \ translations/hotkey_plugin_lt.ts \ translations/hotkey_plugin_nl.ts \ translations/hotkey_plugin_ja.ts \ - translations/hotkey_plugin_es.ts + translations/hotkey_plugin_es.ts \ + translations/hotkey_plugin_sr_BA.ts \ + translations/hotkey_plugin_sr_RS.ts RESOURCES = translations/translations.qrc target.path = $$LIB_DIR/qmmp/General diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_sr_BA.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_sr_BA.ts new file mode 100644 index 000000000..4e0981b50 --- /dev/null +++ b/src/plugins/General/hotkey/translations/hotkey_plugin_sr_BA.ts @@ -0,0 +1,138 @@ + + + + + HotkeyDialog + + + Modify Shortcut + Измијени пречицу + + + + Press the key combination you want to assign + Притисните комбинацију тастера коју желите да додијелите + + + + Clear + Очисти + + + + HotkeyFactory + + + Global Hotkey Plugin + Глобалне пречице + + + + About Global Hotkey Plugin + О прикључку за глобалне пречице + + + + Qmmp Global Hotkey Plugin + Кумп прикључак за глобалне пречице + + + + This plugin adds support for multimedia keys or global key combinations + Подршка за мултимедијалне тастере или глобалне комбинације тастера + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Аутор: Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + Global Hotkey Plugin Settings + Поставке глобалних пречица + + + + Action + радња + + + + Shortcut + пречица + + + + Reset + Ресетуј + + + + Play + Пусти + + + + Stop + Заустави + + + + Pause + Паузирај + + + + Play/Pause + Пусти/паузирај + + + + Next + Сљедећа + + + + Previous + Претходна + + + + Show/Hide + Прикажи/сакриј + + + + Volume + + Јачина + + + + + Volume - + Јачина - + + + + Forward 5 seconds + Напријед 5 секунди + + + + Rewind 5 seconds + Уназад 5 секунди + + + + Jump to track + Скочи на нумеру + + + + Mute + Утишај + + + diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_sr_RS.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_sr_RS.ts new file mode 100644 index 000000000..c8526cf11 --- /dev/null +++ b/src/plugins/General/hotkey/translations/hotkey_plugin_sr_RS.ts @@ -0,0 +1,138 @@ + + + + + HotkeyDialog + + + Modify Shortcut + Измени пречицу + + + + Press the key combination you want to assign + Притисните комбинацију тастера коју желите да доделите + + + + Clear + Очисти + + + + HotkeyFactory + + + Global Hotkey Plugin + Глобалне пречице + + + + About Global Hotkey Plugin + О прикључку за глобалне пречице + + + + Qmmp Global Hotkey Plugin + Кумп прикључак за глобалне пречице + + + + This plugin adds support for multimedia keys or global key combinations + Подршка за мултимедијалне тастере или глобалне комбинације тастера + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Аутор: Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + Global Hotkey Plugin Settings + Поставке глобалних пречица + + + + Action + радња + + + + Shortcut + пречица + + + + Reset + Ресетуј + + + + Play + Пусти + + + + Stop + Заустави + + + + Pause + Паузирај + + + + Play/Pause + Пусти/паузирај + + + + Next + Следећа + + + + Previous + Претходна + + + + Show/Hide + Прикажи/сакриј + + + + Volume + + Јачина + + + + + Volume - + Јачина - + + + + Forward 5 seconds + Напред 5 секунди + + + + Rewind 5 seconds + Уназад 5 секунди + + + + Jump to track + Скочи на нумеру + + + + Mute + Утишај + + + diff --git a/src/plugins/General/hotkey/translations/translations.qrc b/src/plugins/General/hotkey/translations/translations.qrc index 46a368165..dcb4b9926 100644 --- a/src/plugins/General/hotkey/translations/translations.qrc +++ b/src/plugins/General/hotkey/translations/translations.qrc @@ -21,5 +21,7 @@ hotkey_plugin_es.qm hotkey_plugin_he.qm hotkey_plugin_gl_ES.qm + hotkey_plugin_sr_BA.qm + hotkey_plugin_sr_RS.qm -- cgit v1.2.3-13-gbd6f