diff options
Diffstat (limited to 'src/plugins/General/notifier')
| -rw-r--r-- | src/plugins/General/notifier/notifier.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/notifier/translations/notifier_plugin_de.ts | 74 |
2 files changed, 75 insertions, 1 deletions
diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro index 0bbbf7e90..805dbdc26 100644 --- a/src/plugins/General/notifier/notifier.pro +++ b/src/plugins/General/notifier/notifier.pro @@ -13,7 +13,7 @@ TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib LIBS += -lqmmpui -#TRANSLATIONS = translations/ffmpeg_plugin_ru.ts +TRANSLATIONS = translations/notifier_plugin_de.ts RESOURCES = notifier_images.qrc #RESOURCES = translations/translations.qrc diff --git a/src/plugins/General/notifier/translations/notifier_plugin_de.ts b/src/plugins/General/notifier/translations/notifier_plugin_de.ts new file mode 100644 index 000000000..f304acadd --- /dev/null +++ b/src/plugins/General/notifier/translations/notifier_plugin_de.ts @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS><TS version="1.1"> +<context> + <name>NotifierFactory</name> + <message> + <location filename="../notifierfactory.cpp" line="30"/> + <source>Notifier Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="49"/> + <source>About Notifier Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="50"/> + <source>Qmmp Notifier Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="13"/> + <source>Status Icon Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="19"/> + <source>Psi Notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="25"/> + <source>Enable Psi notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="35"/> + <source>Desktop Notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="41"/> + <source>Enable desktop notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="48"/> + <source>Message delay, ms:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="74"/> + <source>Position</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="248"/> + <source>OK</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="255"/> + <source>Cancel</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |
