diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-09-20 05:54:02 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-09-20 05:54:02 +0000 |
| commit | 8d0f501a7d0512eb1f3eee302b7e6c63b12fc60b (patch) | |
| tree | bcbabde36bb60ccbad57d6fca81617359cc9e1d2 /src/plugins/General/streambrowser | |
| parent | d719b0794a627d5ffac2d1bf6a2cc4d9ad4d2f0f (diff) | |
| download | qmmp-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/streambrowser')
25 files changed, 25 insertions, 25 deletions
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 <forkotov02@hotmail.ru>")); } 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation>Tento modul umožňuje přidat proud z adresáře proudů IceCast</translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation>Dieses Modul ermöglicht das Hinzufügen von Streams aus dem IceCast-Streamverzeichnis</translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation type="unfinished"></translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation type="unfinished"></translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation type="unfinished"></translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation>Este engadido permite engadir fluxos dende o directorio de fluxos de IceCast</translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation>תוספת זו מתירה לך להוסיף זרם מתוך מדור זרם של IceCast</translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation type="unfinished"></translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation type="unfinished"></translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation>このプラグインで IceCast ストリームディレクトリーからストリームの取り込みが可能になります</translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation type="unfinished"></translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation>Šis įskiepis leidžia įdėti IceCast srautus į grojaraštį</translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation>Deze module faciliteert in het toevoegen van radiostations uit de IceCast verzameling</translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation>Ta wtyczka pozwala dodawać strumienie z katalogu strumieni IceCast</translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation>Este suplemento permite a adição de emissões do diretório Icecast</translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation type="unfinished"></translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation>Этот модуль предназначен для добавления потоков из директории IceCast</translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation type="unfinished"></translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation>Функција додавања токова са АјсКаст директоријума токова</translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation>Функција додавања токова са АјсКаст директоријума токова</translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation type="unfinished"></translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation>Цей модуль дозволяє додавати потоки з каталогу IceCast</translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation type="unfinished"></translation> </message> <message> 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 @@ </message> <message> <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> + <source>This plugin allows one to add stream from IceCast stream directory</source> <translation type="unfinished"></translation> </message> <message> |
