From 8453224119a4c5ff7d47d9cd4924d0b1ccb99b3a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 25 Nov 2017 18:00:06 +0000 Subject: copy 1.2 branch to trunk git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7772 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Engines/mplayer/CMakeLists.txt | 19 +++---------------- src/plugins/Engines/mplayer/mplayerengine.cpp | 6 +++--- src/plugins/Engines/mplayer/mplayerenginefactory.cpp | 5 +---- src/plugins/Engines/mplayer/mplayerenginefactory.h | 1 + src/plugins/Engines/mplayer/mplayermetadatamodel.cpp | 2 +- .../Engines/mplayer/translations/mplayer_plugin_bg.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_cs.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_de.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_el.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_en.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_es.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_fi.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_fr.ts | 12 ++++++------ .../mplayer/translations/mplayer_plugin_gl_ES.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_he.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_hu.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_id.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_it.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_ja.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_kk.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_lt.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_nl.ts | 12 ++++++------ .../mplayer/translations/mplayer_plugin_pl_PL.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_pt.ts | 12 ++++++------ .../mplayer/translations/mplayer_plugin_pt_BR.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_ru.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_sk.ts | 12 ++++++------ .../mplayer/translations/mplayer_plugin_sr_BA.ts | 12 ++++++------ .../mplayer/translations/mplayer_plugin_sr_RS.ts | 12 ++++++------ .../Engines/mplayer/translations/mplayer_plugin_tr.ts | 12 ++++++------ .../mplayer/translations/mplayer_plugin_uk_UA.ts | 12 ++++++------ .../mplayer/translations/mplayer_plugin_zh_CN.ts | 12 ++++++------ .../mplayer/translations/mplayer_plugin_zh_TW.ts | 12 ++++++------ 33 files changed, 177 insertions(+), 192 deletions(-) (limited to 'src/plugins/Engines') diff --git a/src/plugins/Engines/mplayer/CMakeLists.txt b/src/plugins/Engines/mplayer/CMakeLists.txt index a835950e7..af0f2d09d 100644 --- a/src/plugins/Engines/mplayer/CMakeLists.txt +++ b/src/plugins/Engines/mplayer/CMakeLists.txt @@ -1,20 +1,7 @@ project(libmplayer) -# qt plugin -ADD_DEFINITIONS( -Wall ) -ADD_DEFINITIONS(${QT_DEFINITIONS}) -ADD_DEFINITIONS(-DQT_PLUGIN) -ADD_DEFINITIONS(-DQT_NO_DEBUG) -ADD_DEFINITIONS(-DQT_SHARED) -ADD_DEFINITIONS(-DQT_THREAD) - include_directories(${CMAKE_CURRENT_BINARY_DIR}) -SET(QT_INCLUDES - ${QT_INCLUDES} - ${CMAKE_CURRENT_BINARY_DIR}/../../../ -) - # libqmmp include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../../) link_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../qmmp) @@ -29,7 +16,7 @@ SET(libmplayer_SRCS SET(libmplayer_RCCS translations/translations.qrc) -QT4_ADD_RESOURCES(libmplayer_RCC_SRCS ${libmplayer_RCCS}) +QT5_ADD_RESOURCES(libmplayer_RCC_SRCS ${libmplayer_RCCS}) # user interface @@ -38,13 +25,13 @@ SET(libmplayer_UIS settingsdialog.ui ) -QT4_WRAP_UI(libmplayer_UIS_H ${libmplayer_UIS}) +QT5_WRAP_UI(libmplayer_UIS_H ${libmplayer_UIS}) # Don't forget to include output directory, otherwise # the UI file won't be wrapped! include_directories(${CMAKE_CURRENT_BINARY_DIR}) ADD_LIBRARY(mplayer MODULE ${libmplayer_SRCS} ${libmplayer_RCC_SRCS} ${libmplayer_UIS_H}) add_dependencies(mplayer qmmp) -target_link_libraries(mplayer ${QT_LIBRARIES} libqmmp) +target_link_libraries(mplayer Qt5::Widgets -lqmmp) install(TARGETS mplayer DESTINATION ${LIB_DIR}/qmmp/Engines) diff --git a/src/plugins/Engines/mplayer/mplayerengine.cpp b/src/plugins/Engines/mplayer/mplayerengine.cpp index 08196b05e..4de93fb96 100644 --- a/src/plugins/Engines/mplayer/mplayerengine.cpp +++ b/src/plugins/Engines/mplayer/mplayerengine.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2016 by Ilya Kotov * + * Copyright (C) 2008-2015 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -56,7 +56,7 @@ FileInfo *MplayerInfo::createFileInfo(const QString &path) mplayer_process.start("mplayer", args); mplayer_process.waitForFinished(1500); mplayer_process.kill(); - QString str = QString::fromLocal8Bit(mplayer_process.readAll().constData()).trimmed(); + QString str = QString::fromLocal8Bit(mplayer_process.readAll()).trimmed(); FileInfo *info = new FileInfo(path); QStringList lines = str.split("\n"); foreach(QString line, lines) @@ -194,7 +194,7 @@ void MplayerEngine::setMuted(bool muted) void MplayerEngine::readStdOut() { - QString line = QString::fromLocal8Bit(m_process->readAll().constData()).trimmed(); + QString line = QString::fromLocal8Bit(m_process->readAll ()).trimmed(); QStringList lines = line.split("\n"); foreach(line, lines) { diff --git a/src/plugins/Engines/mplayer/mplayerenginefactory.cpp b/src/plugins/Engines/mplayer/mplayerenginefactory.cpp index 9f106052b..3e90dba9c 100644 --- a/src/plugins/Engines/mplayer/mplayerenginefactory.cpp +++ b/src/plugins/Engines/mplayer/mplayerenginefactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2016 by Ilya Kotov * + * Copyright (C) 2008-2015 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -20,7 +20,6 @@ #include #include -#include #include "mplayermetadatamodel.h" #include "settingsdialog.h" #include "mplayerengine.h" @@ -94,5 +93,3 @@ QTranslator *MplayerEngineFactory::createTranslator(QObject *parent) translator->load(QString(":/mplayer_plugin_") + locale); return translator; } - -Q_EXPORT_PLUGIN2(mplayer,MplayerEngineFactory) diff --git a/src/plugins/Engines/mplayer/mplayerenginefactory.h b/src/plugins/Engines/mplayer/mplayerenginefactory.h index df2c96599..30857e63a 100644 --- a/src/plugins/Engines/mplayer/mplayerenginefactory.h +++ b/src/plugins/Engines/mplayer/mplayerenginefactory.h @@ -33,6 +33,7 @@ class MplayerEngineFactory : public QObject, EngineFactory { Q_OBJECT +Q_PLUGIN_METADATA(IID "org.qmmp.qmmp.EngineFactoryInterface.1.0") Q_INTERFACES(EngineFactory) public: diff --git a/src/plugins/Engines/mplayer/mplayermetadatamodel.cpp b/src/plugins/Engines/mplayer/mplayermetadatamodel.cpp index a16a4dabf..efac4af80 100644 --- a/src/plugins/Engines/mplayer/mplayermetadatamodel.cpp +++ b/src/plugins/Engines/mplayer/mplayermetadatamodel.cpp @@ -64,7 +64,7 @@ QHash MplayerMetaDataModel::audioProperties() QProcess mplayer_process; mplayer_process.start("mplayer", args); mplayer_process.waitForFinished(); - QString str = QString::fromLocal8Bit(mplayer_process.readAll().constData()).trimmed(); + QString str = QString::fromLocal8Bit(mplayer_process.readAll()).trimmed(); QStringList lines = str.split("\n"); int height = 0, width = 0; //mplayer std output parsing diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_bg.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_bg.ts index 1ba90614e..a448b35f1 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_bg.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_bg.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin - + Video Files - + About MPlayer Plugin - + Qmmp MPlayer Plugin - + This plugin uses MPlayer as backend - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_cs.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_cs.ts index 4b4c40419..2af0d31d0 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_cs.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_cs.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Modul MPlayer - + Video Files Videosoubory - + About MPlayer Plugin O modulu MPlayer - + Qmmp MPlayer Plugin Modul Qmmp MPlayer - + This plugin uses MPlayer as backend Tento modul používá jako backend MPlayer - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_de.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_de.ts index ad55e49d0..c15acc615 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_de.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_de.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin MPlayer-Modul - + Video Files Videodateien - + About MPlayer Plugin Über MPlayer-Modul - + Qmmp MPlayer Plugin Qmmp MPlayer-Modul - + This plugin uses MPlayer as backend Dieses Modul nutzt MPlayer als Backend - + Written by: Ilya Kotov <forkotov02@ya.ru> Geschrieben von: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_el.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_el.ts index 8ef240db4..97a8d07ff 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_el.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_el.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Πρόσθετο Mplayer - + Video Files Αρχεία βίντεο - + About MPlayer Plugin Σχετικά με το πρόσθετο MPlayer - + Qmmp MPlayer Plugin Qmmp πρόσθετο MPlayer - + This plugin uses MPlayer as backend Αυτό το πρόσθετο χρησιμοποιεί το MPlayer ως σύστημα υποστήριξης - + Written by: Ilya Kotov <forkotov02@ya.ru> Γράφτηκε από τον: Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_en.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_en.ts index 0e5ac7e91..c85b40073 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_en.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_en.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin - + Video Files - + About MPlayer Plugin - + Qmmp MPlayer Plugin - + This plugin uses MPlayer as backend - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_es.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_es.ts index ac283182d..3dfdcc653 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_es.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_es.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Módulo MPlayer - + Video Files Archivos de vídeo - + About MPlayer Plugin Acerca del módulo MPlayer - + Qmmp MPlayer Plugin Modulo MPlayer para Qmmp - + This plugin uses MPlayer as backend Este módulo utiliza MPlayer como soporte - + Written by: Ilya Kotov <forkotov02@ya.ru> Escrito por: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_fi.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_fi.ts index 50f341a37..cc4e713f7 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_fi.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_fi.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Mplayer-liitännäinen - + Video Files Videotiedostot - + About MPlayer Plugin - + Qmmp MPlayer Plugin - + This plugin uses MPlayer as backend - + Written by: Ilya Kotov <forkotov02@ya.ru> Toteuttanut: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_fr.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_fr.ts index 8a80862c2..1610c3afc 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_fr.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_fr.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Greffon MPlayer - + Video Files Fichiers vidéo - + About MPlayer Plugin À propos du greffon MPlayer - + Qmmp MPlayer Plugin Greffon MPlayer pour Qmmp - + This plugin uses MPlayer as backend Ce greffon utilise MPlayer comme programme d'arrière-plan - + Written by: Ilya Kotov <forkotov02@ya.ru> Écrit par : Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_gl_ES.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_gl_ES.ts index cb0acd172..4c1fcaa73 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_gl_ES.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_gl_ES.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Engadido Mplayer - + Video Files Ficheiros de vídeo - + About MPlayer Plugin Sobre o engadido Mplayer - + Qmmp MPlayer Plugin Engadido Qmmp Mplayer - + This plugin uses MPlayer as backend Este engadido usa Mplayer como motor - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_he.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_he.ts index 527f9a5f9..d13f7a600 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_he.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_he.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin תוסף Mplayer - + Video Files קבצי וידיאו - + About MPlayer Plugin אודות תוסף MPlayer - + Qmmp MPlayer Plugin תוסף MPlayer של Qmmp - + This plugin uses MPlayer as backend תוסף זו משתמש ביישום MPlayer בתור מגשר עורפי - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_hu.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_hu.ts index 9562eeaf7..87c6e0b02 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_hu.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_hu.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin - + Video Files - + About MPlayer Plugin - + Qmmp MPlayer Plugin - + This plugin uses MPlayer as backend - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_id.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_id.ts index e39da2045..8a0205078 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_id.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_id.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Plugin Mplayer - + Video Files File Video - + About MPlayer Plugin Tentang Plugin Mplayer - + Qmmp MPlayer Plugin Plugin Mplayer Qmmp - + This plugin uses MPlayer as backend Plugin ini digunakan MPlayer sebagai backend - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_it.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_it.ts index 04b8c8920..d6a00a87e 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_it.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_it.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Modulo MPlayer - + Video Files Documenti video - + About MPlayer Plugin Info sul modulo MPlayer - + Qmmp MPlayer Plugin Modulo MPlayer per Qmmp - + This plugin uses MPlayer as backend Modulo che usa MPlayer come Backend - + Written by: Ilya Kotov <forkotov02@ya.ru> Autori: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_ja.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_ja.ts index 1ddfdc29a..11a44c70b 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_ja.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_ja.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Mplayer プラグイン - + Video Files ビデオファイル - + About MPlayer Plugin MPlayer プラグインについて - + Qmmp MPlayer Plugin QMMP MPlayer プラグイン - + This plugin uses MPlayer as backend このプラグインの実行は MPlayer で裏打ちされています - + Written by: Ilya Kotov <forkotov02@ya.ru> 制作: Илья Котов (Ilya Kotov) <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_kk.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_kk.ts index f725f2881..0eb1494ef 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_kk.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_kk.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin - + Video Files - + About MPlayer Plugin - + Qmmp MPlayer Plugin - + This plugin uses MPlayer as backend - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_lt.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_lt.ts index 736707935..bc07e35b7 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_lt.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_lt.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin MPlayer įskiepis - + Video Files Video bylos - + About MPlayer Plugin Apie MPlayer Qmmp įskiepį - + Qmmp MPlayer Plugin Qmmp MPlayer įskiepis - + This plugin uses MPlayer as backend Šis įskiepis naudoja Mplayer video grojimui - + Written by: Ilya Kotov <forkotov02@ya.ru> Sukūrė: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_nl.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_nl.ts index 8aa46c3ad..b164aada9 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_nl.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_nl.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin MPlayer Module - + Video Files Videobestanden - + About MPlayer Plugin Over de MPlayer Module - + Qmmp MPlayer Plugin MPlayer Module voor Qmmp - + This plugin uses MPlayer as backend Deze plugin gebruikt MPlayer - + Written by: Ilya Kotov <forkotov02@ya.ru> Auteur: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_pl_PL.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_pl_PL.ts index a80d7fa5b..598a81fa7 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_pl_PL.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_pl_PL.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Wtyczka Mplayer - + Video Files Pliki wideo - + About MPlayer Plugin O wtyczce Mplayer - + Qmmp MPlayer Plugin Wtyczka Mplayer dla Qmmp - + This plugin uses MPlayer as backend Ta wtyczka używa Mplayer do odtwarzania - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_pt.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_pt.ts index 076d1f632..30912b918 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_pt.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_pt.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Suplemento Mplayer - + Video Files Ficheiros de vídeo - + About MPlayer Plugin Sobre o suplemento Mplayer - + Qmmp MPlayer Plugin Suplemento Qmmp Mplayer - + This plugin uses MPlayer as backend Este suplemento utiliza o mplayer para a reprodução - + Written by: Ilya Kotov <forkotov02@ya.ru> Desenvolvido por: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_pt_BR.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_pt_BR.ts index f6747d0da..f43749ec5 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_pt_BR.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_pt_BR.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Plugin Mplayer - + Video Files Arquivos de vídeo - + About MPlayer Plugin Sobre o plugin Mplayer - + Qmmp MPlayer Plugin Plugin Qmmp Mplayer - + This plugin uses MPlayer as backend Este plugin utiliza o Mplayer para a reprodução - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_ru.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_ru.ts index 00d991933..9ecb11b71 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_ru.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_ru.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Модуль MPlayer - + Video Files Файлы видео - + About MPlayer Plugin О модуле MPlayer для Qmmp - + Qmmp MPlayer Plugin Модуль поддержки MPlayer для Qmmp - + This plugin uses MPlayer as backend В этом модуле для воспроизведения используется Mplayer - + Written by: Ilya Kotov <forkotov02@ya.ru> Разработчик: Илья Котов <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_sk.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_sk.ts index 690d1690c..b3f0ee089 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_sk.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_sk.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin - + Video Files - + About MPlayer Plugin - + Qmmp MPlayer Plugin - + This plugin uses MPlayer as backend - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_BA.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_BA.ts index fe21ac02e..9665c2c52 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_BA.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_BA.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Мплејер прикључак - + Video Files Видео фајлови - + About MPlayer Plugin О прикључку за Мплејер - + Qmmp MPlayer Plugin Кумп прикључак за Мплејер - + This plugin uses MPlayer as backend Мплејер мотор за Кумп - + Written by: Ilya Kotov <forkotov02@ya.ru> Аутор: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_RS.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_RS.ts index 46ebbf53a..4f1286584 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_RS.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_sr_RS.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Мплејер прикључак - + Video Files Видео фајлови - + About MPlayer Plugin О прикључку за Мплејер - + Qmmp MPlayer Plugin Кумп прикључак за Мплејер - + This plugin uses MPlayer as backend Мплејер мотор за Кумп - + Written by: Ilya Kotov <forkotov02@ya.ru> Аутор: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_tr.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_tr.ts index 8ab0a1d61..970344d35 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_tr.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_tr.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Mplayer Eklentisi - + Video Files Video Dosyaları - + About MPlayer Plugin MPlayer Eklentisi Hakkında - + Qmmp MPlayer Plugin Qmmp MPlayer Eklentisi - + This plugin uses MPlayer as backend Bu eklenti arka uç olarak MPlayer kullanır - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_uk_UA.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_uk_UA.ts index c2c3f8a51..6674150d4 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_uk_UA.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_uk_UA.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Модуль Mplayer - + Video Files Відео файли - + About MPlayer Plugin Про модуль Mplayer - + Qmmp MPlayer Plugin Модуль Mplayer для Qmmp - + This plugin uses MPlayer as backend Цей модуль використовує MPlayer як бекенд - + Written by: Ilya Kotov <forkotov02@ya.ru> Розробник: Ілля Котов <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_zh_CN.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_zh_CN.ts index b1bcdb85a..80a47ed8c 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_zh_CN.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_zh_CN.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Mplayer 插件 - + Video Files 视频文件 - + About MPlayer Plugin 关于 MPlayer 插件 - + Qmmp MPlayer Plugin Qmmp MPlayer 插件 - + This plugin uses MPlayer as backend 此插件使用 MPlayer 后端 - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_zh_TW.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_zh_TW.ts index 10cd85bf0..9ffef0d27 100644 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_zh_TW.ts +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_zh_TW.ts @@ -4,32 +4,32 @@ MplayerEngineFactory - + Mplayer Plugin Mplayer 外掛 - + Video Files 視頻文件 - + About MPlayer Plugin 關於 Mplayer 外掛 - + Qmmp MPlayer Plugin Qmmp Mplayer 外掛 - + This plugin uses MPlayer as backend 此插件使用 Mplayer 後端 - + Written by: Ilya Kotov <forkotov02@ya.ru> 作者:Ilya Kotov <forkotov02@ya.ru> -- cgit v1.2.3-13-gbd6f