1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

Merge branch 'master' into infoplugins and fix up problematic bits. This

fully separates out all infoplugins into separate buildable units.
Eventually I'll make cmake switches to enable easy picking of the
different plugins at build-time; distros will like that.

Conflicts:
	src/infoplugins/generic/CMakeLists.txt
	src/infoplugins/generic/ChartsPlugin.cpp
	src/infoplugins/generic/ChartsPlugin.h
	src/infoplugins/generic/ChartsPlugin_Data_p.h
	src/infoplugins/generic/charts/ChartsPlugin.cpp
	src/infoplugins/generic/charts/ChartsPlugin.h
	src/infoplugins/generic/hypem/HypemPlugin.cpp
	src/infoplugins/generic/hypem/HypemPlugin.h
	src/infoplugins/generic/hypemPlugin.cpp
	src/infoplugins/generic/hypemPlugin.h
	src/libtomahawk/CMakeLists.txt
	src/libtomahawk/CountryUtils.h
	src/libtomahawk/infosystem/InfoSystemWorker.cpp
	src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp
	src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.h
	src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin_Data_p.h
	src/libtomahawk/infosystem/infoplugins/generic/hypemPlugin.cpp
	src/libtomahawk/infosystem/infoplugins/generic/hypemPlugin.h
This commit is contained in:
Jeff Mitchell
2012-05-18 00:15:56 -04:00
62 changed files with 962 additions and 605 deletions

View File

@@ -76,6 +76,12 @@ macro(add_tomahawk_plugin)
add_definitions(${QT_DEFINITIONS})
set_target_properties(${target} PROPERTIES AUTOMOC TRUE COMPILE_DEFINITIONS ${PLUGIN_EXPORT_MACRO})
if(PLUGIN_COMPILE_DEFINITIONS)
# Dear CMake, i hate you! Sincerely, domme
# At least in CMake 2.8.8, you CANNOT set more than one COMPILE_DEFINITIONS value
# only takes the first one if called multiple times or bails out with wrong number of arguments
# when passing in a list, thus i redefine the export macro here in hope it won't mess up other targets
add_definitions( "-D${PLUGIN_EXPORT_MACRO}" )
set_target_properties(${target} PROPERTIES COMPILE_DEFINITIONS ${PLUGIN_COMPILE_DEFINITIONS})
endif()

View File

@@ -422,39 +422,49 @@ connect and stream from you?</source>
<source>Tomahawk Crash Reporter</source>
<translation>Автоматично докладване на грешки на Tomahawk</translation>
</message>
<message>
<message utf8="true">
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="80"/>
<source>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</source>
<translation>&lt;p&gt;&lt;b&gt;Извинявай&lt;/b&gt;&amp;nbsp;Tomahawk спря да работи. Информация относно проблемът се изпраща към нашата централа, за да можем да го отстраним.&lt;/p&gt;</translation>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="172"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="129"/>
<source>Send this report</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="136"/>
<source>Don&apos;t send</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="190"/>
<source>Abort</source>
<translation>Откажи</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="192"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="210"/>
<source>You can disable sending crash reports in the configuration dialog.</source>
<translation>Можете да спрете изпращането на информация относно проблеми в панелът с настройки.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="153"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="154"/>
<source>Uploaded %L1 of %L2 KB.</source>
<translation>Качени %L1 от %В2 КБ.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="167"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="183"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="168"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<source>Close</source>
<translation>Затвори</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="176"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="177"/>
<source>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</source>
<translation>Изпращането приключи. &lt;b&gt;Благодарим ви за отзивчивостта!&lt;/b&gt;.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="185"/>
<source>Failed to send crash info.</source>
<translation>Изпращането на краш-данни е неуспешно.</translation>
</message>
@@ -1539,7 +1549,7 @@ connect and stream from you?</source>
<message>
<location filename="../src/StackedSettingsDialog.ui" line="414"/>
<source>Send reports after Tomahawk crashed</source>
<translation>Изпрати сервизна информация след счупването на програмата.</translation>
<translation>Изпрати сервизна информация след забиване.</translation>
</message>
<message>
<location filename="../src/StackedSettingsDialog.ui" line="401"/>
@@ -2441,22 +2451,22 @@ Try tweaking the filters for a new set of songs to play.</source>
<context>
<name>Tomahawk::InfoSystem::ChartsPlugin</name>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="359"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="363"/>
<source>Top Overall</source>
<translation>Най-известни</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="448"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="452"/>
<source>Artists</source>
<translation>Артисти</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="450"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="454"/>
<source>Albums</source>
<translation>Албуми</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="452"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="456"/>
<source>Tracks</source>
<translation>Песни</translation>
</message>
@@ -3695,107 +3705,107 @@ Lyrics for &quot;%1&quot; by %2:
<context>
<name>XmppSipPlugin</name>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="380"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="379"/>
<source>User Interaction</source>
<translation>Действие от потребителя</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="383"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="382"/>
<source>Host is unknown</source>
<translation>Непознат адрес</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="386"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="385"/>
<source>Item not found</source>
<translation>Обектът не е открит</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="389"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="388"/>
<source>Authorization Error</source>
<translation>Грешка при даване на достъп</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="392"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="391"/>
<source>Remote Stream Error</source>
<translation>Грешка в стриймът от отдалечената машина</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="395"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="394"/>
<source>Remote Connection failed</source>
<translation>Отдалечената връзка е неуспешна</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="398"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="397"/>
<source>Internal Server Error</source>
<translation>Вътрешна грешка на сървъра</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="401"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="400"/>
<source>System shutdown</source>
<translation>Изключване на системата</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="404"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="403"/>
<source>Conflict</source>
<translation>Конфликт</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="408"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="407"/>
<source>Unknown</source>
<translation>Неизвестно</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="412"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="411"/>
<source>No Compression Support</source>
<translation>Няма поддръжка на компресия</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="416"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="415"/>
<source>No Encryption Support</source>
<translation>Няма поддръжка на криптиране</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="420"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="419"/>
<source>No Authorization Support</source>
<translation>Няма поддръжка на удостоверяване</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="424"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="423"/>
<source>No Supported Feature</source>
<translation>Неподдържана функция</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="520"/>
<source>Add Friend</source>
<translation>Добави приятел</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="522"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<source>Enter Xmpp ID:</source>
<translation>Въведи Xmpp ID:</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="673"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="672"/>
<source>Add Friend...</source>
<translation>Добави приятел...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="678"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="677"/>
<source>XML Console...</source>
<translation>XML Конзола...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="726"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="725"/>
<source>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</source>
<translation>Извинявай.. Аз съм режимът за автоматични отговори изпълзван от Tomahawk. ( http://gettomahawk.com ) Щом получаваш това съобщение, този с който се опитваш да се свържеш вероятно не е на линия. Моля, опитай отново по-късно.</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="823"/>
<source>Authorize User</source>
<translation>Оправомощяване на потребител</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="825"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<source>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</source>
<translation>Искате ли да позволите на &lt;b&gt;%1&lt;/b&gt; достъп до вашата колекция?</translation>
</message>

View File

@@ -415,39 +415,49 @@ connect and stream from you?</source>
<source>Tomahawk Crash Reporter</source>
<translation>Enviament de Fallades de Tomahawk</translation>
</message>
<message>
<message utf8="true">
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="80"/>
<source>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</source>
<translation>&lt;p&gt;Tomahak ha fallat. La informació sobre la fallada s&apos;està enviant a Tomahawk HQ per poder-ho solucionar.&lt;/p&gt;</translation>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="172"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="129"/>
<source>Send this report</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="136"/>
<source>Don&apos;t send</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="190"/>
<source>Abort</source>
<translation>Interromp</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="192"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="210"/>
<source>You can disable sending crash reports in the configuration dialog.</source>
<translation>Podeu deshabilitar l&apos;enviament d&apos;informació sobre les fallades des del diàleg de configuració.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="153"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="154"/>
<source>Uploaded %L1 of %L2 KB.</source>
<translation>%L1 de %L2 KB carregats.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="167"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="183"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="168"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<source>Close</source>
<translation>Tanca</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="176"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="177"/>
<source>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</source>
<translation>Enviat! &lt;b&gt;Moltes gràcies&lt;/b&gt;.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="185"/>
<source>Failed to send crash info.</source>
<translation>S&apos;ha produït un error en enviar la informació sobre la fallada.</translation>
</message>
@@ -2432,22 +2442,22 @@ Intenteu ajustar els filtres per reproduir noves cançons.</translation>
<context>
<name>Tomahawk::InfoSystem::ChartsPlugin</name>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="359"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="363"/>
<source>Top Overall</source>
<translation>Top General</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="448"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="452"/>
<source>Artists</source>
<translation>Artistes</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="450"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="454"/>
<source>Albums</source>
<translation>Àlbums</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="452"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="456"/>
<source>Tracks</source>
<translation>Cançons</translation>
</message>
@@ -3683,107 +3693,107 @@ Lletres de la cancó &quot;%1&quot; de %2:
<context>
<name>XmppSipPlugin</name>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="380"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="379"/>
<source>User Interaction</source>
<translation>Interacció d&apos;usuari</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="383"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="382"/>
<source>Host is unknown</source>
<translation>El nom de l&apos;ordinador és desconegut</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="386"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="385"/>
<source>Item not found</source>
<translation>No s&apos;ha trobat l&apos;element</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="389"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="388"/>
<source>Authorization Error</source>
<translation>Error d&apos;autorització</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="392"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="391"/>
<source>Remote Stream Error</source>
<translation>Error de flux remot</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="395"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="394"/>
<source>Remote Connection failed</source>
<translation>Ha fallat la connexió remota</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="398"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="397"/>
<source>Internal Server Error</source>
<translation>Error del servidor intern</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="401"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="400"/>
<source>System shutdown</source>
<translation>Sistema apagat</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="404"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="403"/>
<source>Conflict</source>
<translation>Conflicte</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="408"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="407"/>
<source>Unknown</source>
<translation>Desconegut</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="412"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="411"/>
<source>No Compression Support</source>
<translation>Compressió no suportada</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="416"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="415"/>
<source>No Encryption Support</source>
<translation>Encriptació no suportada</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="420"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="419"/>
<source>No Authorization Support</source>
<translation>Autorització no suportada</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="424"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="423"/>
<source>No Supported Feature</source>
<translation>Característica no suportada</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="520"/>
<source>Add Friend</source>
<translation>Afegeix un Amic</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="522"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<source>Enter Xmpp ID:</source>
<translation>Introduiu la ID XMPP:</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="673"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="672"/>
<source>Add Friend...</source>
<translation>Afegeix un Amic...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="678"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="677"/>
<source>XML Console...</source>
<translation>Consola XML...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="726"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="725"/>
<source>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</source>
<translation>Sóc una presència automàtica emprada pel Reproductor Tomahawk. (http://gettomahawk.com. Si rebeu aquest missatge, la persona amb qui intenteu contactar probablement no està en línia, intenteu-ho més tard!</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="823"/>
<source>Authorize User</source>
<translation>Autorització d&apos;Usuari</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="825"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<source>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</source>
<translation>Voleu permetre que &lt;b&gt;%1&lt;/b&gt; accedeixi a la vostra Col·lecció?</translation>
</message>

View File

@@ -415,39 +415,49 @@ connect and stream from you?</source>
<source>Tomahawk Crash Reporter</source>
<translation>Tomahawk Fehlermelder</translation>
</message>
<message>
<message utf8="true">
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="80"/>
<source>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</source>
<translation>&lt;p&gt;&lt;b&gt;Das tut uns leid!&lt;/b&gt; Tomahawk ist abgestürzt! Informationen darüber werden nun in die Tomahawk-Einsatzzentrale weitergeleitet, so dass der Fehler behoben werden kann.&lt;/p&gt;</translation>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="172"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="129"/>
<source>Send this report</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="136"/>
<source>Don&apos;t send</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="190"/>
<source>Abort</source>
<translation>Abbrechen</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="192"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="210"/>
<source>You can disable sending crash reports in the configuration dialog.</source>
<translation>Du kannst das Übermitteln der Fehlerberichte in den Einstellungen abschalten.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="153"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="154"/>
<source>Uploaded %L1 of %L2 KB.</source>
<translation>%L1 von %L2 hochgeladen.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="167"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="183"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="168"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<source>Close</source>
<translation>Schließen</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="176"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="177"/>
<source>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</source>
<translation>Gesendet! &lt;b&gt;Vielen Dank!&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="185"/>
<source>Failed to send crash info.</source>
<translation>Übertragung des Fehlerberichts fehlgeschlagen.</translation>
</message>
@@ -2427,22 +2437,22 @@ Versuch die Filter anzupassen für neue Lieder.</translation>
<context>
<name>Tomahawk::InfoSystem::ChartsPlugin</name>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="359"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="363"/>
<source>Top Overall</source>
<translation>Top Allgemein</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="448"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="452"/>
<source>Artists</source>
<translation>Künstler</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="450"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="454"/>
<source>Albums</source>
<translation>Alben</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="452"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="456"/>
<source>Tracks</source>
<translation>Stücke</translation>
</message>
@@ -3672,107 +3682,107 @@ Lyrics for &quot;%1&quot; by %2:
<context>
<name>XmppSipPlugin</name>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="380"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="379"/>
<source>User Interaction</source>
<translation>Nutzer Interaktion</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="383"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="382"/>
<source>Host is unknown</source>
<translation>Host ist unbekannt</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="386"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="385"/>
<source>Item not found</source>
<translation>Eintrag nicht gefunden</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="389"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="388"/>
<source>Authorization Error</source>
<translation>Authentifizierungs Fehler</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="392"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="391"/>
<source>Remote Stream Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="395"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="394"/>
<source>Remote Connection failed</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="398"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="397"/>
<source>Internal Server Error</source>
<translation>Interner Server Fehler</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="401"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="400"/>
<source>System shutdown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="404"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="403"/>
<source>Conflict</source>
<translation>Konflikt</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="408"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="407"/>
<source>Unknown</source>
<translation>Unbekannt</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="412"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="411"/>
<source>No Compression Support</source>
<translation>Keine Kompressions Option</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="416"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="415"/>
<source>No Encryption Support</source>
<translation>Keine Verschluesselungs Option</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="420"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="419"/>
<source>No Authorization Support</source>
<translation>Keine Authorisierungs Option</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="424"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="423"/>
<source>No Supported Feature</source>
<translation>Keine unterstuetzte Faehigkeit</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="520"/>
<source>Add Friend</source>
<translation>Freund hinzufügen...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="522"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<source>Enter Xmpp ID:</source>
<translation>XMPP-Benutzer:</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="673"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="672"/>
<source>Add Friend...</source>
<translation>Freund hinzufügen...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="678"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="677"/>
<source>XML Console...</source>
<translation>XML-Konsole...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="726"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="725"/>
<source>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="823"/>
<source>Authorize User</source>
<translation>Authorisiere Nutzer</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="825"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<source>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</source>
<translation>Willst du &lt;b&gt;%1&lt;/b&gt; Zugriff auf deine Sammlung gewähren?</translation>
</message>

View File

@@ -416,39 +416,49 @@ connect and stream from you?</translation>
<source>Tomahawk Crash Reporter</source>
<translation>Tomahawk Crash Reporter</translation>
</message>
<message>
<message utf8="true">
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="80"/>
<source>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</source>
<translation>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</translation>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="172"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="129"/>
<source>Send this report</source>
<translation>Send this report</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="136"/>
<source>Don&apos;t send</source>
<translation>Don&apos;t send</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="190"/>
<source>Abort</source>
<translation>Abort</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="192"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="210"/>
<source>You can disable sending crash reports in the configuration dialog.</source>
<translation>You can disable sending crash reports in the configuration dialog.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="153"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="154"/>
<source>Uploaded %L1 of %L2 KB.</source>
<translation>Uploaded %L1 of %L2 KB.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="167"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="183"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="168"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<source>Close</source>
<translation>Close</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="176"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="177"/>
<source>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</source>
<translation>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="185"/>
<source>Failed to send crash info.</source>
<translation>Failed to send crash info.</translation>
</message>
@@ -2433,22 +2443,22 @@ Try tweaking the filters for a new set of songs to play.</translation>
<context>
<name>Tomahawk::InfoSystem::ChartsPlugin</name>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="359"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="363"/>
<source>Top Overall</source>
<translation>Top Overall</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="448"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="452"/>
<source>Artists</source>
<translation>Artists</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="450"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="454"/>
<source>Albums</source>
<translation>Albums</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="452"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="456"/>
<source>Tracks</source>
<translation>Tracks</translation>
</message>
@@ -3688,107 +3698,107 @@ Lyrics for &quot;%1&quot; by %2:
<context>
<name>XmppSipPlugin</name>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="380"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="379"/>
<source>User Interaction</source>
<translation>User Interaction</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="383"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="382"/>
<source>Host is unknown</source>
<translation>Host is unknown</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="386"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="385"/>
<source>Item not found</source>
<translation>Item not found</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="389"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="388"/>
<source>Authorization Error</source>
<translation>Authorization Error</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="392"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="391"/>
<source>Remote Stream Error</source>
<translation>Remote Stream Error</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="395"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="394"/>
<source>Remote Connection failed</source>
<translation>Remote Connection failed</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="398"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="397"/>
<source>Internal Server Error</source>
<translation>Internal Server Error</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="401"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="400"/>
<source>System shutdown</source>
<translation>System shutdown</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="404"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="403"/>
<source>Conflict</source>
<translation>Conflict</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="408"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="407"/>
<source>Unknown</source>
<translation>Unknown</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="412"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="411"/>
<source>No Compression Support</source>
<translation>No Compression Support</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="416"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="415"/>
<source>No Encryption Support</source>
<translation>No Encryption Support</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="420"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="419"/>
<source>No Authorization Support</source>
<translation>No Authorization Support</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="424"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="423"/>
<source>No Supported Feature</source>
<translation>No Supported Feature</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="520"/>
<source>Add Friend</source>
<translation>Add Friend</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="522"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<source>Enter Xmpp ID:</source>
<translation>Enter Xmpp ID:</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="673"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="672"/>
<source>Add Friend...</source>
<translation>Add Friend...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="678"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="677"/>
<source>XML Console...</source>
<translation>XML Console...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="726"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="725"/>
<source>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</source>
<translation>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="823"/>
<source>Authorize User</source>
<translation>Authorize User</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="825"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<source>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</source>
<translation>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</translation>
</message>

View File

@@ -415,39 +415,49 @@ connect and stream from you?</source>
<source>Tomahawk Crash Reporter</source>
<translation>Reportador de fallos de Tomahawk</translation>
</message>
<message>
<message utf8="true">
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="80"/>
<source>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</source>
<translation>&lt;p&gt;&lt;b&gt;¡Ups!&lt;/b&gt;&amp;nbsp;Tomahawk ha fallado. La información acerca del fallo se enviará a Tomahawk HQ para que podamos solucionar el error.&lt;/p&gt;</translation>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="172"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="129"/>
<source>Send this report</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="136"/>
<source>Don&apos;t send</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="190"/>
<source>Abort</source>
<translation>Abortar</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="192"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="210"/>
<source>You can disable sending crash reports in the configuration dialog.</source>
<translation>Puede desactivar el envío de informes de error en el diálogo de configuración.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="153"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="154"/>
<source>Uploaded %L1 of %L2 KB.</source>
<translation>Subidos %L1 of %L2 KBs.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="167"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="183"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="168"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<source>Close</source>
<translation>Cerrar</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="176"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="177"/>
<source>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</source>
<translation>¡Enviado!&lt;b&gt;Muchas gracias&lt;/b&gt;.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="185"/>
<source>Failed to send crash info.</source>
<translation>Error al enviar la información del fallo.</translation>
</message>
@@ -2431,22 +2441,22 @@ Intente ajustar los filtros para reproducir nuevas canciones.</translation>
<context>
<name>Tomahawk::InfoSystem::ChartsPlugin</name>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="359"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="363"/>
<source>Top Overall</source>
<translation>Top total</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="448"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="452"/>
<source>Artists</source>
<translation>Artistas</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="450"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="454"/>
<source>Albums</source>
<translation>Álbumes</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="452"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="456"/>
<source>Tracks</source>
<translation>Pistas</translation>
</message>
@@ -3685,107 +3695,107 @@ Letras de &quot;%1&quot; por %2:
<context>
<name>XmppSipPlugin</name>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="380"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="379"/>
<source>User Interaction</source>
<translation>Interacción de usuario</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="383"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="382"/>
<source>Host is unknown</source>
<translation>Máquina desconocida</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="386"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="385"/>
<source>Item not found</source>
<translation>Elemento no encontrado</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="389"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="388"/>
<source>Authorization Error</source>
<translation>Error de Autorización</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="392"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="391"/>
<source>Remote Stream Error</source>
<translation>Error de Stream Remoto</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="395"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="394"/>
<source>Remote Connection failed</source>
<translation>Fallo en la Conexión Remota</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="398"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="397"/>
<source>Internal Server Error</source>
<translation>Error de Servidor Interno</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="401"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="400"/>
<source>System shutdown</source>
<translation>Sistema apagado</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="404"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="403"/>
<source>Conflict</source>
<translation>Conflicto</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="408"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="407"/>
<source>Unknown</source>
<translation>Desconocido</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="412"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="411"/>
<source>No Compression Support</source>
<translation>Compresión no sportada</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="416"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="415"/>
<source>No Encryption Support</source>
<translation>Encriptación no soportada</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="420"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="419"/>
<source>No Authorization Support</source>
<translation>Autorización no soportada</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="424"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="423"/>
<source>No Supported Feature</source>
<translation>Característica no soportada</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="520"/>
<source>Add Friend</source>
<translation>Añadir Amigo</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="522"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<source>Enter Xmpp ID:</source>
<translation>Introducir ID XMPP:</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="673"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="672"/>
<source>Add Friend...</source>
<translation>Añadir Amigo...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="678"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="677"/>
<source>XML Console...</source>
<translation>Consola XML...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="726"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="725"/>
<source>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</source>
<translation>Lo siento -- soy una presencia automática usada por el Reproductor Tomahawk (http://gettomahawk.com). Si recibe este mensaje, la persona con quién intenta contactar no esté contectada probablemente. Inténtelo más tarde!</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="823"/>
<source>Authorize User</source>
<translation>Autorizar Usuario</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="825"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<source>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</source>
<translation>¿Quiere permitir que &lt;b&gt;%1&lt;/b&gt; acceda a su Colección?</translation>
</message>

View File

@@ -416,39 +416,49 @@ se connecter et streamer depuis chez vous ?</translation>
<source>Tomahawk Crash Reporter</source>
<translation>Tomahawk Crash Reporter</translation>
</message>
<message>
<message utf8="true">
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="80"/>
<source>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</source>
<translation>&lt;p&gt;&lt;b&gt;Désolé !&lt;/b&gt;&amp;nbsp;Tomahawk a planté. Les informations du plantage sont maintenant envoyés au siège de Tomahawk pour que nous puissions corriger le bug.&lt;/p&gt;</translation>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="172"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="129"/>
<source>Send this report</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="136"/>
<source>Don&apos;t send</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="190"/>
<source>Abort</source>
<translation>Abandonner</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="192"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="210"/>
<source>You can disable sending crash reports in the configuration dialog.</source>
<translation>Vous pouvez désactiver l&apos;envoi des rapports de plantage dans la boite de dialogue de configuration.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="153"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="154"/>
<source>Uploaded %L1 of %L2 KB.</source>
<translation>Chargement %L1 de %L2 ko.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="167"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="183"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="168"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<source>Close</source>
<translation>Fermer</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="176"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="177"/>
<source>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</source>
<translation>Envoyé ! &lt;b&gt;Merci beaucoup&lt;/b&gt;.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="185"/>
<source>Failed to send crash info.</source>
<translation>Échec de l&apos;envoi des informations de plantage </translation>
</message>
@@ -2433,22 +2443,22 @@ Essayez de changer les filtres pour avoir de nouveaux morceaux à jouer.</transl
<context>
<name>Tomahawk::InfoSystem::ChartsPlugin</name>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="359"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="363"/>
<source>Top Overall</source>
<translation>Top global</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="448"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="452"/>
<source>Artists</source>
<translation>Artistes</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="450"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="454"/>
<source>Albums</source>
<translation>Albums</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="452"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="456"/>
<source>Tracks</source>
<translation>Pistes</translation>
</message>
@@ -3688,107 +3698,107 @@ Paroles de &quot;%1&quot; par %2 :
<context>
<name>XmppSipPlugin</name>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="380"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="379"/>
<source>User Interaction</source>
<translation>Interaction utilisateur</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="383"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="382"/>
<source>Host is unknown</source>
<translation>L&apos;hôte est inconnu</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="386"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="385"/>
<source>Item not found</source>
<translation>Objet non trouvé</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="389"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="388"/>
<source>Authorization Error</source>
<translation>Erreur d&apos;autorisation</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="392"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="391"/>
<source>Remote Stream Error</source>
<translation>Erreur de lecture à distance</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="395"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="394"/>
<source>Remote Connection failed</source>
<translation>Erreur de connexion à distance</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="398"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="397"/>
<source>Internal Server Error</source>
<translation>Erreur interne du serveur</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="401"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="400"/>
<source>System shutdown</source>
<translation>Arrêt du système</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="404"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="403"/>
<source>Conflict</source>
<translation>Conflit</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="408"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="407"/>
<source>Unknown</source>
<translation>Ajouter un &amp;ami...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="412"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="411"/>
<source>No Compression Support</source>
<translation>Pas de support de la compression</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="416"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="415"/>
<source>No Encryption Support</source>
<translation>Pas de support du chiffrement</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="420"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="419"/>
<source>No Authorization Support</source>
<translation>Pas de support de l&apos;authorization</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="424"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="423"/>
<source>No Supported Feature</source>
<translation>Fonctionnalité non supportée</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="520"/>
<source>Add Friend</source>
<translation>Ajouter un ami</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="522"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<source>Enter Xmpp ID:</source>
<translation>Entrer l&apos;ID XMPP</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="673"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="672"/>
<source>Add Friend...</source>
<translation>Ajouter un ami...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="678"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="677"/>
<source>XML Console...</source>
<translation>Console XML...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="726"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="725"/>
<source>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</source>
<translation>Désolé -- Je suis une présence automatique utilisé par le lecteur Tomahawk (http://gettomahawk.com). Si vous lisez ce message, la personne que vous essayez de joindre n&apos;est probablement pas connecter, donc essayez plus tard ! Merci !</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="823"/>
<source>Authorize User</source>
<translation>Autoriser l&apos;utilisateur</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="825"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<source>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</source>
<translation>Voulez vous donner accès à votre collection à %1 ?</translation>
</message>

View File

@@ -415,39 +415,49 @@ connect and stream from you?</source>
<source>Tomahawk Crash Reporter</source>
<translation type="unfinished"/>
</message>
<message>
<message utf8="true">
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="80"/>
<source>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</source>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="172"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="129"/>
<source>Send this report</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="136"/>
<source>Don&apos;t send</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="190"/>
<source>Abort</source>
<translation></translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="192"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="210"/>
<source>You can disable sending crash reports in the configuration dialog.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="153"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="154"/>
<source>Uploaded %L1 of %L2 KB.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="167"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="183"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="168"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<source>Close</source>
<translation></translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="176"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="177"/>
<source>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="185"/>
<source>Failed to send crash info.</source>
<translation type="unfinished"/>
</message>
@@ -2423,22 +2433,22 @@ Try tweaking the filters for a new set of songs to play.</source>
<context>
<name>Tomahawk::InfoSystem::ChartsPlugin</name>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="359"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="363"/>
<source>Top Overall</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="448"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="452"/>
<source>Artists</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="450"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="454"/>
<source>Albums</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="452"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="456"/>
<source>Tracks</source>
<translation type="unfinished"/>
</message>
@@ -3662,107 +3672,107 @@ Lyrics for &quot;%1&quot; by %2:
<context>
<name>XmppSipPlugin</name>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="380"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="379"/>
<source>User Interaction</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="383"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="382"/>
<source>Host is unknown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="386"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="385"/>
<source>Item not found</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="389"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="388"/>
<source>Authorization Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="392"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="391"/>
<source>Remote Stream Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="395"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="394"/>
<source>Remote Connection failed</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="398"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="397"/>
<source>Internal Server Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="401"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="400"/>
<source>System shutdown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="404"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="403"/>
<source>Conflict</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="408"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="407"/>
<source>Unknown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="412"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="411"/>
<source>No Compression Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="416"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="415"/>
<source>No Encryption Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="420"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="419"/>
<source>No Authorization Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="424"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="423"/>
<source>No Supported Feature</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="520"/>
<source>Add Friend</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="522"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<source>Enter Xmpp ID:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="673"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="672"/>
<source>Add Friend...</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="678"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="677"/>
<source>XML Console...</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="726"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="725"/>
<source>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="823"/>
<source>Authorize User</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="825"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<source>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</source>
<translation type="unfinished"/>
</message>

View File

@@ -415,39 +415,49 @@ connect and stream from you?</source>
<source>Tomahawk Crash Reporter</source>
<translation>Agent zgłaszania awarii Tomahawka</translation>
</message>
<message>
<message utf8="true">
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="80"/>
<source>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</source>
<translation>&lt;p&gt;&lt;b&gt;Przepraszamy!&lt;/b&gt;&amp;nbsp;Tomahawk uległ awarii. Abyśmy mogli poprawić błędy, informacja o incydencie zostanie wysłana do kwatery głównej programu.&lt;/p&gt;</translation>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="172"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="129"/>
<source>Send this report</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="136"/>
<source>Don&apos;t send</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="190"/>
<source>Abort</source>
<translation>Przerwij</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="192"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="210"/>
<source>You can disable sending crash reports in the configuration dialog.</source>
<translation>Możesz wyłączyć zgłaszanie awarii w ustawieniach.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="153"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="154"/>
<source>Uploaded %L1 of %L2 KB.</source>
<translation>Wysłano %L1 z %L2 KB.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="167"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="183"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="168"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<source>Close</source>
<translation>Zamknij</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="176"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="177"/>
<source>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</source>
<translation>Wysłano! &lt;b&gt;Wielkie dzięki&lt;/b&gt;.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="185"/>
<source>Failed to send crash info.</source>
<translation>Nie udało sie wysłać informacji o awarii.</translation>
</message>
@@ -2427,22 +2437,22 @@ Try tweaking the filters for a new set of songs to play.</source>
<context>
<name>Tomahawk::InfoSystem::ChartsPlugin</name>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="359"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="363"/>
<source>Top Overall</source>
<translation>Top Wszechczasów</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="448"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="452"/>
<source>Artists</source>
<translation>Artyści</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="450"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="454"/>
<source>Albums</source>
<translation>Albumy</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="452"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="456"/>
<source>Tracks</source>
<translation>Utwory</translation>
</message>
@@ -3678,107 +3688,107 @@ Tekst dla &quot;%1&quot; wykonawcy %2:
<context>
<name>XmppSipPlugin</name>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="380"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="379"/>
<source>User Interaction</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="383"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="382"/>
<source>Host is unknown</source>
<translation>Nieznany Host</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="386"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="385"/>
<source>Item not found</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="389"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="388"/>
<source>Authorization Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="392"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="391"/>
<source>Remote Stream Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="395"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="394"/>
<source>Remote Connection failed</source>
<translation>Połączenie sieciowe się nie powiodło</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="398"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="397"/>
<source>Internal Server Error</source>
<translation>Wewnętrzny błąd serwera</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="401"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="400"/>
<source>System shutdown</source>
<translation>Wyłączenie systemu</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="404"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="403"/>
<source>Conflict</source>
<translation>Konflikt</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="408"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="407"/>
<source>Unknown</source>
<translation>Nieznany</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="412"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="411"/>
<source>No Compression Support</source>
<translation>Brak obsługi kompresji</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="416"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="415"/>
<source>No Encryption Support</source>
<translation>Brak obsługi szyfrowania</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="420"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="419"/>
<source>No Authorization Support</source>
<translation>Brak obsługi autoryzacji</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="424"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="423"/>
<source>No Supported Feature</source>
<translation>Brak obsługi danej funkcji</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="520"/>
<source>Add Friend</source>
<translation>Dodaj Znajomego</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="522"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<source>Enter Xmpp ID:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="673"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="672"/>
<source>Add Friend...</source>
<translation>Dodaj Znajomego...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="678"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="677"/>
<source>XML Console...</source>
<translation>Konsola XML...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="726"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="725"/>
<source>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="823"/>
<source>Authorize User</source>
<translation>Autoryzuj Użytkownika</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="825"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<source>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</source>
<translation>Czy chcesz udzielić dostępu do swojej kolekcji &lt;b&gt;%1&lt;/b&gt;?</translation>
</message>

View File

@@ -415,39 +415,49 @@ connect and stream from you?</source>
<source>Tomahawk Crash Reporter</source>
<translation>Informante de falha do Tomahawk</translation>
</message>
<message>
<message utf8="true">
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="80"/>
<source>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</source>
<translation>&lt;p&gt;&lt;b&gt;Desculpe!&lt;/b&gt;&amp;nbsp;O Tomahawk travou. As informações sobre o travamento estão sendo enviadas para o quartel general do Tomahawk para que possamos solucionar esse problema.&lt;/p&gt;</translation>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="172"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="129"/>
<source>Send this report</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="136"/>
<source>Don&apos;t send</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="190"/>
<source>Abort</source>
<translation>Cancelar</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="192"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="210"/>
<source>You can disable sending crash reports in the configuration dialog.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="153"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="154"/>
<source>Uploaded %L1 of %L2 KB.</source>
<translation>Enviado %L1 de %L2 KB.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="167"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="183"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="168"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<source>Close</source>
<translation>Fechar</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="176"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="177"/>
<source>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</source>
<translation>Enviado! &lt;b&gt;Muito obrigado&lt;/b&gt;.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="185"/>
<source>Failed to send crash info.</source>
<translation>Falha ao enviar as informações de travamento.</translation>
</message>
@@ -2426,22 +2436,22 @@ Try tweaking the filters for a new set of songs to play.</source>
<context>
<name>Tomahawk::InfoSystem::ChartsPlugin</name>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="359"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="363"/>
<source>Top Overall</source>
<translation>Classificação geral</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="448"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="452"/>
<source>Artists</source>
<translation>Artistas</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="450"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="454"/>
<source>Albums</source>
<translation>Álbuns</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="452"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="456"/>
<source>Tracks</source>
<translation>Faixas</translation>
</message>
@@ -3678,107 +3688,107 @@ Letras de &quot;%1&quot; por %2:
<context>
<name>XmppSipPlugin</name>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="380"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="379"/>
<source>User Interaction</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="383"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="382"/>
<source>Host is unknown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="386"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="385"/>
<source>Item not found</source>
<translation>Item não encontrado</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="389"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="388"/>
<source>Authorization Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="392"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="391"/>
<source>Remote Stream Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="395"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="394"/>
<source>Remote Connection failed</source>
<translation>Conexão Remota falhou</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="398"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="397"/>
<source>Internal Server Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="401"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="400"/>
<source>System shutdown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="404"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="403"/>
<source>Conflict</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="408"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="407"/>
<source>Unknown</source>
<translation>Desconhecido</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="412"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="411"/>
<source>No Compression Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="416"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="415"/>
<source>No Encryption Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="420"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="419"/>
<source>No Authorization Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="424"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="423"/>
<source>No Supported Feature</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="520"/>
<source>Add Friend</source>
<translation>Adicionar Amigo</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="522"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<source>Enter Xmpp ID:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="673"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="672"/>
<source>Add Friend...</source>
<translation>Adicionar Amigo...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="678"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="677"/>
<source>XML Console...</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="726"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="725"/>
<source>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="823"/>
<source>Authorize User</source>
<translation>Autorizar Usuário</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="825"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<source>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</source>
<translation type="unfinished"/>
</message>

View File

@@ -416,39 +416,49 @@ connect and stream from you?</source>
<source>Tomahawk Crash Reporter</source>
<translation>Отчет о ошибках</translation>
</message>
<message>
<message utf8="true">
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="80"/>
<source>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</source>
<translation>&lt;p&gt;&lt;b&gt;Упс!&lt;/b&gt;&amp;nbsp;Произошла ошибка. Информация о ошибке сейчас отправляется разработчикам, чтобы они могли её исправить. Извиняемся :)&lt;/p&gt;</translation>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="172"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="129"/>
<source>Send this report</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="136"/>
<source>Don&apos;t send</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="190"/>
<source>Abort</source>
<translation>Отменить</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="192"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="210"/>
<source>You can disable sending crash reports in the configuration dialog.</source>
<translation>Вы можете отключить отправку отчетов об ошибках в диалоге настройки.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="153"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="154"/>
<source>Uploaded %L1 of %L2 KB.</source>
<translation>Загружено %L1 из %L2 KB.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="167"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="183"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="168"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<source>Close</source>
<translation>Закрыть</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="176"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="177"/>
<source>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</source>
<translation>Отправлен! &lt;b&gt;Большое спасибо!!!&lt;/b&gt;.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="185"/>
<source>Failed to send crash info.</source>
<translation>Невозможно отправить отчет о ошибке.</translation>
</message>
@@ -2428,22 +2438,22 @@ Try tweaking the filters for a new set of songs to play.</source>
<context>
<name>Tomahawk::InfoSystem::ChartsPlugin</name>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="359"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="363"/>
<source>Top Overall</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="448"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="452"/>
<source>Artists</source>
<translation>Исполнители</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="450"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="454"/>
<source>Albums</source>
<translation>Альбомы</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="452"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="456"/>
<source>Tracks</source>
<translation>Песни</translation>
</message>
@@ -3677,107 +3687,107 @@ Lyrics for &quot;%1&quot; by %2:
<context>
<name>XmppSipPlugin</name>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="380"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="379"/>
<source>User Interaction</source>
<translation>Взаимодействие с пользователем</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="383"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="382"/>
<source>Host is unknown</source>
<translation>Неизвестный хост</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="386"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="385"/>
<source>Item not found</source>
<translation>Песня не найдена</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="389"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="388"/>
<source>Authorization Error</source>
<translation>Ошибка авторизации</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="392"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="391"/>
<source>Remote Stream Error</source>
<translation>Удаленный поток ошибок</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="395"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="394"/>
<source>Remote Connection failed</source>
<translation>Ошибка подключения</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="398"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="397"/>
<source>Internal Server Error</source>
<translation>Внутренняя ошибка сервера</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="401"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="400"/>
<source>System shutdown</source>
<translation>Выключение системы</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="404"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="403"/>
<source>Conflict</source>
<translation>Конфликт</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="408"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="407"/>
<source>Unknown</source>
<translation>Неизвестный</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="412"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="411"/>
<source>No Compression Support</source>
<translation>Нет поддержки сжатия</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="416"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="415"/>
<source>No Encryption Support</source>
<translation>Нет поддержки шифрования</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="420"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="419"/>
<source>No Authorization Support</source>
<translation>Нет поддержки авторизации</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="424"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="423"/>
<source>No Supported Feature</source>
<translation>Не поддерживаемые функции</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="520"/>
<source>Add Friend</source>
<translation>Добавить друга</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="522"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<source>Enter Xmpp ID:</source>
<translation>Введите XMPP ID:</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="673"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="672"/>
<source>Add Friend...</source>
<translation>Добавить друга...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="678"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="677"/>
<source>XML Console...</source>
<translation>XML Console...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="726"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="725"/>
<source>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="823"/>
<source>Authorize User</source>
<translation>Авторизация пользователя</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="825"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<source>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</source>
<translation type="unfinished"/>
</message>

View File

@@ -415,39 +415,49 @@ connect and stream from you?</source>
<source>Tomahawk Crash Reporter</source>
<translation>Tomahawk kraschrapport</translation>
</message>
<message>
<message utf8="true">
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="80"/>
<source>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</source>
<translation>&lt;p&gt;&lt;b&gt;Oj!&lt;/b&gt;&amp;nbsp; Tomahawk kraschade. Information om denna krasch skickas nu till Tomahawk HQ så att vi kan lösa problemet.&lt;/p&gt;</translation>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="172"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="129"/>
<source>Send this report</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="136"/>
<source>Don&apos;t send</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="190"/>
<source>Abort</source>
<translation>Avbryt</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="192"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="210"/>
<source>You can disable sending crash reports in the configuration dialog.</source>
<translation>Du kan välja att inte skicka kraschrapporter i konfigurationsdialogen. </translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="153"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="154"/>
<source>Uploaded %L1 of %L2 KB.</source>
<translation>Laddade upp %L1 av %L2 KB.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="167"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="183"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="168"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<source>Close</source>
<translation>Stäng</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="176"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="177"/>
<source>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</source>
<translation>Skickat! &lt;b&gt;Tack mycket&lt;/b&gt;.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="185"/>
<source>Failed to send crash info.</source>
<translation>Misslyckades skicka kraschrapport.</translation>
</message>
@@ -2422,22 +2432,22 @@ Try tweaking the filters for a new set of songs to play.</source>
<context>
<name>Tomahawk::InfoSystem::ChartsPlugin</name>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="359"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="363"/>
<source>Top Overall</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="448"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="452"/>
<source>Artists</source>
<translation>Artister</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="450"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="454"/>
<source>Albums</source>
<translation>Album</translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="452"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="456"/>
<source>Tracks</source>
<translation>Spår</translation>
</message>
@@ -3661,107 +3671,107 @@ Lyrics for &quot;%1&quot; by %2:
<context>
<name>XmppSipPlugin</name>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="380"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="379"/>
<source>User Interaction</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="383"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="382"/>
<source>Host is unknown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="386"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="385"/>
<source>Item not found</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="389"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="388"/>
<source>Authorization Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="392"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="391"/>
<source>Remote Stream Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="395"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="394"/>
<source>Remote Connection failed</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="398"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="397"/>
<source>Internal Server Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="401"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="400"/>
<source>System shutdown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="404"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="403"/>
<source>Conflict</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="408"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="407"/>
<source>Unknown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="412"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="411"/>
<source>No Compression Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="416"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="415"/>
<source>No Encryption Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="420"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="419"/>
<source>No Authorization Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="424"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="423"/>
<source>No Supported Feature</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="520"/>
<source>Add Friend</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="522"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<source>Enter Xmpp ID:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="673"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="672"/>
<source>Add Friend...</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="678"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="677"/>
<source>XML Console...</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="726"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="725"/>
<source>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="823"/>
<source>Authorize User</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="825"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<source>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</source>
<translation type="unfinished"/>
</message>

View File

@@ -415,39 +415,49 @@ connect and stream from you?</source>
<source>Tomahawk Crash Reporter</source>
<translation>Tomahawk Çökme Raporcusu</translation>
</message>
<message>
<message utf8="true">
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="80"/>
<source>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</source>
<translation>&lt;p&gt;&lt;b&gt;Üzgünüm!&lt;/b&gt;&amp;nbsp; Tomahawk çöktü. Hatayı çözmebilmemiz için çökme ile ilgili bilgi şu anda Tomahawk Merkezine gönderiliyor.&lt;p&gt;</translation>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="172"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="129"/>
<source>Send this report</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="136"/>
<source>Don&apos;t send</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="190"/>
<source>Abort</source>
<translation>Vazgeç</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="192"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="210"/>
<source>You can disable sending crash reports in the configuration dialog.</source>
<translation>Çökme raporu göndermeyi yapılandırma iletişim kutusundan devre dışı bırakabilirsiz.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="153"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="154"/>
<source>Uploaded %L1 of %L2 KB.</source>
<translation> %L2 içinden %L1 KB karşıya yüklendin.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="167"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="183"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="168"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<source>Close</source>
<translation>Kapat.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="176"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="177"/>
<source>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</source>
<translation>Gönderildi! &lt;b&gt;Çok teşekkürler.&lt;/b&gt;.</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="185"/>
<source>Failed to send crash info.</source>
<translation>Çökme bilgisi gönderimi başarısız.</translation>
</message>
@@ -2421,22 +2431,22 @@ Try tweaking the filters for a new set of songs to play.</source>
<context>
<name>Tomahawk::InfoSystem::ChartsPlugin</name>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="359"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="363"/>
<source>Top Overall</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="448"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="452"/>
<source>Artists</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="450"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="454"/>
<source>Albums</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="452"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="456"/>
<source>Tracks</source>
<translation type="unfinished"/>
</message>
@@ -3660,107 +3670,107 @@ Lyrics for &quot;%1&quot; by %2:
<context>
<name>XmppSipPlugin</name>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="380"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="379"/>
<source>User Interaction</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="383"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="382"/>
<source>Host is unknown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="386"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="385"/>
<source>Item not found</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="389"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="388"/>
<source>Authorization Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="392"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="391"/>
<source>Remote Stream Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="395"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="394"/>
<source>Remote Connection failed</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="398"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="397"/>
<source>Internal Server Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="401"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="400"/>
<source>System shutdown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="404"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="403"/>
<source>Conflict</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="408"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="407"/>
<source>Unknown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="412"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="411"/>
<source>No Compression Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="416"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="415"/>
<source>No Encryption Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="420"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="419"/>
<source>No Authorization Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="424"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="423"/>
<source>No Supported Feature</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="520"/>
<source>Add Friend</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="522"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<source>Enter Xmpp ID:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="673"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="672"/>
<source>Add Friend...</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="678"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="677"/>
<source>XML Console...</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="726"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="725"/>
<source>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="823"/>
<source>Authorize User</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="825"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<source>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</source>
<translation type="unfinished"/>
</message>

View File

@@ -415,39 +415,49 @@ connect and stream from you?</source>
<source>Tomahawk Crash Reporter</source>
<translation>Tomahawk </translation>
</message>
<message>
<message utf8="true">
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="80"/>
<source>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</source>
<translation>&lt;p&gt;&lt;b&gt;&lt;/b&gt;&amp;nbsp;Tomahawk Tomahawk HQ 便&lt;/p&gt;</translation>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="172"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="129"/>
<source>Send this report</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="136"/>
<source>Don&apos;t send</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="190"/>
<source>Abort</source>
<translation></translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="192"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="210"/>
<source>You can disable sending crash reports in the configuration dialog.</source>
<translation></translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="153"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="154"/>
<source>Uploaded %L1 of %L2 KB.</source>
<translation> %L2 KB %L1</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="167"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="183"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="168"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<source>Close</source>
<translation></translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="176"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="177"/>
<source>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</source>
<translation>&lt;b&gt;&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="185"/>
<source>Failed to send crash info.</source>
<translation></translation>
</message>
@@ -2421,22 +2431,22 @@ Try tweaking the filters for a new set of songs to play.</source>
<context>
<name>Tomahawk::InfoSystem::ChartsPlugin</name>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="359"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="363"/>
<source>Top Overall</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="448"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="452"/>
<source>Artists</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="450"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="454"/>
<source>Albums</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="452"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="456"/>
<source>Tracks</source>
<translation type="unfinished"/>
</message>
@@ -3660,107 +3670,107 @@ Lyrics for &quot;%1&quot; by %2:
<context>
<name>XmppSipPlugin</name>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="380"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="379"/>
<source>User Interaction</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="383"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="382"/>
<source>Host is unknown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="386"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="385"/>
<source>Item not found</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="389"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="388"/>
<source>Authorization Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="392"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="391"/>
<source>Remote Stream Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="395"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="394"/>
<source>Remote Connection failed</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="398"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="397"/>
<source>Internal Server Error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="401"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="400"/>
<source>System shutdown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="404"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="403"/>
<source>Conflict</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="408"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="407"/>
<source>Unknown</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="412"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="411"/>
<source>No Compression Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="416"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="415"/>
<source>No Encryption Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="420"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="419"/>
<source>No Authorization Support</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="424"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="423"/>
<source>No Supported Feature</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="520"/>
<source>Add Friend</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="522"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<source>Enter Xmpp ID:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="673"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="672"/>
<source>Add Friend...</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="678"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="677"/>
<source>XML Console...</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="726"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="725"/>
<source>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="823"/>
<source>Authorize User</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="825"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<source>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</source>
<translation type="unfinished"/>
</message>

View File

@@ -415,39 +415,49 @@ connect and stream from you?</source>
<source>Tomahawk Crash Reporter</source>
<translation>Tomahawk </translation>
</message>
<message>
<message utf8="true">
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="80"/>
<source>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</source>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="172"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="129"/>
<source>Send this report</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="136"/>
<source>Don&apos;t send</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="190"/>
<source>Abort</source>
<translation></translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="192"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.ui" line="210"/>
<source>You can disable sending crash reports in the configuration dialog.</source>
<translation></translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="153"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="154"/>
<source>Uploaded %L1 of %L2 KB.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="167"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="183"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="168"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<source>Close</source>
<translation></translation>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="176"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="177"/>
<source>Sent! &lt;b&gt;Many thanks&lt;/b&gt;.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="184"/>
<location filename="../src/breakpad/CrashReporter/CrashReporter.cpp" line="185"/>
<source>Failed to send crash info.</source>
<translation></translation>
</message>
@@ -2421,22 +2431,22 @@ Try tweaking the filters for a new set of songs to play.</source>
<context>
<name>Tomahawk::InfoSystem::ChartsPlugin</name>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="359"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="363"/>
<source>Top Overall</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="448"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="452"/>
<source>Artists</source>
<translation></translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="450"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="454"/>
<source>Albums</source>
<translation></translation>
</message>
<message>
<location filename="../src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp" line="452"/>
<location filename="../src/infoplugins/generic/charts/ChartsPlugin.cpp" line="456"/>
<source>Tracks</source>
<translation></translation>
</message>
@@ -3661,107 +3671,107 @@ Lyrics for &quot;%1&quot; by %2:
<context>
<name>XmppSipPlugin</name>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="380"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="379"/>
<source>User Interaction</source>
<translation>使</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="383"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="382"/>
<source>Host is unknown</source>
<translation></translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="386"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="385"/>
<source>Item not found</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="389"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="388"/>
<source>Authorization Error</source>
<translation></translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="392"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="391"/>
<source>Remote Stream Error</source>
<translation></translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="395"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="394"/>
<source>Remote Connection failed</source>
<translation></translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="398"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="397"/>
<source>Internal Server Error</source>
<translation></translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="401"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="400"/>
<source>System shutdown</source>
<translation></translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="404"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="403"/>
<source>Conflict</source>
<translation></translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="408"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="407"/>
<source>Unknown</source>
<translation></translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="412"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="411"/>
<source>No Compression Support</source>
<translation></translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="416"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="415"/>
<source>No Encryption Support</source>
<translation></translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="420"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="419"/>
<source>No Authorization Support</source>
<translation></translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="424"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="423"/>
<source>No Supported Feature</source>
<translation></translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="520"/>
<source>Add Friend</source>
<translation></translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="522"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="521"/>
<source>Enter Xmpp ID:</source>
<translation>XMPP識別碼</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="673"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="672"/>
<source>Add Friend...</source>
<translation>...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="678"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="677"/>
<source>XML Console...</source>
<translation>XML的控制台...</translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="726"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="725"/>
<source>I&apos;m sorry -- I&apos;m just an automatic presence used by Tomahawk Player (http://gettomahawk.com). If you are getting this message, the person you are trying to reach is probably not signed on, so please try again later!</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="823"/>
<source>Authorize User</source>
<translation></translation>
</message>
<message>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="825"/>
<location filename="../src/accounts/xmpp/sip/XmppSip.cpp" line="824"/>
<source>Do you want to grant &lt;b&gt;%1&lt;/b&gt; access to your Collection?</source>
<translation type="unfinished"/>
</message>

View File

@@ -139,7 +139,7 @@ TomahawkWindow::loadSettings()
// http://lists.qt.nokia.com/pipermail/qt-interest/2009-August/011491.html
// for the 'fix'
#ifdef QT_MAC_USE_COCOA
bool workaround = !isVisible();
bool workaround = isVisible();
if ( workaround )
{
// make "invisible"

View File

@@ -36,7 +36,6 @@ CrashReporter::CrashReporter( const QStringList& args )
setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) );
ui.setupUi( this );
ui.logoLabel->setPixmap( QPixmap( RESPATH "icons/tomahawk-icon-128x128.png" ).scaled( QSize( 55, 55 ), Qt::KeepAspectRatio, Qt::SmoothTransformation ) );
ui.progressBar->setRange( 0, 100 );
ui.progressBar->setValue( 0 );
@@ -51,20 +50,11 @@ CrashReporter::CrashReporter( const QStringList& args )
ui.progressLabel->setIndent( 3 );
#else
ui.vboxLayout->setSpacing( 16 );
ui.hboxLayout1->setSpacing( 16 );
ui.progressBar->setTextVisible( false );
ui.progressLabel->setIndent( 1 );
ui.bottomLabel->setDisabled( true );
ui.bottomLabel->setIndent( 1 );
// adjust the spacer since we adjusted the spacing above
for ( int x = 0; x < ui.vboxLayout->count(); ++x )
{
if ( QSpacerItem* spacer = ui.vboxLayout->itemAt( x )->spacerItem() )
{
spacer->changeSize( 6, 2, QSizePolicy::Minimum, QSizePolicy::Fixed );
break;
}
}
#endif //Q_WS_MAC
m_http = new QHttp( "oops.tomahawk-player.org", 80, this );
@@ -78,7 +68,18 @@ CrashReporter::CrashReporter( const QStringList& args )
setFixedSize( sizeHint() );
QTimer::singleShot( 0, this, SLOT( send() ) );
//hide until "send report" has been clicked
ui.progressBar->setVisible( false );
ui.button->setVisible( false );
ui.progressLabel->setVisible( false );
connect( ui.sendButton, SIGNAL( clicked() ), SLOT( onSendButton() ));
}
CrashReporter::~CrashReporter()
{
delete m_http;
}
@@ -184,3 +185,14 @@ CrashReporter::onFail( int error, const QString& errorString )
ui.progressLabel->setText( tr( "Failed to send crash info." ) );
qDebug() << "Error:" << error << errorString;
}
void
CrashReporter::onSendButton()
{
ui.progressBar->setVisible( true );
ui.button->setVisible( true );
ui.progressLabel->setVisible( true );
ui.sendButton->setEnabled( false );
ui.dontSendButton->setEnabled( false );
QTimer::singleShot( 0, this, SLOT( send() ) );
}

View File

@@ -31,6 +31,7 @@ class CrashReporter : public QDialog
public:
CrashReporter( const QStringList& argv );
~CrashReporter( );
private:
Ui::CrashReporter ui;
@@ -47,6 +48,7 @@ private slots:
void onDone();
void onProgress( int done, int total );
void onFail( int error, const QString& errorString );
void onSendButton();
};
#endif // CRASHREPORTER_H

View File

@@ -10,7 +10,7 @@
<x>0</x>
<y>0</y>
<width>438</width>
<height>196</height>
<height>246</height>
</rect>
</property>
<property name="sizePolicy">
@@ -33,7 +33,7 @@
<number>9</number>
</property>
<item>
<layout class="QHBoxLayout">
<layout class="QHBoxLayout" name="hboxLayout">
<property name="spacing">
<number>12</number>
</property>
@@ -77,7 +77,7 @@
</sizepolicy>
</property>
<property name="text">
<string>&lt;p&gt;&lt;b&gt;Sorry!&lt;/b&gt;&amp;nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.&lt;/p&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Sorry!&lt;/span&gt; Tomahawk crashed. Please tell us about it! Tomahawk has created an error report for you that can help improve the stability in the future. You can now send the this report directly to the Tomahawk developers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
@@ -106,23 +106,41 @@
</layout>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
<layout class="QHBoxLayout" name="hboxLayout1">
<property name="spacing">
<number>-1</number>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>16</height>
</size>
</property>
</spacer>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="sendButton">
<property name="text">
<string>Send this report</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="dontSendButton">
<property name="text">
<string>Don't send</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout">
<layout class="QVBoxLayout" name="vboxLayout1">
<property name="spacing">
<number>0</number>
</property>
@@ -210,8 +228,8 @@
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>424</x>
<y>154</y>
<x>426</x>
<y>203</y>
</hint>
<hint type="destinationlabel">
<x>247</x>
@@ -219,5 +237,21 @@
</hint>
</hints>
</connection>
<connection>
<sender>dontSendButton</sender>
<signal>clicked()</signal>
<receiver>CrashReporter</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>380</x>
<y>117</y>
</hint>
<hint type="destinationlabel">
<x>218</x>
<y>122</y>
</hint>
</hints>
</connection>
</connections>
</ui>

View File

@@ -3,3 +3,7 @@ add_subdirectory( generic )
if(UNIX AND NOT APPLE)
add_subdirectory( linux )
endif()
if(APPLE)
add_subdirectory( mac )
endif()

View File

@@ -1,25 +1,21 @@
include_directories(${LIBECHONEST_INCLUDE_DIR})
list(APPEND simple_plugins
Echonest
Charts
NewReleases
spotify
hypem
Spotify
Hypem
MusixMatch
musicbrainz
MusicBrainz
Rovi
)
foreach(simple_plugin ${simple_plugins})
add_tomahawk_plugin(${simple_plugin}
STRING(TOLOWER "${simple_plugin}" dir)
add_tomahawk_plugin(${dir}
TYPE infoplugin EXPORT_MACRO INFOPLUGINDLLEXPORT_PRO
SOURCES "${simple_plugin}Plugin.cpp"
SOURCES "${dir}/${simple_plugin}Plugin.cpp"
)
endforeach()
include_directories(${LIBECHONEST_INCLUDE_DIR})
add_tomahawk_plugin(echonest
TYPE infoplugin EXPORT_MACRO INFOPLUGINDLLEXPORT_PRO
SOURCES EchonestPlugin.cpp
)

View File

@@ -0,0 +1,43 @@
project( tomahawk )
include( ${QT_USE_FILE} )
add_definitions( ${QT_DEFINITIONS} )
add_definitions( -DQT_PLUGIN )
add_definitions( -DQT_SHARED )
add_definitions( -DINFOPLUGINDLLEXPORT_PRO )
set( chartsInfoPluginSources
ChartsPlugin.cpp
)
set( chartsInfoPluginHeaders
ChartsPlugin.h
)
include_directories(
${QT_INCLUDE_DIR}
)
qt4_wrap_cpp( chartsInfoPluginMoc ${chartsInfoPluginHeaders} )
add_library( tomahawk_infoplugin_charts SHARED ${chartsInfoPluginSources} ${chartsInfoPluginMoc} ${RC_SRCS} )
IF( WIN32 )
SET( OS_SPECIFIC_LINK_LIBRARIES
${OS_SPECIFIC_LINK_LIBRARIES}
"winmm.dll"
"iphlpapi.a"
)
ENDIF( WIN32 )
target_link_libraries( tomahawk_infoplugin_charts
${TOMAHAWK_LIBRARIES}
${QT_LIBRARIES}
${OS_SPECIFIC_LINK_LIBRARIES}
)
IF( APPLE )
# SET( CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} "-undefined dynamic_lookup" )
ENDIF( APPLE )
install( TARGETS tomahawk_infoplugin_charts DESTINATION ${CMAKE_INSTALL_LIBDIR} )

View File

@@ -21,13 +21,14 @@
#include "ChartsPlugin.h"
#include <QtCore/QDir>
#include <QtCore/QSettings>
#include <QtNetwork/QNetworkConfiguration>
#include <QtNetwork/QNetworkReply>
#include <QDir>
#include <QSettings>
#include <QNetworkConfiguration>
#include <QNetworkReply>
#include <QtPlugin>
#include "Album.h"
#include "ChartsPlugin_Data_p.h"
#include "CountryUtils.h"
#include "Typedefs.h"
#include "audio/AudioEngine.h"
#include "TomahawkSettings.h"
@@ -40,8 +41,11 @@
#include <qjson/parser.h>
#include <qjson/serializer.h>
using namespace Tomahawk::InfoSystem;
namespace Tomahawk
{
namespace InfoSystem
{
ChartsPlugin::ChartsPlugin()
: InfoPlugin()
@@ -631,3 +635,9 @@ ChartsPlugin::chartReturned()
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Network error in fetching chart:" << reply->url().toString();
}
}
}
Q_EXPORT_PLUGIN2( Tomahawk::InfoSystem::InfoPlugin, Tomahawk::InfoSystem::ChartsPlugin )

View File

@@ -20,10 +20,11 @@
#ifndef ChartsPlugin_H
#define ChartsPlugin_H
#include "infoplugins/InfoPluginDllMacro.h"
#include "infosystem/InfoSystem.h"
#include "infosystem/InfoSystemWorker.h"
#include <QtNetwork/QNetworkReply>
#include <QtCore/QObject>
#include <QNetworkReply>
#include <QObject>
class QNetworkReply;
@@ -33,9 +34,10 @@ namespace Tomahawk
namespace InfoSystem
{
class ChartsPlugin : public InfoPlugin
class INFOPLUGINDLLEXPORT ChartsPlugin : public InfoPlugin
{
Q_OBJECT
Q_INTERFACES( Tomahawk::InfoSystem::InfoPlugin )
public:
ChartsPlugin();

View File

@@ -0,0 +1,43 @@
project( tomahawk )
include( ${QT_USE_FILE} )
add_definitions( ${QT_DEFINITIONS} )
add_definitions( -DQT_PLUGIN )
add_definitions( -DQT_SHARED )
add_definitions( -DINFOPLUGINDLLEXPORT_PRO )
set( hypemInfoPluginSources
HypemPlugin.cpp
)
set( hypemInfoPluginHeaders
HypemPlugin.h
)
include_directories(
${QT_INCLUDE_DIR}
)
qt4_wrap_cpp( hypemInfoPluginMoc ${hypemInfoPluginHeaders} )
add_library( tomahawk_infoplugin_hypem SHARED ${hypemInfoPluginSources} ${hypemInfoPluginMoc} ${RC_SRCS} )
IF( WIN32 )
SET( OS_SPECIFIC_LINK_LIBRARIES
${OS_SPECIFIC_LINK_LIBRARIES}
"winmm.dll"
"iphlpapi.a"
)
ENDIF( WIN32 )
target_link_libraries( tomahawk_infoplugin_hypem
${TOMAHAWK_LIBRARIES}
${QT_LIBRARIES}
${OS_SPECIFIC_LINK_LIBRARIES}
)
IF( APPLE )
# SET( CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} "-undefined dynamic_lookup" )
ENDIF( APPLE )
install( TARGETS tomahawk_infoplugin_hypem DESTINATION ${CMAKE_INSTALL_LIBDIR} )

View File

@@ -17,13 +17,14 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/
#include "hypemPlugin.h"
#include "HypemPlugin.h"
#include <QDir>
#include <QSettings>
#include <QCryptographicHash>
#include <QNetworkConfiguration>
#include <QNetworkReply>
#include <QtPlugin>
#include "Album.h"
#include "Typedefs.h"
@@ -36,10 +37,14 @@
#include <qjson/parser.h>
#include <qjson/serializer.h>
using namespace Tomahawk::InfoSystem;
namespace Tomahawk
{
namespace InfoSystem
{
hypemPlugin::hypemPlugin()
HypemPlugin::HypemPlugin()
: InfoPlugin()
, m_chartsFetchJobs( 0 )
{
@@ -95,14 +100,14 @@ hypemPlugin::hypemPlugin()
hypemPlugin::~hypemPlugin()
HypemPlugin::~HypemPlugin()
{
qDebug() << Q_FUNC_INFO;
}
void
hypemPlugin::dataError( Tomahawk::InfoSystem::InfoRequestData requestData )
HypemPlugin::dataError( Tomahawk::InfoSystem::InfoRequestData requestData )
{
emit info( requestData, QVariant() );
return;
@@ -110,7 +115,7 @@ hypemPlugin::dataError( Tomahawk::InfoSystem::InfoRequestData requestData )
void
hypemPlugin::getInfo( Tomahawk::InfoSystem::InfoRequestData requestData )
HypemPlugin::getInfo( Tomahawk::InfoSystem::InfoRequestData requestData )
{
qDebug() << Q_FUNC_INFO << requestData.caller;
qDebug() << Q_FUNC_INFO << requestData.customData;
@@ -140,7 +145,7 @@ hypemPlugin::getInfo( Tomahawk::InfoSystem::InfoRequestData requestData )
}
void
hypemPlugin::fetchChart( Tomahawk::InfoSystem::InfoRequestData requestData )
HypemPlugin::fetchChart( Tomahawk::InfoSystem::InfoRequestData requestData )
{
if ( !requestData.input.canConvert< Tomahawk::InfoSystem::InfoStringHash >() )
@@ -168,7 +173,7 @@ hypemPlugin::fetchChart( Tomahawk::InfoSystem::InfoRequestData requestData )
}
void
hypemPlugin::fetchChartCapabilities( Tomahawk::InfoSystem::InfoRequestData requestData )
HypemPlugin::fetchChartCapabilities( Tomahawk::InfoSystem::InfoRequestData requestData )
{
if ( !requestData.input.canConvert< Tomahawk::InfoSystem::InfoStringHash >() )
{
@@ -181,7 +186,7 @@ hypemPlugin::fetchChartCapabilities( Tomahawk::InfoSystem::InfoRequestData reque
}
void
hypemPlugin::notInCacheSlot( QHash<QString, QString> criteria, Tomahawk::InfoSystem::InfoRequestData requestData )
HypemPlugin::notInCacheSlot( QHash<QString, QString> criteria, Tomahawk::InfoSystem::InfoRequestData requestData )
{
switch ( requestData.type )
{
@@ -225,9 +230,9 @@ hypemPlugin::notInCacheSlot( QHash<QString, QString> criteria, Tomahawk::InfoSys
void
hypemPlugin::chartTypes()
HypemPlugin::chartTypes()
{
/// Get possible chart type for specifichypemPlugin: InfoChart types returned chart source
/// Get possible chart type for specificHypemPlugin: InfoChart types returned chart source
tDebug() << Q_FUNC_INFO << "Got hypem types";
QVariantMap charts;
@@ -295,13 +300,13 @@ hypemPlugin::chartTypes()
m_allChartsMap.insert( "Hype Machine", QVariant::fromValue<QVariantMap>( charts ) );
qDebug() << "hypemPlugin:Chartstype: " << m_allChartsMap;
qDebug() << "HypemPlugin:Chartstype: " << m_allChartsMap;
}
void
hypemPlugin::chartReturned()
HypemPlugin::chartReturned()
{
/// Chart request returned something! Woho
@@ -387,3 +392,9 @@ hypemPlugin::chartReturned()
qDebug() << "Network error in fetching chart:" << reply->url().toString();
}
}
}
Q_EXPORT_PLUGIN2( Tomahawk::InfoSystem::InfoPlugin, Tomahawk::InfoSystem::HypemPlugin )

View File

@@ -17,9 +17,10 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef hypemPlugin_H
#define hypemPlugin_H
#ifndef HYPEMPLUGIN_H
#define HYPEMPLUGIN_H
#include "infoplugins/InfoPluginDllMacro.h"
#include "infosystem/InfoSystem.h"
#include "infosystem/InfoSystemWorker.h"
#include <QNetworkReply>
@@ -33,13 +34,14 @@ namespace Tomahawk
namespace InfoSystem
{
class hypemPlugin : public InfoPlugin
class INFOPLUGINDLLEXPORT HypemPlugin : public InfoPlugin
{
Q_OBJECT
Q_INTERFACES( Tomahawk::InfoSystem::InfoPlugin )
public:
hypemPlugin();
virtual ~hypemPlugin();
HypemPlugin();
virtual ~HypemPlugin();
enum ChartType {
None = 0x00,
@@ -48,8 +50,8 @@ public:
Artist = 0x04
};
void setChartType( ChartType type ) { m_chartType = type; }
ChartType chartType() const { return m_chartType; }
void setChartType( ChartType type ) { m_chartType = type; }
ChartType chartType() const { return m_chartType; }
public slots:
void chartReturned();
@@ -91,4 +93,4 @@ private:
}
#endif // hypemPlugin_H
#endif // HYPEMPLUGIN_H

View File

@@ -17,7 +17,7 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/
#include "musicbrainzPlugin.h"
#include "MusicBrainzPlugin.h"
#include <QNetworkReply>
#include <QDomDocument>

View File

@@ -6,7 +6,7 @@
#include <QtNetwork/QNetworkReply>
#include "Album.h"
#include "ChartsPlugin_Data_p.h"
#include "CountryUtils.h"
#include "Typedefs.h"
#include "audio/AudioEngine.h"
#include "TomahawkSettings.h"

View File

@@ -17,7 +17,7 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/
#include "spotifyPlugin.h"
#include "SpotifyPlugin.h"
#include <QDir>
#include <QSettings>
@@ -31,7 +31,7 @@
#include "TomahawkSettings.h"
#include "utils/TomahawkUtils.h"
#include "utils/Logger.h"
#include "ChartsPlugin_Data_p.h"
#include "CountryUtils.h"
#define SPOTIFY_API_URL "http://spotikea.tomahawk-player.org/"
#include <qjson/parser.h>

View File

@@ -0,0 +1,25 @@
IF(BUILD_GUI AND X11_FOUND)
INCLUDE_DIRECTORIES( ${THIRDPARTY_DIR}/libqnetwm )
SET(fdo_srcs
fdonotify/FdoNotifyPlugin.cpp
fdonotify/ImageConverter.cpp
${THIRDPARTY_DIR}/libqnetwm/libqnetwm/netwm.cpp
)
SET(FDO_LINK_LIBRARIES ${LINK_LIBRARIES} ${X11_LIBRARIES})
add_tomahawk_plugin(fdonotify
TYPE infoplugin EXPORT_MACRO INFOPLUGINDLLEXPORT_PRO
SOURCES "${fdo_srcs}" LINK_LIBRARIES "${FDO_LINK_LIBRARIES}"
)
ENDIF()
SET(mpris_srcs
mpris/MprisPluginRootAdaptor.cpp
mpris/MprisPluginPlayerAdaptor.cpp
mpris/MprisPlugin.cpp
)
add_tomahawk_plugin(mpris
TYPE infoplugin EXPORT_MACRO INFOPLUGINDLLEXPORT_PRO
SOURCES "${mpris_srcs}"
)

View File

@@ -44,10 +44,15 @@
#include <QtDBus/QDBusConnection>
#include <QtDBus/QDBusMessage>
#include <QtGui/QImage>
#include <QtPlugin>
#include "utils/Logger.h"
using namespace Tomahawk::InfoSystem;
namespace Tomahawk
{
namespace InfoSystem
{
FdoNotifyPlugin::FdoNotifyPlugin()
: InfoPlugin()
@@ -162,3 +167,9 @@ FdoNotifyPlugin::nowPlaying( const QVariant &input )
if ( list.count() > 0 )
m_nowPlayingId = list.at( 0 ).toInt();
}
} //ns InfoSystem
} //ns Tomahawk
Q_EXPORT_PLUGIN2( Tomahawk::InfoSystem::InfoPlugin, Tomahawk::InfoSystem::FdoNotifyPlugin )

View File

@@ -20,6 +20,7 @@
#ifndef FDONOTIFYPLUGIN_H
#define FDONOTIFYPLUGIN_H
#include "infoplugins/InfoPluginDllMacro.h"
#include "infosystem/InfoSystem.h"
namespace Tomahawk
@@ -28,9 +29,10 @@ namespace Tomahawk
namespace InfoSystem
{
class FdoNotifyPlugin : public InfoPlugin
class INFOPLUGINDLLEXPORT FdoNotifyPlugin : public InfoPlugin
{
Q_OBJECT
Q_INTERFACES( Tomahawk::InfoSystem::InfoPlugin )
public:
FdoNotifyPlugin();

View File

@@ -20,6 +20,7 @@
#include <QApplication>
#include <QImage>
#include <QtDBus/QtDBus>
#include <QtPlugin>
#include "audio/AudioEngine.h"
#include "infosystem/InfoSystemWorker.h"
@@ -35,7 +36,11 @@
#include "MprisPluginRootAdaptor.h"
#include "MprisPluginPlayerAdaptor.h"
using namespace Tomahawk::InfoSystem;
namespace Tomahawk
{
namespace InfoSystem
{
static QString s_mpInfoIdentifier = QString( "MPRISPLUGIN" );
@@ -254,8 +259,8 @@ MprisPlugin::metadata() const
Tomahawk::result_ptr track = AudioEngine::instance()->currentTrack();
if ( track )
{
metadataMap.insert( "mpris:trackid", QString( "/track/" ) + track->id().replace( "-", "" ) );
metadataMap.insert( "mpris:length", track->duration() );
metadataMap.insert( "mpris:trackid", QVariant::fromValue(QDBusObjectPath(QString( "/track/" ) + track->id().replace( "-", "" ))) );
metadataMap.insert( "mpris:length", static_cast<qlonglong>(track->duration()) * 1000000 );
metadataMap.insert( "xesam:album", track->album()->name() );
metadataMap.insert( "xesam:artist", QStringList( track->artist()->name() ) );
metadataMap.insert( "xesam:title", track->track() );
@@ -332,14 +337,14 @@ MprisPlugin::setShuffle( bool value )
double
MprisPlugin::volume() const
{
return AudioEngine::instance()->volume();
return static_cast<double>(AudioEngine::instance()->volume()) / 100.0;
}
void
MprisPlugin::setVolume( double value )
{
AudioEngine::instance()->setVolume( value );
AudioEngine::instance()->setVolume( value * 100 );
}
@@ -583,3 +588,8 @@ MprisPlugin::notifyPropertyChanged( const QString& interface, const QString& pro
QDBusConnection::sessionBus().send(signal);
}
} //ns InfoSystem
} //ns Tomahawk
Q_EXPORT_PLUGIN2( Tomahawk::InfoSystem::InfoPlugin, Tomahawk::InfoSystem::MprisPlugin )

View File

@@ -22,6 +22,7 @@
#include "audio/AudioEngine.h"
#include "infosystem/InfoSystem.h"
#include "infoplugins/InfoPluginDllMacro.h"
#include <QObject>
#include <QVariant>
@@ -33,9 +34,10 @@ namespace Tomahawk
namespace InfoSystem
{
class MprisPlugin : public InfoPlugin
class INFOPLUGINDLLEXPORT MprisPlugin : public InfoPlugin
{
Q_OBJECT
Q_INTERFACES( Tomahawk::InfoSystem::InfoPlugin )
public:
MprisPlugin();

View File

@@ -0,0 +1,11 @@
set(adium_srcs
adium/AdiumPlugin.cpp
adium/Adium.mm
)
add_tomahawk_plugin(adium
TYPE infoplugin EXPORT_MACRO INFOPLUGINDLLEXPORT_PRO
SOURCES "${adium_srcs}"
)

View File

@@ -19,6 +19,7 @@
#include <string.h>
#include <QtPlugin>
#include <QTimer>
#include "infosystem/InfoSystemWorker.h"
@@ -46,7 +47,11 @@ static void setStatus(const QString &status)
script( scriptstr );
}
using namespace Tomahawk::InfoSystem;
namespace Tomahawk
{
namespace InfoSystem
{
AdiumPlugin::AdiumPlugin()
: InfoPlugin()
@@ -148,7 +153,7 @@ AdiumPlugin::audioStarted( const Tomahawk::InfoSystem::PushInfoPair pushInfoPair
return;
InfoStringHash hash = map[ "trackinfo" ].value< Tomahawk::InfoSystem::InfoStringHash >();
if ( !hash.contains( "title" ) || !hash.contains( "artist" ) )
return;
@@ -161,7 +166,7 @@ AdiumPlugin::audioStarted( const Tomahawk::InfoSystem::PushInfoPair pushInfoPair
QUrl shortUrl = m_currentLongUrl;
if ( pushInfoPair.first.contains( "shortUrl" ) )
shortUrl = pushInfoPair.first[ "shortUrl" ].toUrl();
QString nowPlaying = "";
nowPlaying.append( m_currentArtist );
nowPlaying.append(" - ");
@@ -208,3 +213,8 @@ AdiumPlugin::audioResumed( const Tomahawk::InfoSystem::PushInfoPair pushInfoPair
audioStarted( pushInfoPair );
}
} //ns InfoSystem
} //ns Tomahawk
Q_EXPORT_PLUGIN2( Tomahawk::InfoSystem::InfoPlugin, Tomahawk::InfoSystem::AdiumPlugin )

View File

@@ -20,6 +20,7 @@
#ifndef ADIUMPLUGIN_H
#define ADIUMPLUGIN_H
#include "infoplugins/InfoPluginDllMacro.h"
#include "infosystem/InfoSystem.h"
#include <QNetworkAccessManager>
@@ -33,9 +34,10 @@ namespace Tomahawk {
namespace InfoSystem {
class AdiumPlugin : public InfoPlugin
class INFOPLUGINDLLEXPORT AdiumPlugin : public InfoPlugin
{
Q_OBJECT
Q_INTERFACES( Tomahawk::InfoSystem::InfoPlugin )
public:
AdiumPlugin();
@@ -46,7 +48,7 @@ protected slots:
{
Q_UNUSED( requestData );
}
virtual void pushInfo( Tomahawk::InfoSystem::InfoPushData pushData );
public slots:

View File

@@ -369,8 +369,6 @@ IF( APPLE )
MARK_AS_ADVANCED( COREAUDIO_LIBRARY COREFOUNDATION_LIBRARY FOUNDATION_LIBRARY SCRIPTINGBRIDGE_LIBRARY )
SET( libSources ${libSources}
infosystem/infoplugins/mac/Adium.mm
infosystem/infoplugins/mac/AdiumPlugin.cpp
utils/TomahawkUtils_Mac.mm
thirdparty/Qocoa/qsearchfield_mac.mm )

View File

@@ -22,32 +22,17 @@
#include <QNetworkConfiguration>
#include <QNetworkProxy>
#include <QDir>
#include <QLibrary>
#include <QPluginLoader>
#include "config.h"
#include "HeadlessCheck.h"
#include "InfoSystemWorker.h"
#include "InfoSystemCache.h"
#include "infoplugins/generic/EchonestPlugin.h"
#include "infoplugins/generic/MusixMatchPlugin.h"
#include "infoplugins/generic/ChartsPlugin.h"
#include "infoplugins/generic/NewReleasesPlugin.h"
#include "infoplugins/generic/spotifyPlugin.h"
#include "infoplugins/generic/musicbrainzPlugin.h"
#include "infoplugins/generic/hypemPlugin.h"
#include "GlobalActionManager.h"
#include "utils/TomahawkUtils.h"
#include "utils/Logger.h"
#ifdef Q_WS_MAC
#include "infoplugins/mac/AdiumPlugin.h"
#endif
#ifdef Q_WS_X11
#include "infoplugins/linux/FdoNotifyPlugin.h"
#include "infoplugins/linux/MprisPlugin.h"
#endif
#include "infoplugins/generic/RoviPlugin.h"
namespace Tomahawk
{
@@ -86,10 +71,6 @@ InfoSystemWorker::init( Tomahawk::InfoSystem::InfoSystemCache* cache )
m_cache = cache;
loadInfoPlugins( findInfoPlugins() );
#ifdef Q_WS_MAC
addInfoPlugin( InfoPluginPtr( new AdiumPlugin() ) );
#endif
}

View File

@@ -190,7 +190,7 @@ AlbumView::resizeEvent( QResizeEvent* event )
int itemWidth = 160;
QSize itemSize = m_proxyModel->data( QModelIndex(), Qt::SizeHintRole ).toSize();
int itemsPerRow = qFloor( rectWidth / itemWidth );
int itemsPerRow = qMax( 1, qFloor( rectWidth / itemWidth ) );
// int rightSpacing = rectWidth - ( itemsPerRow * ( itemSize.width() + 16 ) );
// int newSpacing = 16 + floor( rightSpacing / ( itemsPerRow + 1 ) );

View File

@@ -40,7 +40,7 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
layout()->setSpacing( 0 );
ui->headerWidget->setStyleSheet( "QWidget#headerWidget { background-image: url(" RESPATH "images/playlist-header-tiled.png); }" );
ui->tracksWidget->setStyleSheet( "background-color: #323435;" );
ui->tracksWidget->setStyleSheet( "QWidget#tracksWidget{background-color: #323435;}" );
ui->statsLabel->setStyleSheet( "QLabel { background-image:url(); border: 2px solid #dddddd; background-color: #faf9f9; border-radius: 4px; padding: 12px; }" );
QFont f = font();