From 8d0f501a7d0512eb1f3eee302b7e6c63b12fc60b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 20 Sep 2014 05:54:02 +0000 Subject: 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 --- src/plugins/General/copypaste/copypastefactory.cpp | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_cs.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_de.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_en.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_es.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_fr.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_gl_ES.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_he.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_it.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_ja.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_lt.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_pl_PL.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_pt_BR.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_sr_BA.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_sr_RS.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_uk_UA.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_zh_CN.ts | 2 +- src/plugins/General/copypaste/translations/copypaste_plugin_zh_TW.ts | 2 +- src/plugins/General/streambrowser/streambrowserfactory.cpp | 2 +- .../General/streambrowser/translations/streambrowser_plugin_cs.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_de.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_en.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_es.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_fr.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_gl_ES.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_he.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_hu.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_it.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_ja.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_kk.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_lt.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_nl.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_pl_PL.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_pt.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_pt_BR.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_ru.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_sk.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_sr_BA.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_sr_RS.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_tr.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_uk_UA.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_zh_CN.ts | 2 +- .../General/streambrowser/translations/streambrowser_plugin_zh_TW.ts | 2 +- src/qmmp/statehandler.h | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) (limited to 'src') 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 ")); } 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 @@ - This plugin allows to copy selected tracks from one playlist to another + 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 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another 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 @@ - This plugin allows to copy selected tracks from one playlist to another + 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 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another תוספת זו מתירה לך להעתיק רצועות נבחרות מתוך רשימת נגינה אחת לאחרת 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another このプラグインでプレイリストからトラックを選んで他のプレイリストにコピーできます 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another 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 @@ - This plugin allows to copy selected tracks from one playlist to another + 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ą 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another 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 @@ - This plugin allows to copy selected tracks from one playlist to another + 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 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 @@ - This plugin allows to copy selected tracks from one playlist to another + 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 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another Данный модуль позволяет копировать выбранные треки из одного списка воспроизведения в другой 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another Омогућује копирање изабране нумере са једне листе нумера на другу 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another Омогућује копирање изабране нумере са једне листе нумера на другу 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another Даний модуль дозволяє копіювати выбрані треки з одного переліка відтворення в інший 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another 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 @@ - This plugin allows to copy selected tracks from one playlist to another + This plugin allows one to copy selected tracks from one playlist to another diff --git a/src/plugins/General/streambrowser/streambrowserfactory.cpp b/src/plugins/General/streambrowser/streambrowserfactory.cpp index fc8386e07..69681bf6e 100644 --- a/src/plugins/General/streambrowser/streambrowserfactory.cpp +++ b/src/plugins/General/streambrowser/streambrowserfactory.cpp @@ -48,7 +48,7 @@ void StreamBrowserFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About Stream Browser Plugin"), tr("Qmmp Stream Browser Plugin")+"\n"+ - tr("This plugin allows to add stream from IceCast stream directory")+"\n"+ + tr("This plugin allows one to add stream from IceCast stream directory")+"\n"+ tr("Written by: Ilya Kotov ")); } diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_cs.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_cs.ts index 8c3391350..362dd55f1 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_cs.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_cs.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory Tento modul umožňuje přidat proud z adresáře proudů IceCast diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_de.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_de.ts index fd2d97c2c..bd87b2ecf 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_de.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_de.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory Dieses Modul ermöglicht das Hinzufügen von Streams aus dem IceCast-Streamverzeichnis diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_en.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_en.ts index b186b0b39..36132da51 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_en.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_en.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_es.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_es.ts index 6bcdab4f9..fdc017ef9 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_es.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_es.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_fr.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_fr.ts index d32e89f29..a6deb7053 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_fr.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_fr.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_gl_ES.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_gl_ES.ts index b61490215..b48f8ab5a 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_gl_ES.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_gl_ES.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory Este engadido permite engadir fluxos dende o directorio de fluxos de IceCast diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_he.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_he.ts index a8008e299..514ef176c 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_he.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_he.ts @@ -34,7 +34,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory תוספת זו מתירה לך להוסיף זרם מתוך מדור זרם של IceCast diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_hu.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_hu.ts index 62f69c7ea..7d20298b4 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_hu.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_hu.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_it.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_it.ts index a21f3af91..511430f16 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_it.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_it.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_ja.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_ja.ts index 401177acf..0dbbe7b6c 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_ja.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_ja.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory このプラグインで IceCast ストリームディレクトリーからストリームの取り込みが可能になります diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_kk.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_kk.ts index 43e0d3a52..cbb00d786 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_kk.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_kk.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_lt.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_lt.ts index 06a472fc0..db6fa266d 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_lt.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_lt.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory Šis įskiepis leidžia įdėti IceCast srautus į grojaraštį diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_nl.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_nl.ts index de6961f58..1df6e927e 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_nl.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_nl.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory Deze module faciliteert in het toevoegen van radiostations uit de IceCast verzameling diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_pl_PL.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_pl_PL.ts index fafacfaae..7eaba45e4 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_pl_PL.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_pl_PL.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory Ta wtyczka pozwala dodawać strumienie z katalogu strumieni IceCast diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_pt.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_pt.ts index 923206ff1..d87df231d 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_pt.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_pt.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory Este suplemento permite a adição de emissões do diretório Icecast diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_pt_BR.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_pt_BR.ts index 13a1378de..c9930b9ad 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_pt_BR.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_pt_BR.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_ru.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_ru.ts index 6944648b2..7575ec351 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_ru.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_ru.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory Этот модуль предназначен для добавления потоков из директории IceCast diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_sk.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_sk.ts index c747dde97..74ba3ff62 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_sk.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_sk.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_BA.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_BA.ts index 8d64544ae..c4e28eb02 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_BA.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_BA.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory Функција додавања токова са АјсКаст директоријума токова diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_RS.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_RS.ts index 10c913d8a..9fdc0519d 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_RS.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_RS.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory Функција додавања токова са АјсКаст директоријума токова diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_tr.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_tr.ts index 1060bded3..b8e7316f1 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_tr.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_tr.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_uk_UA.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_uk_UA.ts index c1c4d7345..aba515fda 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_uk_UA.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_uk_UA.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory Цей модуль дозволяє додавати потоки з каталогу IceCast diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_CN.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_CN.ts index a9c8911d7..2396dea39 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_CN.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_CN.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_TW.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_TW.ts index b4bcaed60..c54e1643b 100644 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_TW.ts +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_TW.ts @@ -33,7 +33,7 @@ - This plugin allows to add stream from IceCast stream directory + This plugin allows one to add stream from IceCast stream directory diff --git a/src/qmmp/statehandler.h b/src/qmmp/statehandler.h index 931ff09f1..faa0ac496 100644 --- a/src/qmmp/statehandler.h +++ b/src/qmmp/statehandler.h @@ -27,7 +27,7 @@ #include "abstractengine.h" #include "qmmp.h" -/*! @brief The StateHandler class allows to track information about playback progress. +/*! @brief The StateHandler class allows one to track information about playback progress. * @author Ilya Kotov */ class StateHandler : public QObject -- cgit v1.2.3-13-gbd6f