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:
@@ -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()
|
||||
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></source>
|
||||
<translation><p><b>Извинявай</b>&nbsp;Tomahawk спря да работи. Информация относно проблемът се изпраща към нашата централа, за да можем да го отстраним.</p></translation>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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'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! <b>Many thanks</b>.</source>
|
||||
<translation>Изпращането приключи. <b>Благодарим ви за отзивчивостта!</b>.</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 "%1" 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'm sorry -- I'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 <b>%1</b> access to your Collection?</source>
|
||||
<translation>Искате ли да позволите на <b>%1</b> достъп до вашата колекция?</translation>
|
||||
</message>
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></source>
|
||||
<translation><p>Tomahak ha fallat. La informació sobre la fallada s'està enviant a Tomahawk HQ per poder-ho solucionar.</p></translation>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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'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'enviament d'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! <b>Many thanks</b>.</source>
|
||||
<translation>Enviat! <b>Moltes gràcies</b>.</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'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ó "%1" 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'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'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'ha trobat l'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'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'm sorry -- I'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'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 <b>%1</b> access to your Collection?</source>
|
||||
<translation>Voleu permetre que <b>%1</b> accedeixi a la vostra Col·lecció?</translation>
|
||||
</message>
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></source>
|
||||
<translation><p><b>Das tut uns leid!</b> Tomahawk ist abgestürzt! Informationen darüber werden nun in die Tomahawk-Einsatzzentrale weitergeleitet, so dass der Fehler behoben werden kann.</p></translation>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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'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! <b>Many thanks</b>.</source>
|
||||
<translation>Gesendet! <b>Vielen Dank!</b></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 "%1" 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'm sorry -- I'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 <b>%1</b> access to your Collection?</source>
|
||||
<translation>Willst du <b>%1</b> Zugriff auf deine Sammlung gewähren?</translation>
|
||||
</message>
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></source>
|
||||
<translation><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></translation>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></source>
|
||||
<translation><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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't send</source>
|
||||
<translation>Don'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! <b>Many thanks</b>.</source>
|
||||
<translation>Sent! <b>Many thanks</b>.</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 "%1" 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'm sorry -- I'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'm sorry -- I'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 <b>%1</b> access to your Collection?</source>
|
||||
<translation>Do you want to grant <b>%1</b> access to your Collection?</translation>
|
||||
</message>
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></source>
|
||||
<translation><p><b>¡Ups!</b>&nbsp;Tomahawk ha fallado. La información acerca del fallo se enviará a Tomahawk HQ para que podamos solucionar el error.</p></translation>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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'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! <b>Many thanks</b>.</source>
|
||||
<translation>¡Enviado!<b>Muchas gracias</b>.</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 "%1" 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'm sorry -- I'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 <b>%1</b> access to your Collection?</source>
|
||||
<translation>¿Quiere permitir que <b>%1</b> acceda a su Colección?</translation>
|
||||
</message>
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></source>
|
||||
<translation><p><b>Désolé !</b>&nbsp;Tomahawk a planté. Les informations du plantage sont maintenant envoyés au siège de Tomahawk pour que nous puissions corriger le bug.</p></translation>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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'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'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! <b>Many thanks</b>.</source>
|
||||
<translation>Envoyé ! <b>Merci beaucoup</b>.</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'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 "%1" 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'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'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 &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'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'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'm sorry -- I'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'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'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 <b>%1</b> access to your Collection?</source>
|
||||
<translation>Voulez vous donner accès à votre collection à %1 ?</translation>
|
||||
</message>
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></source>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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'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! <b>Many thanks</b>.</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 "%1" 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'm sorry -- I'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 <b>%1</b> access to your Collection?</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></source>
|
||||
<translation><p><b>Przepraszamy!</b>&nbsp;Tomahawk uległ awarii. Abyśmy mogli poprawić błędy, informacja o incydencie zostanie wysłana do kwatery głównej programu.</p></translation>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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'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! <b>Many thanks</b>.</source>
|
||||
<translation>Wysłano! <b>Wielkie dzięki</b>.</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 "%1" 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'm sorry -- I'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 <b>%1</b> access to your Collection?</source>
|
||||
<translation>Czy chcesz udzielić dostępu do swojej kolekcji <b>%1</b>?</translation>
|
||||
</message>
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></source>
|
||||
<translation><p><b>Desculpe!</b>&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.</p></translation>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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'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! <b>Many thanks</b>.</source>
|
||||
<translation>Enviado! <b>Muito obrigado</b>.</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 "%1" 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'm sorry -- I'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 <b>%1</b> access to your Collection?</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></source>
|
||||
<translation><p><b>Упс!</b>&nbsp;Произошла ошибка. Информация о ошибке сейчас отправляется разработчикам, чтобы они могли её исправить. Извиняемся :)</p></translation>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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'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! <b>Many thanks</b>.</source>
|
||||
<translation>Отправлен! <b>Большое спасибо!!!</b>.</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 "%1" 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'm sorry -- I'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 <b>%1</b> access to your Collection?</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></source>
|
||||
<translation><p><b>Oj!</b>&nbsp; Tomahawk kraschade. Information om denna krasch skickas nu till Tomahawk HQ så att vi kan lösa problemet.</p></translation>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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'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! <b>Many thanks</b>.</source>
|
||||
<translation>Skickat! <b>Tack så mycket</b>.</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 "%1" 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'm sorry -- I'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 <b>%1</b> access to your Collection?</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></source>
|
||||
<translation><p><b>Üzgünüm!</b>&nbsp; Tomahawk çöktü. Hatayı çözmebilmemiz için çökme ile ilgili bilgi şu anda Tomahawk Merkezine gönderiliyor.<p></translation>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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'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! <b>Many thanks</b>.</source>
|
||||
<translation>Gönderildi! <b>Çok teşekkürler.</b>.</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 "%1" 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'm sorry -- I'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 <b>%1</b> access to your Collection?</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></source>
|
||||
<translation><p><b>抱歉!</b>&nbsp;Tomahawk 出错了。相关信息正被上传到 Tomahawk HQ 以便我们修复此错误。</p></translation>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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'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! <b>Many thanks</b>.</source>
|
||||
<translation>已发送!<b>非常感谢</b>。</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 "%1" 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'm sorry -- I'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 <b>%1</b> access to your Collection?</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></source>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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'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! <b>Many thanks</b>.</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 "%1" 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'm sorry -- I'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 <b>%1</b> access to your Collection?</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@@ -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"
|
||||
|
@@ -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() ) );
|
||||
}
|
||||
|
@@ -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
|
||||
|
@@ -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><p><b>Sorry!</b>&nbsp;Tomahawk crashed. Information about the crash is now being sent to Tomahawk HQ so that we can fix the bug.</p></string>
|
||||
<string><html><head/><body><p><span style=" font-weight:600;">Sorry!</span> 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.</p></body></html></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>
|
||||
|
@@ -3,3 +3,7 @@ add_subdirectory( generic )
|
||||
if(UNIX AND NOT APPLE)
|
||||
add_subdirectory( linux )
|
||||
endif()
|
||||
|
||||
if(APPLE)
|
||||
add_subdirectory( mac )
|
||||
endif()
|
||||
|
@@ -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
|
||||
)
|
||||
|
||||
|
43
src/infoplugins/generic/charts/CMakeLists.txt
Normal file
43
src/infoplugins/generic/charts/CMakeLists.txt
Normal 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} )
|
||||
|
@@ -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 )
|
@@ -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();
|
43
src/infoplugins/generic/hypem/CMakeLists.txt
Normal file
43
src/infoplugins/generic/hypem/CMakeLists.txt
Normal 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} )
|
||||
|
@@ -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 )
|
@@ -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
|
@@ -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>
|
@@ -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"
|
@@ -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>
|
25
src/infoplugins/linux/CMakeLists.txt
Normal file
25
src/infoplugins/linux/CMakeLists.txt
Normal 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}"
|
||||
)
|
@@ -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 )
|
@@ -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();
|
@@ -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 )
|
@@ -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();
|
11
src/infoplugins/mac/CMakeLists.txt
Normal file
11
src/infoplugins/mac/CMakeLists.txt
Normal 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}"
|
||||
)
|
||||
|
@@ -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 )
|
@@ -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:
|
@@ -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 )
|
||||
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
@@ -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 ) );
|
||||
|
||||
|
@@ -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();
|
||||
|
Reference in New Issue
Block a user