From 9d2a0ffe435d0e871e82d7291f4844d1a7fe2efb Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 31 Oct 2009 09:50:02 +0000 Subject: added *.ts files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1341 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/kdenotify/kdenotify.pro | 10 ++++ .../kdenotify/translations/kdenotify_plugin_cs.ts | 54 ++++++++++++++++++++++ .../kdenotify/translations/kdenotify_plugin_de.ts | 54 ++++++++++++++++++++++ .../kdenotify/translations/kdenotify_plugin_it.ts | 54 ++++++++++++++++++++++ .../kdenotify/translations/kdenotify_plugin_lt.ts | 54 ++++++++++++++++++++++ .../kdenotify/translations/kdenotify_plugin_pl.ts | 39 ++++++++++++---- .../kdenotify/translations/kdenotify_plugin_ru.ts | 54 ++++++++++++++++++++++ .../kdenotify/translations/kdenotify_plugin_tr.ts | 54 ++++++++++++++++++++++ .../translations/kdenotify_plugin_uk_UA.ts | 29 +++++++++--- .../translations/kdenotify_plugin_zh_CN.ts | 54 ++++++++++++++++++++++ .../translations/kdenotify_plugin_zh_TW.ts | 54 ++++++++++++++++++++++ .../kdenotify/translations/translations.qrc | 18 ++++++-- 12 files changed, 508 insertions(+), 20 deletions(-) create mode 100644 src/plugins/General/kdenotify/translations/kdenotify_plugin_cs.ts create mode 100644 src/plugins/General/kdenotify/translations/kdenotify_plugin_de.ts create mode 100644 src/plugins/General/kdenotify/translations/kdenotify_plugin_it.ts create mode 100644 src/plugins/General/kdenotify/translations/kdenotify_plugin_lt.ts create mode 100644 src/plugins/General/kdenotify/translations/kdenotify_plugin_ru.ts create mode 100644 src/plugins/General/kdenotify/translations/kdenotify_plugin_tr.ts create mode 100644 src/plugins/General/kdenotify/translations/kdenotify_plugin_zh_CN.ts create mode 100644 src/plugins/General/kdenotify/translations/kdenotify_plugin_zh_TW.ts diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro index d9f8838fc..f5f393090 100644 --- a/src/plugins/General/kdenotify/kdenotify.pro +++ b/src/plugins/General/kdenotify/kdenotify.pro @@ -26,5 +26,15 @@ SOURCES += kdenotifyfactory.cpp \ HEADERS += kdenotifyfactory.h \ kdenotify.h \ settingsdialog.h +TRANSLATIONS = translations/kdenotify_plugin_cs.ts \ + translations/kdenotify_plugin_de.ts \ + translations/kdenotify_plugin_zh_CN.ts \ + translations/kdenotify_plugin_zh_TW.ts \ + translations/kdenotify_plugin_ru.ts \ + translations/kdenotify_plugin_pl.ts \ + translations/kdenotify_plugin_uk_UA.ts \ + translations/kdenotify_plugin_it.ts \ + translations/kdenotify_plugin_tr.ts \ + translations/kdenotify_plugin_lt.ts RESOURCES += translations/translations.qrc FORMS += settingsdialog.ui diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_cs.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_cs.ts new file mode 100644 index 000000000..f27b8c4e4 --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_cs.ts @@ -0,0 +1,54 @@ + + + + + KdeNotify + + + Qmmp now playing: + + + + + by + + + + + on + + + + + KdeNotifyFactory + + + KDE 4 notification plugin + + + + + About KDE Notification Plugin + + + + + KDE 4 notification plugin for Qmmp + + + + + + SettingsDialog + + + KDE 4 Notification Plugin Settings + + + + + Notification delay [ms]: + + + + diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_de.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_de.ts new file mode 100644 index 000000000..f27b8c4e4 --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_de.ts @@ -0,0 +1,54 @@ + + + + + KdeNotify + + + Qmmp now playing: + + + + + by + + + + + on + + + + + KdeNotifyFactory + + + KDE 4 notification plugin + + + + + About KDE Notification Plugin + + + + + KDE 4 notification plugin for Qmmp + + + + + + SettingsDialog + + + KDE 4 Notification Plugin Settings + + + + + Notification delay [ms]: + + + + diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_it.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_it.ts new file mode 100644 index 000000000..f27b8c4e4 --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_it.ts @@ -0,0 +1,54 @@ + + + + + KdeNotify + + + Qmmp now playing: + + + + + by + + + + + on + + + + + KdeNotifyFactory + + + KDE 4 notification plugin + + + + + About KDE Notification Plugin + + + + + KDE 4 notification plugin for Qmmp + + + + + + SettingsDialog + + + KDE 4 Notification Plugin Settings + + + + + Notification delay [ms]: + + + + diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_lt.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_lt.ts new file mode 100644 index 000000000..f27b8c4e4 --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_lt.ts @@ -0,0 +1,54 @@ + + + + + KdeNotify + + + Qmmp now playing: + + + + + by + + + + + on + + + + + KdeNotifyFactory + + + KDE 4 notification plugin + + + + + About KDE Notification Plugin + + + + + KDE 4 notification plugin for Qmmp + + + + + + SettingsDialog + + + KDE 4 Notification Plugin Settings + + + + + Notification delay [ms]: + + + + diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_pl.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_pl.ts index 104b3c401..292320d0a 100644 --- a/src/plugins/General/kdenotify/translations/kdenotify_plugin_pl.ts +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_pl.ts @@ -1,20 +1,26 @@ - + + + KdeNotify - - Now playing: - Teraz odtwarzane: + Now playing: + Teraz odtwarzane: - - by - przez + + Qmmp now playing: + - - on - na + + by + przez + + + + on + na @@ -24,14 +30,27 @@ KDE 4 notification plugin Wtyczka powiadamiania KDE 4 + + + About KDE Notification Plugin + + + + + KDE 4 notification plugin for Qmmp + + + SettingsDialog + KDE 4 Notification Plugin Settings Ustawienia wtyczki Powiadamianie KDE 4 + Notification delay [ms]: Czas zanikania [ms]: diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_ru.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_ru.ts new file mode 100644 index 000000000..f27b8c4e4 --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_ru.ts @@ -0,0 +1,54 @@ + + + + + KdeNotify + + + Qmmp now playing: + + + + + by + + + + + on + + + + + KdeNotifyFactory + + + KDE 4 notification plugin + + + + + About KDE Notification Plugin + + + + + KDE 4 notification plugin for Qmmp + + + + + + SettingsDialog + + + KDE 4 Notification Plugin Settings + + + + + Notification delay [ms]: + + + + diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_tr.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_tr.ts new file mode 100644 index 000000000..f27b8c4e4 --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_tr.ts @@ -0,0 +1,54 @@ + + + + + KdeNotify + + + Qmmp now playing: + + + + + by + + + + + on + + + + + KdeNotifyFactory + + + KDE 4 notification plugin + + + + + About KDE Notification Plugin + + + + + KDE 4 notification plugin for Qmmp + + + + + + SettingsDialog + + + KDE 4 Notification Plugin Settings + + + + + Notification delay [ms]: + + + + diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_uk_UA.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_uk_UA.ts index 71ba369d1..9afa82ff3 100644 --- a/src/plugins/General/kdenotify/translations/kdenotify_plugin_uk_UA.ts +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_uk_UA.ts @@ -1,20 +1,24 @@ - - + + KdeNotify - Now playing: - Відтворюється: + Відтворюється: - + + Qmmp now playing: + + + + by виконавець - + on на @@ -26,14 +30,27 @@ KDE 4 notification plugin Модуль повідомлень KDE4 + + + About KDE Notification Plugin + + + + + KDE 4 notification plugin for Qmmp + + + SettingsDialog + KDE 4 Notification Plugin Settings Налаштування модуля повідомлень KDE4 + Notification delay [ms]: Час показу [мс]: diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_zh_CN.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_zh_CN.ts new file mode 100644 index 000000000..f27b8c4e4 --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_zh_CN.ts @@ -0,0 +1,54 @@ + + + + + KdeNotify + + + Qmmp now playing: + + + + + by + + + + + on + + + + + KdeNotifyFactory + + + KDE 4 notification plugin + + + + + About KDE Notification Plugin + + + + + KDE 4 notification plugin for Qmmp + + + + + + SettingsDialog + + + KDE 4 Notification Plugin Settings + + + + + Notification delay [ms]: + + + + diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_zh_TW.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_zh_TW.ts new file mode 100644 index 000000000..f27b8c4e4 --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_zh_TW.ts @@ -0,0 +1,54 @@ + + + + + KdeNotify + + + Qmmp now playing: + + + + + by + + + + + on + + + + + KdeNotifyFactory + + + KDE 4 notification plugin + + + + + About KDE Notification Plugin + + + + + KDE 4 notification plugin for Qmmp + + + + + + SettingsDialog + + + KDE 4 Notification Plugin Settings + + + + + Notification delay [ms]: + + + + diff --git a/src/plugins/General/kdenotify/translations/translations.qrc b/src/plugins/General/kdenotify/translations/translations.qrc index a1560ef64..8f5b102d3 100644 --- a/src/plugins/General/kdenotify/translations/translations.qrc +++ b/src/plugins/General/kdenotify/translations/translations.qrc @@ -1,5 +1,15 @@ - - - kdenotify_plugin_pl.qm - + + + + kdenotify_plugin_it.qm + kdenotify_plugin_cs.qm + kdenotify_plugin_de.qm + kdenotify_plugin_zh_CN.qm + kdenotify_plugin_zh_TW.qm + kdenotify_plugin_pl.qm + kdenotify_plugin_ru.qm + kdenotify_plugin_uk_UA.qm + kdenotify_plugin_tr.qm + kdenotify_plugin_lt.qm + -- cgit v1.2.3-13-gbd6f