Browse Source

Fix error message in new torrent addition dialog when a torrent is invalid

adaptive-webui-19844
Christophe Dumez 13 years ago
parent
commit
600c33dfa3
  1. 2
      src/addnewtorrentdialog.cpp
  2. BIN
      src/lang/qbittorrent_ar.qm
  3. 751
      src/lang/qbittorrent_ar.ts
  4. BIN
      src/lang/qbittorrent_be.qm
  5. 751
      src/lang/qbittorrent_be.ts
  6. BIN
      src/lang/qbittorrent_bg.qm
  7. 751
      src/lang/qbittorrent_bg.ts
  8. BIN
      src/lang/qbittorrent_ca.qm
  9. 751
      src/lang/qbittorrent_ca.ts
  10. BIN
      src/lang/qbittorrent_cs.qm
  11. 751
      src/lang/qbittorrent_cs.ts
  12. BIN
      src/lang/qbittorrent_da.qm
  13. 751
      src/lang/qbittorrent_da.ts
  14. BIN
      src/lang/qbittorrent_de.qm
  15. 753
      src/lang/qbittorrent_de.ts
  16. BIN
      src/lang/qbittorrent_el.qm
  17. 751
      src/lang/qbittorrent_el.ts
  18. 755
      src/lang/qbittorrent_en.ts
  19. BIN
      src/lang/qbittorrent_es.qm
  20. 751
      src/lang/qbittorrent_es.ts
  21. BIN
      src/lang/qbittorrent_eu.qm
  22. 751
      src/lang/qbittorrent_eu.ts
  23. BIN
      src/lang/qbittorrent_fi.qm
  24. 751
      src/lang/qbittorrent_fi.ts
  25. BIN
      src/lang/qbittorrent_fr.qm
  26. 751
      src/lang/qbittorrent_fr.ts
  27. BIN
      src/lang/qbittorrent_gl.qm
  28. 751
      src/lang/qbittorrent_gl.ts
  29. BIN
      src/lang/qbittorrent_hr.qm
  30. 27
      src/lang/qbittorrent_hr.ts
  31. BIN
      src/lang/qbittorrent_hu.qm
  32. 751
      src/lang/qbittorrent_hu.ts
  33. BIN
      src/lang/qbittorrent_hy.qm
  34. 751
      src/lang/qbittorrent_hy.ts
  35. BIN
      src/lang/qbittorrent_it.qm
  36. 751
      src/lang/qbittorrent_it.ts
  37. BIN
      src/lang/qbittorrent_ja.qm
  38. 751
      src/lang/qbittorrent_ja.ts
  39. BIN
      src/lang/qbittorrent_ka.qm
  40. 751
      src/lang/qbittorrent_ka.ts
  41. BIN
      src/lang/qbittorrent_ko.qm
  42. 751
      src/lang/qbittorrent_ko.ts
  43. BIN
      src/lang/qbittorrent_lt.qm
  44. 751
      src/lang/qbittorrent_lt.ts
  45. BIN
      src/lang/qbittorrent_nb.qm
  46. 751
      src/lang/qbittorrent_nb.ts
  47. BIN
      src/lang/qbittorrent_nl.qm
  48. 27
      src/lang/qbittorrent_nl.ts
  49. BIN
      src/lang/qbittorrent_pl.qm
  50. 27
      src/lang/qbittorrent_pl.ts
  51. BIN
      src/lang/qbittorrent_pt.qm
  52. 27
      src/lang/qbittorrent_pt.ts
  53. BIN
      src/lang/qbittorrent_pt_BR.qm
  54. 27
      src/lang/qbittorrent_pt_BR.ts
  55. BIN
      src/lang/qbittorrent_ro.qm
  56. 27
      src/lang/qbittorrent_ro.ts
  57. BIN
      src/lang/qbittorrent_ru.qm
  58. 27
      src/lang/qbittorrent_ru.ts
  59. BIN
      src/lang/qbittorrent_sk.qm
  60. 27
      src/lang/qbittorrent_sk.ts
  61. BIN
      src/lang/qbittorrent_sr.qm
  62. 27
      src/lang/qbittorrent_sr.ts
  63. BIN
      src/lang/qbittorrent_sv.qm
  64. 27
      src/lang/qbittorrent_sv.ts
  65. BIN
      src/lang/qbittorrent_tr.qm
  66. 27
      src/lang/qbittorrent_tr.ts
  67. BIN
      src/lang/qbittorrent_uk.qm
  68. 27
      src/lang/qbittorrent_uk.ts
  69. BIN
      src/lang/qbittorrent_zh.qm
  70. 27
      src/lang/qbittorrent_zh.ts
  71. BIN
      src/lang/qbittorrent_zh_TW.qm
  72. 27
      src/lang/qbittorrent_zh_TW.ts

2
src/addnewtorrentdialog.cpp

@ -148,7 +148,7 @@ bool AddNewTorrentDialog::loadTorrent(const QString& torrent_path, const QString @@ -148,7 +148,7 @@ bool AddNewTorrentDialog::loadTorrent(const QString& torrent_path, const QString
m_torrentInfo = new torrent_info(m_filePath.toUtf8().data());
m_hash = misc::toQString(m_torrentInfo->info_hash());
} catch(const std::exception& e) {
QMessageBox::critical(0, tr("Invalid torrent"), tr("Failed to load the torrent: &1").arg(e.what()));
QMessageBox::critical(0, tr("Invalid torrent"), tr("Failed to load the torrent: %1").arg(e.what()));
return false;
}

BIN
src/lang/qbittorrent_ar.qm

Binary file not shown.

751
src/lang/qbittorrent_ar.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_be.qm

Binary file not shown.

751
src/lang/qbittorrent_be.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_bg.qm

Binary file not shown.

751
src/lang/qbittorrent_bg.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_ca.qm

Binary file not shown.

751
src/lang/qbittorrent_ca.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_cs.qm

Binary file not shown.

751
src/lang/qbittorrent_cs.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_da.qm

Binary file not shown.

751
src/lang/qbittorrent_da.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_de.qm

Binary file not shown.

753
src/lang/qbittorrent_de.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_el.qm

Binary file not shown.

751
src/lang/qbittorrent_el.ts

File diff suppressed because it is too large Load Diff

755
src/lang/qbittorrent_en.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_es.qm

Binary file not shown.

751
src/lang/qbittorrent_es.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_eu.qm

Binary file not shown.

751
src/lang/qbittorrent_eu.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_fi.qm

Binary file not shown.

751
src/lang/qbittorrent_fi.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_fr.qm

Binary file not shown.

751
src/lang/qbittorrent_fr.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_gl.qm

Binary file not shown.

751
src/lang/qbittorrent_gl.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_hr.qm

Binary file not shown.

27
src/lang/qbittorrent_hr.ts

@ -243,10 +243,6 @@ p, li { white-space: pre-wrap; } @@ -243,10 +243,6 @@ p, li { white-space: pre-wrap; }
<source>Invalid torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: &amp;1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Not available</source>
<translation type="unfinished"></translation>
@ -303,6 +299,10 @@ p, li { white-space: pre-wrap; } @@ -303,6 +299,10 @@ p, li { white-space: pre-wrap; }
<source>Priority</source>
<translation type="unfinished">Prioritet</translation>
</message>
<message>
<source>Failed to load the torrent: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AdvancedSettings</name>
@ -3802,7 +3802,7 @@ QGroupBox { @@ -3802,7 +3802,7 @@ QGroupBox {
</message>
<message>
<source>Choose save path</source>
<translation>Izaberite putanju za spremanje</translation>
<translation type="obsolete">Izaberite putanju za spremanje</translation>
</message>
<message>
<source>Save path creation error</source>
@ -5151,6 +5151,14 @@ Do you want to install it now?</source> @@ -5151,6 +5151,14 @@ Do you want to install it now?</source>
<source>Delete torrents</source>
<translation>Izbriši torrente</translation>
</message>
<message>
<source>Torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Labels</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TransferListWidget</name>
@ -6088,6 +6096,13 @@ Međutim, te tražilice su bile onemogućene.</translation> @@ -6088,6 +6096,13 @@ Međutim, te tražilice su bile onemogućene.</translation>
<translation>URL:</translation>
</message>
</context>
<context>
<name>fsutils</name>
<message>
<source>Downloads</source>
<translation type="unfinished">Preuzimanja</translation>
</message>
</context>
<context>
<name>misc</name>
<message>
@ -6160,7 +6175,7 @@ Međutim, te tražilice su bile onemogućene.</translation> @@ -6160,7 +6175,7 @@ Međutim, te tražilice su bile onemogućene.</translation>
</message>
<message>
<source>Downloads</source>
<translation type="unfinished">Preuzimanja</translation>
<translation type="obsolete">Preuzimanja</translation>
</message>
</context>
<context>

BIN
src/lang/qbittorrent_hu.qm

Binary file not shown.

751
src/lang/qbittorrent_hu.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_hy.qm

Binary file not shown.

751
src/lang/qbittorrent_hy.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_it.qm

Binary file not shown.

751
src/lang/qbittorrent_it.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_ja.qm

Binary file not shown.

751
src/lang/qbittorrent_ja.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_ka.qm

Binary file not shown.

751
src/lang/qbittorrent_ka.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_ko.qm

Binary file not shown.

751
src/lang/qbittorrent_ko.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_lt.qm

Binary file not shown.

751
src/lang/qbittorrent_lt.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_nb.qm

Binary file not shown.

751
src/lang/qbittorrent_nb.ts

File diff suppressed because it is too large Load Diff

BIN
src/lang/qbittorrent_nl.qm

Binary file not shown.

27
src/lang/qbittorrent_nl.ts

@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; } @@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; }
<source>Invalid torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: &amp;1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Not available</source>
<translation type="unfinished"></translation>
@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; } @@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; }
<source>Priority</source>
<translation type="unfinished">Prioriteit</translation>
</message>
<message>
<source>Failed to load the torrent: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AdvancedSettings</name>
@ -3042,7 +3042,7 @@ Wil u qBittorrent updaten naar versie %1?</translation> @@ -3042,7 +3042,7 @@ Wil u qBittorrent updaten naar versie %1?</translation>
</message>
<message>
<source>Choose save path</source>
<translation>Kies opslag pad</translation>
<translation type="obsolete">Kies opslag pad</translation>
</message>
<message>
<source>Save path creation error</source>
@ -4484,6 +4484,14 @@ Wilt u het nu installeren?</translation> @@ -4484,6 +4484,14 @@ Wilt u het nu installeren?</translation>
<source>Delete torrents</source>
<translation>Verwijder torrents</translation>
</message>
<message>
<source>Torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Labels</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TransferListWidget</name>
@ -5329,6 +5337,13 @@ De plugins zijn uitgeschakeld.</translation> @@ -5329,6 +5337,13 @@ De plugins zijn uitgeschakeld.</translation>
<translation>URL:</translation>
</message>
</context>
<context>
<name>fsutils</name>
<message>
<source>Downloads</source>
<translation type="unfinished">Downloads</translation>
</message>
</context>
<context>
<name>misc</name>
<message>
@ -5391,7 +5406,7 @@ De plugins zijn uitgeschakeld.</translation> @@ -5391,7 +5406,7 @@ De plugins zijn uitgeschakeld.</translation>
</message>
<message>
<source>Downloads</source>
<translation type="unfinished">Downloads</translation>
<translation type="obsolete">Downloads</translation>
</message>
</context>
<context>

BIN
src/lang/qbittorrent_pl.qm

Binary file not shown.

27
src/lang/qbittorrent_pl.ts

@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; } @@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; }
<source>Invalid torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: &amp;1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Not available</source>
<translation type="unfinished"></translation>
@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; } @@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; }
<source>Priority</source>
<translation type="unfinished">Priorytet</translation>
</message>
<message>
<source>Failed to load the torrent: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AdvancedSettings</name>
@ -3229,7 +3229,7 @@ Ignoruj narzuty protokołu TCP/IP w limitach prędkości</translatorcomment> @@ -3229,7 +3229,7 @@ Ignoruj narzuty protokołu TCP/IP w limitach prędkości</translatorcomment>
</message>
<message>
<source>Choose save path</source>
<translation>Wybierz katalog docelowy</translation>
<translation type="obsolete">Wybierz katalog docelowy</translation>
</message>
<message>
<source>Save path creation error</source>
@ -4693,6 +4693,14 @@ Do you want to install it now?</source> @@ -4693,6 +4693,14 @@ Do you want to install it now?</source>
<source>Delete torrents</source>
<translation>Usuń torrenty</translation>
</message>
<message>
<source>Torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Labels</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TransferListWidget</name>
@ -5558,6 +5566,13 @@ Jednak tamte wtyczki były wyłączone.</translation> @@ -5558,6 +5566,13 @@ Jednak tamte wtyczki były wyłączone.</translation>
<translation>URL:</translation>
</message>
</context>
<context>
<name>fsutils</name>
<message>
<source>Downloads</source>
<translation type="unfinished">Pobieranie</translation>
</message>
</context>
<context>
<name>misc</name>
<message>
@ -5620,7 +5635,7 @@ Jednak tamte wtyczki były wyłączone.</translation> @@ -5620,7 +5635,7 @@ Jednak tamte wtyczki były wyłączone.</translation>
</message>
<message>
<source>Downloads</source>
<translation type="unfinished">Pobieranie</translation>
<translation type="obsolete">Pobieranie</translation>
</message>
</context>
<context>

BIN
src/lang/qbittorrent_pt.qm

Binary file not shown.

27
src/lang/qbittorrent_pt.ts

@ -189,10 +189,6 @@ p, li { white-space: pre-wrap; } @@ -189,10 +189,6 @@ p, li { white-space: pre-wrap; }
<source>Invalid torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: &amp;1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Not available</source>
<translation type="unfinished"></translation>
@ -249,6 +245,10 @@ p, li { white-space: pre-wrap; } @@ -249,6 +245,10 @@ p, li { white-space: pre-wrap; }
<source>Priority</source>
<translation type="unfinished">Prioridade</translation>
</message>
<message>
<source>Failed to load the torrent: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AdvancedSettings</name>
@ -3245,7 +3245,7 @@ Gostaria de atualizar o qBittorrrent para a versão %1?</translation> @@ -3245,7 +3245,7 @@ Gostaria de atualizar o qBittorrrent para a versão %1?</translation>
</message>
<message>
<source>Choose save path</source>
<translation>Escolha um caminho de salvamento</translation>
<translation type="obsolete">Escolha um caminho de salvamento</translation>
</message>
<message>
<source>Save path creation error</source>
@ -4706,6 +4706,14 @@ Gostaria de instalar agora?</translation> @@ -4706,6 +4706,14 @@ Gostaria de instalar agora?</translation>
<source>Delete torrents</source>
<translation>Remover torrents</translation>
</message>
<message>
<source>Torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Labels</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TransferListWidget</name>
@ -5591,6 +5599,13 @@ Portanto os plugins foram desabilitados.</translation> @@ -5591,6 +5599,13 @@ Portanto os plugins foram desabilitados.</translation>
<translation>Não</translation>
</message>
</context>
<context>
<name>fsutils</name>
<message>
<source>Downloads</source>
<translation type="unfinished">Downloads</translation>
</message>
</context>
<context>
<name>misc</name>
<message>
@ -5653,7 +5668,7 @@ Portanto os plugins foram desabilitados.</translation> @@ -5653,7 +5668,7 @@ Portanto os plugins foram desabilitados.</translation>
</message>
<message>
<source>Downloads</source>
<translation type="unfinished">Downloads</translation>
<translation type="obsolete">Downloads</translation>
</message>
</context>
<context>

BIN
src/lang/qbittorrent_pt_BR.qm

Binary file not shown.

27
src/lang/qbittorrent_pt_BR.ts

@ -189,10 +189,6 @@ p, li { white-space: pre-wrap; } @@ -189,10 +189,6 @@ p, li { white-space: pre-wrap; }
<source>Invalid torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: &amp;1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Not available</source>
<translation type="unfinished"></translation>
@ -249,6 +245,10 @@ p, li { white-space: pre-wrap; } @@ -249,6 +245,10 @@ p, li { white-space: pre-wrap; }
<source>Priority</source>
<translation type="unfinished">Prioridade</translation>
</message>
<message>
<source>Failed to load the torrent: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AdvancedSettings</name>
@ -3245,7 +3245,7 @@ Gostaria de atualizar o qBittorrrent para a versão %1?</translation> @@ -3245,7 +3245,7 @@ Gostaria de atualizar o qBittorrrent para a versão %1?</translation>
</message>
<message>
<source>Choose save path</source>
<translation>Escolha um caminho de salvamento</translation>
<translation type="obsolete">Escolha um caminho de salvamento</translation>
</message>
<message>
<source>Save path creation error</source>
@ -4706,6 +4706,14 @@ Gostaria de instalar agora?</translation> @@ -4706,6 +4706,14 @@ Gostaria de instalar agora?</translation>
<source>Delete torrents</source>
<translation>Remover torrents</translation>
</message>
<message>
<source>Torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Labels</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TransferListWidget</name>
@ -5591,6 +5599,13 @@ Portanto os plugins foram desabilitados.</translation> @@ -5591,6 +5599,13 @@ Portanto os plugins foram desabilitados.</translation>
<translation>Não</translation>
</message>
</context>
<context>
<name>fsutils</name>
<message>
<source>Downloads</source>
<translation type="unfinished">Downloads</translation>
</message>
</context>
<context>
<name>misc</name>
<message>
@ -5653,7 +5668,7 @@ Portanto os plugins foram desabilitados.</translation> @@ -5653,7 +5668,7 @@ Portanto os plugins foram desabilitados.</translation>
</message>
<message>
<source>Downloads</source>
<translation type="unfinished">Downloads</translation>
<translation type="obsolete">Downloads</translation>
</message>
</context>
<context>

BIN
src/lang/qbittorrent_ro.qm

Binary file not shown.

27
src/lang/qbittorrent_ro.ts

@ -173,10 +173,6 @@ p, li { white-space: pre-wrap; } @@ -173,10 +173,6 @@ p, li { white-space: pre-wrap; }
<source>Invalid torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: &amp;1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Not available</source>
<translation type="unfinished"></translation>
@ -233,6 +229,10 @@ p, li { white-space: pre-wrap; } @@ -233,6 +229,10 @@ p, li { white-space: pre-wrap; }
<source>Priority</source>
<translation type="unfinished">Prioritate</translation>
</message>
<message>
<source>Failed to load the torrent: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AdvancedSettings</name>
@ -2712,7 +2712,7 @@ Would you like to update qBittorrent to version %1?</source> @@ -2712,7 +2712,7 @@ Would you like to update qBittorrent to version %1?</source>
</message>
<message>
<source>Choose save path</source>
<translation>Alegeţi calea de salvare</translation>
<translation type="obsolete">Alegeţi calea de salvare</translation>
</message>
<message>
<source>Save path creation error</source>
@ -4135,6 +4135,14 @@ Do you want to install it now?</source> @@ -4135,6 +4135,14 @@ Do you want to install it now?</source>
<source>Delete torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Labels</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TransferListWidget</name>
@ -4984,6 +4992,13 @@ Numai acele adăugate de dvs. pot fi dezinstalate. @@ -4984,6 +4992,13 @@ Numai acele adăugate de dvs. pot fi dezinstalate.
<translation>Ny</translation>
</message>
</context>
<context>
<name>fsutils</name>
<message>
<source>Downloads</source>
<translation type="unfinished">Descărcări</translation>
</message>
</context>
<context>
<name>misc</name>
<message>
@ -5046,7 +5061,7 @@ Numai acele adăugate de dvs. pot fi dezinstalate. @@ -5046,7 +5061,7 @@ Numai acele adăugate de dvs. pot fi dezinstalate.
</message>
<message>
<source>Downloads</source>
<translation type="unfinished">Descărcări</translation>
<translation type="obsolete">Descărcări</translation>
</message>
</context>
<context>

BIN
src/lang/qbittorrent_ru.qm

Binary file not shown.

27
src/lang/qbittorrent_ru.ts

@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; } @@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; }
<source>Invalid torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: &amp;1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Not available</source>
<translation type="unfinished"></translation>
@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; } @@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; }
<source>Priority</source>
<translation type="unfinished">Приоритет</translation>
</message>
<message>
<source>Failed to load the torrent: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AdvancedSettings</name>
@ -3312,7 +3312,7 @@ Would you like to update qBittorrent to version %1?</source> @@ -3312,7 +3312,7 @@ Would you like to update qBittorrent to version %1?</source>
</message>
<message>
<source>Choose save path</source>
<translation>Выберите путь сохранения</translation>
<translation type="obsolete">Выберите путь сохранения</translation>
</message>
<message>
<source>Save path creation error</source>
@ -4779,6 +4779,14 @@ Do you want to install it now?</source> @@ -4779,6 +4779,14 @@ Do you want to install it now?</source>
<source>Delete torrents</source>
<translation>Удалить торренты</translation>
</message>
<message>
<source>Torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Labels</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TransferListWidget</name>
@ -5670,6 +5678,13 @@ However, those plugins were disabled.</source> @@ -5670,6 +5678,13 @@ However, those plugins were disabled.</source>
<translation>Нет</translation>
</message>
</context>
<context>
<name>fsutils</name>
<message>
<source>Downloads</source>
<translation type="unfinished">Загрузки</translation>
</message>
</context>
<context>
<name>misc</name>
<message>
@ -5732,7 +5747,7 @@ However, those plugins were disabled.</source> @@ -5732,7 +5747,7 @@ However, those plugins were disabled.</source>
</message>
<message>
<source>Downloads</source>
<translation>Загрузки</translation>
<translation type="obsolete">Загрузки</translation>
</message>
</context>
<context>

BIN
src/lang/qbittorrent_sk.qm

Binary file not shown.

27
src/lang/qbittorrent_sk.ts

@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; } @@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; }
<source>Invalid torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: &amp;1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Not available</source>
<translation type="unfinished"></translation>
@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; } @@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; }
<source>Priority</source>
<translation type="unfinished">Priorita</translation>
</message>
<message>
<source>Failed to load the torrent: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AdvancedSettings</name>
@ -3243,7 +3243,7 @@ Chcete aktualizovať qBittorrent na verziu %1?</translation> @@ -3243,7 +3243,7 @@ Chcete aktualizovať qBittorrent na verziu %1?</translation>
</message>
<message>
<source>Choose save path</source>
<translation>Zvoľte cieľový adresár</translation>
<translation type="obsolete">Zvoľte cieľový adresár</translation>
</message>
<message>
<source>Save path creation error</source>
@ -4709,6 +4709,14 @@ Chcete ho nainštalovať teraz?</translation> @@ -4709,6 +4709,14 @@ Chcete ho nainštalovať teraz?</translation>
<source>Delete torrents</source>
<translation>Zmazať torrenty</translation>
</message>
<message>
<source>Torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Labels</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TransferListWidget</name>
@ -5594,6 +5602,13 @@ Tieto moduly však boli vypnuté.</translation> @@ -5594,6 +5602,13 @@ Tieto moduly však boli vypnuté.</translation>
<translation>Nie</translation>
</message>
</context>
<context>
<name>fsutils</name>
<message>
<source>Downloads</source>
<translation type="unfinished">Sťahovania</translation>
</message>
</context>
<context>
<name>misc</name>
<message>
@ -5656,7 +5671,7 @@ Tieto moduly však boli vypnuté.</translation> @@ -5656,7 +5671,7 @@ Tieto moduly však boli vypnuté.</translation>
</message>
<message>
<source>Downloads</source>
<translation type="unfinished">Sťahovania</translation>
<translation type="obsolete">Sťahovania</translation>
</message>
</context>
<context>

BIN
src/lang/qbittorrent_sr.qm

Binary file not shown.

27
src/lang/qbittorrent_sr.ts

@ -206,10 +206,6 @@ p, li { white-space: pre-wrap; } @@ -206,10 +206,6 @@ p, li { white-space: pre-wrap; }
<source>Invalid torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: &amp;1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Not available</source>
<translation type="unfinished"></translation>
@ -266,6 +262,10 @@ p, li { white-space: pre-wrap; } @@ -266,6 +262,10 @@ p, li { white-space: pre-wrap; }
<source>Priority</source>
<translation type="unfinished">Приоритет</translation>
</message>
<message>
<source>Failed to load the torrent: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AdvancedSettings</name>
@ -3443,7 +3443,7 @@ Would you like to update qBittorrent to version %1?</source> @@ -3443,7 +3443,7 @@ Would you like to update qBittorrent to version %1?</source>
</message>
<message>
<source>Choose save path</source>
<translation>Изаберите путању чувања</translation>
<translation type="obsolete">Изаберите путању чувања</translation>
</message>
<message>
<source>Save path creation error</source>
@ -4803,6 +4803,14 @@ Do you want to install it now?</source> @@ -4803,6 +4803,14 @@ Do you want to install it now?</source>
<source>Delete torrents</source>
<translation>Обриши торенте</translation>
</message>
<message>
<source>Torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Labels</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TransferListWidget</name>
@ -5713,6 +5721,13 @@ However, those plugins were disabled.</source> @@ -5713,6 +5721,13 @@ However, those plugins were disabled.</source>
<translation>URL:</translation>
</message>
</context>
<context>
<name>fsutils</name>
<message>
<source>Downloads</source>
<translation type="unfinished">Преузимање</translation>
</message>
</context>
<context>
<name>misc</name>
<message>
@ -5779,7 +5794,7 @@ However, those plugins were disabled.</source> @@ -5779,7 +5794,7 @@ However, those plugins were disabled.</source>
</message>
<message>
<source>Downloads</source>
<translation type="unfinished">Преузимање</translation>
<translation type="obsolete">Преузимање</translation>
</message>
</context>
<context>

BIN
src/lang/qbittorrent_sv.qm

Binary file not shown.

27
src/lang/qbittorrent_sv.ts

@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; } @@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; }
<source>Invalid torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: &amp;1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Not available</source>
<translation type="unfinished"></translation>
@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; } @@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; }
<source>Priority</source>
<translation type="unfinished">Prioritet</translation>
</message>
<message>
<source>Failed to load the torrent: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AdvancedSettings</name>
@ -3159,7 +3159,7 @@ Vill du uppdatera qBittorrent till version %1?</translation> @@ -3159,7 +3159,7 @@ Vill du uppdatera qBittorrent till version %1?</translation>
</message>
<message>
<source>Choose save path</source>
<translation>Välj sökväg att spara i</translation>
<translation type="obsolete">Välj sökväg att spara i</translation>
</message>
<message>
<source>Save path creation error</source>
@ -4612,6 +4612,14 @@ Vill du installera den nu?</translation> @@ -4612,6 +4612,14 @@ Vill du installera den nu?</translation>
<source>Delete torrents</source>
<translation>Ta bort torrentfiler</translation>
</message>
<message>
<source>Torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Labels</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TransferListWidget</name>
@ -5497,6 +5505,13 @@ Dock har dessa insticksmoduler blivit inaktiverade.</translation> @@ -5497,6 +5505,13 @@ Dock har dessa insticksmoduler blivit inaktiverade.</translation>
<translation>Nej</translation>
</message>
</context>
<context>
<name>fsutils</name>
<message>
<source>Downloads</source>
<translation type="unfinished">Hämtningar</translation>
</message>
</context>
<context>
<name>misc</name>
<message>
@ -5559,7 +5574,7 @@ Dock har dessa insticksmoduler blivit inaktiverade.</translation> @@ -5559,7 +5574,7 @@ Dock har dessa insticksmoduler blivit inaktiverade.</translation>
</message>
<message>
<source>Downloads</source>
<translation type="unfinished">Hämtningar</translation>
<translation type="obsolete">Hämtningar</translation>
</message>
</context>
<context>

BIN
src/lang/qbittorrent_tr.qm

Binary file not shown.

27
src/lang/qbittorrent_tr.ts

@ -179,10 +179,6 @@ p, li { white-space: pre-wrap; } @@ -179,10 +179,6 @@ p, li { white-space: pre-wrap; }
<source>Invalid torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: &amp;1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Not available</source>
<translation type="unfinished"></translation>
@ -239,6 +235,10 @@ p, li { white-space: pre-wrap; } @@ -239,6 +235,10 @@ p, li { white-space: pre-wrap; }
<source>Priority</source>
<translation type="unfinished">Öncelik</translation>
</message>
<message>
<source>Failed to load the torrent: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AdvancedSettings</name>
@ -3111,7 +3111,7 @@ qBittorent&apos;i %1 sürümüne güncellemek istiyor musunuz?</translation> @@ -3111,7 +3111,7 @@ qBittorent&apos;i %1 sürümüne güncellemek istiyor musunuz?</translation>
</message>
<message>
<source>Choose save path</source>
<translation>Kayıt yolunu seçin</translation>
<translation type="obsolete">Kayıt yolunu seçin</translation>
</message>
<message>
<source>Save path creation error</source>
@ -4568,6 +4568,14 @@ Do you want to install it now?</source> @@ -4568,6 +4568,14 @@ Do you want to install it now?</source>
<source>Delete torrents</source>
<translation>Torrentleri Sil</translation>
</message>
<message>
<source>Torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Labels</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TransferListWidget</name>
@ -5457,6 +5465,13 @@ Bununla birlikte, o eklentiler devre dışı.</translation> @@ -5457,6 +5465,13 @@ Bununla birlikte, o eklentiler devre dışı.</translation>
<translation>Hayır</translation>
</message>
</context>
<context>
<name>fsutils</name>
<message>
<source>Downloads</source>
<translation type="unfinished">İndirilenler</translation>
</message>
</context>
<context>
<name>misc</name>
<message>
@ -5519,7 +5534,7 @@ Bununla birlikte, o eklentiler devre dışı.</translation> @@ -5519,7 +5534,7 @@ Bununla birlikte, o eklentiler devre dışı.</translation>
</message>
<message>
<source>Downloads</source>
<translation>İndirilenler</translation>
<translation type="obsolete">İndirilenler</translation>
</message>
</context>
<context>

BIN
src/lang/qbittorrent_uk.qm

Binary file not shown.

27
src/lang/qbittorrent_uk.ts

@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; } @@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; }
<source>Invalid torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: &amp;1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Not available</source>
<translation type="unfinished"></translation>
@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; } @@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; }
<source>Priority</source>
<translation type="unfinished">Пріоритет</translation>
</message>
<message>
<source>Failed to load the torrent: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AdvancedSettings</name>
@ -3252,7 +3252,7 @@ Would you like to update qBittorrent to version %1?</source> @@ -3252,7 +3252,7 @@ Would you like to update qBittorrent to version %1?</source>
</message>
<message>
<source>Choose save path</source>
<translation>Виберіть шлях збереження</translation>
<translation type="obsolete">Виберіть шлях збереження</translation>
</message>
<message>
<source>Save path creation error</source>
@ -4713,6 +4713,14 @@ Do you want to install it now?</source> @@ -4713,6 +4713,14 @@ Do you want to install it now?</source>
<source>Delete torrents</source>
<translation>Видалити торренти</translation>
</message>
<message>
<source>Torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Labels</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TransferListWidget</name>
@ -5598,6 +5606,13 @@ However, those plugins were disabled.</source> @@ -5598,6 +5606,13 @@ However, those plugins were disabled.</source>
<translation>Ні</translation>
</message>
</context>
<context>
<name>fsutils</name>
<message>
<source>Downloads</source>
<translation type="unfinished">Завантаження</translation>
</message>
</context>
<context>
<name>misc</name>
<message>
@ -5660,7 +5675,7 @@ However, those plugins were disabled.</source> @@ -5660,7 +5675,7 @@ However, those plugins were disabled.</source>
</message>
<message>
<source>Downloads</source>
<translation type="unfinished">Завантаження</translation>
<translation type="obsolete">Завантаження</translation>
</message>
</context>
<context>

BIN
src/lang/qbittorrent_zh.qm

Binary file not shown.

27
src/lang/qbittorrent_zh.ts

@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; } @@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; }
<source>Invalid torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: &amp;1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Not available</source>
<translation type="unfinished"></translation>
@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; } @@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; }
<source>Priority</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AdvancedSettings</name>
@ -3260,7 +3260,7 @@ Would you like to update qBittorrent to version %1?</source> @@ -3260,7 +3260,7 @@ Would you like to update qBittorrent to version %1?</source>
</message>
<message>
<source>Choose save path</source>
<translation></translation>
<translation type="obsolete"></translation>
</message>
<message>
<source>Save path creation error</source>
@ -4717,6 +4717,14 @@ Do you want to install it now?</source> @@ -4717,6 +4717,14 @@ Do you want to install it now?</source>
<source>Delete torrents</source>
<translation>torrent</translation>
</message>
<message>
<source>Torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Labels</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TransferListWidget</name>
@ -5602,6 +5610,13 @@ However, those plugins were disabled.</source> @@ -5602,6 +5610,13 @@ However, those plugins were disabled.</source>
<translation></translation>
</message>
</context>
<context>
<name>fsutils</name>
<message>
<source>Downloads</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>misc</name>
<message>
@ -5664,7 +5679,7 @@ However, those plugins were disabled.</source> @@ -5664,7 +5679,7 @@ However, those plugins were disabled.</source>
</message>
<message>
<source>Downloads</source>
<translation type="unfinished"></translation>
<translation type="obsolete"></translation>
</message>
</context>
<context>

BIN
src/lang/qbittorrent_zh_TW.qm

Binary file not shown.

27
src/lang/qbittorrent_zh_TW.ts

@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; } @@ -205,10 +205,6 @@ p, li { white-space: pre-wrap; }
<source>Invalid torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: &amp;1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Not available</source>
<translation type="unfinished"></translation>
@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; } @@ -265,6 +261,10 @@ p, li { white-space: pre-wrap; }
<source>Priority</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to load the torrent: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AdvancedSettings</name>
@ -3264,7 +3264,7 @@ Would you like to update qBittorrent to version %1?</source> @@ -3264,7 +3264,7 @@ Would you like to update qBittorrent to version %1?</source>
</message>
<message>
<source>Choose save path</source>
<translation></translation>
<translation type="obsolete"></translation>
</message>
<message>
<source>Save path creation error</source>
@ -4725,6 +4725,14 @@ Do you want to install it now?</source> @@ -4725,6 +4725,14 @@ Do you want to install it now?</source>
<source>Delete torrents</source>
<translation> torrent</translation>
</message>
<message>
<source>Torrents</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Labels</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TransferListWidget</name>
@ -5610,6 +5618,13 @@ However, those plugins were disabled.</source> @@ -5610,6 +5618,13 @@ However, those plugins were disabled.</source>
<translation></translation>
</message>
</context>
<context>
<name>fsutils</name>
<message>
<source>Downloads</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>misc</name>
<message>
@ -5672,7 +5687,7 @@ However, those plugins were disabled.</source> @@ -5672,7 +5687,7 @@ However, those plugins were disabled.</source>
</message>
<message>
<source>Downloads</source>
<translation type="unfinished"></translation>
<translation type="obsolete"></translation>
</message>
</context>
<context>

Loading…
Cancel
Save