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/General/copypaste/CMakeLists.txt | 19 ++----------------- src/plugins/General/copypaste/copypastefactory.cpp | 7 ++----- src/plugins/General/copypaste/copypastefactory.h | 1 + .../copypaste/translations/copypaste_plugin_bg.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_cs.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_de.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_el.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_en.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_es.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_fi.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_fr.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_gl_ES.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_he.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_hu.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_id.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_it.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_ja.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_kk.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_lt.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_nl.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_pl_PL.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_pt.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_pt_BR.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_ru.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_sk.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_sr_BA.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_sr_RS.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_tr.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_uk_UA.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_zh_CN.ts | 10 +++++----- .../copypaste/translations/copypaste_plugin_zh_TW.ts | 10 +++++----- 31 files changed, 145 insertions(+), 162 deletions(-) (limited to 'src/plugins/General/copypaste') diff --git a/src/plugins/General/copypaste/CMakeLists.txt b/src/plugins/General/copypaste/CMakeLists.txt index a1d3842d9..1172ef9a2 100644 --- a/src/plugins/General/copypaste/CMakeLists.txt +++ b/src/plugins/General/copypaste/CMakeLists.txt @@ -1,22 +1,7 @@ project(libcopypaste) -include(${QT_USE_FILE}) - -# 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_SOURCE_DIR}/../../../ -) - # libqmmpui & libqmmp include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../../) link_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../qmmpui) @@ -30,7 +15,7 @@ SET(libcopypaste_SRCS SET(libcopypaste_RCCS translations/translations.qrc) -QT4_ADD_RESOURCES(libcopypaste_RCC_SRCS ${libcopypaste_RCCS}) +QT5_ADD_RESOURCES(libcopypaste_RCC_SRCS ${libcopypaste_RCCS}) # Don't forget to include output directory, otherwise # the UI file won't be wrapped! @@ -38,5 +23,5 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) ADD_LIBRARY(copypaste MODULE ${libcopypaste_SRCS} ${libcopypaste_UIS_H} ${libcopypaste_RCC_SRCS}) add_dependencies(copypaste qmmpui) -target_link_libraries(copypaste ${QT_LIBRARIES} qmmpui libqmmp) +target_link_libraries(copypaste Qt5::Widgets -lqmmpui -lqmmp) install(TARGETS copypaste DESTINATION ${LIB_DIR}/qmmp/General) diff --git a/src/plugins/General/copypaste/copypastefactory.cpp b/src/plugins/General/copypaste/copypastefactory.cpp index b4fd61a6b..bbd189c55 100644 --- a/src/plugins/General/copypaste/copypastefactory.cpp +++ b/src/plugins/General/copypaste/copypastefactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013-2016 by Ilya Kotov * + * Copyright (C) 2013 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -18,9 +18,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ + #include -#include -#include #include "copypaste.h" #include "copypastefactory.h" @@ -60,5 +59,3 @@ QTranslator *CopyPasteFactory::createTranslator(QObject *parent) translator->load(QString(":/copypaste_plugin_") + locale); return translator; } - -Q_EXPORT_PLUGIN2(copypaste, CopyPasteFactory) diff --git a/src/plugins/General/copypaste/copypastefactory.h b/src/plugins/General/copypaste/copypastefactory.h index 2e157cb2e..0b8f5c7fa 100644 --- a/src/plugins/General/copypaste/copypastefactory.h +++ b/src/plugins/General/copypaste/copypastefactory.h @@ -32,6 +32,7 @@ class CopyPasteFactory : public QObject, public GeneralFactory { Q_OBJECT +Q_PLUGIN_METADATA(IID "org.qmmp.qmmpui.GeneralFactoryInterface.1.0") Q_INTERFACES(GeneralFactory) public: const GeneralProperties properties() const; diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_bg.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_bg.ts index 98c0085ea..6a1fc53cc 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_bg.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_bg.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin - + About Copy/Paste Plugin - + Qmmp Copy/Paste Plugin - + This plugin allows one to copy selected tracks from one playlist to another - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_cs.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_cs.ts index dfdd321eb..c3ec00d4e 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_cs.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_cs.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Modul kopírování/vkládání - + About Copy/Paste Plugin O modulu kopírování/vkládání - + Qmmp Copy/Paste Plugin Modul Qmmp pro kopírování a vkládání - + This plugin allows one to copy selected tracks from one playlist to another Tento modul umožňuje kopírovat vybrané stopy z jednoho seznamu stop do jiného - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_de.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_de.ts index d8d6286fb..5ed18042a 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_de.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_de.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Kopieren/Einfügen-Modul - + About Copy/Paste Plugin Über Kopieren/Einfügen-Modul - + Qmmp Copy/Paste Plugin Qmmp Kopieren/Einfügen-Modul - + This plugin allows one to copy selected tracks from one playlist to another Dieses Modul ermöglicht es, ausgewählte Titel aus einer Wiedergabeliste in eine andere zu kopieren - + Written by: Ilya Kotov <forkotov02@ya.ru> Geschrieben von: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_el.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_el.ts index 720a80754..19b184fc8 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_el.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_el.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Πρόσθετο Αντιγραφής/Επικόλλησης - + About Copy/Paste Plugin Σχετικά με το πρόσθετο Αντιγραφής/Επικόλλησης - + Qmmp Copy/Paste Plugin Qmmp πρόσθετο Αντιγραφής/Επικόλλησης - + This plugin allows one to copy selected tracks from one playlist to another Αυτό το πρόσθετο επιτρέπει την αντιγραφή επιλεγμένων κομματιών από μια λίστα αναπαραγωγής σε μια άλλη. - + Written by: Ilya Kotov <forkotov02@ya.ru> Γράφτηκε από τον: Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_en.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_en.ts index fb3629321..263380368 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_en.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_en.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin - + About Copy/Paste Plugin - + Qmmp Copy/Paste Plugin - + This plugin allows one to copy selected tracks from one playlist to another - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_es.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_es.ts index 3560d5d4a..98f1fef60 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_es.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_es.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Módulo Copiar/Pegar - + About Copy/Paste Plugin Acerca del Módulo Copiar/Pegar - + Qmmp Copy/Paste Plugin Módulo Copiar/Pegar de Qmmp - + This plugin allows one to copy selected tracks from one playlist to another Este módulo permite copiar pistas seleccionadas desde una lista de hacia otra - + Written by: Ilya Kotov <forkotov02@ya.ru> Escrito por: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_fi.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_fi.ts index f07c1e26c..7c5d22969 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_fi.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_fi.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Kopioi/liitä-liitännäinen - + About Copy/Paste Plugin - + Qmmp Copy/Paste Plugin - + This plugin allows one to copy selected tracks from one playlist to another - + Written by: Ilya Kotov <forkotov02@ya.ru> Toteuttanut: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_fr.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_fr.ts index 93fdf5ce2..ded128787 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_fr.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_fr.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Greffon copier/coller - + About Copy/Paste Plugin À propos du greffon copier/coller - + Qmmp Copy/Paste Plugin Greffon copier/coller pour Qmmp - + This plugin allows one to copy selected tracks from one playlist to another Ce greffon permet de copier les pistes sélectionnées d'une liste à une autre. - + Written by: Ilya Kotov <forkotov02@ya.ru> Écrit par : Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_gl_ES.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_gl_ES.ts index 9c17ed948..3a36baad5 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_gl_ES.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_gl_ES.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Engadido Copiar/Pegar - + About Copy/Paste Plugin Sobre o engadido Copiar/Pegar - + Qmmp Copy/Paste Plugin Engadido Qmmp Copiar/Pegar - + This plugin allows one to copy selected tracks from one playlist to another Este engadido permite copiar pistas seleccionadas dunha lista de reprodución a outra - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_he.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_he.ts index 96da5b8dd..1bf897c2c 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_he.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_he.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin תוסף העתק/הדבק - + About Copy/Paste Plugin אודות תוסף העתק/הדבק - + Qmmp Copy/Paste Plugin תוסף העתק/הדבק של Qmmp - + This plugin allows one to copy selected tracks from one playlist to another תוסף זה מתיר לך להעתיק רצועות נבחרות מתוך רשימת נגינה אחת לאחרת - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts index 27fdd105b..4acb2b44c 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin - + About Copy/Paste Plugin - + Qmmp Copy/Paste Plugin - + This plugin allows one to copy selected tracks from one playlist to another - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_id.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_id.ts index cabe5a2e6..9d16d31b0 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_id.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_id.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Plugin Salin/Tempel - + About Copy/Paste Plugin Tentang Plugin Salin/Tempel - + Qmmp Copy/Paste Plugin Plugin Salin/Tempel Qmmp - + This plugin allows one to copy selected tracks from one playlist to another Plugin ini membolehkan untuk menyalin track terpilih dari salah satu daftarmain ke yang lain - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_it.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_it.ts index dc692ff30..493e8b2c8 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_it.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_it.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin - + About Copy/Paste Plugin - + Qmmp Copy/Paste Plugin - + This plugin allows one to copy selected tracks from one playlist to another - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_ja.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_ja.ts index 44b1f77b7..62823b594 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_ja.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_ja.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin プレイリスト切り貼りプラグイン - + About Copy/Paste Plugin 切り貼りプラグインについて - + Qmmp Copy/Paste Plugin QMMP 切り貼りプラグイン - + This plugin allows one to copy selected tracks from one playlist to another このプラグインでプレイリストからトラックを選んで他のプレイリストにコピーできます - + Written by: Ilya Kotov <forkotov02@ya.ru> 制作: Илья Котов (Ilya Kotov) <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts index 43be73333..a129f2c50 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin - + About Copy/Paste Plugin - + Qmmp Copy/Paste Plugin - + This plugin allows one to copy selected tracks from one playlist to another - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_lt.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_lt.ts index c7b356987..e7d3b1990 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_lt.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_lt.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Copy/Paste Įskiepis - + About Copy/Paste Plugin Apie Copy/Paste Įskiepį - + Qmmp Copy/Paste Plugin Qmmp Copy/Paste Įskiepis - + This plugin allows one to copy selected tracks from one playlist to another Šis įskiepis leidžia kopijuoti pasirinktus takelius iš vieno grojaraščio į kitą - + Written by: Ilya Kotov <forkotov02@ya.ru> Sukūrė: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts index bcab01a99..7916a1f7b 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin - + About Copy/Paste Plugin - + Qmmp Copy/Paste Plugin - + This plugin allows one to copy selected tracks from one playlist to another - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_pl_PL.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_pl_PL.ts index 9812d857e..a17772781 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_pl_PL.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_pl_PL.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Wtyczka Kopiuj/Wklej - + About Copy/Paste Plugin O wtyczce Kopiuj/Wklej - + Qmmp Copy/Paste Plugin Wtyczka Kopiuj/Wklej dla Qmmp - + This plugin allows one to copy selected tracks from one playlist to another Ta wtyczka pozwala na kopiowanie wybranych utworów z jednej listy odtwarzania do innej - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts index 745e7289f..bdd3d57c5 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Suplemento Copy/Paste - + About Copy/Paste Plugin Sobre o suplemento Copy/Paste - + Qmmp Copy/Paste Plugin Suplemento Qmmp Copy/Paste - + This plugin allows one to copy selected tracks from one playlist to another Este suplemento permite copiar as faixas entre as várias listas de reprodução - + Written by: Ilya Kotov <forkotov02@ya.ru> Desenvolvido por: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_pt_BR.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_pt_BR.ts index 856091efb..7afcdc247 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_pt_BR.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_pt_BR.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Plugin Copy/Paste - + About Copy/Paste Plugin Sobre o plugin Copy/Paste - + Qmmp Copy/Paste Plugin Plugin Qmmp Copy/Paste - + This plugin allows one to copy selected tracks from one playlist to another Este plugin permite copiar faixas selecionadas de uma lista de reprodução para outra - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts index 59bfbac8e..c3be5e484 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Модуль копир./вставки - + About Copy/Paste Plugin О модуле копирования/вставки - + Qmmp Copy/Paste Plugin Модуль копирования/вставки - + This plugin allows one to copy selected tracks from one playlist to another Данный модуль позволяет копировать выбранные треки из одного списка воспроизведения в другой - + Written by: Ilya Kotov <forkotov02@ya.ru> Разработчик: Илья Котов <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts index c1d42d10a..613222d83 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin - + About Copy/Paste Plugin - + Qmmp Copy/Paste Plugin - + This plugin allows one to copy selected tracks from one playlist to another - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_sr_BA.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_sr_BA.ts index 8e7ac2b66..ebaa94376 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_sr_BA.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_sr_BA.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Копирај/налијепи - + About Copy/Paste Plugin О прикључку за копирање/лијепљење - + Qmmp Copy/Paste Plugin Кумп прикључак за копирање/лијепљење - + This plugin allows one to copy selected tracks from one playlist to another Омогућује копирање изабране нумере са једне листе нумера на другу - + Written by: Ilya Kotov <forkotov02@ya.ru> Аутор: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_sr_RS.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_sr_RS.ts index 52b7a0a6b..b970f6f73 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_sr_RS.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_sr_RS.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Копирај/налепи - + About Copy/Paste Plugin О прикључку за копирање/лепљење - + Qmmp Copy/Paste Plugin Кумп прикључак за копирање/лепљење - + This plugin allows one to copy selected tracks from one playlist to another Омогућује копирање изабране нумере са једне листе нумера на другу - + Written by: Ilya Kotov <forkotov02@ya.ru> Аутор: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts index c09e0e0f6..41ee131bb 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin - + About Copy/Paste Plugin - + Qmmp Copy/Paste Plugin - + This plugin allows one to copy selected tracks from one playlist to another - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_uk_UA.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_uk_UA.ts index f41f666fc..16aafe9eb 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_uk_UA.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_uk_UA.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin Модуль копіюв./вставки - + About Copy/Paste Plugin Про модуль копіювання/вставки - + Qmmp Copy/Paste Plugin Модуль копіювання/вставки Qmmp - + This plugin allows one to copy selected tracks from one playlist to another Даний модуль дозволяє копіювати выбрані треки з одного переліка відтворення в інший - + Written by: Ilya Kotov <forkotov02@ya.ru> Розробник: Ілля Котов <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_zh_CN.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_zh_CN.ts index 4ecc73538..bc0edef2e 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_zh_CN.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_zh_CN.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin 复制/粘贴插件 - + About Copy/Paste Plugin 关于复制/粘贴插件 - + Qmmp Copy/Paste Plugin Qmmp复制/粘贴插件 - + This plugin allows one to copy selected tracks from one playlist to another 此插件允许操作者从一个播放列表中复制选定的曲目到另一个播放列表中 - + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_zh_TW.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_zh_TW.ts index 6352cd0b6..4b1042d3e 100644 --- a/src/plugins/General/copypaste/translations/copypaste_plugin_zh_TW.ts +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_zh_TW.ts @@ -37,27 +37,27 @@ CopyPasteFactory - + Copy/Paste Plugin - + About Copy/Paste Plugin - + Qmmp Copy/Paste Plugin - + This plugin allows one to copy selected tracks from one playlist to another - + Written by: Ilya Kotov <forkotov02@ya.ru> 作者:Ilya Kotov <forkotov02@ya.ru> -- cgit v1.2.3-13-gbd6f