diff options
Diffstat (limited to 'src/plugins/General/notifier')
| -rw-r--r-- | src/plugins/General/notifier/notifier.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/notifier/translations/notifier_plugin_uk_UA.qm | bin | 0 -> 1468 bytes | |||
| -rw-r--r-- | src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts | 75 | ||||
| -rw-r--r-- | src/plugins/General/notifier/translations/translations.qrc | 1 |
4 files changed, 78 insertions, 1 deletions
diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro index bf9b809fe..5654af7f6 100644 --- a/src/plugins/General/notifier/notifier.pro +++ b/src/plugins/General/notifier/notifier.pro @@ -17,7 +17,8 @@ TRANSLATIONS = translations/notifier_plugin_cs.ts \ translations/notifier_plugin_de.ts \ translations/notifier_plugin_zh_CN.ts \ translations/notifier_plugin_zh_TW.ts \ - translations/notifier_plugin_ru.ts + translations/notifier_plugin_ru.ts \ + translations/notifier_plugin_uk_UA.ts RESOURCES = notifier_images.qrc \ translations/translations.qrc diff --git a/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.qm b/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.qm Binary files differnew file mode 100644 index 000000000..82f43d794 --- /dev/null +++ b/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.qm diff --git a/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts b/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts new file mode 100644 index 000000000..e39437e8b --- /dev/null +++ b/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS><TS version="1.1" language="uk"> +<defaultcodec></defaultcodec> +<context> + <name>NotifierFactory</name> + <message> + <location filename="../notifierfactory.cpp" line="30"/> + <source>Notifier Plugin</source> + <translation>Модуль повідомлень</translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="49"/> + <source>About Notifier Plugin</source> + <translation>Про модуль повідомлень</translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="50"/> + <source>Qmmp Notifier Plugin</source> + <translation>Модуль повідомлень для Qmmp</translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Розробник: Ілля Котов <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="13"/> + <source>Notifier Plugin Settings</source> + <translation>Налаштування модуля повідомлень</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="19"/> + <source>Psi Notification</source> + <translation>Повідомлення Psi</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="25"/> + <source>Enable Psi notification</source> + <translation>Увімкнути повідомлення Psi</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="35"/> + <source>Desktop Notification</source> + <translation>Повідомлення на робочому столі</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="41"/> + <source>Enable desktop notification</source> + <translation>Відображати повідомлення на робочому столі</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="48"/> + <source>Message delay, ms:</source> + <translation>Затримка повідомлення, мс:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="74"/> + <source>Position</source> + <translation>Позиція</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="248"/> + <source>OK</source> + <translation>Застосувати</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="255"/> + <source>Cancel</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 2084c6cb1..b07dab608 100644 --- a/src/plugins/General/notifier/translations/translations.qrc +++ b/src/plugins/General/notifier/translations/translations.qrc @@ -6,5 +6,6 @@ <file>notifier_plugin_zh_CN.qm</file> <file>notifier_plugin_zh_TW.qm</file> <file>notifier_plugin_ru.qm</file> + <file>notifier_plugin_uk_UA.qm</file> </qresource> </RCC> |
