From 28a703997791b5335834b0a08a4fb1aff7710e8e Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sat, 4 Sep 2010 12:57:34 +0000 Subject: [PATCH] Show a warning when the user tries to connect a MTP device or iPod when they've compiled out support for libmtp or libgpod --- src/devices/devicelister.cpp | 2 -- src/devices/devicemanager.cpp | 19 +++++++++++++++++++ src/translations/ar.po | 15 +++++++++++++++ src/translations/bg.po | 15 +++++++++++++++ src/translations/ca.po | 15 +++++++++++++++ src/translations/cs.po | 15 +++++++++++++++ src/translations/da.po | 15 +++++++++++++++ src/translations/de.po | 15 +++++++++++++++ src/translations/el.po | 15 +++++++++++++++ src/translations/en_CA.po | 15 +++++++++++++++ src/translations/en_GB.po | 15 +++++++++++++++ src/translations/es.po | 15 +++++++++++++++ src/translations/fi.po | 15 +++++++++++++++ src/translations/fr.po | 15 +++++++++++++++ src/translations/gl.po | 15 +++++++++++++++ src/translations/hu.po | 15 +++++++++++++++ src/translations/it.po | 15 +++++++++++++++ src/translations/kk.po | 15 +++++++++++++++ src/translations/lt.po | 15 +++++++++++++++ src/translations/nb.po | 15 +++++++++++++++ src/translations/nl.po | 15 +++++++++++++++ src/translations/oc.po | 15 +++++++++++++++ src/translations/pl.po | 15 +++++++++++++++ src/translations/pt.po | 15 +++++++++++++++ src/translations/pt_BR.po | 15 +++++++++++++++ src/translations/ro.po | 15 +++++++++++++++ src/translations/ru.po | 15 +++++++++++++++ src/translations/sk.po | 15 +++++++++++++++ src/translations/sl.po | 15 +++++++++++++++ src/translations/sr.po | 15 +++++++++++++++ src/translations/sv.po | 15 +++++++++++++++ src/translations/tr.po | 15 +++++++++++++++ src/translations/translations.pot | 15 +++++++++++++++ src/translations/uk.po | 15 +++++++++++++++ src/translations/zh_CN.po | 15 +++++++++++++++ src/translations/zh_TW.po | 15 +++++++++++++++ 36 files changed, 529 insertions(+), 2 deletions(-) diff --git a/src/devices/devicelister.cpp b/src/devices/devicelister.cpp index 9151fe9e0..51476fc04 100644 --- a/src/devices/devicelister.cpp +++ b/src/devices/devicelister.cpp @@ -162,11 +162,9 @@ QString GetIpodModel(Itdb_IpodModel model) { } QUrl DeviceLister::MakeUrlFromLocalPath(const QString& path) { -#ifdef HAVE_LIBGPOD if (IsIpod(path)) { return QUrl("ipod://" + path); } -#endif return QUrl::fromLocalFile(path); } diff --git a/src/devices/devicemanager.cpp b/src/devices/devicemanager.cpp index ee2bbd709..72d99a014 100644 --- a/src/devices/devicemanager.cpp +++ b/src/devices/devicemanager.cpp @@ -529,6 +529,25 @@ boost::shared_ptr DeviceManager::Connect(int row) { device_url = url; break; } + + // If we get here it means that this URL scheme wasn't supported. If it + // was "ipod" or "mtp" then the user compiled out support and the device + // won't work properly. + if (url.scheme() == "mtp" || url.scheme() == "gphoto2") { + if (QMessageBox::critical(NULL, tr("This device will not work properly"), + tr("This is an MTP device, but you compiled Clementine without libmtp support.") + " " + + tr("If you continue, this device will work slowly and songs copied to it may not work."), + QMessageBox::Abort, QMessageBox::Ignore) == QMessageBox::Abort) + return ret; + } + + if (url.scheme() == "ipod") { + if (QMessageBox::critical(NULL, tr("This device will not work properly"), + tr("This is an iPod, but you compiled Clementine without libgpod support.") + " " + + tr("If you continue, this device will work slowly and songs copied to it may not work."), + QMessageBox::Abort, QMessageBox::Ignore) == QMessageBox::Abort) + return ret; + } } if (device_url.isEmpty()) { diff --git a/src/translations/ar.po b/src/translations/ar.po index 7440b8be2..6c7917588 100644 --- a/src/translations/ar.po +++ b/src/translations/ar.po @@ -904,6 +904,11 @@ msgstr "" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1749,6 +1754,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/bg.po b/src/translations/bg.po index eeceff673..5acb74fab 100644 --- a/src/translations/bg.po +++ b/src/translations/bg.po @@ -904,6 +904,11 @@ msgstr "" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1749,6 +1754,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/ca.po b/src/translations/ca.po index ca9ca5918..ac26e7b23 100644 --- a/src/translations/ca.po +++ b/src/translations/ca.po @@ -922,6 +922,11 @@ msgstr "No tinc cap compte a Magnatune" msgid "Icon" msgstr "Icona" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Ignora \"The\" als noms d'artistes" @@ -1770,6 +1775,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/cs.po b/src/translations/cs.po index 46ef0541d..98956dd2a 100644 --- a/src/translations/cs.po +++ b/src/translations/cs.po @@ -907,6 +907,11 @@ msgstr "Nemám u Magnatune účet" msgid "Icon" msgstr "Ikona" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1753,6 +1758,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/da.po b/src/translations/da.po index 4d34d5fb9..dfe479ac6 100644 --- a/src/translations/da.po +++ b/src/translations/da.po @@ -907,6 +907,11 @@ msgstr "" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1756,6 +1761,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/de.po b/src/translations/de.po index d0acf6666..b9dabb228 100644 --- a/src/translations/de.po +++ b/src/translations/de.po @@ -921,6 +921,11 @@ msgstr "Ich habe kein Magnatune-Konto" msgid "Icon" msgstr "Symbol" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Ignoriere \"The\" im Künstlernamen" @@ -1773,6 +1778,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/el.po b/src/translations/el.po index b05e110a6..361651082 100644 --- a/src/translations/el.po +++ b/src/translations/el.po @@ -923,6 +923,11 @@ msgstr "Δεν έχω λογαριασμό Magnatune" msgid "Icon" msgstr "Εικονίδιο" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Αγνόηση του \"The\" στο όνομα των καλλιτεχνών" @@ -1776,6 +1781,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/en_CA.po b/src/translations/en_CA.po index 89dafbc25..0bda967c6 100644 --- a/src/translations/en_CA.po +++ b/src/translations/en_CA.po @@ -907,6 +907,11 @@ msgstr "" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1754,6 +1759,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/en_GB.po b/src/translations/en_GB.po index 33ccd9ef3..d532f4cd2 100644 --- a/src/translations/en_GB.po +++ b/src/translations/en_GB.po @@ -905,6 +905,11 @@ msgstr "" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1751,6 +1756,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/es.po b/src/translations/es.po index 4c16738e1..81c369b93 100644 --- a/src/translations/es.po +++ b/src/translations/es.po @@ -923,6 +923,11 @@ msgstr "No tengo una cuenta en Magnatune" msgid "Icon" msgstr "Ícono" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Ignorar el \"The\" en los nombres de los artistas" @@ -1776,6 +1781,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/fi.po b/src/translations/fi.po index aa72751ed..b7652f7fc 100644 --- a/src/translations/fi.po +++ b/src/translations/fi.po @@ -904,6 +904,11 @@ msgstr "Minulla ei ole Magnatune-tunnusta" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1751,6 +1756,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/fr.po b/src/translations/fr.po index 3aec081a3..321c01ff4 100644 --- a/src/translations/fr.po +++ b/src/translations/fr.po @@ -913,6 +913,11 @@ msgstr "Je ne possède pas de compte Magnatune" msgid "Icon" msgstr "Icône" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Ignorer « The » dans les noms d'artiste" @@ -1765,6 +1770,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/gl.po b/src/translations/gl.po index 8b4325d16..d810dac43 100644 --- a/src/translations/gl.po +++ b/src/translations/gl.po @@ -904,6 +904,11 @@ msgstr "" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1751,6 +1756,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/hu.po b/src/translations/hu.po index 078a2209e..840358705 100644 --- a/src/translations/hu.po +++ b/src/translations/hu.po @@ -917,6 +917,11 @@ msgstr "Nincs Magnatune fiókom" msgid "Icon" msgstr "Ikon" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "A \"The\" mellőzése előadó nevekben" @@ -1768,6 +1773,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/it.po b/src/translations/it.po index 6fef4cfd9..1b05cedfc 100644 --- a/src/translations/it.po +++ b/src/translations/it.po @@ -927,6 +927,11 @@ msgstr "Non ho un account Magnatune" msgid "Icon" msgstr "Icona" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Ignora \"The\" nei nomi degli artisti" @@ -1785,6 +1790,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/kk.po b/src/translations/kk.po index 2902d1b4e..bec33246c 100644 --- a/src/translations/kk.po +++ b/src/translations/kk.po @@ -904,6 +904,11 @@ msgstr "" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1751,6 +1756,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/lt.po b/src/translations/lt.po index 1b0e14629..abea277b4 100644 --- a/src/translations/lt.po +++ b/src/translations/lt.po @@ -904,6 +904,11 @@ msgstr "" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1749,6 +1754,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/nb.po b/src/translations/nb.po index 13350bae5..f3b501325 100644 --- a/src/translations/nb.po +++ b/src/translations/nb.po @@ -905,6 +905,11 @@ msgstr "" msgid "Icon" msgstr "Ikon" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1753,6 +1758,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/nl.po b/src/translations/nl.po index cd450549e..f2bb8e44d 100644 --- a/src/translations/nl.po +++ b/src/translations/nl.po @@ -918,6 +918,11 @@ msgstr "Ik heb geen Magnatune-account" msgid "Icon" msgstr "Pictogram" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "\"The\" in artiestennamen negeren" @@ -1774,6 +1779,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/oc.po b/src/translations/oc.po index 4d4dd9ac6..898d2a9e4 100644 --- a/src/translations/oc.po +++ b/src/translations/oc.po @@ -904,6 +904,11 @@ msgstr "" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1749,6 +1754,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/pl.po b/src/translations/pl.po index 3ab92a628..2239fc5ec 100644 --- a/src/translations/pl.po +++ b/src/translations/pl.po @@ -910,6 +910,11 @@ msgstr "Nie posiadam konta w Magnatune" msgid "Icon" msgstr "Ikona" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Ignoruj \"The\" w nazwach artystów" @@ -1760,6 +1765,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/pt.po b/src/translations/pt.po index 9ae30a82e..e1278d628 100644 --- a/src/translations/pt.po +++ b/src/translations/pt.po @@ -917,6 +917,11 @@ msgstr "Não tenho uma conta Magnatune" msgid "Icon" msgstr "Ícone" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Ignorar \"The\" no nome dos artistas" @@ -1769,6 +1774,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/pt_BR.po b/src/translations/pt_BR.po index e16f841cc..65465319d 100644 --- a/src/translations/pt_BR.po +++ b/src/translations/pt_BR.po @@ -911,6 +911,11 @@ msgstr "Eu não tenho uma conta no Magnatune" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Ignorar o \"The\" em nomes de artistas" @@ -1762,6 +1767,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/ro.po b/src/translations/ro.po index 2209277a5..a55e7af57 100644 --- a/src/translations/ro.po +++ b/src/translations/ro.po @@ -904,6 +904,11 @@ msgstr "" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1750,6 +1755,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/ru.po b/src/translations/ru.po index f914face5..d3537b495 100644 --- a/src/translations/ru.po +++ b/src/translations/ru.po @@ -913,6 +913,11 @@ msgstr "У меня нет учётной записи Magnatune" msgid "Icon" msgstr "Значок" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Игнорировать \"The\" в имени исполнителя" @@ -1764,6 +1769,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/sk.po b/src/translations/sk.po index 7ea57a41c..495294944 100644 --- a/src/translations/sk.po +++ b/src/translations/sk.po @@ -917,6 +917,11 @@ msgstr "Nemám Magnatune účet" msgid "Icon" msgstr "Ikona" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Ignorovať \"The\" v mene interpréta" @@ -1767,6 +1772,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/sl.po b/src/translations/sl.po index 16b0b79d7..0c2582fb4 100644 --- a/src/translations/sl.po +++ b/src/translations/sl.po @@ -917,6 +917,11 @@ msgstr "Nimam Magnatune računa" msgid "Icon" msgstr "Ikona" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Ignoriraj \"The\" v imenih izvajalcev" @@ -1766,6 +1771,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/sr.po b/src/translations/sr.po index eca67a0a1..7565390a7 100644 --- a/src/translations/sr.po +++ b/src/translations/sr.po @@ -907,6 +907,11 @@ msgstr "Немам налог на Мегатјуну" msgid "Icon" msgstr "Икона" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1754,6 +1759,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/sv.po b/src/translations/sv.po index cf2dc9d7a..23a3b6216 100644 --- a/src/translations/sv.po +++ b/src/translations/sv.po @@ -912,6 +912,11 @@ msgstr "Jag har inte ett Magnatune-konto" msgid "Icon" msgstr "Ikon" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Ignorera \"The\" i artistnamn" @@ -1764,6 +1769,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/tr.po b/src/translations/tr.po index 2fd890ff5..fbccb1d0f 100644 --- a/src/translations/tr.po +++ b/src/translations/tr.po @@ -904,6 +904,11 @@ msgstr "Magnatune hesabım yok" msgid "Icon" msgstr "Simge" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Sanatçı isimlerinde \"the\" kelimesini önemseme" @@ -1755,6 +1760,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/translations.pot b/src/translations/translations.pot index e71018fbb..e0b34fd84 100644 --- a/src/translations/translations.pot +++ b/src/translations/translations.pot @@ -894,6 +894,11 @@ msgstr "" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1739,6 +1744,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/uk.po b/src/translations/uk.po index 8a2d81573..190a9014c 100644 --- a/src/translations/uk.po +++ b/src/translations/uk.po @@ -915,6 +915,11 @@ msgstr "У мене немає облікового запису на Magnatune" msgid "Icon" msgstr "Значок" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "Ігнорувати «The» в іменах виконавців" @@ -1764,6 +1769,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/zh_CN.po b/src/translations/zh_CN.po index 6262bd0b7..d061379a2 100644 --- a/src/translations/zh_CN.po +++ b/src/translations/zh_CN.po @@ -904,6 +904,11 @@ msgstr "" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "" @@ -1749,6 +1754,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time." diff --git a/src/translations/zh_TW.po b/src/translations/zh_TW.po index 75bef47c1..3c96e7f21 100644 --- a/src/translations/zh_TW.po +++ b/src/translations/zh_TW.po @@ -908,6 +908,11 @@ msgstr "我沒有 Magnatune 帳號" msgid "Icon" msgstr "" +msgid "" +"If you continue, this device will work slowly and songs copied to it may not " +"work." +msgstr "" + msgid "Ignore \"The\" in artist names" msgstr "忽視在演唱者名字中的“The”" @@ -1754,6 +1759,16 @@ msgstr "" msgid "This device supports the following file formats:" msgstr "" +msgid "This device will not work properly" +msgstr "" + +msgid "" +"This is an MTP device, but you compiled Clementine without libmtp support." +msgstr "" + +msgid "This is an iPod, but you compiled Clementine without libgpod support." +msgstr "" + msgid "" "This is the first time you have connected this device. Clementine will now " "scan the device to find music files - this may take some time."