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/General/notifier | |
| 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/General/notifier')
4 files changed, 243 insertions, 1 deletions
diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro index 6244494c4..dc5fd3056 100644 --- a/src/plugins/General/notifier/notifier.pro +++ b/src/plugins/General/notifier/notifier.pro @@ -26,7 +26,9 @@ TRANSLATIONS = translations/notifier_plugin_cs.ts \ translations/notifier_plugin_lt.ts \ translations/notifier_plugin_nl.ts \ translations/notifier_plugin_ja.ts \ - translations/notifier_plugin_es.ts + translations/notifier_plugin_es.ts \ + translations/notifier_plugin_sr_BA.ts \ + translations/notifier_plugin_sr_RS.ts RESOURCES = notifier_images.qrc \ translations/translations.qrc diff --git a/src/plugins/General/notifier/translations/notifier_plugin_sr_BA.ts b/src/plugins/General/notifier/translations/notifier_plugin_sr_BA.ts new file mode 100644 index 000000000..f93b12fba --- /dev/null +++ b/src/plugins/General/notifier/translations/notifier_plugin_sr_BA.ts @@ -0,0 +1,119 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="sr_BA"> +<context> + <name>NotifierFactory</name> + <message> + <location filename="../notifierfactory.cpp" line="30"/> + <source>Notifier Plugin</source> + <translation>Обавјештавач</translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="50"/> + <source>About Notifier Plugin</source> + <translation>О обавјештавачу</translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="51"/> + <source>Qmmp Notifier Plugin</source> + <translation>Кумп прикључак за обавјештавање</translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="52"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Аутор: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>PopupWidget</name> + <message> + <location filename="../popupwidget.cpp" line="127"/> + <source>Volume:</source> + <translation>Јачина:</translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Notifier Plugin Settings</source> + <translation>Поставке обавјештавача</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="35"/> + <source>Desktop Notification</source> + <translation>Обавјештења на радној површи</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="41"/> + <source>Font:</source> + <translation>Фонт:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="61"/> + <source>...</source> + <translation>...</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="68"/> + <location filename="../settingsdialog.ui" line="279"/> + <source>0</source> + <translation>0</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="75"/> + <source>Transparency:</source> + <translation>Прозирност:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="219"/> + <source>Position</source> + <translation>Положај</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="241"/> + <source>Edit template</source> + <translation>Уреди шаблон</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="299"/> + <source>Cover size:</source> + <translation>Величина омота:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="325"/> + <source>Volume change notification</source> + <translation>Обавјештење о промјени јачине звука</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="332"/> + <source>Delay (ms):</source> + <translation>Трајање (ms):</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="361"/> + <source>Playback resume notification</source> + <translation>Обавјештење о наставку пуштања</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="368"/> + <source>Song change notification</source> + <translation>Обавјештење о промјени нумере</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="378"/> + <source>Psi Notification</source> + <translation>Пси обавјештења</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="390"/> + <source>Enable Psi notification</source> + <translation>Омогући Пси обавјештења</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="107"/> + <source>Notification Template</source> + <translation>Шаблон обавјештења</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_sr_RS.ts b/src/plugins/General/notifier/translations/notifier_plugin_sr_RS.ts new file mode 100644 index 000000000..458ab221e --- /dev/null +++ b/src/plugins/General/notifier/translations/notifier_plugin_sr_RS.ts @@ -0,0 +1,119 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="sr_RS"> +<context> + <name>NotifierFactory</name> + <message> + <location filename="../notifierfactory.cpp" line="30"/> + <source>Notifier Plugin</source> + <translation>Обавештавач</translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="50"/> + <source>About Notifier Plugin</source> + <translation>О обавештавачу</translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="51"/> + <source>Qmmp Notifier Plugin</source> + <translation>Кумп прикључак за обавештавање</translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="52"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Аутор: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>PopupWidget</name> + <message> + <location filename="../popupwidget.cpp" line="127"/> + <source>Volume:</source> + <translation>Јачина:</translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Notifier Plugin Settings</source> + <translation>Поставке обавештавача</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="35"/> + <source>Desktop Notification</source> + <translation>Обавештења на радној површи</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="41"/> + <source>Font:</source> + <translation>Фонт:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="61"/> + <source>...</source> + <translation>...</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="68"/> + <location filename="../settingsdialog.ui" line="279"/> + <source>0</source> + <translation>0</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="75"/> + <source>Transparency:</source> + <translation>Прозирност:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="219"/> + <source>Position</source> + <translation>Положај</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="241"/> + <source>Edit template</source> + <translation>Уреди шаблон</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="299"/> + <source>Cover size:</source> + <translation>Величина омота:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="325"/> + <source>Volume change notification</source> + <translation>Обавештење о промени јачине звука</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="332"/> + <source>Delay (ms):</source> + <translation>Трајање (ms):</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="361"/> + <source>Playback resume notification</source> + <translation>Обавештење о наставку пуштања</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="368"/> + <source>Song change notification</source> + <translation>Обавештење о промени нумере</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="378"/> + <source>Psi Notification</source> + <translation>Пси обавештења</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="390"/> + <source>Enable Psi notification</source> + <translation>Омогући Пси обавештења</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="107"/> + <source>Notification Template</source> + <translation>Шаблон обавештења</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/notifier/translations/translations.qrc b/src/plugins/General/notifier/translations/translations.qrc index 2396ab3d6..192b0976d 100644 --- a/src/plugins/General/notifier/translations/translations.qrc +++ b/src/plugins/General/notifier/translations/translations.qrc @@ -21,5 +21,7 @@ <file>notifier_plugin_es.qm</file> <file>notifier_plugin_he.qm</file> <file>notifier_plugin_gl_ES.qm</file> + <file>notifier_plugin_sr_BA.qm</file> + <file>notifier_plugin_sr_RS.qm</file> </qresource> </RCC> |
