From a74401da799233d27dc6880ae6c047456e480fd0 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 8 May 2008 17:55:11 +0000 Subject: added *.ts files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@367 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/dbuscontrol/dbuscontrol.pro | 6 +- .../translations/dbuscontrol_plugin_de.ts | 26 ++++++ src/plugins/General/notifier/notifier.pro | 2 +- .../notifier/translations/notifier_plugin_de.ts | 74 +++++++++++++++++ src/plugins/General/scrobbler/scrobbler.pro | 2 +- .../scrobbler/translations/scrobbler_plugin_de.ts | 54 ++++++++++++ src/plugins/General/statusicon/statusicon.pro | 2 +- .../translations/statusicon_plugin_de.ts | 97 ++++++++++++++++++++++ 8 files changed, 257 insertions(+), 6 deletions(-) create mode 100644 src/plugins/General/dbuscontrol/translations/dbuscontrol_plugin_de.ts create mode 100644 src/plugins/General/notifier/translations/notifier_plugin_de.ts create mode 100644 src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts create mode 100644 src/plugins/General/statusicon/translations/statusicon_plugin_de.ts (limited to 'src/plugins/General') diff --git a/src/plugins/General/dbuscontrol/dbuscontrol.pro b/src/plugins/General/dbuscontrol/dbuscontrol.pro index 4ad8e047b..ce3fd197d 100644 --- a/src/plugins/General/dbuscontrol/dbuscontrol.pro +++ b/src/plugins/General/dbuscontrol/dbuscontrol.pro @@ -12,7 +12,7 @@ QMAKE_CLEAN =$$PLUGINS_PREFIX/General/libdbuscontrol.so TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib -#TRANSLATIONS = translations/ffmpeg_plugin_ru.ts +TRANSLATIONS = translations/dbuscontrol_plugin_de.ts #RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ @@ -27,11 +27,11 @@ INSTALLS += target HEADERS += dbuscontrolfactory.h \ dbuscontrol.h \ - dbusadaptor.h + dbusadaptor.h SOURCES += dbuscontrolfactory.cpp \ dbuscontrol.cpp \ - dbusadaptor.cpp + dbusadaptor.cpp INCLUDEPATH += ../../../../src diff --git a/src/plugins/General/dbuscontrol/translations/dbuscontrol_plugin_de.ts b/src/plugins/General/dbuscontrol/translations/dbuscontrol_plugin_de.ts new file mode 100644 index 000000000..fb65b8f7d --- /dev/null +++ b/src/plugins/General/dbuscontrol/translations/dbuscontrol_plugin_de.ts @@ -0,0 +1,26 @@ + + + + DBUSControlFactory + + + D-Bus Plugin + + + + + About D-Bus Plugin + + + + + Qmmp D-Bus Plugin + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + 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 @@ + + + + NotifierFactory + + + Notifier Plugin + + + + + About Notifier Plugin + + + + + Qmmp Notifier Plugin + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + Status Icon Plugin Settings + + + + + Psi Notification + + + + + Enable Psi notification + + + + + Desktop Notification + + + + + Enable desktop notification + + + + + Message delay, ms: + + + + + Position + + + + + OK + + + + + Cancel + + + + diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index 787cb9f37..d361402b7 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -11,7 +11,7 @@ TARGET=$$PLUGINS_PREFIX/General/scrobbler QMAKE_CLEAN =$$PLUGINS_PREFIX/General/libscrobbler.so -#TRANSLATIONS = translations/ffmpeg_plugin_ru.ts +TRANSLATIONS = translations/scrobbler_plugin_de.ts #RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts new file mode 100644 index 000000000..ca827c0b0 --- /dev/null +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts @@ -0,0 +1,54 @@ + + + + ScrobblerFactory + + + Scrobbler Plugin + + + + + About Scrobbler Plugin + + + + + Qmmp AudioScrobbler Plugin + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + Scrobbler Plugin Settings + + + + + User name: + + + + + Password: + + + + + OK + + + + + Cancel + + + + diff --git a/src/plugins/General/statusicon/statusicon.pro b/src/plugins/General/statusicon/statusicon.pro index a34a3bd32..47faf6a94 100644 --- a/src/plugins/General/statusicon/statusicon.pro +++ b/src/plugins/General/statusicon/statusicon.pro @@ -13,7 +13,7 @@ TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib LIBS += -lqmmpui -#TRANSLATIONS = translations/ffmpeg_plugin_ru.ts +TRANSLATIONS = translations/statusicon_plugin_de.ts #RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_de.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_de.ts new file mode 100644 index 000000000..7db1f5728 --- /dev/null +++ b/src/plugins/General/statusicon/translations/statusicon_plugin_de.ts @@ -0,0 +1,97 @@ + + + + SettingsDialog + + + Status Icon Plugin Settings + + + + + Show message + + + + + Show tooltip + + + + + Message delay, ms: + + + + + OK + + + + + Cancel + + + + + StatusIcon + + + Play + + + + + Pause + + + + + Stop + + + + + Next + + + + + Previous + + + + + Exit + + + + + Now Playing + + + + + StatusIconFactory + + + Status Icon Plugin + + + + + About Scrobbler Plugin + + + + + Qmmp Status Icon Plugin + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + -- cgit v1.2.3-13-gbd6f