aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/copypaste
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-09-20 05:54:02 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-09-20 05:54:02 +0000
commit8d0f501a7d0512eb1f3eee302b7e6c63b12fc60b (patch)
treebcbabde36bb60ccbad57d6fca81617359cc9e1d2 /src/plugins/General/copypaste
parentd719b0794a627d5ffac2d1bf6a2cc4d9ad4d2f0f (diff)
downloadqmmp-8d0f501a7d0512eb1f3eee302b7e6c63b12fc60b.tar.gz
qmmp-8d0f501a7d0512eb1f3eee302b7e6c63b12fc60b.tar.bz2
qmmp-8d0f501a7d0512eb1f3eee302b7e6c63b12fc60b.zip
fixed typo (patch by Matteo Cypriani)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4505 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/copypaste')
-rw-r--r--src/plugins/General/copypaste/copypastefactory.cpp2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_cs.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_de.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_en.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_es.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_fr.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_gl_ES.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_he.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_it.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_ja.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_lt.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_pl_PL.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_pt_BR.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_sr_BA.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_sr_RS.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_uk_UA.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_zh_CN.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_zh_TW.ts2
25 files changed, 25 insertions, 25 deletions
diff --git a/src/plugins/General/copypaste/copypastefactory.cpp b/src/plugins/General/copypaste/copypastefactory.cpp
index 314484cc0..9035b7c9e 100644
--- a/src/plugins/General/copypaste/copypastefactory.cpp
+++ b/src/plugins/General/copypaste/copypastefactory.cpp
@@ -47,7 +47,7 @@ void CopyPasteFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About Copy/Paste Plugin"),
tr("Qmmp Copy/Paste Plugin")+"\n"+
- tr("This plugin allows to copy selected tracks from one playlist to another")+"\n"+
+ tr("This plugin allows one to copy selected tracks from one playlist to another")+"\n"+
tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
}
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_cs.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_cs.ts
index 45ca7656d..24c2061ee 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_cs.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_cs.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation>Tento modul umožňuje kopírovat vybrané stopy z jednoho seznamu stop do jiného</translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_de.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_de.ts
index c64f048e0..e9eca26aa 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_de.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_de.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_en.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_en.ts
index f8bad5a67..584d4c8d3 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_en.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_en.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_es.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_es.ts
index 6289ed54c..2f6262983 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_es.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_es.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_fr.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_fr.ts
index 479763c09..5ce8834e4 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_fr.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_fr.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation type="unfinished"></translation>
</message>
<message>
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 8fee3b7bb..5f00be294 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_gl_ES.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_gl_ES.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation>Este engadido permite copiar pistas seleccionadas dunha lista de reprodución a outra</translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_he.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_he.ts
index e0d48b782..1375ea677 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_he.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_he.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation>תוספת זו מתירה לך להעתיק רצועות נבחרות מתוך רשימת נגינה אחת לאחרת</translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts
index 41a6076fd..e5284bc04 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_it.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_it.ts
index 0ce1f9d52..44ca8b200 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_it.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_it.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_ja.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_ja.ts
index a4b6c017a..0b84231d3 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_ja.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_ja.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation>このプラグインでプレイリストからトラックを選んで他のプレイリストにコピーできます</translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts
index c75a8363c..b2446db82 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_lt.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_lt.ts
index 84314d2e3..dd82eac54 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_lt.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_lt.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation>Šis įskiepis leidžia kopijuoti pasirinktus takelius iš vieno grojaraščio į kitą</translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts
index 41d8f9d02..0ff014a8f 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation type="unfinished"></translation>
</message>
<message>
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 8c9debfca..553a1da79 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_pl_PL.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_pl_PL.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation>Ta wtyczka pozwala na kopiowanie wybranych utworów z jednej listy odtwarzania do innej</translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts
index 85c519325..af2ac574d 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation>Este suplemento permite copiar as faixas entre as várias listas de reprodução</translation>
</message>
<message>
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 e0940ae80..25035b1c3 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_pt_BR.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_pt_BR.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts
index d6dae4bf0..1facc5f2a 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation>Данный модуль позволяет копировать выбранные треки из одного списка воспроизведения в другой</translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts
index 82acb8bd9..cce3457c8 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation type="unfinished"></translation>
</message>
<message>
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 a25996101..e964a7300 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_sr_BA.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_sr_BA.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation>Омогућује копирање изабране нумере са једне листе нумера на другу</translation>
</message>
<message>
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 e2c16179e..92e1e20d2 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_sr_RS.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_sr_RS.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation>Омогућује копирање изабране нумере са једне листе нумера на другу</translation>
</message>
<message>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts
index f92b5e805..575797043 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation type="unfinished"></translation>
</message>
<message>
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 6ec0737ea..c3f75ba5e 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_uk_UA.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_uk_UA.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation>Даний модуль дозволяє копіювати выбрані треки з одного переліка відтворення в інший</translation>
</message>
<message>
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 06f50dc21..7a5bde32c 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_zh_CN.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_zh_CN.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation type="unfinished"></translation>
</message>
<message>
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 458c653a1..693e8a81b 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_zh_TW.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_zh_TW.ts
@@ -53,7 +53,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="50"/>
- <source>This plugin allows to copy selected tracks from one playlist to another</source>
+ <source>This plugin allows one to copy selected tracks from one playlist to another</source>
<translation type="unfinished"></translation>
</message>
<message>