diff options
Diffstat (limited to 'src')
61 files changed, 261 insertions, 259 deletions
diff --git a/src/plugins/FileDialogs/QmmpFileDialog/qmmpfiledialog.cpp b/src/plugins/FileDialogs/QmmpFileDialog/qmmpfiledialog.cpp index 3289c2511..871337e8f 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/qmmpfiledialog.cpp +++ b/src/plugins/FileDialogs/QmmpFileDialog/qmmpfiledialog.cpp @@ -107,6 +107,7 @@ const FileDialogProperties QmmpFileDialogFactory::properties() const { FileDialogProperties properties; properties.name = tr("Qmmp File Dialog"); + properties.shortName = "qmmp_dialog"; properties.hasAbout =TRUE; return properties; } diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_cs.ts b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_cs.ts index 5ac8ab604..476c8847d 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_cs.ts +++ b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_cs.ts @@ -56,17 +56,17 @@ <context> <name>QmmpFileDialogFactory</name> <message> - <location filename="../qmmpfiledialog.cpp" line="107"/> + <location filename="../qmmpfiledialog.cpp" line="118"/> <source>Qmmp File Dialog</source> <translation>Souborový dialog Qmmp</translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="106"/> + <location filename="../qmmpfiledialog.cpp" line="117"/> <source>About Qmmp File Dialog</source> <translation>O souborovém dialogu Qmmp</translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="110"/> + <location filename="../qmmpfiledialog.cpp" line="121"/> <source>Writen by: Vladimir Kuznetsov <vovanec@gmail.com> Ilya Kotov <forkotov02@hotmail.ru></source> @@ -75,7 +75,7 @@ Vladimír Kuzněcov <vovanec@gmail.com> Ilja Kotov <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="111"/> + <location filename="../qmmpfiledialog.cpp" line="122"/> <source>Some code is copied from the Qt library</source> <translation>Část kódu je zkopírována z knihovny Qt</translation> </message> @@ -83,27 +83,27 @@ Ilja Kotov <forkotov02@hotmail.ru></translation> <context> <name>QmmpFileDialogImpl</name> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="240"/> + <location filename="../qmmpfiledialogimpl.cpp" line="241"/> <source>Add</source> <translation>Přidat</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="253"/> + <location filename="../qmmpfiledialogimpl.cpp" line="254"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="269"/> + <location filename="../qmmpfiledialogimpl.cpp" line="270"/> <source>Directories</source> <translation>Adresáře</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="438"/> + <location filename="../qmmpfiledialogimpl.cpp" line="439"/> <source>already exists.</source> <translation>již existuje.</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="439"/> + <location filename="../qmmpfiledialogimpl.cpp" line="440"/> <source>Do you want to replace it?</source> <translation>Chcete jej nahradit?</translation> </message> diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_de.ts b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_de.ts index 650f1453c..07257a9c9 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_de.ts +++ b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_de.ts @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="1.1" language="fi"> -<defaultcodec></defaultcodec> <context> <name>QmmpFileDialog</name> <message> @@ -34,22 +33,22 @@ <translation>Dialog nach Hinzufügen schließen</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="168"/> + <location filename="../qmmpfiledialog.ui" line="177"/> <source>File name:</source> <translation>Dateiname:</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="184"/> + <location filename="../qmmpfiledialog.ui" line="193"/> <source>Add</source> <translation>Hinzufügen</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="191"/> + <location filename="../qmmpfiledialog.ui" line="200"/> <source>Files of type:</source> <translation>Dateien des Typs:</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="217"/> + <location filename="../qmmpfiledialog.ui" line="226"/> <source>Close</source> <translation>Schließen</translation> </message> @@ -57,17 +56,17 @@ <context> <name>QmmpFileDialogFactory</name> <message> - <location filename="../qmmpfiledialog.cpp" line="107"/> + <location filename="../qmmpfiledialog.cpp" line="118"/> <source>Qmmp File Dialog</source> <translation>Qmmp Datei-Dialog</translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="106"/> + <location filename="../qmmpfiledialog.cpp" line="117"/> <source>About Qmmp File Dialog</source> <translation>Über Qmmp Datei-Dialog</translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="110"/> + <location filename="../qmmpfiledialog.cpp" line="121"/> <source>Writen by: Vladimir Kuznetsov <vovanec@gmail.com> Ilya Kotov <forkotov02@hotmail.ru></source> @@ -76,7 +75,7 @@ Vladimir Kuznetsov <vovanec@gmail.com> Ilya Kotov <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="111"/> + <location filename="../qmmpfiledialog.cpp" line="122"/> <source>Some code is copied from the Qt library</source> <translation>Einige Codezeilen wurden von der Qt-Bibliothek übernommen</translation> </message> @@ -84,27 +83,27 @@ Ilya Kotov <forkotov02@hotmail.ru></translation> <context> <name>QmmpFileDialogImpl</name> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="215"/> + <location filename="../qmmpfiledialogimpl.cpp" line="241"/> <source>Add</source> <translation>Hinzufügen</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="228"/> + <location filename="../qmmpfiledialogimpl.cpp" line="254"/> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="240"/> + <location filename="../qmmpfiledialogimpl.cpp" line="270"/> <source>Directories</source> <translation>Verzeichnisse</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="384"/> + <location filename="../qmmpfiledialogimpl.cpp" line="439"/> <source>already exists.</source> <translation>existiert bereits.</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="385"/> + <location filename="../qmmpfiledialogimpl.cpp" line="440"/> <source>Do you want to replace it?</source> <translation>Möchten Sie es ersetzen?</translation> </message> diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_pt_BR.ts b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_pt_BR.ts index b9b3600db..dc2442b90 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_pt_BR.ts +++ b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_pt_BR.ts @@ -33,22 +33,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="168"/> + <location filename="../qmmpfiledialog.ui" line="177"/> <source>File name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="184"/> + <location filename="../qmmpfiledialog.ui" line="193"/> <source>Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="191"/> + <location filename="../qmmpfiledialog.ui" line="200"/> <source>Files of type:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="217"/> + <location filename="../qmmpfiledialog.ui" line="226"/> <source>Close</source> <translation type="unfinished"></translation> </message> @@ -56,24 +56,24 @@ <context> <name>QmmpFileDialogFactory</name> <message> - <location filename="../qmmpfiledialog.cpp" line="107"/> + <location filename="../qmmpfiledialog.cpp" line="118"/> <source>Qmmp File Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="106"/> + <location filename="../qmmpfiledialog.cpp" line="117"/> <source>About Qmmp File Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="110"/> + <location filename="../qmmpfiledialog.cpp" line="121"/> <source>Writen by: Vladimir Kuznetsov <vovanec@gmail.com> Ilya Kotov <forkotov02@hotmail.ru></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="111"/> + <location filename="../qmmpfiledialog.cpp" line="122"/> <source>Some code is copied from the Qt library</source> <translation type="unfinished"></translation> </message> @@ -81,27 +81,27 @@ Ilya Kotov <forkotov02@hotmail.ru></source> <context> <name>QmmpFileDialogImpl</name> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="215"/> + <location filename="../qmmpfiledialogimpl.cpp" line="241"/> <source>Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="228"/> + <location filename="../qmmpfiledialogimpl.cpp" line="254"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="240"/> + <location filename="../qmmpfiledialogimpl.cpp" line="270"/> <source>Directories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="384"/> + <location filename="../qmmpfiledialogimpl.cpp" line="439"/> <source>already exists.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="385"/> + <location filename="../qmmpfiledialogimpl.cpp" line="440"/> <source>Do you want to replace it?</source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ru.ts b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ru.ts index 9c19112ba..9f4a77b4c 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ru.ts +++ b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ru.ts @@ -33,22 +33,22 @@ <translation>Закрыть при добавлении</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="168"/> + <location filename="../qmmpfiledialog.ui" line="177"/> <source>File name:</source> <translation>Имя файла:</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="184"/> + <location filename="../qmmpfiledialog.ui" line="193"/> <source>Add</source> <translation>Добавить</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="191"/> + <location filename="../qmmpfiledialog.ui" line="200"/> <source>Files of type:</source> <translation>Тип файла:</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="217"/> + <location filename="../qmmpfiledialog.ui" line="226"/> <source>Close</source> <translation>Закрыть</translation> </message> @@ -56,17 +56,17 @@ <context> <name>QmmpFileDialogFactory</name> <message> - <location filename="../qmmpfiledialog.cpp" line="107"/> + <location filename="../qmmpfiledialog.cpp" line="118"/> <source>Qmmp File Dialog</source> <translation>Файловый диалог Qmmp</translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="106"/> + <location filename="../qmmpfiledialog.cpp" line="117"/> <source>About Qmmp File Dialog</source> <translation>О файловом диалоге Qmmp</translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="110"/> + <location filename="../qmmpfiledialog.cpp" line="121"/> <source>Writen by: Vladimir Kuznetsov <vovanec@gmail.com> Ilya Kotov <forkotov02@hotmail.ru></source> @@ -75,7 +75,7 @@ Ilya Kotov <forkotov02@hotmail.ru></source> Илья Котов <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="111"/> + <location filename="../qmmpfiledialog.cpp" line="122"/> <source>Some code is copied from the Qt library</source> <translation>Часть когда использована из библиотеки Qt</translation> </message> @@ -83,27 +83,27 @@ Ilya Kotov <forkotov02@hotmail.ru></source> <context> <name>QmmpFileDialogImpl</name> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="215"/> + <location filename="../qmmpfiledialogimpl.cpp" line="241"/> <source>Add</source> <translation>Добавить</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="228"/> + <location filename="../qmmpfiledialogimpl.cpp" line="254"/> <source>Save</source> <translation>Сохранить</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="240"/> + <location filename="../qmmpfiledialogimpl.cpp" line="270"/> <source>Directories</source> <translation>Директории</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="384"/> + <location filename="../qmmpfiledialogimpl.cpp" line="439"/> <source>already exists.</source> <translation>уже существует.</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="385"/> + <location filename="../qmmpfiledialogimpl.cpp" line="440"/> <source>Do you want to replace it?</source> <translation>Заменить?</translation> </message> diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_tr.ts b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_tr.ts index b9b3600db..dc2442b90 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_tr.ts +++ b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_tr.ts @@ -33,22 +33,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="168"/> + <location filename="../qmmpfiledialog.ui" line="177"/> <source>File name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="184"/> + <location filename="../qmmpfiledialog.ui" line="193"/> <source>Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="191"/> + <location filename="../qmmpfiledialog.ui" line="200"/> <source>Files of type:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="217"/> + <location filename="../qmmpfiledialog.ui" line="226"/> <source>Close</source> <translation type="unfinished"></translation> </message> @@ -56,24 +56,24 @@ <context> <name>QmmpFileDialogFactory</name> <message> - <location filename="../qmmpfiledialog.cpp" line="107"/> + <location filename="../qmmpfiledialog.cpp" line="118"/> <source>Qmmp File Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="106"/> + <location filename="../qmmpfiledialog.cpp" line="117"/> <source>About Qmmp File Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="110"/> + <location filename="../qmmpfiledialog.cpp" line="121"/> <source>Writen by: Vladimir Kuznetsov <vovanec@gmail.com> Ilya Kotov <forkotov02@hotmail.ru></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="111"/> + <location filename="../qmmpfiledialog.cpp" line="122"/> <source>Some code is copied from the Qt library</source> <translation type="unfinished"></translation> </message> @@ -81,27 +81,27 @@ Ilya Kotov <forkotov02@hotmail.ru></source> <context> <name>QmmpFileDialogImpl</name> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="215"/> + <location filename="../qmmpfiledialogimpl.cpp" line="241"/> <source>Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="228"/> + <location filename="../qmmpfiledialogimpl.cpp" line="254"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="240"/> + <location filename="../qmmpfiledialogimpl.cpp" line="270"/> <source>Directories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="384"/> + <location filename="../qmmpfiledialogimpl.cpp" line="439"/> <source>already exists.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="385"/> + <location filename="../qmmpfiledialogimpl.cpp" line="440"/> <source>Do you want to replace it?</source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_uk_UA.ts b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_uk_UA.ts index 8a1ffa7fc..e2b122f9d 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_uk_UA.ts +++ b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_uk_UA.ts @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="1.1" language="uk"> -<defaultcodec></defaultcodec> <context> <name>QmmpFileDialog</name> <message> @@ -34,22 +33,22 @@ <translation>Закрити після додавання</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="168"/> + <location filename="../qmmpfiledialog.ui" line="177"/> <source>File name:</source> <translation>Ім'я файлу:</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="184"/> + <location filename="../qmmpfiledialog.ui" line="193"/> <source>Add</source> <translation>Додати</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="191"/> + <location filename="../qmmpfiledialog.ui" line="200"/> <source>Files of type:</source> <translation>Типи файлів:</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="217"/> + <location filename="../qmmpfiledialog.ui" line="226"/> <source>Close</source> <translation>Закрити</translation> </message> @@ -57,17 +56,17 @@ <context> <name>QmmpFileDialogFactory</name> <message> - <location filename="../qmmpfiledialog.cpp" line="107"/> + <location filename="../qmmpfiledialog.cpp" line="118"/> <source>Qmmp File Dialog</source> <translation>Діалог файлів Qmmp</translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="106"/> + <location filename="../qmmpfiledialog.cpp" line="117"/> <source>About Qmmp File Dialog</source> <translation>Про діалог файлів Qmmp</translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="110"/> + <location filename="../qmmpfiledialog.cpp" line="121"/> <source>Writen by: Vladimir Kuznetsov <vovanec@gmail.com> Ilya Kotov <forkotov02@hotmail.ru></source> @@ -76,7 +75,7 @@ Ilya Kotov <forkotov02@hotmail.ru></source> Ілля Котов <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="111"/> + <location filename="../qmmpfiledialog.cpp" line="122"/> <source>Some code is copied from the Qt library</source> <translation>Деякий код скопійовано з бібліотеки Qt</translation> </message> @@ -84,27 +83,27 @@ Ilya Kotov <forkotov02@hotmail.ru></source> <context> <name>QmmpFileDialogImpl</name> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="215"/> + <location filename="../qmmpfiledialogimpl.cpp" line="241"/> <source>Add</source> <translation>Додати</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="228"/> + <location filename="../qmmpfiledialogimpl.cpp" line="254"/> <source>Save</source> <translation>Зберегти</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="240"/> + <location filename="../qmmpfiledialogimpl.cpp" line="270"/> <source>Directories</source> <translation>Теки</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="384"/> + <location filename="../qmmpfiledialogimpl.cpp" line="439"/> <source>already exists.</source> <translation>вже існує.</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="385"/> + <location filename="../qmmpfiledialogimpl.cpp" line="440"/> <source>Do you want to replace it?</source> <translation>Ви бажаєте замінити?</translation> </message> diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_zh_CN.ts b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_zh_CN.ts index 84c14e55d..e2d0642c3 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_zh_CN.ts +++ b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_zh_CN.ts @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="1.1" language="zh_CN"> -<defaultcodec></defaultcodec> <context> <name>QmmpFileDialog</name> <message> @@ -34,22 +33,22 @@ <translation>关闭对话并打开已添加</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="168"/> + <location filename="../qmmpfiledialog.ui" line="177"/> <source>File name:</source> <translation>文件名:</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="184"/> + <location filename="../qmmpfiledialog.ui" line="193"/> <source>Add</source> <translation>添加</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="191"/> + <location filename="../qmmpfiledialog.ui" line="200"/> <source>Files of type:</source> <translation>文件类型:</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="217"/> + <location filename="../qmmpfiledialog.ui" line="226"/> <source>Close</source> <translation>关闭</translation> </message> @@ -57,17 +56,17 @@ <context> <name>QmmpFileDialogFactory</name> <message> - <location filename="../qmmpfiledialog.cpp" line="107"/> + <location filename="../qmmpfiledialog.cpp" line="118"/> <source>Qmmp File Dialog</source> <translation>Qmmp 文件会话</translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="106"/> + <location filename="../qmmpfiledialog.cpp" line="117"/> <source>About Qmmp File Dialog</source> <translation>关于 Qmmp 文件会话</translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="110"/> + <location filename="../qmmpfiledialog.cpp" line="121"/> <source>Writen by: Vladimir Kuznetsov <vovanec@gmail.com> Ilya Kotov <forkotov02@hotmail.ru></source> @@ -76,7 +75,7 @@ Vladimir Kuznetsov <vovanec@gmail.com> Ilya Kotov <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="111"/> + <location filename="../qmmpfiledialog.cpp" line="122"/> <source>Some code is copied from the Qt library</source> <translation>一些源码基于 Qt 库</translation> </message> @@ -84,27 +83,27 @@ Ilya Kotov <forkotov02@hotmail.ru></translation> <context> <name>QmmpFileDialogImpl</name> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="215"/> + <location filename="../qmmpfiledialogimpl.cpp" line="241"/> <source>Add</source> <translation>添加</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="228"/> + <location filename="../qmmpfiledialogimpl.cpp" line="254"/> <source>Save</source> <translation>保存</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="240"/> + <location filename="../qmmpfiledialogimpl.cpp" line="270"/> <source>Directories</source> <translation>目录</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="384"/> + <location filename="../qmmpfiledialogimpl.cpp" line="439"/> <source>already exists.</source> <translation>早已存在。</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="385"/> + <location filename="../qmmpfiledialogimpl.cpp" line="440"/> <source>Do you want to replace it?</source> <translation>您想替换它吗?</translation> </message> diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_zh_TW.ts b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_zh_TW.ts index 529ae4e8f..8af2d1db7 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_zh_TW.ts +++ b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_zh_TW.ts @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="1.1" language="zh_TW"> -<defaultcodec></defaultcodec> <context> <name>QmmpFileDialog</name> <message> @@ -34,22 +33,22 @@ <translation>關閉對話並打開已添加</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="168"/> + <location filename="../qmmpfiledialog.ui" line="177"/> <source>File name:</source> <translation>檔案名:</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="184"/> + <location filename="../qmmpfiledialog.ui" line="193"/> <source>Add</source> <translation>添加</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="191"/> + <location filename="../qmmpfiledialog.ui" line="200"/> <source>Files of type:</source> <translation>檔案類型:</translation> </message> <message> - <location filename="../qmmpfiledialog.ui" line="217"/> + <location filename="../qmmpfiledialog.ui" line="226"/> <source>Close</source> <translation>關閉</translation> </message> @@ -57,17 +56,17 @@ <context> <name>QmmpFileDialogFactory</name> <message> - <location filename="../qmmpfiledialog.cpp" line="107"/> + <location filename="../qmmpfiledialog.cpp" line="118"/> <source>Qmmp File Dialog</source> <translation>Qmmp 檔案會話</translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="106"/> + <location filename="../qmmpfiledialog.cpp" line="117"/> <source>About Qmmp File Dialog</source> <translation>關於 Qmmp 檔案會話</translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="110"/> + <location filename="../qmmpfiledialog.cpp" line="121"/> <source>Writen by: Vladimir Kuznetsov <vovanec@gmail.com> Ilya Kotov <forkotov02@hotmail.ru></source> @@ -76,7 +75,7 @@ Vladimir Kuznetsov <vovanec@gmail.com> Ilya Kotov <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../qmmpfiledialog.cpp" line="111"/> + <location filename="../qmmpfiledialog.cpp" line="122"/> <source>Some code is copied from the Qt library</source> <translation>一些源碼基於 Qt 程式庫</translation> </message> @@ -84,27 +83,27 @@ Ilya Kotov <forkotov02@hotmail.ru></translation> <context> <name>QmmpFileDialogImpl</name> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="215"/> + <location filename="../qmmpfiledialogimpl.cpp" line="241"/> <source>Add</source> <translation>添加</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="228"/> + <location filename="../qmmpfiledialogimpl.cpp" line="254"/> <source>Save</source> <translation>儲存</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="240"/> + <location filename="../qmmpfiledialogimpl.cpp" line="270"/> <source>Directories</source> <translation>目錄</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="384"/> + <location filename="../qmmpfiledialogimpl.cpp" line="439"/> <source>already exists.</source> <translation>早已存在。</translation> </message> <message> - <location filename="../qmmpfiledialogimpl.cpp" line="385"/> + <location filename="../qmmpfiledialogimpl.cpp" line="440"/> <source>Do you want to replace it?</source> <translation>您想替換它嗎?</translation> </message> diff --git a/src/plugins/General/hal/halfactory.cpp b/src/plugins/General/hal/halfactory.cpp index 48b7aa7e6..e0b777d43 100644 --- a/src/plugins/General/hal/halfactory.cpp +++ b/src/plugins/General/hal/halfactory.cpp @@ -27,6 +27,7 @@ const GeneralProperties HalFactory::properties() const { GeneralProperties properties; properties.name = tr("HAL Plugin"); + properties.shortName = "hal"; properties.hasAbout = FALSE; properties.hasSettings = FALSE; properties.visibilityControl = FALSE; diff --git a/src/plugins/General/lyrics/lyricsfactory.cpp b/src/plugins/General/lyrics/lyricsfactory.cpp index 1e265c6af..5f9c29bf2 100644 --- a/src/plugins/General/lyrics/lyricsfactory.cpp +++ b/src/plugins/General/lyrics/lyricsfactory.cpp @@ -27,6 +27,7 @@ const GeneralProperties LyricsFactory::properties() const { GeneralProperties properties; properties.name = tr("Lyrics Plugin"); + properties.shortName = "lyrics"; properties.hasAbout = TRUE; properties.hasSettings = FALSE; properties.visibilityControl = FALSE; diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_cs.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_cs.ts index 33bfb549f..8ee2c207f 100644 --- a/src/plugins/General/lyrics/translations/lyrics_plugin_cs.ts +++ b/src/plugins/General/lyrics/translations/lyrics_plugin_cs.ts @@ -16,22 +16,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="48"/> + <location filename="../lyricsfactory.cpp" line="50"/> <source>About Lyrics Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="49"/> + <location filename="../lyricsfactory.cpp" line="51"/> <source>Qmmp Lyrics Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="51"/> + <location filename="../lyricsfactory.cpp" line="53"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="50"/> + <location filename="../lyricsfactory.cpp" line="52"/> <source>This plugin retrieves lyrics from LyricWiki.org</source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_de.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_de.ts index 50e5bd5e5..911072ea3 100644 --- a/src/plugins/General/lyrics/translations/lyrics_plugin_de.ts +++ b/src/plugins/General/lyrics/translations/lyrics_plugin_de.ts @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="1.1" language="de"> -<defaultcodec></defaultcodec> <context> <name>Lyrics</name> <message> @@ -17,22 +16,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="48"/> + <location filename="../lyricsfactory.cpp" line="50"/> <source>About Lyrics Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="49"/> + <location filename="../lyricsfactory.cpp" line="51"/> <source>Qmmp Lyrics Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="51"/> + <location filename="../lyricsfactory.cpp" line="53"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="50"/> + <location filename="../lyricsfactory.cpp" line="52"/> <source>This plugin retrieves lyrics from LyricWiki.org</source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_ru.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_ru.ts index a70c44a7b..1a09bccf9 100644 --- a/src/plugins/General/lyrics/translations/lyrics_plugin_ru.ts +++ b/src/plugins/General/lyrics/translations/lyrics_plugin_ru.ts @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="1.1" language="pl"> -<defaultcodec></defaultcodec> <context> <name>Lyrics</name> <message> @@ -17,22 +16,22 @@ <translation>Модуль показа текстов</translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="48"/> + <location filename="../lyricsfactory.cpp" line="50"/> <source>About Lyrics Plugin</source> <translation>О модуле показа текстов песен</translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="49"/> + <location filename="../lyricsfactory.cpp" line="51"/> <source>Qmmp Lyrics Plugin</source> <translation>Модуль показа текстов песен для Qmmp</translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="51"/> + <location filename="../lyricsfactory.cpp" line="53"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Разработчик: Илья Котов <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="50"/> + <location filename="../lyricsfactory.cpp" line="52"/> <source>This plugin retrieves lyrics from LyricWiki.org</source> <translation>Этот модуль предназначен для получания текстов песен из LyricWiki.org</translation> </message> diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_uk_UA.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_uk_UA.ts index 2d1625eeb..e8f590ad9 100644 --- a/src/plugins/General/lyrics/translations/lyrics_plugin_uk_UA.ts +++ b/src/plugins/General/lyrics/translations/lyrics_plugin_uk_UA.ts @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="1.1" language="uk"> -<defaultcodec></defaultcodec> <context> <name>Lyrics</name> <message> @@ -17,22 +16,22 @@ <translation>Модуль текстів</translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="48"/> + <location filename="../lyricsfactory.cpp" line="50"/> <source>About Lyrics Plugin</source> <translation>Про модуль текстів</translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="49"/> + <location filename="../lyricsfactory.cpp" line="51"/> <source>Qmmp Lyrics Plugin</source> <translation>Модуль текстів для Qmmp</translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="51"/> + <location filename="../lyricsfactory.cpp" line="53"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Розробник: Ілля Котов <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="50"/> + <location filename="../lyricsfactory.cpp" line="52"/> <source>This plugin retrieves lyrics from LyricWiki.org</source> <translation>Цей модуль отримує тексти з LyricWiki.org</translation> </message> diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_zh_CN.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_zh_CN.ts index 33bfb549f..8ee2c207f 100644 --- a/src/plugins/General/lyrics/translations/lyrics_plugin_zh_CN.ts +++ b/src/plugins/General/lyrics/translations/lyrics_plugin_zh_CN.ts @@ -16,22 +16,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="48"/> + <location filename="../lyricsfactory.cpp" line="50"/> <source>About Lyrics Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="49"/> + <location filename="../lyricsfactory.cpp" line="51"/> <source>Qmmp Lyrics Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="51"/> + <location filename="../lyricsfactory.cpp" line="53"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="50"/> + <location filename="../lyricsfactory.cpp" line="52"/> <source>This plugin retrieves lyrics from LyricWiki.org</source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_zh_TW.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_zh_TW.ts index 33bfb549f..8ee2c207f 100644 --- a/src/plugins/General/lyrics/translations/lyrics_plugin_zh_TW.ts +++ b/src/plugins/General/lyrics/translations/lyrics_plugin_zh_TW.ts @@ -16,22 +16,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="48"/> + <location filename="../lyricsfactory.cpp" line="50"/> <source>About Lyrics Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="49"/> + <location filename="../lyricsfactory.cpp" line="51"/> <source>Qmmp Lyrics Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="51"/> + <location filename="../lyricsfactory.cpp" line="53"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../lyricsfactory.cpp" line="50"/> + <location filename="../lyricsfactory.cpp" line="52"/> <source>This plugin retrieves lyrics from LyricWiki.org</source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/mpris/mprisfactory.cpp b/src/plugins/General/mpris/mprisfactory.cpp index c7011486d..6b27fb33d 100644 --- a/src/plugins/General/mpris/mprisfactory.cpp +++ b/src/plugins/General/mpris/mprisfactory.cpp @@ -27,6 +27,7 @@ const GeneralProperties MPRISFactory::properties() const { GeneralProperties properties; properties.name = tr("MPRIS Plugin"); + properties.shortName = "mpris"; properties.hasAbout = TRUE; properties.hasSettings = FALSE; properties.visibilityControl = FALSE; diff --git a/src/plugins/General/mpris/translations/mpris_plugin_cs.ts b/src/plugins/General/mpris/translations/mpris_plugin_cs.ts index c1cff1dcb..2ee42b183 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_cs.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_cs.ts @@ -8,17 +8,17 @@ <translation>Modul MPRIS</translation> </message> <message> - <location filename="../mprisfactory.cpp" line="48"/> + <location filename="../mprisfactory.cpp" line="49"/> <source>About MPRIS Plugin</source> <translation>O modulu MPRIS</translation> </message> <message> - <location filename="../mprisfactory.cpp" line="50"/> + <location filename="../mprisfactory.cpp" line="51"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../mprisfactory.cpp" line="49"/> + <location filename="../mprisfactory.cpp" line="50"/> <source>Qmmp MPRIS Plugin</source> <translation>Modul Qmmp MPRIS</translation> </message> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_de.ts b/src/plugins/General/mpris/translations/mpris_plugin_de.ts index 26aaf0d4f..8111fd946 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_de.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_de.ts @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="1.1" language="de"> -<defaultcodec></defaultcodec> <context> <name>MPRISFactory</name> <message> @@ -9,17 +8,17 @@ <translation>MPRIS-Plugin</translation> </message> <message> - <location filename="../mprisfactory.cpp" line="48"/> + <location filename="../mprisfactory.cpp" line="49"/> <source>About MPRIS Plugin</source> <translation>Über MPRIS-Plugin</translation> </message> <message> - <location filename="../mprisfactory.cpp" line="50"/> + <location filename="../mprisfactory.cpp" line="51"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../mprisfactory.cpp" line="49"/> + <location filename="../mprisfactory.cpp" line="50"/> <source>Qmmp MPRIS Plugin</source> <translation>Qmmp MPRIS-Plugin</translation> </message> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_ru.ts b/src/plugins/General/mpris/translations/mpris_plugin_ru.ts index bf7d08405..5eadf0132 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_ru.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_ru.ts @@ -8,17 +8,17 @@ <translation>Модуль MPRIS</translation> </message> <message> - <location filename="../mprisfactory.cpp" line="48"/> + <location filename="../mprisfactory.cpp" line="49"/> <source>About MPRIS Plugin</source> <translation>О модуле MPRIS</translation> </message> <message> - <location filename="../mprisfactory.cpp" line="50"/> + <location filename="../mprisfactory.cpp" line="51"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Разработчик: Илья Котов <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../mprisfactory.cpp" line="49"/> + <location filename="../mprisfactory.cpp" line="50"/> <source>Qmmp MPRIS Plugin</source> <translation>Модуль MPRIS для Qmmp</translation> </message> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts b/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts index 87c625b14..33c3315e6 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts @@ -8,17 +8,17 @@ <translation>Модуль MPRIS</translation> </message> <message> - <location filename="../mprisfactory.cpp" line="48"/> + <location filename="../mprisfactory.cpp" line="49"/> <source>About MPRIS Plugin</source> <translation>Про модуль MPRIS</translation> </message> <message> - <location filename="../mprisfactory.cpp" line="50"/> + <location filename="../mprisfactory.cpp" line="51"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Розробник: Ілля Котов <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../mprisfactory.cpp" line="49"/> + <location filename="../mprisfactory.cpp" line="50"/> <source>Qmmp MPRIS Plugin</source> <translation>Модуль MPRIS для Qmmp</translation> </message> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_zh_CN.ts b/src/plugins/General/mpris/translations/mpris_plugin_zh_CN.ts index c762fde4a..521a81663 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_zh_CN.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_zh_CN.ts @@ -8,17 +8,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../mprisfactory.cpp" line="48"/> + <location filename="../mprisfactory.cpp" line="49"/> <source>About MPRIS Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../mprisfactory.cpp" line="50"/> + <location filename="../mprisfactory.cpp" line="51"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation type="unfinished">作者:Ilya Kotov <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../mprisfactory.cpp" line="49"/> + <location filename="../mprisfactory.cpp" line="50"/> <source>Qmmp MPRIS Plugin</source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_zh_TW.ts b/src/plugins/General/mpris/translations/mpris_plugin_zh_TW.ts index 1975b9c3b..191f5fd7d 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_zh_TW.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_zh_TW.ts @@ -8,17 +8,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../mprisfactory.cpp" line="48"/> + <location filename="../mprisfactory.cpp" line="49"/> <source>About MPRIS Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../mprisfactory.cpp" line="50"/> + <location filename="../mprisfactory.cpp" line="51"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation type="unfinished">作者:Ilya Kotov <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../mprisfactory.cpp" line="49"/> + <location filename="../mprisfactory.cpp" line="50"/> <source>Qmmp MPRIS Plugin</source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/notifier/notifierfactory.cpp b/src/plugins/General/notifier/notifierfactory.cpp index fdb9b4463..f0da9352a 100644 --- a/src/plugins/General/notifier/notifierfactory.cpp +++ b/src/plugins/General/notifier/notifierfactory.cpp @@ -28,6 +28,7 @@ const GeneralProperties NotifierFactory::properties() const { GeneralProperties properties; properties.name = tr("Notifier Plugin"); + properties.shortName = "notifier"; properties.hasAbout = TRUE; properties.hasSettings = TRUE; properties.visibilityControl = FALSE; diff --git a/src/plugins/General/notifier/translations/notifier_plugin_cs.ts b/src/plugins/General/notifier/translations/notifier_plugin_cs.ts index 56b78381a..7a0e9c840 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_cs.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_cs.ts @@ -8,17 +8,17 @@ <translation>Notifikační modul</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="49"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>O notifikačním modulu</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="50"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Notifikační modul Qmmp</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_de.ts b/src/plugins/General/notifier/translations/notifier_plugin_de.ts index 7acccb024..9950b7ff6 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_de.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_de.ts @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="1.1" language="de"> -<defaultcodec></defaultcodec> <context> <name>NotifierFactory</name> <message> @@ -9,17 +8,17 @@ <translation type="unfinished">Benachrichtigungs-Plugin</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="49"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation type="unfinished">Über Benachrichtigungs-Plugin</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="50"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation type="unfinished">Qmmp Benachrichtigungs-Plugin</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_ru.ts b/src/plugins/General/notifier/translations/notifier_plugin_ru.ts index 7eae4f4c3..11bff5242 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_ru.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_ru.ts @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="1.1" language="ru_RU"> -<defaultcodec></defaultcodec> <context> <name>NotifierFactory</name> <message> @@ -9,17 +8,17 @@ <translation>Модуль уведомлений</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="49"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>О модуле уведомлений</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="50"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Модуль уведомлений для Qmmp</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Разработчик: Илья Котов <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts b/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts index 793a30ff4..3e641be00 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="1.1" language="uk"> -<defaultcodec></defaultcodec> <context> <name>NotifierFactory</name> <message> @@ -9,17 +8,17 @@ <translation>Модуль повідомлень</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="49"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>Про модуль повідомлень</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="50"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Модуль повідомлень для Qmmp</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Розробник: Ілля Котов <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_zh_CN.ts b/src/plugins/General/notifier/translations/notifier_plugin_zh_CN.ts index c75aecaf3..7f3a84f17 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_zh_CN.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_zh_CN.ts @@ -8,17 +8,17 @@ <translation>通知插件</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="49"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>关于通知插件</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="50"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Qmmp 通知插件</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>作者:Ilya Kotov <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_zh_TW.ts b/src/plugins/General/notifier/translations/notifier_plugin_zh_TW.ts index ac72b47b7..0e3ca47de 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_zh_TW.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_zh_TW.ts @@ -8,17 +8,17 @@ <translation>通知插件</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="49"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>關於通知插件</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="50"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Qmmp 通知插件</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>作者:Ilya Kotov <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/scrobbler/scrobblerfactory.cpp b/src/plugins/General/scrobbler/scrobblerfactory.cpp index 2f36f971a..69b3d9b82 100644 --- a/src/plugins/General/scrobbler/scrobblerfactory.cpp +++ b/src/plugins/General/scrobbler/scrobblerfactory.cpp @@ -28,6 +28,7 @@ const GeneralProperties ScrobblerFactory::properties() const { GeneralProperties properties; properties.name = tr("Scrobbler Plugin"); + properties.shortName = "scrobbler"; properties.hasAbout = TRUE; properties.hasSettings = TRUE; properties.visibilityControl = FALSE; diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts index 225c2503e..1793f7613 100644 --- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts @@ -8,17 +8,17 @@ <translation>Modul Scrobbler</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="49"/> + <location filename="../scrobblerfactory.cpp" line="50"/> <source>About Scrobbler Plugin</source> <translation>O modulu Scrobbler</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="50"/> + <location filename="../scrobblerfactory.cpp" line="51"/> <source>Qmmp AudioScrobbler Plugin</source> <translation>Modul Qmmp Scrobbler</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="51"/> + <location filename="../scrobblerfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts index dd979238f..59694ab26 100644 --- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts @@ -8,17 +8,17 @@ <translation>Scrobbler-Plugin</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="49"/> + <location filename="../scrobblerfactory.cpp" line="50"/> <source>About Scrobbler Plugin</source> <translation>Über Scrobbler-Plugin</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="50"/> + <location filename="../scrobblerfactory.cpp" line="51"/> <source>Qmmp AudioScrobbler Plugin</source> <translation>Qmmp AudioScrobbler-Plugin</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="51"/> + <location filename="../scrobblerfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts index fdd6c84b6..2451035bc 100644 --- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts @@ -8,17 +8,17 @@ <translation>Модуль scrobbler</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="49"/> + <location filename="../scrobblerfactory.cpp" line="50"/> <source>About Scrobbler Plugin</source> <translation>О модуле Scrobbler </translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="50"/> + <location filename="../scrobblerfactory.cpp" line="51"/> <source>Qmmp AudioScrobbler Plugin</source> <translation>Модуль AudioScrobbler для Qmmp</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="51"/> + <location filename="../scrobblerfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Разработчик: Илья Котов <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_uk_UA.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_uk_UA.ts index 0b3d70ff4..4b1d97fb8 100644 --- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_uk_UA.ts +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_uk_UA.ts @@ -8,17 +8,17 @@ <translation>Модуль scrobbler</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="49"/> + <location filename="../scrobblerfactory.cpp" line="50"/> <source>About Scrobbler Plugin</source> <translation>Про модуль Scrobbler </translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="50"/> + <location filename="../scrobblerfactory.cpp" line="51"/> <source>Qmmp AudioScrobbler Plugin</source> <translation>Модуль AudioScrobbler для Qmmp</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="51"/> + <location filename="../scrobblerfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Розробник: Ілля Котов <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts index cac4dd97c..eda1a26a5 100644 --- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts @@ -8,17 +8,17 @@ <translation>Scrobbler 插件</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="49"/> + <location filename="../scrobblerfactory.cpp" line="50"/> <source>About Scrobbler Plugin</source> <translation>关于 Scrobbler 插件</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="50"/> + <location filename="../scrobblerfactory.cpp" line="51"/> <source>Qmmp AudioScrobbler Plugin</source> <translation>Qmmp Scrobbler 插件</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="51"/> + <location filename="../scrobblerfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>作者:Ilya Kotov <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts index 43fb8ccc3..8cd34e54f 100644 --- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts @@ -8,17 +8,17 @@ <translation>Scrobbler 插件</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="49"/> + <location filename="../scrobblerfactory.cpp" line="50"/> <source>About Scrobbler Plugin</source> <translation>關於 Scrobbler 插件</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="50"/> + <location filename="../scrobblerfactory.cpp" line="51"/> <source>Qmmp AudioScrobbler Plugin</source> <translation>Qmmp Scrobbler 插件</translation> </message> <message> - <location filename="../scrobblerfactory.cpp" line="51"/> + <location filename="../scrobblerfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>作者:Ilya Kotov <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/statusicon/statusiconfactory.cpp b/src/plugins/General/statusicon/statusiconfactory.cpp index 2b56d7c82..dae733dc7 100644 --- a/src/plugins/General/statusicon/statusiconfactory.cpp +++ b/src/plugins/General/statusicon/statusiconfactory.cpp @@ -28,6 +28,7 @@ const GeneralProperties StatusIconFactory::properties() const { GeneralProperties properties; properties.name = tr("Status Icon Plugin"); + properties.shortName = "status_icon"; properties.hasAbout = TRUE; properties.hasSettings = TRUE; properties.visibilityControl = TRUE; diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_cs.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_cs.ts index 11082ac76..81b3309ad 100644 --- a/src/plugins/General/statusicon/translations/statusicon_plugin_cs.ts +++ b/src/plugins/General/statusicon/translations/statusicon_plugin_cs.ts @@ -25,12 +25,12 @@ <message> <location filename="../settingsdialog.ui" line="89"/> <source>OK</source> - <translation>OK</translation> + <translation type="obsolete">OK</translation> </message> <message> <location filename="../settingsdialog.ui" line="96"/> <source>Cancel</source> - <translation>Zrušit</translation> + <translation type="obsolete">Zrušit</translation> </message> </context> <context> @@ -66,7 +66,7 @@ <translation>Ukončit</translation> </message> <message> - <location filename="../statusicon.cpp" line="104"/> + <location filename="../statusicon.cpp" line="103"/> <source>Now Playing</source> <translation>Nyní hraje</translation> </message> @@ -79,17 +79,17 @@ <translation>Modul stavové ikony</translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="50"/> + <location filename="../statusiconfactory.cpp" line="51"/> <source>Qmmp Status Icon Plugin</source> <translation>Modul stavové ikony Qmmp</translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="51"/> + <location filename="../statusiconfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="49"/> + <location filename="../statusiconfactory.cpp" line="50"/> <source>About Status Icon Plugin</source> <translation>O modulu stavové ikony</translation> </message> diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_de.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_de.ts index 5c06f144d..8d7f5ba24 100644 --- a/src/plugins/General/statusicon/translations/statusicon_plugin_de.ts +++ b/src/plugins/General/statusicon/translations/statusicon_plugin_de.ts @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="1.1" language="de"> -<defaultcodec></defaultcodec> <context> <name>SettingsDialog</name> <message> @@ -26,12 +25,12 @@ <message> <location filename="../settingsdialog.ui" line="89"/> <source>OK</source> - <translation>OK</translation> + <translation type="obsolete">OK</translation> </message> <message> <location filename="../settingsdialog.ui" line="96"/> <source>Cancel</source> - <translation>Abbrechen</translation> + <translation type="obsolete">Abbrechen</translation> </message> </context> <context> @@ -67,7 +66,7 @@ <translation>Beenden</translation> </message> <message> - <location filename="../statusicon.cpp" line="104"/> + <location filename="../statusicon.cpp" line="103"/> <source>Now Playing</source> <translation>Aktueller Titel</translation> </message> @@ -80,17 +79,17 @@ <translation>Statussymbol-Plugin</translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="50"/> + <location filename="../statusiconfactory.cpp" line="51"/> <source>Qmmp Status Icon Plugin</source> <translation>Qmmp Statussymbol-Plugin</translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="51"/> + <location filename="../statusiconfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="49"/> + <location filename="../statusiconfactory.cpp" line="50"/> <source>About Status Icon Plugin</source> <translation>Über Statussymbol-Plugin</translation> </message> diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_ru.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_ru.ts index 6e292344c..b5b296669 100644 --- a/src/plugins/General/statusicon/translations/statusicon_plugin_ru.ts +++ b/src/plugins/General/statusicon/translations/statusicon_plugin_ru.ts @@ -23,14 +23,9 @@ <translation>Задержка сообщения, мс:</translation> </message> <message> - <location filename="../settingsdialog.ui" line="89"/> - <source>OK</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../settingsdialog.ui" line="96"/> <source>Cancel</source> - <translation>Отмена</translation> + <translation type="obsolete">Отмена</translation> </message> </context> <context> @@ -66,7 +61,7 @@ <translation>Выход</translation> </message> <message> - <location filename="../statusicon.cpp" line="104"/> + <location filename="../statusicon.cpp" line="103"/> <source>Now Playing</source> <translation>Сейчас играет</translation> </message> @@ -79,17 +74,17 @@ <translation>Модуль Status Icon</translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="49"/> + <location filename="../statusiconfactory.cpp" line="50"/> <source>About Status Icon Plugin</source> <translation>О модуле Status Icon</translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="50"/> + <location filename="../statusiconfactory.cpp" line="51"/> <source>Qmmp Status Icon Plugin</source> <translation>Модуль Status Icon для Qmmp</translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="51"/> + <location filename="../statusiconfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Разработчик: Илья Котов <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_uk_UA.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_uk_UA.ts index 99fe033e8..6f5b433fe 100644 --- a/src/plugins/General/statusicon/translations/statusicon_plugin_uk_UA.ts +++ b/src/plugins/General/statusicon/translations/statusicon_plugin_uk_UA.ts @@ -25,12 +25,12 @@ <message> <location filename="../settingsdialog.ui" line="89"/> <source>OK</source> - <translation>Застосувати</translation> + <translation type="obsolete">Застосувати</translation> </message> <message> <location filename="../settingsdialog.ui" line="96"/> <source>Cancel</source> - <translation>Відмінити</translation> + <translation type="obsolete">Відмінити</translation> </message> </context> <context> @@ -66,7 +66,7 @@ <translation>Вихід</translation> </message> <message> - <location filename="../statusicon.cpp" line="104"/> + <location filename="../statusicon.cpp" line="103"/> <source>Now Playing</source> <translation>Зараз грає</translation> </message> @@ -79,17 +79,17 @@ <translation>Модуль Status Icon</translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="49"/> + <location filename="../statusiconfactory.cpp" line="50"/> <source>About Status Icon Plugin</source> <translation>Про модуль Status Icon</translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="50"/> + <location filename="../statusiconfactory.cpp" line="51"/> <source>Qmmp Status Icon Plugin</source> <translation>Модуль Status Icon для Qmmp</translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="51"/> + <location filename="../statusiconfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>Розробник: Ілля Котов <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_zh_CN.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_zh_CN.ts index f583cfa25..307ab36ef 100644 --- a/src/plugins/General/statusicon/translations/statusicon_plugin_zh_CN.ts +++ b/src/plugins/General/statusicon/translations/statusicon_plugin_zh_CN.ts @@ -25,12 +25,12 @@ <message> <location filename="../settingsdialog.ui" line="89"/> <source>OK</source> - <translation>确定</translation> + <translation type="obsolete">确定</translation> </message> <message> <location filename="../settingsdialog.ui" line="96"/> <source>Cancel</source> - <translation>取消</translation> + <translation type="obsolete">取消</translation> </message> </context> <context> @@ -66,7 +66,7 @@ <translation>退出</translation> </message> <message> - <location filename="../statusicon.cpp" line="104"/> + <location filename="../statusicon.cpp" line="103"/> <source>Now Playing</source> <translation>正在播放</translation> </message> @@ -79,17 +79,17 @@ <translation>状态图标插件</translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="50"/> + <location filename="../statusiconfactory.cpp" line="51"/> <source>Qmmp Status Icon Plugin</source> <translation>Qmmp 状态图标插件</translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="51"/> + <location filename="../statusiconfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>作者:Ilya Kotov <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="49"/> + <location filename="../statusiconfactory.cpp" line="50"/> <source>About Status Icon Plugin</source> <translation>关于状态图标插件</translation> </message> diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_zh_TW.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_zh_TW.ts index b0075fbea..43b379830 100644 --- a/src/plugins/General/statusicon/translations/statusicon_plugin_zh_TW.ts +++ b/src/plugins/General/statusicon/translations/statusicon_plugin_zh_TW.ts @@ -25,12 +25,12 @@ <message> <location filename="../settingsdialog.ui" line="89"/> <source>OK</source> - <translation>確定</translation> + <translation type="obsolete">確定</translation> </message> <message> <location filename="../settingsdialog.ui" line="96"/> <source>Cancel</source> - <translation>取消</translation> + <translation type="obsolete">取消</translation> </message> </context> <context> @@ -66,7 +66,7 @@ <translation>結束</translation> </message> <message> - <location filename="../statusicon.cpp" line="104"/> + <location filename="../statusicon.cpp" line="103"/> <source>Now Playing</source> <translation>正在播放</translation> </message> @@ -79,17 +79,17 @@ <translation>狀態圖像插件</translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="50"/> + <location filename="../statusiconfactory.cpp" line="51"/> <source>Qmmp Status Icon Plugin</source> <translation>Qmmp 狀態圖像插件</translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="51"/> + <location filename="../statusiconfactory.cpp" line="52"/> <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> <translation>作者:Ilya Kotov <forkotov02@hotmail.ru></translation> </message> <message> - <location filename="../statusiconfactory.cpp" line="49"/> + <location filename="../statusiconfactory.cpp" line="50"/> <source>About Status Icon Plugin</source> <translation>關於狀態圖像插件</translation> </message> diff --git a/src/qmmpui/filedialog.cpp b/src/qmmpui/filedialog.cpp index 9ec68290a..9ab1c57c2 100644 --- a/src/qmmpui/filedialog.cpp +++ b/src/qmmpui/filedialog.cpp @@ -151,7 +151,7 @@ void FileDialog::registerBuiltinFactories() { FileDialogFactory *fct = new QtFileDialogFactory(); qApp->installTranslator(fct->createTranslator(qApp)); - registerFactory(fct, "qt_dialog"); + registerFactory(fct); } void FileDialog::registerExternalFactories() @@ -175,7 +175,7 @@ void FileDialog::registerExternalFactories() if (fct) { - if (!registerFactory(fct, fileName)) + if (!registerFactory(fct)) qDebug("Warning: Plugin with name %s is already registered...", qPrintable(fileName)); qApp->installTranslator(fct->createTranslator(qApp)); @@ -183,11 +183,11 @@ void FileDialog::registerExternalFactories() } } -bool FileDialog::registerFactory(FileDialogFactory *factory, const QString &name) +bool FileDialog::registerFactory(FileDialogFactory *factory) { - if (!factories.contains(name)) + if (!factories.contains(factory->properties().shortName)) { - factories.insert(name, factory); + factories.insert(factory->properties().shortName, factory); return true; } return false; diff --git a/src/qmmpui/filedialog.h b/src/qmmpui/filedialog.h index 259021e14..fd87b47fa 100644 --- a/src/qmmpui/filedialog.h +++ b/src/qmmpui/filedialog.h @@ -127,7 +127,7 @@ protected: static FileDialog* instance(); static FileDialog* defaultInstance(); - static bool registerFactory(FileDialogFactory *factory, const QString &name); + static bool registerFactory(FileDialogFactory *factory); static void registerBuiltinFactories(); static void registerExternalFactories(); diff --git a/src/qmmpui/filedialogfactory.h b/src/qmmpui/filedialogfactory.h index 68e866e0e..5aaceac1f 100644 --- a/src/qmmpui/filedialogfactory.h +++ b/src/qmmpui/filedialogfactory.h @@ -24,10 +24,16 @@ class QObject; class QTranslator; class FileDialog; -struct FileDialogProperties +class FileDialogProperties { - QString name; +public: + FileDialogProperties() + { + hasAbout = FALSE; + } bool hasAbout; + QString name; + QString shortName; }; diff --git a/src/qmmpui/general.cpp b/src/qmmpui/general.cpp index 6d43d3c68..9f47ddc1f 100644 --- a/src/qmmpui/general.cpp +++ b/src/qmmpui/general.cpp @@ -101,9 +101,9 @@ void General::setEnabled(GeneralFactory* factory, bool enable) if (!factories->contains(factory)) return; - QString name = files.at(factories->indexOf(factory)).section('/',-1); + QString name = factory->properties().shortName; QSettings settings ( Qmmp::configFile(), QSettings::IniFormat ); - QStringList genList = settings.value("General/plugin_files").toStringList(); + QStringList genList = settings.value("General/enabled_plugins").toStringList(); if (enable) { @@ -112,7 +112,7 @@ void General::setEnabled(GeneralFactory* factory, bool enable) } else genList.removeAll(name); - settings.setValue("General/plugin_files", genList); + settings.setValue("General/enabled_plugins", genList); } bool General::isEnabled(GeneralFactory* factory) @@ -120,9 +120,7 @@ bool General::isEnabled(GeneralFactory* factory) checkFactories(); if (!factories->contains(factory)) return FALSE; - QString name = files.at(factories->indexOf(factory)).section('/',-1); - QSettings settings ( Qmmp::configFile(), QSettings::IniFormat ); - QStringList genList = settings.value("General/plugin_files").toStringList(); - return genList.contains(name); + QSettings settings (Qmmp::configFile(), QSettings::IniFormat ); + QStringList genList = settings.value("General/enabled_plugins").toStringList(); + return genList.contains(factory->properties().shortName); } - diff --git a/src/qmmpui/generalfactory.h b/src/qmmpui/generalfactory.h index 00acbc2ce..f0c9c61e3 100644 --- a/src/qmmpui/generalfactory.h +++ b/src/qmmpui/generalfactory.h @@ -30,9 +30,17 @@ class Control; class General; -struct GeneralProperties +class GeneralProperties { +public: + GeneralProperties() + { + hasAbout = FALSE; + hasSettings = FALSE; + visibilityControl = FALSE; + } QString name; + QString shortName; bool hasAbout; bool hasSettings; bool visibilityControl; diff --git a/src/qmmpui/generalhandler.cpp b/src/qmmpui/generalhandler.cpp index a94a05341..06025586f 100644 --- a/src/qmmpui/generalhandler.cpp +++ b/src/qmmpui/generalhandler.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008 by Ilya Kotov * + * Copyright (C) 2008-2009 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/qmmpui/generalhandler.h b/src/qmmpui/generalhandler.h index 5e99bff80..295a2dd9c 100644 --- a/src/qmmpui/generalhandler.h +++ b/src/qmmpui/generalhandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008 by Ilya Kotov * + * Copyright (C) 2008-2009 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -57,7 +57,7 @@ public: void showSettings(GeneralFactory* factory, QWidget* parentWidget); bool visibilityControl(); void executeCommand(const QString &opt_str); - //actions + //actions void addAction(QAction *action, MenuType type = TOOLS_MENU); void removeAction(QAction *action); QList<QAction *> actions(MenuType type = TOOLS_MENU); diff --git a/src/qmmpui/qtfiledialog.cpp b/src/qmmpui/qtfiledialog.cpp index 1d21ca3c5..64652d1f2 100644 --- a/src/qmmpui/qtfiledialog.cpp +++ b/src/qmmpui/qtfiledialog.cpp @@ -31,6 +31,7 @@ const FileDialogProperties QtFileDialogFactory::properties() const { FileDialogProperties properties; properties.name = tr("Qt File Dialog"); + properties.shortName = "qt_dialog"; properties.hasAbout = FALSE; return properties; } diff --git a/src/qmmpui/translations/libqmmpui_cs.ts b/src/qmmpui/translations/libqmmpui_cs.ts index 35359bb48..ed8d77c9b 100644 --- a/src/qmmpui/translations/libqmmpui_cs.ts +++ b/src/qmmpui/translations/libqmmpui_cs.ts @@ -36,7 +36,7 @@ <context> <name>QtFileDialogFactory</name> <message> - <location filename="../qtfiledialog.cpp" line="36"/> + <location filename="../qtfiledialog.cpp" line="33"/> <source>Qt File Dialog</source> <translation>Souborový dialog Qt</translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_de.ts b/src/qmmpui/translations/libqmmpui_de.ts index 78f8b3195..f0007661a 100644 --- a/src/qmmpui/translations/libqmmpui_de.ts +++ b/src/qmmpui/translations/libqmmpui_de.ts @@ -36,7 +36,7 @@ <context> <name>QtFileDialogFactory</name> <message> - <location filename="../qtfiledialog.cpp" line="36"/> + <location filename="../qtfiledialog.cpp" line="33"/> <source>Qt File Dialog</source> <translation>Qt Datei-Dialog</translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_pt_BR.ts b/src/qmmpui/translations/libqmmpui_pt_BR.ts index e4b9d9290..b177c63c1 100644 --- a/src/qmmpui/translations/libqmmpui_pt_BR.ts +++ b/src/qmmpui/translations/libqmmpui_pt_BR.ts @@ -36,7 +36,7 @@ <context> <name>QtFileDialogFactory</name> <message> - <location filename="../qtfiledialog.cpp" line="36"/> + <location filename="../qtfiledialog.cpp" line="33"/> <source>Qt File Dialog</source> <translation type="unfinished"></translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_ru.ts b/src/qmmpui/translations/libqmmpui_ru.ts index 9f1859bc4..235bc5ff2 100644 --- a/src/qmmpui/translations/libqmmpui_ru.ts +++ b/src/qmmpui/translations/libqmmpui_ru.ts @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="1.1" language="ru"> -<defaultcodec></defaultcodec> <context> <name>PlayListModel</name> <message> @@ -37,7 +36,7 @@ <context> <name>QtFileDialogFactory</name> <message> - <location filename="../qtfiledialog.cpp" line="36"/> + <location filename="../qtfiledialog.cpp" line="33"/> <source>Qt File Dialog</source> <translation>Файловый диалог Qt</translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_tr.ts b/src/qmmpui/translations/libqmmpui_tr.ts index e4b9d9290..b177c63c1 100644 --- a/src/qmmpui/translations/libqmmpui_tr.ts +++ b/src/qmmpui/translations/libqmmpui_tr.ts @@ -36,7 +36,7 @@ <context> <name>QtFileDialogFactory</name> <message> - <location filename="../qtfiledialog.cpp" line="36"/> + <location filename="../qtfiledialog.cpp" line="33"/> <source>Qt File Dialog</source> <translation type="unfinished"></translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_uk_UA.ts b/src/qmmpui/translations/libqmmpui_uk_UA.ts index 983a7a005..b0baa3d4c 100644 --- a/src/qmmpui/translations/libqmmpui_uk_UA.ts +++ b/src/qmmpui/translations/libqmmpui_uk_UA.ts @@ -36,7 +36,7 @@ <context> <name>QtFileDialogFactory</name> <message> - <location filename="../qtfiledialog.cpp" line="36"/> + <location filename="../qtfiledialog.cpp" line="33"/> <source>Qt File Dialog</source> <translation>Файловий діалог Qt</translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_zh_CN.ts b/src/qmmpui/translations/libqmmpui_zh_CN.ts index 30822a9ed..3295aba3b 100644 --- a/src/qmmpui/translations/libqmmpui_zh_CN.ts +++ b/src/qmmpui/translations/libqmmpui_zh_CN.ts @@ -36,7 +36,7 @@ <context> <name>QtFileDialogFactory</name> <message> - <location filename="../qtfiledialog.cpp" line="36"/> + <location filename="../qtfiledialog.cpp" line="33"/> <source>Qt File Dialog</source> <translation>Qmmp 文件会话</translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_zh_TW.ts b/src/qmmpui/translations/libqmmpui_zh_TW.ts index 3c30298e6..cbb2189a6 100644 --- a/src/qmmpui/translations/libqmmpui_zh_TW.ts +++ b/src/qmmpui/translations/libqmmpui_zh_TW.ts @@ -36,7 +36,7 @@ <context> <name>QtFileDialogFactory</name> <message> - <location filename="../qtfiledialog.cpp" line="36"/> + <location filename="../qtfiledialog.cpp" line="33"/> <source>Qt File Dialog</source> <translation>Qmmp 檔案會話</translation> </message> |
